messages update

This commit is contained in:
Sergey Solovyev 2013-06-27 11:23:12 +04:00
parent 5ec3baf4f7
commit c91d57a92c
6 changed files with 49 additions and 56 deletions

View File

@ -24,20 +24,16 @@
<string name="c_about">About</string> <string name="c_about">About</string>
<string name="c_about_content">Copyright (c) 2009-2011\n\n<b>Created by serso aka se.solovyev</b>\n\n <string name="c_about_content">Copyright © 20092013\n\n<b>Created by serso aka se.solovyev</b>\n\n
Application web site:<a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\n We are on Facebook:<a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\n
This program is open source:\nall source code can be found on\n This program is distributed under Apache 2.0 License:\nsource code can be found on\n
<a href="https://github.com/serso/android-calculatorpp">http://github.com</a>\n\n <a href="https://github.com/serso/android-calculatorpp">http://github.com</a>\n\n
For more information please\ncontact the author by email\n For more information please\ncontact the author by email\n
<a href="mailto:se.solovyev@gmail.com">se.solovyev@gmail.com</a> <a href="mailto:se.solovyev@gmail.com">se.solovyev@gmail.com</a>
\nor visit\n<a href="http://se.solovyev.org">http://se.solovyev.org</a>\n\n \nor visit\n<a href="http://se.solovyev.org">http://se.solovyev.org</a>\n\n
If you want to support the project\n\nyou can buy a special option from application preferences\n\n If you want to support the project\n\nyou can buy a special option from application preferences\n\n
If you like the application\nrank it with 5 stars in\n If you like the application\nrate it with 5 stars on\n
<a href="https://market.android.com/details?id=org.solovyev.android.calculator">Google Play</a>\n\n <a href="https://market.android.com/details?id=org.solovyev.android.calculator">Google Play</a>\n\n
Thanks to people who translate Calculator++ in different languages:\n
Italian - Gabriele Ravanetti\n
Spanish - Jordi Luna\n
Ukrainian - Андрій Бандура\n\n
This application uses next open source libraries:\n This application uses next open source libraries:\n
<a href="http://simple.sourceforge.net">Simple (XML serialization)</a>\n <a href="http://simple.sourceforge.net">Simple (XML serialization)</a>\n
<a href="http://meditorworld.appspot.com/meditor.txt">JSCL</a> <a href="http://meditorworld.appspot.com/meditor.txt">JSCL</a>

View File

@ -24,45 +24,45 @@
<string name="c_functions">Functions</string> <string name="c_functions">Functions</string>
<string name="c_fun_description_sin">Trigonometric sine function.</string> <string name="c_fun_description_sin">Trigonometric sine function</string>
<string name="c_fun_description_cos">Trigonometric cosine function.</string> <string name="c_fun_description_cos">Trigonometric cosine function</string>
<string name="c_fun_description_tan">Trigonometric tangent function.</string> <string name="c_fun_description_tan">Trigonometric tangent function</string>
<string name="c_fun_description_cot">Trigonometric cotangent function.</string> <string name="c_fun_description_cot">Trigonometric cotangent function</string>
<string name="c_fun_description_asin">Arcsine - the inverse of sine function.</string> <string name="c_fun_description_asin">Arcsine - inverse sine function</string>
<string name="c_fun_description_acos">Arccosine - the inverse of cosine function.</string> <string name="c_fun_description_acos">Arccosine - inverse cosine function</string>
<string name="c_fun_description_atan">Arctangent - the inverse of tangent function.</string> <string name="c_fun_description_atan">Arctangent - inverse tangent function</string>
<string name="c_fun_description_acot">Arccotangent - the inverse of cotangent function.</string> <string name="c_fun_description_acot">Arccotangent - inverse cotangent function</string>
<string name="c_fun_description_ln">Natural logarithm - logarithm the base e.</string> <string name="c_fun_description_ln">Natural logarithm - logarithm to base e</string>
<string name="c_fun_description_lg">Decadic logarithm - logarithm the base 10.</string> <string name="c_fun_description_lg">Decadic logarithm - logarithm to base 10</string>
<string name="c_fun_description_log">Logarithm - logarithm the specified base.</string> <string name="c_fun_description_log">Logarithm - logarithm the specified base</string>
<string name="c_fun_description_exp">Exponential function.</string> <string name="c_fun_description_exp">Exponential function</string>
<string name="c_fun_description_sqrt">Square root function.</string> <string name="c_fun_description_sqrt">Square root function</string>
<string name="c_fun_description_cubic">Cubic root function.</string> <string name="c_fun_description_cubic">Cubic root function</string>
<string name="c_fun_description_abs">Function that gives absolute value of an argument.</string> <string name="c_fun_description_abs">Gives absolute value of an argument</string>
<string name="c_fun_description_sgn">Function that gives the sign of an argument: -1 if argument is less than 0, 0 <string name="c_fun_description_sgn">Gives the sign of an argument: -1 if argument is less than 0, 0
if equals to 0, 1 if more than 0. if equals to 0, 1 if more than 0
</string> </string>
<string name="c_fun_description_eq">Equals function - gives 1 if two arguments are equals, 0 otherwise.</string> <string name="c_fun_description_eq">Equals function - gives 1 if two arguments are equals, 0 otherwise</string>
<string name="c_fun_description_le">Lesser-or-equals function - gives 1 if two arguments are equals or first is less <string name="c_fun_description_le">Lesser-or-equals function - gives 1 if two arguments are equals or first is less
than second, 0 otherwise. than second, 0 otherwise
</string> </string>
<string name="c_fun_description_ge">Greater-or-equals function - gives 1 if two arguments are equals or first is <string name="c_fun_description_ge">Greater-or-equals function - gives 1 if two arguments are equals or first is
greater than second, 0 otherwise. greater than second, 0 otherwise
</string> </string>
<string name="c_fun_description_ne">Not-equals function - gives 1 if two arguments are not equals, 0 otherwise. <string name="c_fun_description_ne">Not-equals function - gives 1 if two arguments are not equals, 0 otherwise
</string> </string>
<string name="c_fun_description_lt">Lesser function - gives 1 if first argument is less than second, 0 otherwise. <string name="c_fun_description_lt">Lesser function - gives 1 if first argument is less than second, 0 otherwise
</string> </string>
<string name="c_fun_description_gt">Greater function - gives 1 if first argument is greater than second, 0 <string name="c_fun_description_gt">Greater function - gives 1 if first argument is greater than second, 0
otherwise. otherwise
</string> </string>
<string name="c_fun_description_rad">Converts degrees into radians: d - degrees, m - minutes (default = 0), s - <string name="c_fun_description_rad">Converts degrees into radians: d - degrees, m - minutes (default = 0), s -
seconds (default = 0). seconds (default = 0)
</string> </string>
<string name="c_fun_description_dms">Converts degrees from DMS notation to decimal notation: d - degrees, m - <string name="c_fun_description_dms">Converts degrees from DMS notation to decimal notation: d - degrees, m -
minutes (default = 0), s - seconds (default = 0). minutes (default = 0), s - seconds (default = 0)
</string> </string>
<string name="c_fun_description_deg">Converts radians into degrees.</string> <string name="c_fun_description_deg">Converts radians into degrees</string>
<string name="c_fun_category_trig">Trigonometric</string> <string name="c_fun_category_trig">Trigonometric</string>
<string name="c_fun_category_hyper_trig">Hyperbolic trigonometric</string> <string name="c_fun_category_hyper_trig">Hyperbolic trigonometric</string>

