android-calculatorpp/res/values/strings.xml

110 lines
6.6 KiB
XML
Raw Normal View History

2011-06-23 17:09:13 -04:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="c_app_name">Calculator++</string>
2011-10-16 09:58:00 -04:00
<string name="c_app_icon_name">Calc++</string>
<string name="c_app_settings">Settings</string>
2011-09-17 16:08:04 -04:00
<string name="c_syntax_error">Syntax error</string>
<string name="c_result_copied">Result copied to clipboard!</string>
2011-07-16 15:25:12 -04:00
<string name="c_settings">Settings</string>
<string name="c_help">Help</string>
2011-09-18 14:25:28 -04:00
<string name="c_about">About</string>
2011-09-28 16:11:12 -04:00
<string name="c_vars_and_constants">Variables And Constants</string>
2011-09-18 14:25:28 -04:00
<!--PREFERENCE ACTIVITY-->
2011-07-16 15:25:12 -04:00
<string name="c_prefs_main_category">Main settings</string>
2011-10-26 15:56:45 -04:00
<string name="c_prefs_calculations_category">Calculation settings</string>
<string name="c_prefs_appearance_category">Appearance settings</string>
2011-09-18 14:25:28 -04:00
<string name="c_prefs_drag_button_category">Drag buttons settings</string>
2011-07-16 15:25:12 -04:00
<string name="c_prefs_drag_button_calibration">Drag button calibration</string>
<string name="c_prefs_drag_button_calibration_summary">Allows to calibrate drag button behaviour</string>
<string name="c_down">Down</string>
<string name="c_up">Up</string>
<string name="c_restart">Restart</string>
2011-09-27 09:04:32 -04:00
2011-09-18 14:25:28 -04:00
<!--ABOUT ACTIVITY-->
2011-10-10 16:09:32 -04:00
<string name="c_copyright">Copyright (c) 2009-2011\n\n<b>Created by serso aka se.solovyev</b>\n\n
2011-10-12 17:46:44 -04:00
This program is open source:\nall source code can be found on\n<a href="https://github.com/serso/android_calculator">http://github.com</a>\n\n
2011-10-10 16:09:32 -04:00
For more information please\ncontact the author by email\n<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
If you want to support the project\nyou can donate money via\n<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=se%2esolovyev%40gmail%2ecom&amp;lc=RU&amp;item_name=Android%20Calculator&amp;currency_code=USD&amp;bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">http://paypal.com</a>
2011-09-18 14:25:28 -04:00
</string>
2011-09-27 09:04:32 -04:00
<string name="c_undo">undo</string>
<string name="c_redo">redo</string>
2011-10-13 05:28:06 -04:00
<string name="c_clear">CE</string>
2011-10-12 17:46:44 -04:00
<string name="c_erase">clear</string>
2011-09-27 09:04:32 -04:00
<string name="c_paste">paste</string>
2011-09-28 16:11:12 -04:00
<string name="c_vars">vars</string>
2011-09-28 14:53:50 -04:00
2011-10-04 17:41:40 -04:00
<string name="c_calc_color_display_title">Highlight expressions</string>
2011-09-28 14:53:50 -04:00
<string name="p_calc_result_precision_title">Precision of result</string>
2011-10-02 06:12:13 -04:00
<string name="c_exit">Exit</string>
<string name="c_add">Add</string>
<string name="c_cancel">Cancel</string>
<string name="c_save">Save</string>
2011-10-02 14:44:11 -04:00
<string name="c_remove">Remove</string>
<string name="c_yes">Yes</string>
<string name="c_no">No</string>
<string name="c_var_removal_confirmation">Removal confirmation</string>
<string name="c_var_removal_confirmation_question">Do you really want to delete \'%s\' variable?</string>
<string name="c_var_name">Name</string>
2011-10-04 17:41:40 -04:00
<string name="c_var_value">Value</string>
2011-10-02 14:44:11 -04:00
<string name="c_var_description">Description</string>
<string name="c_var_create_var">Create variable</string>
<string name="c_var_edit_var">Edit variable</string>
2011-10-06 15:25:49 -04:00
2011-10-18 16:40:01 -04:00
<string name="c_value.is.not.a.number">Value must be either number or empty!</string>
2011-10-06 15:25:49 -04:00
<string name="c_var.name.clashes">Variable name clashes with function name!</string>
<string name="c_var.already.exists">Variable with same name already exists!</string>
<string name="c_name.is.empty">Name is empty!</string>
<string name="c_sys.var.cannot.be.changed">System variable cannot be changed!</string>
<string name="c_pi_description">Ratio of any circle\'s circumference to its diameter</string>
<string name="c_e_description">Unique real number such that the value of the derivative (slope of the tangent line) of the function f(x) = e^x at the point x = 0 is equal to 1</string>
<string name="c_i_description">Imaginary unit, defined such that i^2 = 1</string>
2011-10-26 16:29:15 -04:00
<string name="c_c_description">Speed of light in vacuum, m·s^-1</string>
<string name="c_g_description">The gravitational constant is an empirical physical constant involved in the calculation of the gravitational attraction between objects with mass, m^3·kg^1·s^2</string>
<string name="c_h_description">Physical constant reflecting the sizes of energy quanta in quantum mechanics, J·s</string>
<string name="c_h_reduced_description">Reduced Planck constant, J·s</string>
2011-10-12 17:46:44 -04:00
<string name="c_nan_description">Not a number</string>
<string name="c_infinity_description">Infinity</string>
2011-10-09 12:22:44 -04:00
<string name="c_calc_editor_hint">Enter new expression</string>
<string name="c_press_to_copy">Press to copy</string>
2011-10-10 16:09:32 -04:00
<string name="c_continue">Continue</string>
<string name="c_donate">Donate</string>
<string name="c_donate_text">You can thank the author of this program by email\n\n
<a href="mailto:se.solovyev@gmail.com">se.solovyev@gmail.com</a>\n\n
or donate money via\n\n<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=se%2esolovyev%40gmail%2ecom&amp;lc=RU&amp;item_name=Android%20Calculator&amp;currency_code=USD&amp;bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">http://paypal.com</a>\n</string>
2011-10-15 06:52:05 -04:00
<string name="c_history">History</string>
<string name="c_history_button">M</string>
<string name="c_history_is_empty">History is empty!</string>
<string name="c_app_history">History</string>
2011-10-15 07:28:09 -04:00
<string name="c_char_is_not_accepted">Character \'%s\' is not accepted in variable name!</string>
<string name="c_calc_theme">Theme</string>
<string name="p_default_theme">Default</string>
<string name="p_violet_theme">Violet</string>
<string name="p_light_blue_theme">Light Blue</string>
<string name="c_calc_result_precision_summary">Precision of result value (all calculations are done with maximum precision regardless of the value of this option)</string>
2011-10-26 15:56:45 -04:00
<string name="c_calc_color_display_summary">Toggles colouring and styling in calculator editor</string>
<string name="c_calc_theme_summary">Sets the theme for calculator</string>
2011-10-16 07:11:33 -04:00
<string name="c_clear_history">Clear history</string>
2011-10-18 16:40:01 -04:00
<string name="c_simplify_instead_of_numeric">Next constants are undefined: {0}!</string>
2011-10-23 08:05:40 -04:00
<string name="p_grouping_separator_no">No grouping separator</string>
<string name="p_grouping_separator_apostrophe">Apostrophe (\')</string>
<string name="p_grouping_separator_space">Space ( )</string>
<string name="c_calc_grouping_separator">Grouping separator</string>
<string name="c_calc_grouping_separator_summary">Sets grouping separator</string>
2011-10-26 13:32:43 -04:00
<string name="c_calc_layout">Layout</string>
<string name="p_layout_cellphone">Cellphone</string>
<string name="p_layout_calculator">Calculator</string>
<string name="c_calc_layout_summary">Sets layout of buttons</string>
2011-10-26 15:56:45 -04:00
<string name="c_calc_haptic_feedback_title">Haptic feedback</string>
<string name="c_calc_haptic_feedback_summary">Toggles vibration on button click</string>
2011-06-23 17:09:13 -04:00
</resources>