Project restructure

We don't need to separate widget/onscreen from the main module, let's merge them together.
This commit is contained in:
serso
2015-01-26 10:41:52 +01:00
parent 90daad7de5
commit 24f18b8aae
389 changed files with 885 additions and 2058 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="c_var_description_PI">圓周長與直徑的比值。注意: 這個常數隨角度單位改變 =&gt; rad: 3.14, deg: 180.0</string>
<string name="c_var_description_pi">圓周長與直徑的比值。注意: 這個常數不隨角度單位改變 =&gt; rad: 3.14, deg: 3.14</string>
<string name="c_var_description_e">唯一使函數 f(x) = e^x 的微分 (切線斜率) 在 x=0 時值為1的實數。</string>
<string name="c_var_description_i">虛數單位,定義 i^2 = -1</string>
<string name="c_var_description_c">真空中的光速m·s^-1</string>
<string name="c_var_description_G">萬有引力常數是一個實驗的物理常數用來計算有質量物體間的重力m^3·kg^1·s^2</string>
<string name="c_var_description_h">對應量子力學中能量量子大小的物理常數J·s</string>
<string name="c_var_description_h_reduced">約化普朗克常數J·s</string>
<string name="c_var_description_nan">非數字</string>
<string name="c_var_description_inf">無窮大</string>
<string name="c_var_system">內建</string>
<string name="c_var_my">自定義</string>
</resources>