text + some fixes

This commit is contained in:
Sergey Solovyev
2011-12-24 21:20:51 +04:00
parent c67de4117a
commit 4cdceca650
15 changed files with 81 additions and 47 deletions

View File

@@ -18,6 +18,7 @@
<string name="c_fun_description_acot">Arccotangente - inversa della funzione cotangente.</string>
<string name="c_fun_description_ln">Logaritmo naturale - logaritmo in base e.</string>
<string name="c_fun_description_lg">Logaritmo decimale - logaritmo in base 10.</string>
<string name="c_fun_description_log">Logaritmo - logaritmo nella base specificata.</string>
<string name="c_fun_description_exp">Funzione esponenziale.</string>
<string name="c_fun_description_sqrt">Funzione radice quadrata.</string>
<string name="c_fun_description_cubic">Funzione radice cubica.</string>

View File

@@ -150,4 +150,7 @@
<string name="c_history_was_removed">La storia è stata rimossa con successo!</string>
<string name="c_history_saved">La storia è stata salvata correttamente!</string>
<string name="c_copy_description">Сopia descrizione</string>
<string name="c_copy_value">Сopia il valore</string>
</resources>