View File

@ -24,21 +24,21 @@
<string name="c_operators">Operators</string> <string name="c_operators">Operators</string>
<string name="c_op_description_mod">Modulo operation finds the remainder of division of \'x\' by \'y\'.</string> <string name="c_op_description_mod">Modulo operation finds the remainder of division of \'x\' by \'y\'</string>
<string name="c_op_description_sum">Sums functions \'f(i)\', iterating through \'i\' from \'from\' to \'to\'. <string name="c_op_description_sum">Sums functions \'f(i)\', iterating through \'i\' from \'from\' to \'to\'
</string> </string>
<string name="c_op_description_product">Gives product of functions \'f(i)\', iterating through \'i\' from \'from\' <string name="c_op_description_product">Gives product of functions \'f(i)\', iterating through \'i\' from \'from\'
to \'to\'. to \'to\'
</string> </string>
<string name="c_op_description_derivative">Gives derivative of order \'order\' (default = 1) of functions \'f(x)\' <string name="c_op_description_derivative">Gives derivative of order \'order\' (default = 1) of functions \'f(x)\'
by \'x\' variable and calculates at point \'x_point\' (default = same as \'x\'). by \'x\' variable and calculates at point \'x_point\' (default = same as \'x\')
</string> </string>
<string name="c_op_description_integral">Gives integral of function \'f(x)\' by \'x\' variable.</string> <string name="c_op_description_integral">Gives integral of function \'f(x)\' by \'x\' variable</string>
<string name="c_op_description_integral_ab">Integrates function \'f(x)\' by \'x\' variable from \'a\' to \'b\'. <string name="c_op_description_integral_ab">Integrates function \'f(x)\' by \'x\' variable from \'a\' to \'b\'
</string> </string>
<string name="c_pf_description_factorial">Gives the factorial of the expression before.</string> <string name="c_pf_description_factorial">Gives the factorial of the expression before</string>
<string name="c_pf_description_double_factorial">Gives the double factorial of the expression before.</string> <string name="c_pf_description_double_factorial">Gives the double factorial of the expression before</string>
<string name="c_pf_description_percent" formatted="false">Gives the percent value of the expression <string name="c_pf_description_percent" formatted="false">Gives the percent value of the expression
before.\nExamples:\n before.\nExamples:\n
100 + 50% = 150\n 100 + 50% = 150\n

View File

