Translations

This commit is contained in:
serso
2016-05-16 00:37:26 +02:00
parent 95ce84f806
commit af1c1ae248
88 changed files with 202 additions and 859 deletions

View File

@@ -10,7 +10,6 @@
<dimen name="cpp_direction_text_default_padding">2dp</dimen>
<dimen name="cpp_direction_text_min_size">9dp</dimen>
<item name="cpp_direction_text_scale" format="float" type="dimen">0.35</item>
<item name="cpp_direction_text_scale_units" format="float" type="dimen">0.3</item>
<dimen name="cpp_button_corner">1dp</dimen>
<dimen name="cpp_keyboard_button_direction_text_padding_updown">4dp</dimen>

View File

@@ -4,16 +4,9 @@
<string name="c_app_name_on_screen">Calculator++ (Window mode)</string>
<string name="c_result_copied">Result has been copied to the clipboard!</string>
<string name="c_vars_and_constants">Variables And Constants</string>
<string name="c_prefs_calculations_category">Calculation settings</string>
<string name="c_prefs_appearance_category">Appearance settings</string>
<string name="c_prefs_other_category">Other settings</string>
<string name="c_clear">C</string>
<string name="c_vars">vars</string>
<string name="c_plot">Plot graph</string>
<string name="c_calc_round_result_title">Round result</string>
<string name="c_calc_round_result_summary">Toggles rounding of the result</string>
<string name="c_calc_science_notation_title">Always scientific notation</string>
<string name="c_calc_science_notation_summary">If turned on forces to use only scientific notation of output (12.34E-12)</string>
<string name="cpp_precision">Precision</string>
<string name="c_save">Save</string>
<string name="removal_confirmation">Removal confirmation</string>
@@ -29,29 +22,21 @@
<string name="c_name_is_not_valid">Name of the constant is not valid: name must start with letter, can contain letters, digits and underscore.</string>
<string name="c_history">History</string>
<string name="c_char_is_not_accepted">Character \'%s\' is not accepted in variable name!</string>
<string name="c_calc_angle_units">Current angle units</string>
<string name="cpp_deg">Degrees</string>
<string name="cpp_rad">Radians</string>
<string name="cpp_grad">Gradians</string>
<string name="cpp_turns">Turns</string>
<string name="c_angle_units_summary">Defines the units for angles to be used in calculations</string>
<string name="c_calc_numeral_bases">Current numeral system</string>
<string name="c_numeral_bases_summary">Defines the numeral system to be used in calculations</string>
<string name="cpp_dec">Decimal</string>
<string name="cpp_hex">Hexadecimal</string>
<string name="cpp_oct">Octal</string>
<string name="cpp_bin">Binary</string>
<string name="c_calc_theme">Theme</string>
<string name="cpp_theme_metro_blue">Metro Blue</string>
<string name="p_metro_green_theme">Metro Green</string>
<string name="p_metro_purple_theme">Metro Purple</string>
<string name="cpp_theme_app">App theme</string>
<string name="c_calc_result_precision_summary">Precision of the result value (all calculations are done with maximum precision regardless of the value of this option)</string>
<string name="cpp_thousands_separator_no">No grouping separator</string>
<string name="cpp_thousands_separator_apostrophe">Apostrophe (\')</string>
<string name="cpp_thousands_separator_space">Space ( )</string>
<string name="c_calc_grouping_separator">Grouping separator</string>
<string name="c_calc_grouping_separator_summary">Sets grouping separator</string>
<string name="not_valid_result">Current result is not valid!</string>
<string name="c_use">Use</string>
<string name="c_copy_expression">Copy expression</string>
@@ -62,14 +47,10 @@
<string name="cpp_history_tab_recent">Recent</string>
<string name="c_first_start_text">Thank you for choosing Calculator++!\n\nCalculator++ is a powerful tool for making everyday calculations.</string>
<string name="c_calc_show_release_notes_title">Show release notes</string>
<string name="c_calc_show_release_notes_summary">Defines if release notes popup window should appear after update to the new version</string>
<string name="c_calc_use_back_button_as_prev_summary">Defines the behaviour of the Back button</string>
<string name="c_calc_use_back_button_as_prev_title">Use Back button for previous history</string>
<string name="c_error">Error</string>
<string name="c_calc_ad_free_title">Support the project</string>
<string name="c_calc_ad_free_summary">And remove the advertisement</string>
<string name="c_angle_units_changed_to">Angle units have been changed to \'%s\'!</string>
<string name="c_numeral_base_changed_to">Numeral base has been changed to \'%s\'!</string>
<string name="c_conversion_tool">Conversion tool</string>
<string name="c_convert">Convert to&#8230;</string>
<string name="convert_to_hex">Convert to hex</string>
@@ -78,33 +59,18 @@
<string name="other">Other</string>
<string name="derivatives">Derivatives/Integrals</string>
<string name="c_function_name">Name</string>
<string name="cpp_fn_parameter">Parameter</string>
<string name="function_create_function">Create function</string>
<string name="function_edit_function">Edit function</string>
<string name="function_name_is_not_valid">Name of function is not valid: name must start with a letter, can contain letters, digits and underscore.</string>
<string name="function_already_exists">Function with the same name already exists!</string>
<string name="function_is_empty">Function body could not be empty!</string>
<string name="cpp_invalid_name">Name contains an illegal character</string>
<string name="cpp_fn_duplicate_parameter">There is already a parameter with the same name</string>
<string name="function_removal_confirmation_question">Do you really want to delete \'%s\' function?</string>
<string name="fix">Fix</string>
<string name="p_preferred_numeral_base_title">Default numeral system</string>
<string name="p_preferred_numeral_base_summary">Defines the default numeral system</string>
<string name="preferred_numeral_base_message">Default numeral system \'%1$s\' differs from current \'%2$s\'. Forgot to change back?</string>
<string name="p_preferred_angle_units_title">Default angle units</string>
<string name="p_preferred_angle_units_summary">Defines the default angle units</string>
<string name="preferred_angle_units_message">Default angle units \'%1$s\' differs from current \'%2$s\'. Forgot to change back?</string>
<string name="close">Close</string>
<string name="open_onscreen_calculator">Click to open calculator in window mode</string>
<string name="cpp_floating_calculator">Floating calculator</string>
<string name="cpp_widget">Widget</string>
<string name="prefs_onscreen_show_app_icon_title">Show separate icon (require reboot)</string>
<string name="prefs_onscreen_show_app_icon_summary">If turned on second icon will be shown in applications\' list</string>
<string name="cpp_this_change_may_require_reboot">This change may require reboot</string>
<string name="cpp_plotter">Function plotter</string>
<string name="cpp_plot_function_line_color">Line color</string>
<string name="cpp_plot_function_line_width">Line width</string>
<string name="cpp_plot_button_text">+plot</string>
<string name="cpp_plot_empty_function_error">Unable to plot empty function!</string>
<string name="cpp_plot_too_many_variables">Unable to plot: too many variables!</string>
<string name="cpp_plot_range">Graph range</string>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="UnusedResources">
<string name="cpp_prefs_vibrate_on_keypress">Vibrate on touch</string>
<string name="cpp_prefs_auto_rotate_screen">Auto-rotate screen</string>
<string name="cpp_language">Language</string>

View File

@@ -7,4 +7,8 @@
<string name="cpp_angles" comment="Visio-2016">Angles</string>
<string name="cpp_thousands_separator" comment="Dynamics AX">Thousands separator</string>
<string name="cpp_examples" comment=".NET Framework-4.5">Examples</string>
<string name="cpp_parameter" comment=".NET Framework-4.5">Parameter</string>
<string name="cpp_duplicate_parameter" comment=".NET Framework-4.5">Duplicate parameter: \'%1$s\'.</string>
<string name="cpp_name_contains_invalid_characters" comment="SharePoint Server-2016">The name contains invalid characters.</string>
<string name="cpp_field_cannot_be_empty" comment="System Center Operations Manager">Field can not be empty</string>
</resources>

View File

@@ -3,8 +3,6 @@
<string name="cpp_kb_variables" translatable="false">π</string>
<string name="cpp_kb_functions" translatable="false">ƒ</string>
<string name="cpp_kb_operators" translatable="false"></string>
<string name="cpp_kb_undo" translatable="false"></string>
<string name="cpp_kb_redo" translatable="false"></string>
<string name="cpp_kb_memory_recall" translatable="false">M</string>
<string name="cpp_kb_memory_plus" translatable="false">M+</string>
<string name="cpp_kb_memory_minus" translatable="false">M-</string>

View File

@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><!--Generated by crowdin.com--><!--Generated by crowdin.net-->
<resources>
<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>
</resources>

View File

@@ -14,7 +14,6 @@
screen.
Result is not rounded and is presented in engineer notation, radians are used as the default angle units.
</string>
<string name="cpp_restart_wizard">Start wizard</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 the button below once to use 9</string>
<string name="cpp_wizard_dragbutton_action_up">Swipe from the center of the button up to use %</string>

View File

@@ -212,12 +212,6 @@
<item name="android:layout_height">wrap_content</item>
</style>
<style name="DimensionLabel">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:textAppearance">@android:style/TextAppearance.Medium</item>
</style>
<style name="CppMain">
<item name="android:baselineAligned">false</item>
<item name="android:layout_height">match_parent</item>
@@ -230,14 +224,6 @@
<item name="android:orientation">vertical</item>
</style>
<style name="CppDialog">
<item name="android:padding">6dp</item>
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:orientation">vertical</item>
<item name="android:layout_gravity">center_horizontal</item>
</style>
<style name="CppListItem.OneLine" parent="CppListItem">
<item name="android:minHeight">48dp</item>
</style>