@ -21,9 +21,8 @@
--> -->
<resources> <resources>
<string name="c_auto_orientation_title">Toggle screen orientation change</string> <string name="c_auto_orientation_title">Auto-rotate screen</string>
<string name="c_auto_orientation_summary">If turned on calculator will change screen orientation automatically <string name="c_auto_orientation_summary">If turned on app will rotate screen with device</string>
</string>
<string name="c_show_equals_button_title">Show equals button</string> <string name="c_show_equals_button_title">Show equals button</string>
<string name="c_show_equals_button_summary">If turned on equals button is shown</string> <string name="c_show_equals_button_summary">If turned on equals button is shown</string>
@ -34,14 +33,12 @@
</string> </string>
<string name="prefs_history_show_intermediate_calculations_title">Show intermediate calculations in history</string> <string name="prefs_history_show_intermediate_calculations_title">Show intermediate calculations in history</string>
<string name="prefs_history_show_intermediate_calculations_summary">If turned on all calculations will be shown on <string name="prefs_history_show_intermediate_calculations_summary">If turned on all calculations will be shown in the
history screen history screen
</string> </string>
<string name="p_calculations_calculate_on_fly_title">Result is calculated while typing expression</string> <string name="p_calculations_calculate_on_fly_title">Result is calculated while typing</string>
<string name="p_calculations_calculate_on_fly_summary">If turned on calculations are done automatically while typing <string name="p_calculations_calculate_on_fly_summary">If turned on calculations are done automatically while typing</string>
expression
</string>
<string name="prefs_prevent_screen_from_fading_title">Prevent screen from fading</string> <string name="prefs_prevent_screen_from_fading_title">Prevent screen from fading</string>
<string name="prefs_prevent_screen_from_fading_summary">If turned on screen will not fade while using the app <string name="prefs_prevent_screen_from_fading_summary">If turned on screen will not fade while using the app

View File

@ -29,7 +29,7 @@
<string name="c_app_icon_name">Calc++</string> <string name="c_app_icon_name">Calc++</string>
<string name="c_app_settings">Settings</string> <string name="c_app_settings">Settings</string>
<string name="c_syntax_error">Error</string> <string name="c_syntax_error">Error</string>
<string name="c_result_copied">Result copied to clipboard!</string> <string name="c_result_copied">Result has been copied to the clipboard!</string>
<string name="c_settings">Settings</string> <string name="c_settings">Settings</string>
<string name="c_help">Help</string> <string name="c_help">Help</string>
<string name="c_vars_and_constants">Variables And Constants</string> <string name="c_vars_and_constants">Variables And Constants</string>

View File

@ -28,24 +28,24 @@
<string name="cpp_wizard_mode_simple">Simple</string> <string name="cpp_wizard_mode_simple">Simple</string>
<string name="cpp_wizard_mode_simple_description">In simple mode only basic functionality will be available from the <string name="cpp_wizard_mode_simple_description">In simple mode only basic functionality will be available from the
main screen. main screen.
Result is rounded up to 5 digits. Result is rounded up to 5 digits, degrees are used as the default angle units.
</string> </string>
<string name="cpp_wizard_mode_engineer">Engineer</string> <string name="cpp_wizard_mode_engineer">Engineer</string>
<string name="cpp_wizard_mode_engineer_description">In engineer mode special functions will be used on the main <string name="cpp_wizard_mode_engineer_description">In engineer mode special functions will be used on the main
screen. screen.
Result is is not rounded and is presented in engineer notation. Result is is not rounded and is presented in engineer notation, radians are used as the default angle units.
</string> </string>
<string name="cpp_restart_wizard">Start wizard</string> <string name="cpp_restart_wizard">Start wizard</string>
<string name="cpp_wizard_dragbutton_action_end">Excellent! Tap button one more time to try again</string> <string name="cpp_wizard_dragbutton_action_end">Excellent! Tap the button one more time to try again</string>
<string name="cpp_wizard_dragbutton_action_center">Tap button once to use 9</string> <string name="cpp_wizard_dragbutton_action_center">Tap the button below once to use 9</string>
<string name="cpp_wizard_dragbutton_action_up">Drag from the center of the button up to use %</string> <string name="cpp_wizard_dragbutton_action_up">Drag from the center of the button up to use %</string>
<string name="cpp_wizard_dragbutton_action_left">Drag from the center of the button to the left to use sin</string> <string name="cpp_wizard_dragbutton_action_left">Drag from the center of the button to the left to use sin</string>
<string name="cpp_wizard_dragbutton_action_down">Drag from the center of the button down to use ^2</string> <string name="cpp_wizard_dragbutton_action_down">Drag from the center of the button down to use ^2</string>
<string name="cpp_wizard_welcome_title">Welcome</string> <string name="cpp_wizard_welcome_title">Welcome</string>
<string name="cpp_wizard_layout_title">Choose layout</string> <string name="cpp_wizard_layout_title">Choose layout</string>
<string name="cpp_wizard_mode_title">Choose mode</string> <string name="cpp_wizard_mode_title">Choose mode</string>
<string name="cpp_wizard_onscreen_calculator_title">Calculator in separate window</string> <string name="cpp_wizard_onscreen_calculator_title">Calculator in a separate window</string>
<string name="cpp_wizard_dragbutton_title">Drag button basics</string> <string name="cpp_wizard_dragbutton_title">Drag button basics</string>
</resources> </resources>