translations

This commit is contained in:
Sergey Solovyev 2013-09-20 22:16:01 +04:00
parent 379f27db78
commit b583d823c5
24 changed files with 609 additions and 832 deletions

View File

@ -5,7 +5,7 @@
<string name="c_var_description_pi">Das Verhältnis von Kreisumfang zu Durchmesser. Hinweis: diese Konstante ist gradunabhängig = &gt; rad: 3,14, deg: 3.14</string>
<string name="c_var_description_e">Besondere reelle Zahl, so dass der Wert der Ableitung (die Steigung der Tangente) der Funktion f(x) = e ^ X an der Stelle X = 0 gleich 1 ist</string>
<string name="c_var_description_i">Imaginäre Einheit, die definiert ist, so dass i ^ 2 =-1</string>
<string name="c_var_description_c">Lichtgeschwindigkeit im Vakuum, M·s ^-1</string>
<string name="c_var_description_c">Lichtgeschwindigkeit im Vakuum, M·s</string>
<string name="c_var_description_G">Die Gravitationskonstante ist eine empirische physikalische Konstante, die bei der Berechnung der Massenanziehung zwischen Objekten mit Masse, m ^ 3·kg ^ 1·s ^ 2 gilt</string>
<string name="c_var_description_h">Physikalische Konstante gibt die Größe der Energie Quanten in der Quantenmechanik an, J·s</string>
<string name="c_var_description_h_reduced">Verringerte Planck Konstante, J·s</string>

View File

@ -2,23 +2,23 @@
<!--Generated by crowdin.net-->
<resources>
<string name="c_about">Acerca de</string>
<string name="c_about_content">Copyright © 20092013\n\n<b>Created by serso aka se.solovyev</b>\n\n
We are on Facebook: <a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\n
This program is distributed under Apache 2.0 License:\nsource code can be found on\n
<string name="c_about_content">Copyright © 20092013\n\n<b>Creado por serso "aka" se.solovyev</b>\n\n
Visítanos en Facebook: <a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\n
Este programa está distribuido bajo licencia Apache 2.0:\nPuede encontrar el código fuente en\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
Para más información, por favor,\ncontacte con el autor mediante correo electrónico\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 buy a special option from application preferences\n\n
If you like the application\nrate it with 5 stars on\n
\no visite\n<a href="http://se.solovyev.org">http://se.solovyev.org</a>\n\n
Si deseas apoyar el proyecto\npuedes donar desde las preferencias de la aplicación, en la opción especial habilitada para ello\n\n
Si te gusta la aplicación\nValórala con 5 estrellas en\n
<a href="https://market.android.com/details?id=org.solovyev.android.calculator">Google Play</a>\n\n
This application uses next open source libraries:\n
Ésta aplicación utiliza las siguientes librerías de código abierto:\n
<a href="http://simple.sourceforge.net">Simple (XML serialization)</a>\n
<a href="http://meditorworld.appspot.com/meditor.txt">JSCL</a>
</string>
<string name="cpp_translators_text">This app is translated to Spanish by: </string>
<string name="cpp_translators_list"></string>
<string name="c_release_notes">Release notes</string>
<string name="c_release_notes_for_title">"Release notes for version "</string>
<string name="cpp_translators_text">Está aplicación ha sido traducida al español por: </string>
<string name="cpp_translators_list">Enrique Menéndez</string>
<string name="c_release_notes">Notas de la versión</string>
<string name="c_release_notes_for_title">"Notas para la versión "</string>
<string name="cpp_share_link">http://www.facebook.com/calculatorpp</string>
</resources>

View File

@ -6,44 +6,29 @@
<string name="c_fun_description_cos">Función trigonométrica coseno</string>
<string name="c_fun_description_tan">Función trigonométrica tangente</string>
<string name="c_fun_description_cot">Función trigonométrica cotangente</string>
<string name="c_fun_description_asin">Arcsine - inverse sine function</string>
<string name="c_fun_description_acos">Arccosine - inverse cosine function</string>
<string name="c_fun_description_atan">Arctangent - inverse tangent function</string>
<string name="c_fun_description_acot">Arccotangent - inverse cotangent function</string>
<string name="c_fun_description_ln">Logaritmo neperiano - logaritmo de base e</string>
<string name="c_fun_description_lg">Decadic logaritmo - logaritmo de base 10</string>
<string name="c_fun_description_log">Logaritmo - logaritmo de la base especificada</string>
<string name="c_fun_description_asin">Arcoseno - función inversa del seno</string>
<string name="c_fun_description_acos">Arcocoseno - función inversa del coseno</string>
<string name="c_fun_description_atan">Arcotangente - función inversa de la tangente</string>
<string name="c_fun_description_acot">Arcocotangente - función inversa de la cotangente</string>
<string name="c_fun_description_ln">Logaritmo neperiano - logaritmo en base \"e\"</string>
<string name="c_fun_description_lg">Logaritmo decimal - logaritmo en base 10</string>
<string name="c_fun_description_log">Logaritmo - logaritmo con la base especificada</string>
<string name="c_fun_description_exp">Función exponencial</string>
<string name="c_fun_description_sqrt">Función Raíz cuadrado</string>
<string name="c_fun_description_cubic">Cubic root function</string>
<string name="c_fun_description_abs">Gives absolute value of an argument</string>
<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
<string name="c_fun_description_sqrt">Función Raíz cuadrada</string>
<string name="c_fun_description_cubic">Función raíz cúbica</string>
<string name="c_fun_description_abs">Devuelve el valor absoluto de un argumento</string>
<string name="c_fun_description_sgn">Devuelve el signo de un argumento: -1 si el argumento es menor que 0, 0 si es igual a 0, y 1 si es mayor que 0</string>
<string name="c_fun_description_eq">Función Igual - Devuelve 1 si dos argumentos son iguales, y 0 si no lo son</string>
<string name="c_fun_description_le">Función Menor o Igual que - Devuelve 1 si dos argumentos son iguales o si el primero es menor que el segundo. Devuelve 0 si el primer argumento es mayor</string>
<string name="c_fun_description_ge">Función Mayor o Igual que - Devuelve 1 si dos argumentos son iguales o si el primero es mayor que el segundo. Devuelve 0 si el primer argumento es menor</string>
<string name="c_fun_description_ne">Función Distinto - Devuelve 1 si dos argumentos no son idénticos, y 0 en caso contrario</string>
<string name="c_fun_description_lt">Función Menor que - Devuelve 1 si el primer argumento es menor que el segundo. Devuelve 0 en caso contrario</string>
<string name="c_fun_description_gt">Función Mayor que - Devuelve 1 si el primer argumento es mayor que el segundo. Devuelve 0 en caso contrario</string>
<string name="c_fun_description_rad">Convierte grados a radianes: º - grados, min - minutos (por defecto = 0), s - segundos (por defecto = 0)
</string>
<string name="c_fun_description_eq">Función Igual - Devuelve 1 si dos argumentos son iguales, 0 si no lo son
<string name="c_fun_description_dms">Convierte grados de notación DMS a notación decimal: º - grados, min - minutos (por defecto = 0), s - segundos (por defecto = 0)
</string>
<string name="c_fun_description_le">Función Menor o igual - Devuelve 1 si dos argumentos son iguales o el primero es
menor que el segundo, 0 si el primero es mayor
</string>
<string name="c_fun_description_ge">Función Mayor o igual - Devuelve 1 si dos argumentos son iguales o si el primero
es mayor que el segundo, 0 si el primero es menor
</string>
<string name="c_fun_description_ne">Función Distinto - Devuelve 1 si dos argumentos no son iguales, 0 si son
idénticos
</string>
<string name="c_fun_description_lt">Función Menor - Devuelve 1 si el primer argumento es menor que el segundo, 0 si
no lo es
</string>
<string name="c_fun_description_gt">Función Mayor - Devuelve 1 si el primer argumento es mayor que el segundo, 0 si
no lo es
</string>
<string name="c_fun_description_rad">Convierte grados a radianes: d - grados, m - minutos (por defecto = 0), s -
segundos (por defecto = 0)
</string>
<string name="c_fun_description_dms">Convierte grados de notación DMS a notación decimal: d - grados, m - minutos
(por defecto = 0), s - segundos (por defecto = 0)
</string>
<string name="c_fun_description_deg">Convierte radianes a grados</string>
<string name="c_fun_description_deg">Convierte de radianes a grados</string>
<string name="c_fun_category_trig">Trigonométrico</string>
<string name="c_fun_category_hyper_trig">Hiperbólicas trigonométricas</string>
<string name="c_fun_category_comparison">Comparación</string>

View File

@ -2,27 +2,21 @@
<!--Generated by crowdin.net-->
<resources>
<string name="c_operators">Operadores</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>
<string name="c_op_description_product">Gives product of functions \'f(i)\', iterating through \'i\' from \'from\'
to \'to\'
</string>
<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\')
</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>
<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_percent" formatted="false">Devuelve el valor porcentaje de la expresión
antes.\nEjemplos:\n
<string name="c_op_description_mod">El módulo de operación encuentra el resto de la división de \"x\" por \"y\"</string>
<string name="c_op_description_sum">Suma las funciones \"f(i)\", iterativamente en el intervalo \"i\", desde \"inicio\" hasta \"fin\"</string>
<string name="c_op_description_product">Devuelve el producto de las funciones \"f(i)\", iterativamente en el intervalo \"i\", desde \"inicio\" hasta \"fin\"</string>
<string name="c_op_description_derivative">Devuelve la derivada de la orden \"orden\" (por defecto = 1) para las funciones \"f(x)\", en base a la variable \"x\" y calcula en el punto \"punto_x\" (por defecto = mismo valor que \"x\")</string>
<string name="c_op_description_integral">Devuelve la integral para la función \"f(x)\" en base a la variable \"x\"</string>
<string name="c_op_description_integral_ab">Integra la función \"f(x)\" en base a la variable \"x\" desde \"a\" hasta \"b\"</string>
<string name="c_pf_description_factorial">Devuelve el factorial de la expresión anterior</string>
<string name="c_pf_description_double_factorial">Devuelve el factorial doble de la expresión anterior</string>
<string name="c_pf_description_percent" formatted="false">Devuelve el valor porcentual de la expresión
anterior.\nEjemplos:\n
100 + 50% = 150\n
100 * 50% = 50\n
100 + 100 * 50% * 50% = 125
</string>
<string name="c_pf_description_degree">Convierte Grados a Radianes.\n
<string name="c_pf_description_degree">Convierte de Grados a Radianes.\n
Ejemplos:\n
268° = 4.67748\n
30.21° = 0.52726

View File

@ -2,19 +2,19 @@
<!--Generated by crowdin.net-->
<resources>
<string name="c_app_name">Calculadora++</string>
<string name="c_app_name_on_screen">Calculator++ (Window mode)</string>
<string name="c_app_name_on_screen">Calculadora++ (Modo ventana)</string>
<string name="c_app_name_free">Calculadora++ Free</string>
<string name="c_app_icon_name">Calc++</string>
<string name="c_app_settings">Configuración</string>
<string name="c_app_settings">Ajustes</string>
<string name="c_syntax_error">Error</string>
<string name="c_result_copied">Result has been copied to the clipboard!</string>
<string name="c_result_copied">¡El resultado se ha copiado en el portapapeles!</string>
<string name="c_settings">Configuración</string>
<string name="c_help">Ayuda</string>
<string name="c_vars_and_constants">Variables y Constantes</string>
<string name="c_prefs_main_category">Ajustes principales</string>
<string name="c_prefs_calculations_category">Ajustes de Cálculo</string>
<string name="c_prefs_appearance_category">Ajustes de apariencia</string>
<string name="c_prefs_other_category">Other settings</string>
<string name="c_prefs_other_category">Otros ajustes</string>
<string name="c_prefs_drag_button_category">Configuración del deslizamiento de los botones</string>
<string name="c_down">Abajo</string>
<string name="c_up">Arriba</string>
@ -22,24 +22,21 @@
<string name="c_undo">deshacer</string>
<string name="c_redo">rehacer</string>
<string name="c_clear">C</string>
<string name="c_erase">borrar</string>
<string name="c_erase"></string>
<string name="c_paste">pegar</string>
<string name="c_vars">vars</string>
<string name="c_vars">variables</string>
<string name="c_copy">Copiar</string>
<string name="c_plot">Parcela gráfico</string>
<string name="c_plot">Trazar gráfico</string>
<string name="c_graph">Gráfico</string>
<string name="c_calc_color_display_title">Resaltar expresiones</string>
<string name="c_calc_round_result_title">Redondear resultado</string>
<string name="c_calc_round_result_summary">Activar redondeo del resultado</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="c_calc_round_result_summary">Activar/desactivar el redondeo del resultado</string>
<string name="c_calc_science_notation_title">Notación científica permanente</string>
<string name="c_calc_science_notation_summary">Si está activado, se fuerza el uso de la notación científica para mostrar el resultado.
(12.34E-12)</string>
<string name="p_calc_result_precision_title">Precisión del resultado</string>
<string name="p_calc_max_calculation_time_title">Maximum calculation time</string>
<string name="p_calc_max_calculation_time_summary">If calculations exceed specified limit - calculator halts with
error
</string>
<string name="p_calc_max_calculation_time_title">Tiempo máximo de cálculo</string>
<string name="p_calc_max_calculation_time_summary">Si los cálculos superan el límite establecido - la calculadora muestra un error y se detiene</string>
<string name="c_exit">Salir</string>
<string name="c_add">Añadir</string>
<string name="c_cancel">Cancelar</string>
@ -54,11 +51,10 @@
<string name="c_var_description">Descripción</string>
<string name="c_var_create_var">Crear variable</string>
<string name="c_var_edit_var">Editar variable</string>
<string name="c_value_is_not_a_number">¡El valor debe ser numérico o estar vacío!</string>
<string name="c_value_is_not_a_number">¡El valor debe ser numérico o estar vacío: Si tienes parámetros - crea un a función en su lugar!</string>
<string name="c_var_name_clashes">La variable name entra en conflicto con la función name!</string>
<string name="c_var_already_exists">¡Ya existe una variable con el mismo nombre!</string>
<string name="c_name_is_not_valid">El nombre de la Constante no es válido: el nombre debe comenzar con una
letra,puede contener letras, dígitos y líneas.
<string name="c_name_is_not_valid">El nombre de la constante no es válido: el nombre debe comenzar con una letra, y puede contener letras, dígitos y líneas.
</string>
<string name="c_sys_var_cannot_be_changed">¡Una Variable de Sistema no puede ser cambiada!</string>
<string name="c_calc_editor_hint">Introducir nuevo cálculo</string>
@ -84,19 +80,17 @@
<string name="p_oct">Octal</string>
<string name="p_bin">Binario</string>
<string name="c_calc_theme">Tema</string>
<string name="p_default_theme">Predeterminado</string>
<string name="p_default_theme">Gris</string>
<string name="p_violet_theme">Violeta</string>
<string name="p_light_blue_theme">Azul claro</string>
<string name="p_metro_blue_theme">Metro Blue (Default)</string>
<string name="p_metro_green_theme">Metro Green</string>
<string name="p_metro_purple_theme">Metro Purple</string>
<string name="c_calc_result_precision_summary">Precisión del resultado (todos los cálculos se realizar con la máxima
precisión a pesar del valor de esta opción)
</string>
<string name="c_calc_color_display_summary">Ajustar colores y estilo en el editor de la calculadora</string>
<string name="p_metro_blue_theme">Metro Azul (Predeterminado)</string>
<string name="p_metro_green_theme">Metro Verde</string>
<string name="p_metro_purple_theme">Metro Morado</string>
<string name="c_calc_result_precision_summary">Precisión en el valor del resultado (todos los cálculos se realizan con la máxima precisión, independientemente del valor de esta opción)</string>
<string name="c_calc_color_display_summary">Activa o desactiva los colores y estilos en el editor de la calculadora</string>
<string name="c_calc_theme_summary">Establecer el tema para la Calculadora</string>
<string name="c_clear_history">Limpiar historial</string>
<string name="c_toggle_datetime">Show/hide date</string>
<string name="c_toggle_datetime">Mostrar/Ocultar fecha</string>
<string name="c_simplify_instead_of_numeric">Las constantes siguientes no están definidas: {0}!</string>
<string name="p_grouping_separator_no">No usar separador de Grupos</string>
<string name="p_grouping_separator_apostrophe">Apóstrofe (\')</string>
@ -108,9 +102,9 @@
<string name="c_calc_layout">Plantilla</string>
<string name="p_layout_cellphone">Teléfono</string>
<string name="p_layout_calculator">Calculadora</string>
<string name="p_layout_calculator_mobile">Scientific (Big buttons)</string>
<string name="p_layout_simple">Simple</string>
<string name="p_layout_simple_mobile">Simple (Big buttons)</string>
<string name="p_layout_calculator_mobile">Científica (Botones grandes)</string>
<string name="p_layout_simple">Sencilla</string>
<string name="p_layout_simple_mobile">Sencilla (Botones grandes)</string>
<string name="c_calc_layout_summary">Establecer la plantilla de los botones</string>
<string name="c_calc_haptic_feedback_title">Configurar vibración</string>
<string name="c_calc_haptic_feedback_summary">Vibrar al pulsar un botón</string>
@ -122,19 +116,18 @@
<string name="empty_var_error">No se puede crear una constante vacía!</string>
<string name="not_valid_result">El resultado actual no es válido!</string>
<string name="c_plot_graph">Gráfico</string>
<string name="c_min_x_value">From</string>
<string name="c_max_x_value">To</string>
<string name="c_swipe_distance">Swipe distance for buttons</string>
<string name="c_swipe_distance_summary">Sets swipe distance for buttons that support additional swipe actions
</string>
<string name="c_comment">Comment</string>
<string name="c_min_x_value">Desde</string>
<string name="c_max_x_value">Hasta</string>
<string name="c_swipe_distance">Distancia de deslizado para los botones</string>
<string name="c_swipe_distance_summary">Establece la distancia de deslizado para los botones que admiten acciones adicionales de deslizado</string>
<string name="c_comment">Comentario</string>
<string name="c_history_item_saved">Guardado</string>
<string name="c_history_item_not_saved">No se guarda</string>
<string name="c_expression_copied">Expresión copiada en el portapapeles!</string>
<string name="c_history_item_status">Estado:</string>
<string name="c_history_item_comment">Comentario:</string>
<string name="c_use">Utilizar</string>
<string name="c_use_short">Use</string>
<string name="c_use_short">Uso</string>
<string name="c_copy_expression">Copia de la expresión</string>
<string name="c_copy_result">Copia resultado</string>
<string name="c_history_expression">Valor</string>
@ -146,179 +139,134 @@
<string name="c_saved_history">La historia guardada</string>
<string name="c_history_already_saved">La historia se salvó ya!</string>
<string name="c_history_must_be_saved">La historia debe ser salvado antes de editar!</string>
<string name="c_history_was_removed">La historia se ha eliminado correctamente!</string>
<string name="c_history_saved">La historia se ha guardado correctamente!</string>
<string name="c_history_was_removed">¡El historial se ha eliminado satisfactoriamente!</string>
<string name="c_history_saved">¡El historial se ha guardado satisfactoriamente!</string>
<string name="c_copy_description">Сopia de la descripción</string>
<string name="c_copy_value">Сopia el valor</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_first_start_text_title">Welcome</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 as history prev</string>
<string name="c_clear_billing_info_summary">Purchase information will be reloaded from the server</string>
<string name="c_clear_billing_info_title">Update purchase information</string>
<string name="c_warning">Warning</string>
<string name="c_first_start_text">¡Gracias por elegir Calculadora++!\n\nCalculadora++ es una potente herramienta para realizar sus cálculos cotidianos.</string>
<string name="c_first_start_text_title">Bienvenido</string>
<string name="c_calc_show_release_notes_title">Mostrar notas de la versión</string>
<string name="c_calc_show_release_notes_summary">Establece si la ventana emergente de las notas de versión debe aparecer tras actualizar a una nueva versión</string>
<string name="c_calc_use_back_button_as_prev_summary">Establece el comportamiento del botón \"Atrás\"</string>
<string name="c_calc_use_back_button_as_prev_title">Utilice el botón \"Atrás\" para volver al historial</string>
<string name="c_clear_billing_info_summary">Se volverá a cargar la información de compra desde el servidor</string>
<string name="c_clear_billing_info_title">Actualizar la información de compra</string>
<string name="c_warning">Advertencia</string>
<string name="c_error">Error</string>
<string name="c_billing_error">Billing is not supported: you must have Google Checkout account linked to your Google
account and must be connected to the internet.
</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_calc_already_purchased">Ad free option has been already purchased!</string>
<string name="c_calc_purchasing">Purchasing…</string>
<string name="c_calc_clearing">Clearing…</string>
<string name="c_feedback_title">Feedback</string>
<string name="c_feedback_text">You have been using Calculator++ for some time \n
and it\'s important for us to know your opinion about application.\n\n
Please rate Calculator++ \non<a href="https://market.android.com/details?id=org.solovyev.android.calculator">
Google Play</a>,\n leave a comment or \ndiscuss application \non
<a href="http://facebook.com/calculatorpp">Facebook</a>
</string>
<string name="c_notespp_announce_text">Good news - I just released new application for Android called
<a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">Notes++</a>.\n
If you\'re interesting in fast and easy way of making notes please follow the
<a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">link</a>
and try Notes++!
</string>
<string name="c_angle_units_changed_to">Angle units changed to \'%s\'!</string>
<string name="c_numeral_base_changed_to">Numeral base changed to \'%s\'!</string>
<string name="c_conversion_tool">Conversion tool</string>
<string name="c_convert">Convert to…</string>
<string name="convert_to_hex">Convert to hex</string>
<string name="convert_to_bin">Convert to bin</string>
<string name="convert_to_dec">Convert to dec</string>
<string name="c_billing_error">No se admite el método de pago: debes disponer de una cuenta de Google Checkout asociada a tu cuenta de Google, y debes estar conectado a internet.</string>
<string name="c_calc_ad_free_title">Apoyar el proyecto</string>
<string name="c_calc_ad_free_summary">Y eliminar los anuncios</string>
<string name="c_calc_already_purchased">¡La opción sin publicidad ya ha sido comprada previamente!</string>
<string name="c_calc_purchasing">Realizando compra...</string>
<string name="c_calc_clearing">Realizando limpieza...</string>
<string name="c_feedback_title">Críticas y comentarios</string>
<string name="c_feedback_text">Has usado calculadora ++ y es importante para nosotros saber tu opinión sobre application.\n\n por favor vota calculadora ++ en: \non <a href="https://market.android.com/details?id=org.solovyev.android.calculator"> Google Play</a>, \n deja un comentario o \ndiscuss la \non aplicación <a href="\nhttp://facebook.com/calculatorpp"> Facebook</a> </string>
<string name="c_notespp_announce_text">Buenas noticias - acabo de lanzar una nueva aplicación para Android llamada <a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes"> notas ++</a>. \n si usted está interesado en una manera rápida y fácil de hacer notas por favor siga el <a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes"> enlace</a> y pruebe de notas ++! </string>
<string name="c_angle_units_changed_to">Las unidades de los ángulos han sido cambiados a \'%s\'!</string>
<string name="c_numeral_base_changed_to">Se ha cambiado la base del numeral a \'%s\'!</string>
<string name="c_conversion_tool">Herramienta de conversión</string>
<string name="c_convert">Convertir a…</string>
<string name="convert_to_hex">Convertir a hexagonal</string>
<string name="convert_to_bin">Convertir a binario</string>
<string name="convert_to_dec">Convertir a numero decimal</string>
<string name="editor">Editor</string>
<string name="result">Result</string>
<string name="other">Other</string>
<string name="derivatives">Derivatives/Integrals</string>
<string name="crashed">Calculator++ has crashed…</string>
<string name="crash_dialog_title">Calculator++ crash report</string>
<string name="crash_dialog_text">
Unfortunately, Calculator++ has crashed.\n\n
In order to fix the problem we need some information about it. It\'s highly recommended to send crash report via
email (after pressing \'Ok\' button you will see all sent data in the new window).\n\n
Do you want to send crash report?
<string name="result">Resultado</string>
<string name="other">Otro</string>
<string name="derivatives">Derivadas/Integrales</string>
<string name="crashed">Calculator++ se ha detenido…</string>
<string name="crash_dialog_title">Calculator++ reporte de error</string>
<string name="crash_dialog_text"> Desafortunadamanete, Calculator++ se ha parado.\n\n
Para poder arreglar el problema necesitamos información acerca de el error. Es muy recomendable mandar un informe de error, vía email (después de presionar el botón de \'Ok\' verá toda la información que se enviará en una nueva ventana),\n\n
¿Quiere mandara un reporte de error?</string>
<string name="prefs_graph_screen_title">Ajustes de gráfica</string>
<string name="prefs_graph_interpolate_function">Gráfico de la función de interpolación</string>
<string name="prefs_graph_interpolate_function_summary">Si está marcado, se empleará la interpolación cúbica para dibujar la gráfica de función</string>
<string name="prefs_graph_real_color_title">Color de la parte real del gráfico de funciones</string>
<string name="prefs_graph_real_color_summary">Establece el color del gráfico de funciones de parte real</string>
<string name="prefs_graph_imag_color_title">Color de la parte imaginaria del gráfico de funciones</string>
<string name="prefs_graph_imag_color_summary">Establece el color del gráfico de funciones de parte imaginaria</string>
<string name="p_white_line_color">Blanco</string>
<string name="p_grey_line_color">Gris</string>
<string name="p_red_line_color">Rojo</string>
<string name="p_blue_line_color">Azul</string>
<string name="p_green_line_color">Verde</string>
<string name="c_function_name">Nombre</string>
<string name="c_function_value">Valor</string>
<string name="c_function_description">Descripción</string>
<string name="c_function_parameters">Parámetros</string>
<string name="function_create_function">Crear función</string>
<string name="function_edit_function">Editar función</string>
<string name="function_name_is_not_valid">El nombre de la función no es válido: El nombre debe comenzar con una letra, y puede contener letras, dígitos y líneas.</string>
<string name="function_already_exists">¡Ya existe una función con el mismo nombre!</string>
<string name="function_is_empty">¡El cuerpo de la función no puede estar vacío!</string>
<string name="function_param_not_empty">¡El parámetro de la función no puede estar vacío!</string>
<string name="function_removal_confirmation_question">¿Estás seguro de que quieres eliminar la función \'%s\'?</string>
<string name="empty_function_error">¡No se puede crear una función vacía!</string>
<string name="do_not_show_messages_in_session">No mostrar este mensaje hasta la próxima sesión</string>
<string name="calculation_messages_dialog_title">Advertencia de Calculadora++</string>
<string name="arithmetic_error_while_plot">Se ha producido un error aritmético al trazar: %s</string>
<string name="ok">De acuerdo</string>
<string name="p_show_calculation_messages_dialog_title">Mostrar mensajes de cálculo en el cuadro de diálogo</string>
<string name="p_show_calculation_messages_dialog_summary">Si está activado, se mostrará un cuadro de diálogo especial si se produjera algún mensaje durante los cálculos</string>
<string name="fix">Arreglar</string>
<string name="p_preferred_numeral_base_title">Sistema de numeración predeterminado</string>
<string name="p_preferred_numeral_base_summary">Establece el sistema de numeración predeterminado</string>
<string name="preferred_numeral_base_message">El sistema de numeración predeterminado \'%1$s\' difiere del actual \'%2$s\'. ¿Olvidaste deshacer el cambio?</string>
<string name="p_preferred_angle_units_title">Unidades de ángulo predeterminadas</string>
<string name="p_preferred_angle_units_summary">Establece las unidades de ángulo predeterminadas</string>
<string name="preferred_angle_units_message">Las unidades de ángulo predeterminadas \'%1$s\' difieren de las actuales \'%2$s\'. ¿Olvidaste deshacer el cambio?
</string>
<string name="prefs_graph_screen_title">Graph settings</string>
<string name="prefs_graph_interpolate_function">Interpolate function\'s graph</string>
<string name="prefs_graph_interpolate_function_summary">If checked cubic interpolation will be used in function
graph drawing
</string>
<string name="prefs_graph_real_color_title">Color of real part of functions graph</string>
<string name="prefs_graph_real_color_summary">Sets color of real part functions graph</string>
<string name="prefs_graph_imag_color_title">Color of imaginary part of functions graph</string>
<string name="prefs_graph_imag_color_summary">Sets color of imaginary part functions graph</string>
<string name="p_white_line_color">White</string>
<string name="p_grey_line_color">Grey</string>
<string name="p_red_line_color">Red</string>
<string name="p_blue_line_color">Blue</string>
<string name="p_green_line_color">Green</string>
<string name="c_function_name">Name</string>
<string name="c_function_value">Value</string>
<string name="c_function_description">Description</string>
<string name="c_function_parameters">Parameters</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 letter, can contain
letters, digits and underscore.
</string>
<string name="function_already_exists">Function with same name already exists!</string>
<string name="function_is_empty">Function body could not be empty!</string>
<string name="function_param_not_empty">Function parameter should not be empty!</string>
<string name="function_removal_confirmation_question">Do you really want to delete \'%s\' function?</string>
<string name="empty_function_error">Unable to create empty function!</string>
<string name="do_not_show_messages_in_session">Do not show this message until next session</string>
<string name="calculation_messages_dialog_title">Calculator++ warning</string>
<string name="arithmetic_error_while_plot">Arithmetic error occurred while plotting: %s</string>
<string name="ok">OK</string>
<string name="p_show_calculation_messages_dialog_title">Show calculation messages in dialog</string>
<string name="p_show_calculation_messages_dialog_summary">If turned on if any message occurred while calculations
special dialog will be shown
</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="c_app_widget_3x3_name">Calculator++ Widget (3x3)</string>
<string name="c_app_widget_3x4_name">Calculator++ Widget (3x4)</string>
<string name="c_app_widget_4x4_name">Calculator++ Widget (4x4)</string>
<string name="c_app_widget_4x5_name">Calculator++ Widget (4x5)</string>
<string name="open_onscreen_calculator">Click to open calculator in window mode</string>
<string name="prefs_onscreen_title">Calculator (in separate window) settings</string>
<string name="prefs_onscreen_start_on_boot_title">Start on boot</string>
<string name="prefs_onscreen_start_on_boot_summary">If turned on Calculator++ will appear in notification bar after
device boot
</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_onscreen_remove_icon_message">You can remove second icon in applications\' list from application
settings or by pressing next button
</string>
<string name="cpp_this_change_may_require_reboot">This change may require reboot</string>
<string name="cpp_plot_2d">2D plot</string>
<string name="cpp_plot_3d">3D plot</string>
<string name="cpp_plot_functions">Graph functions</string>
<string name="cpp_prefs_graph_plot_imag_title">Plot imaginary part of function</string>
<string name="cpp_prefs_graph_plot_imag_summary">If checked imaginary part of function will be plotted</string>
<string name="cpp_monochrome_line_color_type">Monochrome</string>
<string name="cpp_color_map_line_color_type">Color map (only 3D)</string>
<string name="cpp_solid_line_style">Solid (-----)</string>
<string name="cpp_dashed_line_style">Dashed (- - -)</string>
<string name="cpp_dotted_line_style">Dotted (. . .)</string>
<string name="cpp_dash_dotted_line_style">Dot-dashed (-.-.-)</string>
<string name="cpp_plotter">Function plotter</string>
<string name="cpp_plot_screenshot">Capture screenshot</string>
<string name="cpp_plot_screenshot_saved">Screenshot successfully saved: %1$s!</string>
<string name="cpp_plot_unable_to_save_screenshot">Screenshot cannot be saved as SD card is not mounted. Mount SD
card and try again!
</string>
<string name="cpp_plot_function_line_color_type">Line color type</string>
<string name="cpp_plot_function_line_color">Line color</string>
<string name="cpp_plot_function_line_style">Line style</string>
<string name="cpp_plot_function_line_width">Line width</string>
<string name="cpp_plot_function_settings">Function settings</string>
<string name="cpp_function">Function</string>
<string name="cpp_pinned">Pinned</string>
<string name="close">Cerrar</string>
<string name="c_app_widget_3x3_name">Calculadora++ Widget (3x3)</string>
<string name="c_app_widget_3x4_name">Calculadora++ Widget (3x4)</string>
<string name="c_app_widget_4x4_name">Calculadora++ Widget (4x4)</string>
<string name="c_app_widget_4x5_name">Calculadora++ Widget (4x5)</string>
<string name="open_onscreen_calculator">Haga clic para abrir la calculadora en modo ventana</string>
<string name="prefs_onscreen_title">Ajustes de la calculadora (en ventana separada)</string>
<string name="prefs_onscreen_start_on_boot_title">Iniciar al arrancar</string>
<string name="prefs_onscreen_start_on_boot_summary">Si está activado, Calculadora++ aparecerá en la barra de notificaciones tras el arranque del sistema</string>
<string name="prefs_onscreen_show_app_icon_title">Mostrar icono separado (requiere reiniciar)</string>
<string name="prefs_onscreen_show_app_icon_summary">Si está activado, aparecerá un segundo icono en la lista de aplicaciones</string>
<string name="cpp_onscreen_remove_icon_message">Puedes quitar el segundo icono de la lista de aplicaciones desde los ajustes de la aplicación, o pulsando el botón siguiente</string>
<string name="cpp_this_change_may_require_reboot">Después de realizar este cambio, es posible que tenga que reiniciar</string>
<string name="cpp_plot_2d">Trazado 2D</string>
<string name="cpp_plot_3d">Trazado 3D</string>
<string name="cpp_plot_functions">Funciones gráficas</string>
<string name="cpp_prefs_graph_plot_imag_title">Trazar la parte imaginaria de la función</string>
<string name="cpp_prefs_graph_plot_imag_summary">Si está activado, se trazará la parte imaginaria de la función</string>
<string name="cpp_monochrome_line_color_type">Monocromo</string>
<string name="cpp_color_map_line_color_type">Mapa de color (sólo 3D)</string>
<string name="cpp_solid_line_style">Solido (-----)</string>
<string name="cpp_dashed_line_style">Discontinuo (- - -)</string>
<string name="cpp_dotted_line_style">Punteado (. . .)</string>
<string name="cpp_dash_dotted_line_style">Punteado-guionado (-.-.-)</string>
<string name="cpp_plotter">Trazador de funciones</string>
<string name="cpp_plot_screenshot">Tomar captura de pantalla</string>
<string name="cpp_plot_screenshot_saved">¡La captura de pantalla se ha guardado satisfacoriamente: %1$s!</string>
<string name="cpp_plot_unable_to_save_screenshot">¡No se ha podido guardar la captura de pantalla porque la tarjeta SD no está montada. Monte la tarjeta SD e inténtelo de nuevo!</string>
<string name="cpp_plot_function_line_color_type">Tipo de color de línea</string>
<string name="cpp_plot_function_line_color">Color de línea</string>
<string name="cpp_plot_function_line_style">Estilo de línea</string>
<string name="cpp_plot_function_line_width">Ancho de línea</string>
<string name="cpp_plot_function_settings">Ajustes de la función</string>
<string name="cpp_function">Función</string>
<string name="cpp_pinned">Anclado</string>
<string name="cpp_visible">Visible</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>
<string name="cpp_fullscreen">Fullscreen</string>
<string name="cpp_plot_range_x_min">X Min</string>
<string name="cpp_plot_range_x_max">X Max</string>
<string name="cpp_plot_range_y_min">Y Min</string>
<string name="cpp_plot_range_y_max">Y Max</string>
<string name="cpp_invalid_number">Invalid number!</string>
<string name="cpp_plot_boundaries_should_differ">Graph boundaries should not be the same!</string>
<string name="cpp_apply">Apply</string>
<string name="cpp_message">Message</string>
<string name="cpp_continue">Continue</string>
<string name="cpp_purchase_text">Supporting the project is easy and secure: purchase process is provided by Google
and all you need is a properly configured Google account.\n\n
Payment information is stored in Google servers with your Google account and you can easily use application on
several devices.\n\n
By clicking \'Continue\' button you will be redirected to the Google Play app to make the payment.
</string>
<string name="cpp_purchase_title">Purchase</string>
<string name="cpp_purchase_thank_you_text">Thank you for supporting the application!\n\n It might take several
minutes until app will be informed about the purchase. You always can check information about the purchase in
your Google Account.\n
If you have any problems or questions feel free to contact me directly (contacts are available in
Main-&gt;Menu-&gt;About)
</string>
<string name="cpp_plot_button_text">+trazar</string>
<string name="cpp_plot_empty_function_error">¡No se puede trazar una función vacía!</string>
<string name="cpp_plot_too_many_variables">¡Imposible trazar: demasiadas variables!</string>
<string name="cpp_plot_range">Intervalo gráfico</string>
<string name="cpp_fullscreen">Pantalla completa</string>
<string name="cpp_plot_range_x_min">X Mín.</string>
<string name="cpp_plot_range_x_max">X Máx.</string>
<string name="cpp_plot_range_y_min">Y Mín.</string>
<string name="cpp_plot_range_y_max">Y Máx.</string>
<string name="cpp_invalid_number">¡Número no válido!</string>
<string name="cpp_plot_boundaries_should_differ">¡Los límites del gráfico no deben ser idénticos!</string>
<string name="cpp_apply">Aplicar</string>
<string name="cpp_message">Mensaje</string>
<string name="cpp_continue">Continuar</string>
<string name="cpp_purchase_text">Apoyar el proyecto es fácil y seguro: Google proporciona el proceso de compra y todo lo que necesitas es una cuenta de Google correctamente configurada.\n\n La información de pago se almacena en los servidores de Google con tu cuenta de Google, y puedes utilizar esta aplicación en varios dispositivos de manera sencilla.\n\n Al pulsar el botón \'Continuar\', se le redireccionará a Google Play para hacer el pago.</string>
<string name="cpp_purchase_title">Comprar</string>
<string name="cpp_purchase_thank_you_text">¡Gracias por apoyar esta aplicación! \n\n Pueden pasar varios minutos hasta que la aplicación actualice la información de compra. Puedes revisar la información de compra en tu cuenta de Google siempre que lo desees. \n Ante cualquier problema o pregunta sobre la aplicación, no dudes en contactarme directamente (los datos de contacto están disponibles en Principal-&gt;Menú-&gt;Acerca de)</string>
</resources>

View File

@ -1,26 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.net-->
<resources>
<string name="c_var_description_PI">Ratio de la circunferencia del círculo a su diámetro. Nota: esta constante es la
unidad de medida dependiente =&gt; rad: 3,14, deg: 180,0
<string name="c_var_description_PI">Relación de la circunferencia del círculo con respecto a su diámetro. Nota: esta constante es dependiente de la unidad de grado=&gt; rad: 3,14, deg: 180,0
</string>
<string name="c_var_description_pi">Ratio de la circunferencia del círculo a su diámetro. Nota: esta constante es la
unidad de medida independientes =&gt; rad: 3.14, deg: 3.14
<string name="c_var_description_pi">Relación de la circunferencia del círculo con respecto a su diámetro. Nota: esta constante es independiente de la unidad de grado=&gt; rad: 3,14, deg: 3,14
</string>
<string name="c_var_description_e">Número real único como el valor de la derivada (pendiente de la línea tangente)
<string name="c_var_description_e">Número real único tal que el valor de la derivada (pendiente de la recta tangente)
de la función f(x) = e^x en el punto x = 0 es igual a 1
</string>
<string name="c_var_description_i">Unidad imaginaria, definida como i^2 = 1</string>
<string name="c_var_description_c">Velocidad de la luz en vacío, m·s^-1</string>
<string name="c_var_description_G">La constante gravitatoria es una constante física empírica consistente en el
cálculo de la atracción gravitatoria entre objetos con masa, m^3·kg^1·s^2
<string name="c_var_description_c">Velocidad de la luz en el vacío, m·s</string>
<string name="c_var_description_G">La constante gravitatoria es una constante física empírica implicada en el
cálculo de la atracción gravitatoria entre objetos con masa, m^3·kg^1·s^2
</string>
<string name="c_var_description_h">Constante física que refleja los tamaños de energía cuántica en mecánica
cuántica, J·s
<string name="c_var_description_h">Constante física que refleja los tamaños de energía cuántica en mecánica cuántica, J·s
</string>
<string name="c_var_description_h_reduced">Constante Planck reducida, J·s</string>
<string name="c_var_description_h_reduced">Constante de Planck reducida, J·s</string>
<string name="c_var_description_nan">No es un número</string>
<string name="c_var_description_inf">Infinito</string>
<string name="c_var_system">Incorporado</string>
<string name="c_var_system">Integrado</string>
<string name="c_var_my">Mis</string>
</resources>

View File

@ -1,24 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.net-->
<resources>
<string name="c_about">About</string>
<string name="c_about_content">Copyright © 20092013\n\n<b>Created by serso aka se.solovyev</b>\n\n
We are on Facebook: <a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\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
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 buy a special option from application preferences\n\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
This application uses next open source libraries:\n
<a href="http://simple.sourceforge.net">Simple (XML serialization)</a>\n
<a href="http://meditorworld.appspot.com/meditor.txt">JSCL</a>
</string>
<string name="cpp_translators_text">This app is translated to Italian by: </string>
<string name="cpp_translators_list"></string>
<string name="c_release_notes">Release notes</string>
<string name="c_release_notes_for_title">"Release notes for version "</string>
<string name="c_about">Info</string>
<string name="c_about_content">Copyright © 20092013\n\n<b>Created by serso aka se.solovyev</b>\n\n Siamo su Facebook: <a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\n Questo programma è distribuito con Licenza Apache 2.0:\nIl codice sorgente si trova su\n<a href="https://github.com/serso/android-calculatorpp">http://github.com</a>\n\n per maggiori informazioni\ncontatta l\'autore via email\n<a href="mailto:se.solovyev@gmail.com"> se.solovyev@gmail.com</a>\no visita il sito\n<a href="http://se.solovyev.org"> http://se.solovyev.org</a>\n\nSe desideri supportare il progetto\npuoi acquistare un\'opzione speciale dalle preferenze dell\'applicazione\n\n
Se ti piace la applizione\n valutala con 5 stelle su\n<a href="https://market.android.com/details?id=org.solovyev.android.calculator">Google Play</a>\n\n
Questa applicazione utilizza le seguenti libreria open source:\n
<a href="http://simple.sourceforge.net">Simple (serializzazione XML)</a>\n
<a href="http://meditorworld.appspot.com/meditor.txt">JSCL</a></string>
<string name="cpp_translators_text">Questa app è stata tradotta in Italiano da: </string>
<string name="cpp_translators_list"> </string>
<string name="c_release_notes">Note di versione</string>
<string name="c_release_notes_for_title">"Novità nella versione "</string>
<string name="cpp_share_link">http://www.facebook.com/calculatorpp</string>
</resources>

View File

@ -2,45 +2,36 @@
<!--Generated by crowdin.net-->
<resources>
<string name="c_functions">Funzioni</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_tan">Trigonometric tangent function</string>
<string name="c_fun_description_cot">Trigonometric cotangent function</string>
<string name="c_fun_description_asin">Arcsine - inverse sine function</string>
<string name="c_fun_description_acos">Arccosine - inverse cosine function</string>
<string name="c_fun_description_atan">Arctangent - inverse tangent function</string>
<string name="c_fun_description_acot">Arccotangent - inverse cotangent function</string>
<string name="c_fun_description_ln">Natural logarithm - logarithm to base e</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_exp">Exponential 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_abs">Gives absolute value of an argument</string>
<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
<string name="c_fun_description_sin">Funzione trigonometrica seno</string>
<string name="c_fun_description_cos">Funzione trigonometrica coseno</string>
<string name="c_fun_description_tan">Funzione trigonometrica tangente</string>
<string name="c_fun_description_cot">Funzione trigonometrica cotangente</string>
<string name="c_fun_description_asin">Arcoseno - funzione inversa del seno</string>
<string name="c_fun_description_acos">Arcocoseno - funzione inversa del coseno</string>
<string name="c_fun_description_atan">Arcotangente - funzione inversa della tangente</string>
<string name="c_fun_description_acot">Arcocotangente - Funzione inversa della 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>
<string name="c_fun_description_abs">Dà il valore assoluto di un argomento</string>
<string name="c_fun_description_sgn">Dà il segno di un argomento: -1 se l\'argomento è minore di 0, 0 se è uguale a 0, 1 se è più di 0</string>
<string name="c_fun_description_eq">Funzione uguaglianza - restituisce 1 se i due argomenti sono uguali, 0 altrimenti
</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
than second, 0 otherwise
<string name="c_fun_description_le">Funzione minore o uguale - restituisce 1 se due argomenti sono uguali o il primo è minore del secondo, 0 altrimenti</string>
<string name="c_fun_description_ge">Funzione maggiore-o-uguale - restituisce 1 se i due argomenti sono uguali o il primo è maggiore del secondo, 0 altrimenti
</string>
<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
<string name="c_fun_description_ne">Funzione disuguaglianza - restituisce 1 se i due argomenti non sono uguali, 0 altrimenti
</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_lt">Funzione minore - restituisce 1 se il primo argomento è minore del secondo, 0 altrimenti</string>
<string name="c_fun_description_gt">Funzione maggiore - restituisce 1 se il primo argomento è maggiore del secondo, 0 altrimenti</string>
<string name="c_fun_description_rad">Converte gradi in radianti: d - gradi, m - minuti (predefinito = 0), s - secondi (predefinito = 0)
</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_dms">Converte gradi dalla notazione DMS in notazione decimale: d - gradi, m - minuti (predefinito = 0), s - secondi (predefinito = 0)
</string>
<string name="c_fun_description_gt">Greater function - gives 1 if first argument is greater than second, 0
otherwise
</string>
<string name="c_fun_description_rad">Converts degrees into radians: d - degrees, m - minutes (default = 0), s -
seconds (default = 0)
</string>
<string name="c_fun_description_dms">Converts degrees from DMS notation to decimal notation: d - degrees, m -
minutes (default = 0), s - seconds (default = 0)
</string>
<string name="c_fun_description_deg">Converts radians into degrees</string>
<string name="c_fun_description_deg">Converte radianti in gradi</string>
<string name="c_fun_category_trig">Trigonometriche</string>
<string name="c_fun_category_hyper_trig">Trigonometriche iperboliche</string>
<string name="c_fun_category_comparison">Comparazione</string>

View File

@ -2,20 +2,14 @@
<!--Generated by crowdin.net-->
<resources>
<string name="c_operators">Operatori</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>
<string name="c_op_description_product">Gives product of functions \'f(i)\', iterating through \'i\' from \'from\'
to \'to\'
</string>
<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\')
</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>
<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_op_description_mod">L\'operatore modulo trova il resto della divisione di \'x\' per \'y\'</string>
<string name="c_op_description_sum">Somma le funzioni \'f(i)\', iterando su \'i\' da \'from\' a \'to\'</string>
<string name="c_op_description_product">Restituisce il prodotto delle funzioni \'f(i)\', iterando su \'i\' da \'from\' a \'to\'</string>
<string name="c_op_description_derivative">Restituisce la derivata do ordine \'order\' (predefinito = 1) della funzione \'f(x)\' nella variabile \'x\' e calcolata nel punto \'x_point\' (predefinito = lo stesso di \'x\')</string>
<string name="c_op_description_integral">Restituisce l\'integrale della funzione f(x) nella variabile \'x\'</string>
<string name="c_op_description_integral_ab">Integra la funzione \'f(x)\' Nella variabile \'x\' tra \'a\' e \'b\'</string>
<string name="c_pf_description_factorial">Restituisce il fattoriale della precedente espressione</string>
<string name="c_pf_description_double_factorial">Restituisce il doppio fattoriale della precedente espressione</string>
<string name="c_pf_description_percent" formatted="false">Restituisce la percentuale dell\'espressione
precedente.\nEsempi:\n
100 + 50% = 150\n

View File

@ -1,20 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.net-->
<resources>
<string name="c_app_name">Calculator++</string>
<string name="c_app_name_on_screen">Calculator++ (Window mode)</string>
<string name="c_app_name_free">Calculator++ Free</string>
<string name="c_app_name">Calcolatrice++</string>
<string name="c_app_name_on_screen">Calcolatrice++ (Modalità finestra)</string>
<string name="c_app_name_free">Calcolatrice++ Free</string>
<string name="c_app_icon_name">Calc++</string>
<string name="c_app_settings">Impostazioni</string>
<string name="c_syntax_error">Errore</string>
<string name="c_result_copied">Result has been copied to the clipboard!</string>
<string name="c_result_copied">Il risultato è stato copiato negli appunti!</string>
<string name="c_settings">Impostazioni</string>
<string name="c_help">Aiuto</string>
<string name="c_vars_and_constants">Variabili e costanti</string>
<string name="c_prefs_main_category">Impostazioni principali</string>
<string name="c_prefs_calculations_category">Impostazioni calcolo</string>
<string name="c_prefs_appearance_category">Impostazioni aspetto</string>
<string name="c_prefs_other_category">Other settings</string>
<string name="c_prefs_other_category">Altre impostazioni</string>
<string name="c_prefs_drag_button_category">Impostazioni trascinamento tasti</string>
<string name="c_down">Giù</string>
<string name="c_up">Su</string>
@ -22,24 +22,20 @@
<string name="c_undo">annulla</string>
<string name="c_redo">rifai</string>
<string name="c_clear">C</string>
<string name="c_erase">cancella</string>
<string name="c_erase"></string>
<string name="c_paste">incolla</string>
<string name="c_vars">vars</string>
<string name="c_vars">variabili</string>
<string name="c_copy">Copiare</string>
<string name="c_plot">Plot grafico</string>
<string name="c_graph">Grafico</string>
<string name="c_calc_color_display_title">Evidenzia espressioni</string>
<string name="c_calc_round_result_title">Arrotonda risultato</string>
<string name="c_calc_round_result_summary">Attiva/disattiva arrotondamento dei risultati</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="c_calc_science_notation_title">Sempre la notazione scientifica</string>
<string name="c_calc_science_notation_summary">Se attivo, forza ad usare solo la notazione scientifica di output (12.34E-12)</string>
<string name="p_calc_result_precision_title">Precisione del risultato</string>
<string name="p_calc_max_calculation_time_title">Maximum calculation time</string>
<string name="p_calc_max_calculation_time_summary">If calculations exceed specified limit - calculator halts with
error
</string>
<string name="p_calc_max_calculation_time_title">Tempo massimo di calcolo</string>
<string name="p_calc_max_calculation_time_summary">Se i calcoli superano il limite specificato - la calcolatrice si ferma con un errore</string>
<string name="c_exit">Esci</string>
<string name="c_add">Aggiungi</string>
<string name="c_cancel">Annulla</string>
@ -54,9 +50,9 @@
<string name="c_var_description">Descrizione</string>
<string name="c_var_create_var">Crea variabile</string>
<string name="c_var_edit_var">Modifica variabile</string>
<string name="c_value_is_not_a_number">Il valore deve essere un numero o vuoto!</string>
<string name="c_value_is_not_a_number">Il valore deve essere un numero o lasciato vuoto: se disponi di parametri, crea invece una funzione!</string>
<string name="c_var_name_clashes">Il nome della variabile entra in conflitto col nome della funzione!</string>
<string name="c_var_already_exists">Una variabile con lo stesso nome esiste già!</string>
<string name="c_var_already_exists">Esiste già una variabile con lo stesso nome!</string>
<string name="c_name_is_not_valid">Il nome della costante non è valido: il nome deve iniziare con una lettera, può
contenere lettere, cifre e underscore.
</string>
@ -92,12 +88,12 @@
<string name="c_calc_result_precision_summary">Precisione del risultato (tutti i calcoli sono fatti con la massima
precisione, indipendentemente dal valore di questa opzione)
</string>
<string name="c_calc_color_display_summary">Attiva o disattiva la colorazione e lo styling dell\' editor
<string name="c_calc_color_display_summary">Attiva o disattiva la colorazione e lo styling dell\'editor
calcolatrice
</string>
<string name="c_calc_theme_summary">Imposta il tema per la calcolatrice</string>
<string name="c_clear_history">Cancella cronologia</string>
<string name="c_toggle_datetime">Show/hide date</string>
<string name="c_toggle_datetime">Mostra/nascondi data</string>
<string name="c_simplify_instead_of_numeric">Le prossime costanti sono indefinite: {0}!</string>
<string name="p_grouping_separator_no">Nessun separatore</string>
<string name="p_grouping_separator_apostrophe">Apostrofo (\')</string>
@ -109,9 +105,9 @@
<string name="c_calc_layout">Layout</string>
<string name="p_layout_cellphone">Cellulare</string>
<string name="p_layout_calculator">Calcolatrice</string>
<string name="p_layout_calculator_mobile">Scientific (Big buttons)</string>
<string name="p_layout_simple">Simple</string>
<string name="p_layout_simple_mobile">Simple (Big buttons)</string>
<string name="p_layout_calculator_mobile">Scientifico (tasti grandi)</string>
<string name="p_layout_simple">Semplice</string>
<string name="p_layout_simple_mobile">Semplice (tasti grandi)</string>
<string name="c_calc_layout_summary">Imposta layout per i pulsanti</string>
<string name="c_calc_haptic_feedback_title">Feedback tattile</string>
<string name="c_calc_haptic_feedback_summary">Attiva o disattiva la vibrazione su click dei pulsanti</string>
@ -126,8 +122,7 @@
<string name="c_min_x_value">Da</string>
<string name="c_max_x_value">A</string>
<string name="c_swipe_distance">Swipe distanza per i pulsanti</string>
<string name="c_swipe_distance_summary">Imposta distanza swipe per i pulsanti che supportano le azioni swipe
supplementare
<string name="c_swipe_distance_summary">Imposta distanza swipe per i pulsanti che supportano azioni swipe supplementari
</string>
<string name="c_comment">Commento</string>
<string name="c_history_item_saved">Salvato</string>
@ -136,7 +131,7 @@
<string name="c_history_item_status">Stato:</string>
<string name="c_history_item_comment">Commento:</string>
<string name="c_use">Uso</string>
<string name="c_use_short">Use</string>
<string name="c_use_short">Uso</string>
<string name="c_copy_expression">Copia espressione</string>
<string name="c_copy_result">Copia risultato</string>
<string name="c_history_expression">Valore</string>
@ -148,179 +143,139 @@
<string name="c_saved_history">Storia salvati</string>
<string name="c_history_already_saved">La storia era già salvato!</string>
<string name="c_history_must_be_saved">La storia deve essere salvato prima di modificare!</string>
<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_history_was_removed">La cronologia è stata rimossa con successo!</string>
<string name="c_history_saved">La cronologia è stata salvata correttamente!</string>
<string name="c_copy_description">Сopia descrizione</string>
<string name="c_copy_value">Сopia il valore</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_first_start_text_title">Welcome</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 as history prev</string>
<string name="c_clear_billing_info_summary">Purchase information will be reloaded from the server</string>
<string name="c_clear_billing_info_title">Update purchase information</string>
<string name="c_warning">Warning</string>
<string name="c_error">Error</string>
<string name="c_billing_error">Billing is not supported: you must have Google Checkout account linked to your Google
account and must be connected to the internet.
</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_calc_already_purchased">Ad free option has been already purchased!</string>
<string name="c_calc_purchasing">Purchasing…</string>
<string name="c_calc_clearing">Clearing…</string>
<string name="c_feedback_title">Feedback</string>
<string name="c_feedback_text">You have been using Calculator++ for some time \n
and it\'s important for us to know your opinion about application.\n\n
Please rate Calculator++ \non<a href="https://market.android.com/details?id=org.solovyev.android.calculator">
Google Play</a>,\n leave a comment or \ndiscuss application \non
<a href="http://facebook.com/calculatorpp">Facebook</a>
</string>
<string name="c_notespp_announce_text">Good news - I just released new application for Android called
<a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">Notes++</a>.\n
If you\'re interesting in fast and easy way of making notes please follow the
<a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">link</a>
and try Notes++!
</string>
<string name="c_angle_units_changed_to">Angle units changed to \'%s\'!</string>
<string name="c_numeral_base_changed_to">Numeral base changed to \'%s\'!</string>
<string name="c_conversion_tool">Conversion tool</string>
<string name="c_convert">Convert to…</string>
<string name="convert_to_hex">Convert to hex</string>
<string name="convert_to_bin">Convert to bin</string>
<string name="convert_to_dec">Convert to dec</string>
<string name="c_first_start_text">Grazie per aver scelto Calculator++!\n\nCalculator++ è un potente strumento per fare calcoli ogni giorno.</string>
<string name="c_first_start_text_title">Benvenuti</string>
<string name="c_calc_show_release_notes_title">Visualizza le note di versione</string>
<string name="c_calc_show_release_notes_summary">Definisce se la finestra popup delle note di versione debba comparire dopo l\'aggiornamento alla nuova versione</string>
<string name="c_calc_use_back_button_as_prev_summary">Definisce il comportamento del pulsante Indietro</string>
<string name="c_calc_use_back_button_as_prev_title">Usa il pulsante indietro per la cronologia precedente</string>
<string name="c_clear_billing_info_summary">Le Informazioni sugli acquisti verranno scaricate nuovamente dal server</string>
<string name="c_clear_billing_info_title">Aggiornare le informazioni di acquisto</string>
<string name="c_warning">Attenzione</string>
<string name="c_error">Errore</string>
<string name="c_billing_error">La fatturazione non è supportata: si deve avere un account Google Checkout collegato all\'account Google e si deve essere collegati ad internet.</string>
<string name="c_calc_ad_free_title">Supportare il progetto</string>
<string name="c_calc_ad_free_summary">E rimuovere la pubblicità</string>
<string name="c_calc_already_purchased">L\'opzione di rimozione annunci pubblicitari è stata già acquistata!</string>
<string name="c_calc_purchasing">Acquisto in corso…</string>
<string name="c_calc_clearing">Pulizia in corso…</string>
<string name="c_feedback_title">Commenti</string>
<string name="c_feedback_text">State usando Calculator++ da un po\' di tempo\n
ed è importante per noi conoscere la vostra opinione sull\'applicazione.\n\n
Per favore valutate Calculator++ \nsu <a href="https://market.android.com/details?id=org.solovyev.android.calculator">Google Play</a>,\n lasciate un commento o \npartecipate alla discussione sull\'applicazione \nsu <a href="http://facebook.com/calculatorpp"> Facebook</a></string>
<string name="c_notespp_announce_text">Buone notizie - ho appena rilasciato una nuova applicazione per Android chiamata <a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">Notes++</a>.\nSe siete interessati ad un modo facile e veloce per prendere note e appunti per favore seguite il <a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">collegamento</a> e provate Notes++!</string>
<string name="c_angle_units_changed_to">Le unità di misura per gli angoli sono state impostate su \'%s\'!</string>
<string name="c_numeral_base_changed_to">La base per i numeri è stata impostata su \'%s\'!</string>
<string name="c_conversion_tool">Strumenti di conversione</string>
<string name="c_convert">Converti in…</string>
<string name="convert_to_hex">Converti in esadecimale (hex)</string>
<string name="convert_to_bin">Converti in binario (bin)</string>
<string name="convert_to_dec">Converti in decimale (dec)</string>
<string name="editor">Editor</string>
<string name="result">Result</string>
<string name="other">Other</string>
<string name="derivatives">Derivatives/Integrals</string>
<string name="crashed">Calculator++ has crashed…</string>
<string name="crash_dialog_title">Calculator++ crash report</string>
<string name="crash_dialog_text">
Unfortunately, Calculator++ has crashed.\n\n
In order to fix the problem we need some information about it. It\'s highly recommended to send crash report via
email (after pressing \'Ok\' button you will see all sent data in the new window).\n\n
Do you want to send crash report?
</string>
<string name="prefs_graph_screen_title">Graph settings</string>
<string name="prefs_graph_interpolate_function">Interpolate function\'s graph</string>
<string name="prefs_graph_interpolate_function_summary">If checked cubic interpolation will be used in function
graph drawing
</string>
<string name="prefs_graph_real_color_title">Color of real part of functions graph</string>
<string name="prefs_graph_real_color_summary">Sets color of real part functions graph</string>
<string name="prefs_graph_imag_color_title">Color of imaginary part of functions graph</string>
<string name="prefs_graph_imag_color_summary">Sets color of imaginary part functions graph</string>
<string name="p_white_line_color">White</string>
<string name="p_grey_line_color">Grey</string>
<string name="p_red_line_color">Red</string>
<string name="p_blue_line_color">Blue</string>
<string name="p_green_line_color">Green</string>
<string name="c_function_name">Name</string>
<string name="c_function_value">Value</string>
<string name="c_function_description">Description</string>
<string name="c_function_parameters">Parameters</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 letter, can contain
letters, digits and underscore.
</string>
<string name="function_already_exists">Function with same name already exists!</string>
<string name="function_is_empty">Function body could not be empty!</string>
<string name="function_param_not_empty">Function parameter should not be empty!</string>
<string name="function_removal_confirmation_question">Do you really want to delete \'%s\' function?</string>
<string name="empty_function_error">Unable to create empty function!</string>
<string name="do_not_show_messages_in_session">Do not show this message until next session</string>
<string name="calculation_messages_dialog_title">Calculator++ warning</string>
<string name="arithmetic_error_while_plot">Arithmetic error occurred while plotting: %s</string>
<string name="ok">OK</string>
<string name="p_show_calculation_messages_dialog_title">Show calculation messages in dialog</string>
<string name="p_show_calculation_messages_dialog_summary">If turned on if any message occurred while calculations
special dialog will be shown
</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="result">Risultato</string>
<string name="other">Altri</string>
<string name="derivatives">Derivate/Integrali</string>
<string name="crashed">Calculator++ è andato in crash…</string>
<string name="crash_dialog_title">Rapporto crash di Calculator++</string>
<string name="crash_dialog_text"> Sfortunatamente, Calculator + + si è chiuso.\n\n
Per risolvere il problema, abbiamo bisogno di alcune informazioni. E\' altamente consigliato inviare un report via e-mail (dopo aver premuto il tasto \'Ok\' vedrete tutti inviati dati in una nuova finestra).\n\n
Vuoi inviare un report? </string>
<string name="prefs_graph_screen_title">impostazioni grafici</string>
<string name="prefs_graph_interpolate_function">Grafico della funzione interpolata</string>
<string name="prefs_graph_interpolate_function_summary">Se selezionata, l\'interpolazione cubica verrà usata nel disegno del grafico</string>
<string name="prefs_graph_real_color_title">Colore della parte reale del grafico della funzione</string>
<string name="prefs_graph_real_color_summary">Imposta i colori della parte reale del grafico della funzione</string>
<string name="prefs_graph_imag_color_title">Colore della parte immaginaria del grafico della funzione</string>
<string name="prefs_graph_imag_color_summary">Imposta il colore della parte immaginaria del grafico della funzione</string>
<string name="p_white_line_color">Bianco</string>
<string name="p_grey_line_color">Grigio</string>
<string name="p_red_line_color">Rosso</string>
<string name="p_blue_line_color">Blu</string>
<string name="p_green_line_color">Verde</string>
<string name="c_function_name">Nome</string>
<string name="c_function_value">Valore</string>
<string name="c_function_description">Descrizione</string>
<string name="c_function_parameters">Parametri</string>
<string name="function_create_function">Crea la funzione</string>
<string name="function_edit_function">Modifica funzione</string>
<string name="function_name_is_not_valid">Il nome della funzione non è valido: deve iniziare con una lettera, può contenere lettere, cifre e la sottolineatura. </string>
<string name="function_already_exists">Funzione con lo stesso nome esiste già!</string>
<string name="function_is_empty">Il corpo della funzione non può essere vuoto!</string>
<string name="function_param_not_empty">I parametri della funzione non possono essere vuoti!</string>
<string name="function_removal_confirmation_question">Vuoi veramente eliminare la funzione \'%s\'?</string>
<string name="empty_function_error"> Impassibile creare funzioni con argomento nullo!</string>
<string name="do_not_show_messages_in_session">Non mostrare questo messaggio fino alla prossima sessione</string>
<string name="calculation_messages_dialog_title">Avvertimento di calculator++</string>
<string name="arithmetic_error_while_plot">Un errore aritmetico è avvenuto nel rappresentare il grafico di: %s</string>
<string name="ok">Ok</string>
<string name="p_show_calculation_messages_dialog_title">Mostra i messaggi del calcolo nella finestra</string>
<string name="p_show_calculation_messages_dialog_summary">Se attivato, qualsiasi messaggio relativo ai calcoli sarà mostrato in una finestra apposita</string>
<string name="fix">Sistemare</string>
<string name="p_preferred_numeral_base_title">Sistema numerico predefinito</string>
<string name="p_preferred_numeral_base_summary">Imposta il sistema numerico predefinito</string>
<string name="preferred_numeral_base_message">Il sistema numerico predefinito \'%1$s\' differisce da quello corrente \'%2$s\'. Dimenticato di cambiarlo?</string>
<string name="p_preferred_angle_units_title">Unità di misura predefinita per gli angoli</string>
<string name="p_preferred_angle_units_summary">Imposta l\'unità di misura predefinita degli angoli</string>
<string name="preferred_angle_units_message">Unita di misura predefinita per gli angoli \'%1$s\' differisce da quella attuale \'%2$s\'. Dimenticato di cambiarla?</string>
<string name="close">Chiudi</string>
<string name="c_app_widget_3x3_name">Calculator++ Widget (3x3)</string>
<string name="c_app_widget_3x4_name">Calculator++ Widget (3x4)</string>
<string name="c_app_widget_4x4_name">Calculator++ Widget (4x4)</string>
<string name="c_app_widget_4x5_name">Calculator++ Widget (4x5)</string>
<string name="open_onscreen_calculator">Click to open calculator in window mode</string>
<string name="prefs_onscreen_title">Calculator (in separate window) settings</string>
<string name="prefs_onscreen_start_on_boot_title">Start on boot</string>
<string name="prefs_onscreen_start_on_boot_summary">If turned on Calculator++ will appear in notification bar after
device boot
</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_onscreen_remove_icon_message">You can remove second icon in applications\' list from application
settings or by pressing next button
</string>
<string name="cpp_this_change_may_require_reboot">This change may require reboot</string>
<string name="cpp_plot_2d">2D plot</string>
<string name="cpp_plot_3d">3D plot</string>
<string name="cpp_plot_functions">Graph functions</string>
<string name="cpp_prefs_graph_plot_imag_title">Plot imaginary part of function</string>
<string name="cpp_prefs_graph_plot_imag_summary">If checked imaginary part of function will be plotted</string>
<string name="cpp_monochrome_line_color_type">Monochrome</string>
<string name="cpp_color_map_line_color_type">Color map (only 3D)</string>
<string name="cpp_solid_line_style">Solid (-----)</string>
<string name="cpp_dashed_line_style">Dashed (- - -)</string>
<string name="cpp_dotted_line_style">Dotted (. . .)</string>
<string name="cpp_dash_dotted_line_style">Dot-dashed (-.-.-)</string>
<string name="cpp_plotter">Function plotter</string>
<string name="cpp_plot_screenshot">Capture screenshot</string>
<string name="cpp_plot_screenshot_saved">Screenshot successfully saved: %1$s!</string>
<string name="cpp_plot_unable_to_save_screenshot">Screenshot cannot be saved as SD card is not mounted. Mount SD
card and try again!
</string>
<string name="cpp_plot_function_line_color_type">Line color type</string>
<string name="cpp_plot_function_line_color">Line color</string>
<string name="cpp_plot_function_line_style">Line style</string>
<string name="cpp_plot_function_line_width">Line width</string>
<string name="cpp_plot_function_settings">Function settings</string>
<string name="cpp_function">Function</string>
<string name="cpp_pinned">Pinned</string>
<string name="cpp_visible">Visible</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>
<string name="cpp_fullscreen">Fullscreen</string>
<string name="cpp_plot_range_x_min">X Min</string>
<string name="cpp_plot_range_x_max">X Max</string>
<string name="cpp_plot_range_y_min">Y Min</string>
<string name="cpp_plot_range_y_max">Y Max</string>
<string name="cpp_invalid_number">Invalid number!</string>
<string name="cpp_plot_boundaries_should_differ">Graph boundaries should not be the same!</string>
<string name="cpp_apply">Apply</string>
<string name="cpp_message">Message</string>
<string name="cpp_continue">Continue</string>
<string name="cpp_purchase_text">Supporting the project is easy and secure: purchase process is provided by Google
and all you need is a properly configured Google account.\n\n
Payment information is stored in Google servers with your Google account and you can easily use application on
several devices.\n\n
By clicking \'Continue\' button you will be redirected to the Google Play app to make the payment.
</string>
<string name="cpp_purchase_title">Purchase</string>
<string name="cpp_purchase_thank_you_text">Thank you for supporting the application!\n\n It might take several
minutes until app will be informed about the purchase. You always can check information about the purchase in
your Google Account.\n
If you have any problems or questions feel free to contact me directly (contacts are available in
Main-&gt;Menu-&gt;About)
</string>
<string name="open_onscreen_calculator">Clicca per aprire la calcolatrice in modalità finestra</string>
<string name="prefs_onscreen_title">Impostazioni Calculator (in finestra separata)</string>
<string name="prefs_onscreen_start_on_boot_title">Apri all\'avvio</string>
<string name="prefs_onscreen_start_on_boot_summary">Se selezionato, Calculator + + apparirà nella barra di notifica dopo l\'avvio del dispositivo</string>
<string name="prefs_onscreen_show_app_icon_title">Visualizza icona separata (richiede riavvio)</string>
<string name="prefs_onscreen_show_app_icon_summary">Se selezionato, la seconda icona apparirà nella lista delle applicazioni</string>
<string name="cpp_onscreen_remove_icon_message">È possibile rimuovere la seconda icona nella lista delle applicazioni, nelle impostazioni dell\'applicazione o premendo il pulsante avanti</string>
<string name="cpp_this_change_may_require_reboot">Questo cambiamento potrebbe richiedere il riavvio</string>
<string name="cpp_plot_2d">Grafico 2D</string>
<string name="cpp_plot_3d">Grafico 3D</string>
<string name="cpp_plot_functions">Funzioni del grafico</string>
<string name="cpp_prefs_graph_plot_imag_title">Rappresenta la parte immaginaria della funzione</string>
<string name="cpp_prefs_graph_plot_imag_summary">Se selezionato, la parte immaginaria della funzione sarà rappresentata</string>
<string name="cpp_monochrome_line_color_type">Monocromo</string>
<string name="cpp_color_map_line_color_type">Colore mappa (solo 3D)</string>
<string name="cpp_solid_line_style">Solido (-----)</string>
<string name="cpp_dashed_line_style">Tratteggiato (- - -)</string>
<string name="cpp_dotted_line_style">A puntini (. . .)</string>
<string name="cpp_dash_dotted_line_style">Punto-linea (-.-.-)</string>
<string name="cpp_plotter">Rappresenta la funzione</string>
<string name="cpp_plot_screenshot">cattura la schermata</string>
<string name="cpp_plot_screenshot_saved">La schermata è stata salvata con successo: \'%1$s\'!</string>
<string name="cpp_plot_unable_to_save_screenshot">La schermata non può essere salvata perché la scheda SD non è inserita. Inserire la scheda e provare ancora!</string>
<string name="cpp_plot_function_line_color_type">Tipo del colore della linea</string>
<string name="cpp_plot_function_line_color">Colore linea</string>
<string name="cpp_plot_function_line_style">Stile linea</string>
<string name="cpp_plot_function_line_width">Spessore Linea</string>
<string name="cpp_plot_function_settings">Impostazioni funzione</string>
<string name="cpp_function">Funzione</string>
<string name="cpp_pinned">Bloccato</string>
<string name="cpp_visible">Visibile</string>
<string name="cpp_plot_button_text">Disegna</string>
<string name="cpp_plot_empty_function_error">Impassibile rappresentare funzioni vuote!</string>
<string name="cpp_plot_too_many_variables">Impassibile rappresentare: troppe variabili!</string>
<string name="cpp_plot_range">Intervallo del grafico</string>
<string name="cpp_fullscreen">Schermo intero</string>
<string name="cpp_plot_range_x_min">Minimo x</string>
<string name="cpp_plot_range_x_max">Massimo x</string>
<string name="cpp_plot_range_y_min">Minimo y</string>
<string name="cpp_plot_range_y_max">Massimo y</string>
<string name="cpp_invalid_number">Numero non valido!</string>
<string name="cpp_plot_boundaries_should_differ">I limiti del grafico devono essere distinti!</string>
<string name="cpp_apply">Applica</string>
<string name="cpp_message">Messaggio</string>
<string name="cpp_continue">Continua</string>
<string name="cpp_purchase_text">Sostenere il progetto è facile e sicuro: il processo di pagamento è fornito da Google, e tutto ciò di cui hai bisogno è un account correttamente configurato.
Le informazioni di pagamento sono memorizzate nei server di Google nel tuo account e puoi utilizzare facilmente quest\'applicazione su svariati apparecchi.
premendo \'continua\' sarai indirizzato all\'applicazione Google play per effettuare il pagamento. </string>
<string name="cpp_purchase_title">Acquista</string>
<string name="cpp_purchase_thank_you_text">Grazie per il supporto a questa applicazione!
Potrebbero servire alcuno minuti prima che l\'applicazione venga informata dell\'acquisto. Puoi sempre verificare le informazioni sul pagamento nel tuo account Google.
In caso di problemi o domande puoi contattare direttamente me(i contatto sono disponibili in main->menu->about)</string>
</resources>

View File

@ -11,7 +11,7 @@
tangente) della funzione f(x) = e^x nel punto x = 0 che è uguale a 1
</string>
<string name="c_var_description_i">Unità immaginaria, definita come i^2 = -1</string>
<string name="c_var_description_c">Velocità della luce nel vuoto, m·s^-1</string>
<string name="c_var_description_c">Velocità della luce nel vuoto, m·s</string>
<string name="c_var_description_G">La costante gravitazionale è una costante fisica empirica coinvolta nel calcolo
dell\' attrazione gravitazionale tra gli oggetti con massa, m^3·kg^1·s^2
</string>
@ -21,6 +21,6 @@
<string name="c_var_description_h_reduced">Costante di riduzione di Planck, J·s</string>
<string name="c_var_description_nan">Non è un numero</string>
<string name="c_var_description_inf">Infinito</string>
<string name="c_var_system">Built-in</string>
<string name="c_var_system">Integrato</string>
<string name="c_var_my">Mie</string>
</resources>

View File

@ -3,7 +3,7 @@
<resources>
<string name="c_about">O aplikacji</string>
<string name="c_about_content">Copyright © 20092013\n\n<b>Stworzona przez serso aka se.solovyev</b>\n\n
Jesteśmy na Facebooku:<a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\n
Jesteśmy na Facebooku: <a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\n
Program jest rozpowszechniany pod licencją Apache 2.0 License:\nkod źródłowy można znaleźć na\n
<a href="https://github.com/serso/android-calculatorpp">http://github.com</a>\n\n
Po więcej informacji proszę\nkontaktować się z autorem poprzez email\n
@ -15,8 +15,8 @@ Jeżeli podoba Ci się aplikacja\noceń ją na 5 gwiazdek na\n
Ten program używa następujących bibliotek otwartego oprogramowania:\n
<a href="http://simple.sourceforge.net">Simple (XML serialization)</a>\n
<a href="http://meditorworld.appspot.com/meditor.txt">JSCL</a></string>
<string name="cpp_translators_text">Aplikacja została przetłumaczona na język angielski przez: </string>
<string name="cpp_translators_list">Sergey Solovyev</string>
<string name="cpp_translators_text">Aplikacja została przetłumaczona na język polski przez: </string>
<string name="cpp_translators_list">Łukasz Witkiewicz</string>
<string name="c_release_notes">Informacje o wydaniu</string>
<string name="c_release_notes_for_title">"Informacje o wydaniu dla wersji "</string>
<string name="cpp_share_link">http://www.facebook.com/calculatorpp</string>

View File

@ -2,12 +2,12 @@
<!--Generated by crowdin.net-->
<resources>
<string name="c_operators">Operatory</string>
<string name="c_op_description_mod">Operacja modulo wyznacza resztę z dzielenia \'x\' przez \'y\'</string>
<string name="c_op_description_sum">Sumuje funkcje \'f(i)\' po \'i\', zaczynając od \'from\', a kończąc na \'to\'</string>
<string name="c_op_description_product">Mnoży funkcje \'f(i)\' po \'i\', zaczynając od \'from\', a kończąc na \'to\'</string>
<string name="c_op_description_mod">Operacja modulo. Wyznacza resztę z dzielenia \'x\' przez \'y\'</string>
<string name="c_op_description_sum">Sumuje funkcje \'f(i)\' po \'i\', zaczynając interację od \'from\', a kończąc na \'to\'</string>
<string name="c_op_description_product">Mnoży funkcje \'f(i)\' po \'i\', zaczynając interację od \'from\', a kończąc na \'to\'</string>
<string name="c_op_description_derivative">Oblicza pochodną stopnia \'order\' (domyślnie = 1) funkcji \'f(x)\' po zmiennej \'x\' i oblicza jej wartość w punkcie \'x_point\' (domyślnie = taki sam jak \'x\')</string>
<string name="c_op_description_integral">Oblicza całkę nieoznaczoną z funkcji \'f(x)\' po zmiennej \'x\'</string>
<string name="c_op_description_integral_ab">Całkuje funkcję \'f(x)\' po zmiennej \'x\' od \'a\' do \'b\'</string>
<string name="c_op_description_integral_ab">Całkuje funkcję \'f(x)\' po zmiennej \'x\' od punktu \'a\' do punktu \'b\'</string>
<string name="c_pf_description_factorial">Oblicza silnię podanego wyrażenia</string>
<string name="c_pf_description_double_factorial">Oblicza silnię podwójną podanego wyrażenia</string>
<string name="c_pf_description_percent" formatted="false">Oblicza wartość procentową podanego wyrażenia.\n

View File

@ -5,7 +5,7 @@
<string name="c_auto_orientation_summary">Ekran aplikacji będzie obracał się zgodnie z położeniem urządzenia</string>
<string name="c_show_equals_button_title">Pokaż przycisk \'=\'</string>
<string name="c_show_equals_button_summary">Przycisk \'=\' pojawi się na ekranie</string>
<string name="c_hide_numeral_base_digits_title">Ukryj podstawę systemu liczbowego</string>
<string name="c_hide_numeral_base_digits_title">Ukryj znaki innych systemów liczbowych</string>
<string name="c_hide_numeral_base_digits_summary">Znaki systemów liczbowych o innej podstawie nie będą wyświetlane</string>
<string name="prefs_history_show_intermediate_calculations_title">Pokaż obliczenia pośrednie w historii</string>
<string name="prefs_history_show_intermediate_calculations_summary">Wszystkie obliczenia będą widoczne w historii</string>

View File

@ -28,7 +28,7 @@
<string name="c_copy">Kopiuj</string>
<string name="c_plot">Stwórz wykres</string>
<string name="c_graph">Wykres</string>
<string name="c_calc_color_display_title">Podświetl wyrażenia</string>
<string name="c_calc_color_display_title">Wyróżnianie wyrażeń</string>
<string name="c_calc_round_result_title">Zaokrąglanie wyniku</string>
<string name="c_calc_round_result_summary">Włącza zaokrąglanie wyniku</string>
<string name="c_calc_science_notation_title">Zawsze notacja naukowa</string>
@ -48,7 +48,7 @@
<string name="c_var_name">Nazwa</string>
<string name="c_var_value">Wartość</string>
<string name="c_var_description">Opis</string>
<string name="c_var_create_var">Utwórz zmienną</string>
<string name="c_var_create_var">Stwórz zmienną</string>
<string name="c_var_edit_var">Edytuj zmienną</string>
<string name="c_value_is_not_a_number">Wartość musi być liczbą lub być pusta: jeśli masz parametry - stwórz funkcję zamiast tego!</string>
<string name="c_var_name_clashes">Nazwa zmiennej pokrywa się z nazwą funkcji!</string>
@ -83,7 +83,7 @@
<string name="p_metro_green_theme">Zielony Metro</string>
<string name="p_metro_purple_theme">Fioletowy Metro</string>
<string name="c_calc_result_precision_summary">Dokładność wyświetlanego wyniku (wszystkie obliczenia są wykonywane przy maksymalnej dokładności, niezależnie od tej opcji)</string>
<string name="c_calc_color_display_summary">Toggles colouring and styling in calculator editor</string>
<string name="c_calc_color_display_summary">Włącza cieniowanie i wyróżnianie w polu edytora (np. nazw funkcji, argumentów)</string>
<string name="c_calc_theme_summary">Ustawia wygląd kalkulatora</string>
<string name="c_clear_history">Wyczyść historię</string>
<string name="c_toggle_datetime">Pokaż/ukryj datę</string>

View File

@ -3,12 +3,12 @@
<resources>
<string name="c_var_description_PI">Stosunek obwodu koła do jego średnicy. Uwaga: ta stała jest zależna od jednostki =&gt; rad: 3.14, deg: 180.0</string>
<string name="c_var_description_pi">Stosunek obwodu koła do jego średnicy. Uwaga: ta stała jest niezależna od jednostki =&gt; rad: 3.14, deg: 3.14</string>
<string name="c_var_description_e">Liczba rzeczywista, taka że wartość pochodnej (nachylenia stycznej) funkcji f(x) = e^x w punkcie x = 0 wynosi 1</string>
<string name="c_var_description_e">Liczba rzeczywista, taka że wartość pochodnej funkcji f(x) = e^x w punkcie x = 0 wynosi 1</string>
<string name="c_var_description_i">Jednostka urojona, zdefiniowana, tak że i^2 = -1</string>
<string name="c_var_description_c">Prędkość światła w próżni, m·s^-1</string>
<string name="c_var_description_G">Stała grawitacji jest empiryczną stałą fizyczną służącą do obliczeń przyciągania grawitacyjnego między obiektami posiadającymi masę, m^3·kg^1·s^2</string>
<string name="c_var_description_h">Stała Plancka to stała fizyczna, która opisuje wielkość kwantów energii w mechanice kwantowej, J·s</string>
<string name="c_var_description_h_reduced">Zredukowana stała Plancka, J·s</string>
<string name="c_var_description_c">Prędkość światła w próżni, [m·s]</string>
<string name="c_var_description_G">Stała grawitacji jest empiryczną stałą fizyczną służącą do obliczeń przyciągania grawitacyjnego między obiektami posiadającymi masę, [m^3·kg^1·s^2]</string>
<string name="c_var_description_h">Stała Plancka to stała fizyczna, która opisuje wielkość kwantów energii w mechanice kwantowej, [J·s]</string>
<string name="c_var_description_h_reduced">Zredukowana stała Plancka, [J·s]</string>
<string name="c_var_description_nan">Nie jest liczbą</string>
<string name="c_var_description_inf">Nieskończoność</string>
<string name="c_var_system">Wbudowane</string>

View File

@ -2,22 +2,9 @@
<!--Generated by crowdin.net-->
<resources>
<string name="c_about">Про програму</string>
<string name="c_about_content">Copyright © 20092013\n\n<b>Created by serso aka se.solovyev</b>\n\n
We are on Facebook: <a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\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
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 buy a special option from application preferences\n\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
This application uses next open source libraries:\n
<a href="http://simple.sourceforge.net">Simple (XML serialization)</a>\n
<a href="http://meditorworld.appspot.com/meditor.txt">JSCL</a>
</string>
<string name="cpp_translators_text">This app is translated to Ukrainian by: </string>
<string name="cpp_translators_list"></string>
<string name="c_about_content">Авторське право © 20092013\n\n <b>Розроблено serso aka se.solovyev</b> \n\n Ми на Facebook: <a href="http://facebook.com/calculatorpp"> http://facebook.com/calculatorpp</a>\n\n Ця програма розповсюджується на умовах ліцензії Apache 2.0 : \n Джерельний код програми можна знайти на\n <a href="https://github.com/serso/android-calculatorpp"> http://github.com</a> \n\n За докладнішою інформацією, будь ласка, \n зв\'яжіться з автором через електронну пошту\n <a href="mailto:se.solovyev@gmail.com"> se.solovyev@gmail.com</a>, \n або відвідайте\n <a href="http://se.solovyev.org"> http://se.solovyev.org</a> \n\n Для підтримки проекту\n ви можете придбати спеціальний пункт в налаштуваннях програми\n\n Якщо вам подобається програма,\n то оцініть її в 5 зірок на\n <a href="https://market.android.com/details?id=org.solovyev.android.calculator"> Google Play</a> \n\n Ця програма використовує такі бібліотеки з відкритим кодом: \n <a href="http://simple.sourceforge.net"> Simple (XML serialization)</a> \n <a href="http://meditorworld.appspot.com/meditor.txt"> JSCL</a></string>
<string name="cpp_translators_text">Український переклад: </string>
<string name="cpp_translators_list">Андрієм Бандурою та sergniko</string>
<string name="c_release_notes">Замітки до випуску</string>
<string name="c_release_notes_for_title">"Замітки до випуску версії "</string>
<string name="cpp_share_link">http://www.facebook.com/calculatorpp</string>

View File

@ -2,46 +2,34 @@
<!--Generated by crowdin.net-->
<resources>
<string name="c_functions">Функції</string>
<string name="c_fun_description_sin">Тригонометрична фунція синус</string>
<string name="c_fun_description_cos">Тригонометрична функція косинус</string>
<string name="c_fun_description_tan">Тригонометрична функція тангенс</string>
<string name="c_fun_description_cot">Тригонометрична функція котангенс</string>
<string name="c_fun_description_asin">Arcsine - inverse sine function</string>
<string name="c_fun_description_acos">Arccosine - inverse cosine function</string>
<string name="c_fun_description_atan">Arctangent - inverse tangent function</string>
<string name="c_fun_description_acot">Arccotangent - inverse cotangent function</string>
<string name="c_fun_description_ln">Натуральний логариф - логарифм за основою e</string>
<string name="c_fun_description_sin">Тригонометрична функція - синус</string>
<string name="c_fun_description_cos">Тригонометрична функція - косинус</string>
<string name="c_fun_description_tan">Тригонометрична функція - тангенс</string>
<string name="c_fun_description_cot">Тригонометрична функція - котангенс</string>
<string name="c_fun_description_asin">Арксинус - обернена до синуса функція</string>
<string name="c_fun_description_acos">Арккосинус - обернена до косинуса функція</string>
<string name="c_fun_description_atan">Арктангенс - обернена до косинуса функція</string>
<string name="c_fun_description_acot">Арккотангенс - обернена до котангенса</string>
<string name="c_fun_description_ln">Натуральний логарифм - логарифм за основою e</string>
<string name="c_fun_description_lg">Десятковий логарифм - логарифм за основою 10</string>
<string name="c_fun_description_log">Логарифм - логарифм за заданою основою</string>
<string name="c_fun_description_exp">Експонента</string>
<string name="c_fun_description_sqrt">Квадратний корінь</string>
<string name="c_fun_description_cubic">Кубічний корінь</string>
<string name="c_fun_description_abs">Gives absolute value of an argument</string>
<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
<string name="c_fun_description_abs">Обчислює абсолютне значення (модуль) аргументу</string>
<string name="c_fun_description_sgn">Обчислює знак аргументу: -1 - якщо аргумент менший за 0, 0 - якщо дорівнює 0, 1 - якщо більший за 0</string>
<string name="c_fun_description_eq">Функція рівності - дає результат 1, якщо обидва аргументи рівні, інакше 0</string>
<string name="c_fun_description_le">Функція менше або дорівнює - дає 1, якщо перший аргумент менший або дорівнює другому, 0 - в іншому випадку</string>
<string name="c_fun_description_ge">Функція більше або дорівнює - дає 1, якщо перший аргумент більший або дорівнює другому, 0 - в іншому випадку</string>
<string name="c_fun_description_ne">Функція не-дорівнює - дає 1, якщо перший аргумент не дорівнює другому, інакше - 0
</string>
<string name="c_fun_description_eq">Фунцкія рівності - дає результат 1, якщо обидва аргументи рівні, інакше 0
<string name="c_fun_description_lt">Функція менше - дає 1, якщо перший аргумент менший другого, 0 - в іншому випадку</string>
<string name="c_fun_description_gt">Функція більше - дає 1, якщо перший аргумент більший за другий, 0 - в іншому випадку</string>
<string name="c_fun_description_rad">Перетворює градуси у радіани: d - градуси, m - мінути (типово= 0), s - секунди (типово= 0)
</string>
<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
<string name="c_fun_description_dms">Перетворює градуси із запису градус, мінута, секунда у десятковий запис: d - градуси, m - мінути (типово = 0), s - секунди (типово = 0)
</string>
<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
</string>
<string name="c_fun_description_ne">Not-equals function - gives 1 if two arguments are not equals, 0 otherwise
</string>
<string name="c_fun_description_lt">Lesser function - gives 1 if first argument is less than second, 0 otherwise
</string>
<string name="c_fun_description_gt">Greater function - gives 1 if first argument is greater than second, 0
otherwise
</string>
<string name="c_fun_description_rad">Converts degrees into radians: d - degrees, m - minutes (default = 0), s -
seconds (default = 0)
</string>
<string name="c_fun_description_dms">Converts degrees from DMS notation to decimal notation: d - degrees, m -
minutes (default = 0), s - seconds (default = 0)
</string>
<string name="c_fun_description_deg">Converts radians into degrees</string>
<string name="c_fun_description_deg">Перетворює радіани у градуси</string>
<string name="c_fun_category_trig">Тригонометричні</string>
<string name="c_fun_category_hyper_trig">Гіперболічні</string>
<string name="c_fun_category_comparison">Порівняння</string>

View File

@ -2,20 +2,16 @@
<!--Generated by crowdin.net-->
<resources>
<string name="c_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_sum">Sums functions \'f(i)\', iterating through \'i\' from \'from\' to \'to\'
<string name="c_op_description_mod">Операція ділення за модулем обчислює остачу від ділення \'x\' на \'y\'</string>
<string name="c_op_description_sum">Сумує функції \'f(i)\', де змінна \'i\' міняється від \'from\' до \'to\'.
</string>
<string name="c_op_description_product">Gives product of functions \'f(i)\', iterating through \'i\' from \'from\'
to \'to\'
<string name="c_op_description_product">Обчислює добуток функцій \'f(i)\', де змінна \'i\' міняється від \'from\' до \'to\'.
</string>
<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\')
</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>
<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_op_description_derivative">Повертає похідну порядку \'order\' (типово = 1) функції \'f(x)\' по змінній \'x\' та обчислює її значення у точці \'x_point\' (типово = така ж як \'x\')</string>
<string name="c_op_description_integral">Повертає інтеграл від функції \'f(x)\' по змінній \'x\'</string>
<string name="c_op_description_integral_ab">Обчислює інтеграл від функції \'f(x)\' по змінній \'x\' від \'a\' до \'b\'</string>
<string name="c_pf_description_factorial">Обчислює факторіал попередного виразу</string>
<string name="c_pf_description_double_factorial">Обчислює подвійний факторіал попереднього виразу</string>
<string name="c_pf_description_percent" formatted="false">Обчислює відсоток від попереднього виразу.\nПриклади:\n
100 + 50% = 150\n
100 * 50% = 50\n

View File

@ -2,12 +2,12 @@
<!--Generated by crowdin.net-->
<resources>
<string name="c_app_name">Калькулятор++</string>
<string name="c_app_name_on_screen">Calculator++ (Window mode)</string>
<string name="c_app_name_on_screen">Калькулятор + + (віконний режим)</string>
<string name="c_app_name_free">Калькулятор++ Free</string>
<string name="c_app_icon_name">Кальк++</string>
<string name="c_app_settings">Налаштування</string>
<string name="c_syntax_error">Помилка</string>
<string name="c_result_copied">Result has been copied to the clipboard!</string>
<string name="c_result_copied">Результат був скопійований до буферу обміну!</string>
<string name="c_settings">Налаштування</string>
<string name="c_help">Допомога</string>
<string name="c_vars_and_constants">Змінні та константи</string>
@ -20,17 +20,17 @@
<string name="c_up">Вгору</string>
<string name="c_restart">Перезавантаження</string>
<string name="c_undo">назад</string>
<string name="c_redo">вперед</string>
<string name="c_redo">повторити</string>
<string name="c_clear">C</string>
<string name="c_erase">вилучити</string>
<string name="c_erase"></string>
<string name="c_paste">вставити</string>
<string name="c_vars">змінні</string>
<string name="c_copy">Копіювати</string>
<string name="c_plot">Побудувати графік</string>
<string name="c_graph">Графік</string>
<string name="c_calc_color_display_title">Підсвітка виразів</string>
<string name="c_calc_round_result_title">Заокруглювати результат</string>
<string name="c_calc_round_result_summary">Включити/вимкнути заокруглення результату</string>
<string name="c_calc_round_result_title">Округлювати результат</string>
<string name="c_calc_round_result_summary">Включити/вимкнути округлення результату</string>
<string name="c_calc_science_notation_title">Завжди експоненціальна форма</string>
<string name="c_calc_science_notation_summary">Якщо включено, то результат буде записано лише у експоненціальній
формі (12.34E-12)
@ -54,25 +54,23 @@
<string name="c_var_description">Опис</string>
<string name="c_var_create_var">Створити змінну</string>
<string name="c_var_edit_var">Редагувати змінну</string>
<string name="c_value_is_not_a_number">Значення може бути порожнім або числом!</string>
<string name="c_value_is_not_a_number">Значення має бути відсутнім або числом: якщо ви використовуєте параметри - визначте функцію замість цього!</string>
<string name="c_var_name_clashes">Ім’я змінної не може бути зарезервованим системним ім’ям!</string>
<string name="c_var_already_exists">Змінна з таким іменем вже існує!</string>
<string name="c_name_is_not_valid">Невірне ім’я змінної: воно мусить починатися з букви, може містити букви, цифри
та знак підкреслення (_).
</string>
<string name="c_name_is_not_valid">Неприпустиме ім\'я змінної: ім\'я має починатися з літери, може містити літери, цифри та знак підкреслення(_).</string>
<string name="c_sys_var_cannot_be_changed">Системну змінну не можна змінювати!</string>
<string name="c_calc_editor_hint">Введіть новий вираз</string>
<string name="c_press_to_copy">натисніть для копіювання</string>
<string name="c_press_to_copy">Натисніть для копіювання</string>
<string name="c_continue">Продовжити</string>
<string name="c_history">Історія</string>
<string name="c_history_button">M</string>
<string name="c_history_is_empty">Іторія порожня!</string>
<string name="c_app_history">Іторія</string>
<string name="c_history_is_empty">Історія порожня!</string>
<string name="c_app_history">Історія</string>
<string name="c_char_is_not_accepted">Символ \'%s\' не допустимий у імені змінної!</string>
<string name="c_calc_angle_units">Одиниці виміру кутів</string>
<string name="p_deg">Градуси</string>
<string name="p_rad">Радіани</string>
<string name="p_grad">Градуси</string>
<string name="p_grad">Гради</string>
<string name="p_turns">Обороти</string>
<string name="c_angle_units_summary">Визначає типову одиницю виміру кутів.</string>
<string name="c_calc_numeral_bases">Системи числення</string>
@ -88,26 +86,26 @@
<string name="p_metro_blue_theme">Метро Синя (типова)</string>
<string name="p_metro_green_theme">Метро Зелена</string>
<string name="p_metro_purple_theme">Метро Пурпурова</string>
<string name="c_calc_result_precision_summary">Точність результату (усі обчислення проводяться максимально точно)
<string name="c_calc_result_precision_summary">Точність відображення результату (усі обчислення проводяться максимально точно, незалежно від цього параметру)
</string>
<string name="c_calc_color_display_summary">Включити/вимкнути підсвітку у редакторі калькулятора</string>
<string name="c_calc_color_display_summary">Вмикнути/вимкнути підсвітку у редакторі калькулятора</string>
<string name="c_calc_theme_summary">Встановити тему калькулятора</string>
<string name="c_clear_history">Очистити історію</string>
<string name="c_toggle_datetime">Show/hide date</string>
<string name="c_simplify_instead_of_numeric">наступні сталі невизначені: {0}!</string>
<string name="p_grouping_separator_no">Не використовувати роздільник класів</string>
<string name="c_toggle_datetime">Відображення дати</string>
<string name="c_simplify_instead_of_numeric">Наступні константи невизначені: {0}!</string>
<string name="p_grouping_separator_no">Не використовувати роздільник розрядів</string>
<string name="p_grouping_separator_apostrophe">Апостроф (\')</string>
<string name="p_grouping_separator_space">Пропуск ( )</string>
<string name="c_calc_grouping_separator">Роздільник класів</string>
<string name="c_calc_grouping_separator_summary">Задає роздільник класів</string>
<string name="p_grouping_separator_space">Пробіл ( )</string>
<string name="c_calc_grouping_separator">Роздільник розрядів</string>
<string name="c_calc_grouping_separator_summary">Задає роздільник розрядів</string>
<string name="c_calc_multiplication_sign">Знак множення</string>
<string name="c_calc_multiplication_sign_summary">Задає знак множення</string>
<string name="c_calc_multiplication_sign_summary">Задає вигляд знаку множення</string>
<string name="c_calc_layout">Розкладка</string>
<string name="p_layout_cellphone">Наукова (телефон)</string>
<string name="p_layout_calculator">Наукова</string>
<string name="p_layout_calculator_mobile">Scientific (Big buttons)</string>
<string name="p_layout_calculator_mobile">Науковий (великі кнопки)</string>
<string name="p_layout_simple">Проста</string>
<string name="p_layout_simple_mobile">Simple (Big buttons)</string>
<string name="p_layout_simple_mobile">Простий (великі кнопки)</string>
<string name="c_calc_layout_summary">Задає розкладку кнопок</string>
<string name="c_calc_haptic_feedback_title">Вібрація при натисканні</string>
<string name="c_calc_haptic_feedback_summary">Включити/виключити вібрацію при натисканні</string>
@ -115,16 +113,14 @@
<string name="p_calc_haptic_feedback_strength_middle">Середня</string>
<string name="p_calc_haptic_feedback_strength_long">Велика</string>
<string name="p_calc_haptic_feedback_duration_title">Тривалість вібрації</string>
<string name="p_calc_haptic_feedback_duration_summary">Тривалість вібрації на натискання</string>
<string name="p_calc_haptic_feedback_duration_summary">Тривалість вібрації при натисканні</string>
<string name="empty_var_error">Не можна створити порожню константу!</string>
<string name="not_valid_result">Поточний результат не допустимий!</string>
<string name="c_plot_graph">Графік</string>
<string name="c_min_x_value">Від</string>
<string name="c_max_x_value">До</string>
<string name="c_swipe_distance">Відстань розмаху (свайпу) для кнопок</string>
<string name="c_swipe_distance_summary">Задає відстань розмаху для кнопок, які підтримують додаткові дії для
свайпу
</string>
<string name="c_swipe_distance_summary">Задає відстань розмаху для кнопок, які підтримують додаткові дії для свайпу</string>
<string name="c_comment">Коментар</string>
<string name="c_history_item_saved">Збережено</string>
<string name="c_history_item_not_saved">Не збережено</string>
@ -156,7 +152,7 @@
після оновлення до нової версії
</string>
<string name="c_calc_use_back_button_as_prev_summary">Визначити поведінку кнопку Назад</string>
<string name="c_calc_use_back_button_as_prev_title">Використовувати кнопку Назад як назад по історії</string>
<string name="c_calc_use_back_button_as_prev_title">Використовувати кнопку Назад як крок назад по історії</string>
<string name="c_clear_billing_info_summary">Інформація про купівлю буде оновлена із сервера</string>
<string name="c_clear_billing_info_title">Очистити інформацію про купівлю</string>
<string name="c_warning">Увага</string>
@ -177,12 +173,7 @@
коментар або \nобговоріть програму \nна
<a href="http://facebook.com/calculatorpp">Facebook</a>
</string>
<string name="c_notespp_announce_text">Good news - I just released new application for Android called
<a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">Notes++</a>.\n
If you\'re interesting in fast and easy way of making notes please follow the
<a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">link</a>
and try Notes++!
</string>
<string name="c_notespp_announce_text">Гарні новини - я щойно випустив нову програму для Android, яка називається <a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">Notes++</a>. \n Якщо ви зацікавлені в швидкому і простому способі створення нотатків, будь ласка, перейдіть за <a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">посиланням</a> та спробуйте Notes++!</string>
<string name="c_angle_units_changed_to">Одиниці виміру кутів змінено на \'%s\'!</string>
<string name="c_numeral_base_changed_to">Система числення змінена на \'%s\'!</string>
<string name="c_conversion_tool">Перетворення чисел</string>
@ -190,133 +181,101 @@
<string name="convert_to_hex">Перетворити в hex</string>
<string name="convert_to_bin">Перетворити в bin</string>
<string name="convert_to_dec">Перетворити в dec</string>
<string name="editor">Editor</string>
<string name="result">Result</string>
<string name="other">Other</string>
<string name="derivatives">Derivatives/Integrals</string>
<string name="crashed">Calculator++ has crashed…</string>
<string name="crash_dialog_title">Calculator++ crash report</string>
<string name="crash_dialog_text">
Unfortunately, Calculator++ has crashed.\n\n
In order to fix the problem we need some information about it. It\'s highly recommended to send crash report via
email (after pressing \'Ok\' button you will see all sent data in the new window).\n\n
Do you want to send crash report?
</string>
<string name="prefs_graph_screen_title">Graph settings</string>
<string name="prefs_graph_interpolate_function">Interpolate function\'s graph</string>
<string name="prefs_graph_interpolate_function_summary">If checked cubic interpolation will be used in function
graph drawing
</string>
<string name="prefs_graph_real_color_title">Color of real part of functions graph</string>
<string name="prefs_graph_real_color_summary">Sets color of real part functions graph</string>
<string name="prefs_graph_imag_color_title">Color of imaginary part of functions graph</string>
<string name="prefs_graph_imag_color_summary">Sets color of imaginary part functions graph</string>
<string name="p_white_line_color">White</string>
<string name="p_grey_line_color">Grey</string>
<string name="p_red_line_color">Red</string>
<string name="p_blue_line_color">Blue</string>
<string name="p_green_line_color">Green</string>
<string name="c_function_name">Name</string>
<string name="c_function_value">Value</string>
<string name="c_function_description">Description</string>
<string name="c_function_parameters">Parameters</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 letter, can contain
letters, digits and underscore.
</string>
<string name="function_already_exists">Function with same name already exists!</string>
<string name="function_is_empty">Function body could not be empty!</string>
<string name="function_param_not_empty">Function parameter should not be empty!</string>
<string name="function_removal_confirmation_question">Do you really want to delete \'%s\' function?</string>
<string name="empty_function_error">Unable to create empty function!</string>
<string name="do_not_show_messages_in_session">Do not show this message until next session</string>
<string name="calculation_messages_dialog_title">Calculator++ warning</string>
<string name="arithmetic_error_while_plot">Arithmetic error occurred while plotting: %s</string>
<string name="editor">Редактор</string>
<string name="result">Результат</string>
<string name="other">Інші</string>
<string name="derivatives">Похідні/Інтеграли</string>
<string name="crashed">Калькулятор++ аварійно завершив роботу...</string>
<string name="crash_dialog_title">Звіт Калькулятор++ про аварійне завершення роботи</string>
<string name="crash_dialog_text">На жаль, Калькулятор++ аварійно завершив свою роботу.\n\n Для того, щоб вирішити проблему нам необхідна деяка інформація. Наполегливо рекомендуємо відправити звіт, щодо аварійного завершення, електронною поштою (після натискання кнопки \'Ok\' , ви побачите в новому вікні всі дані, які будуть відправлені).\n\n Ви хочете надіслати звіт?</string>
<string name="prefs_graph_screen_title">Налаштування графіків</string>
<string name="prefs_graph_interpolate_function">Інтерполювати графік функції</string>
<string name="prefs_graph_interpolate_function_summary">Якщо позначено, кубічна інтерполяція буде використовуватися для побудови графіків функції</string>
<string name="prefs_graph_real_color_title">Колір дійсної частини графіку функції</string>
<string name="prefs_graph_real_color_summary">Встановлює колір дійсної частини графіку функції</string>
<string name="prefs_graph_imag_color_title">Колір уявної частини графіку функції</string>
<string name="prefs_graph_imag_color_summary">Встановлює колір уявної частини графіку функції</string>
<string name="p_white_line_color">Білий</string>
<string name="p_grey_line_color">Сірий</string>
<string name="p_red_line_color">Червоний</string>
<string name="p_blue_line_color">Синій</string>
<string name="p_green_line_color">Зелений</string>
<string name="c_function_name">Ім’я</string>
<string name="c_function_value">Значення</string>
<string name="c_function_description">Опис</string>
<string name="c_function_parameters">Параметри</string>
<string name="function_create_function">Визначити функцію</string>
<string name="function_edit_function">Змінити функцію</string>
<string name="function_name_is_not_valid">Неприпустиме ім\'я функції: ім\'я має починатися з літери, може містити літери, цифри та знак підкреслення (_).</string>
<string name="function_already_exists">Функція з таким ім\'ям вже існує!</string>
<string name="function_is_empty">Тіло функції не може бути відсутнім!</string>
<string name="function_param_not_empty">Параметр функції не може бути відсутнім!</string>
<string name="function_removal_confirmation_question">Ви дійсно хочете видалити функцію \'%s\'?</string>
<string name="empty_function_error">Не вдалося створити порожню функцію!</string>
<string name="do_not_show_messages_in_session">Не показувати це повідомлення до наступної сесії</string>
<string name="calculation_messages_dialog_title">Попередження Калькулятор++</string>
<string name="arithmetic_error_while_plot">Арифметична помилка під час відображення: %s</string>
<string name="ok">OK</string>
<string name="p_show_calculation_messages_dialog_title">Show calculation messages in dialog</string>
<string name="p_show_calculation_messages_dialog_summary">If turned on if any message occurred while calculations
special dialog will be shown
</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="c_app_widget_3x3_name">Calculator++ Widget (3x3)</string>
<string name="c_app_widget_3x4_name">Calculator++ Widget (3x4)</string>
<string name="c_app_widget_4x4_name">Calculator++ Widget (4x4)</string>
<string name="c_app_widget_4x5_name">Calculator++ Widget (4x5)</string>
<string name="open_onscreen_calculator">Click to open calculator in window mode</string>
<string name="prefs_onscreen_title">Calculator (in separate window) settings</string>
<string name="prefs_onscreen_start_on_boot_title">Start on boot</string>
<string name="prefs_onscreen_start_on_boot_summary">If turned on Calculator++ will appear in notification bar after
device boot
</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_onscreen_remove_icon_message">You can remove second icon in applications\' list from application
settings or by pressing next button
</string>
<string name="cpp_this_change_may_require_reboot">This change may require reboot</string>
<string name="cpp_plot_2d">2D plot</string>
<string name="cpp_plot_3d">3D plot</string>
<string name="cpp_plot_functions">Graph functions</string>
<string name="cpp_prefs_graph_plot_imag_title">Plot imaginary part of function</string>
<string name="cpp_prefs_graph_plot_imag_summary">If checked imaginary part of function will be plotted</string>
<string name="cpp_monochrome_line_color_type">Monochrome</string>
<string name="cpp_color_map_line_color_type">Color map (only 3D)</string>
<string name="cpp_solid_line_style">Solid (-----)</string>
<string name="cpp_dashed_line_style">Dashed (- - -)</string>
<string name="cpp_dotted_line_style">Dotted (. . .)</string>
<string name="cpp_dash_dotted_line_style">Dot-dashed (-.-.-)</string>
<string name="cpp_plotter">Function plotter</string>
<string name="cpp_plot_screenshot">Capture screenshot</string>
<string name="cpp_plot_screenshot_saved">Screenshot successfully saved: %1$s!</string>
<string name="cpp_plot_unable_to_save_screenshot">Screenshot cannot be saved as SD card is not mounted. Mount SD
card and try again!
</string>
<string name="cpp_plot_function_line_color_type">Line color type</string>
<string name="cpp_plot_function_line_color">Line color</string>
<string name="cpp_plot_function_line_style">Line style</string>
<string name="cpp_plot_function_line_width">Line width</string>
<string name="cpp_plot_function_settings">Function settings</string>
<string name="cpp_function">Function</string>
<string name="cpp_pinned">Pinned</string>
<string name="cpp_visible">Visible</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>
<string name="cpp_fullscreen">Fullscreen</string>
<string name="cpp_plot_range_x_min">X Min</string>
<string name="cpp_plot_range_x_max">X Max</string>
<string name="cpp_plot_range_y_min">Y Min</string>
<string name="cpp_plot_range_y_max">Y Max</string>
<string name="cpp_invalid_number">Invalid number!</string>
<string name="cpp_plot_boundaries_should_differ">Graph boundaries should not be the same!</string>
<string name="cpp_apply">Apply</string>
<string name="cpp_message">Message</string>
<string name="cpp_continue">Continue</string>
<string name="cpp_purchase_text">Supporting the project is easy and secure: purchase process is provided by Google
and all you need is a properly configured Google account.\n\n
Payment information is stored in Google servers with your Google account and you can easily use application on
several devices.\n\n
By clicking \'Continue\' button you will be redirected to the Google Play app to make the payment.
</string>
<string name="cpp_purchase_title">Purchase</string>
<string name="cpp_purchase_thank_you_text">Thank you for supporting the application!\n\n It might take several
minutes until app will be informed about the purchase. You always can check information about the purchase in
your Google Account.\n
If you have any problems or questions feel free to contact me directly (contacts are available in
Main-&gt;Menu-&gt;About)
</string>
<string name="p_show_calculation_messages_dialog_title">Відображати повідомлення розрахунків у діалоговому вікні</string>
<string name="p_show_calculation_messages_dialog_summary">Якщо ввімкнуто, то будь-які повідомлення, які виникнуть під час обчислень, будуть показані у відповідному діалоговому вікні</string>
<string name="fix">Виправити</string>
<string name="p_preferred_numeral_base_title">Система числення за умовчанням</string>
<string name="p_preferred_numeral_base_summary">Визначає систему числення за умовчанням</string>
<string name="preferred_numeral_base_message">Система числення за умовчанням (\'%1$s\') відрізняється від поточної - \'%2$s\'. Забули змінити?</string>
<string name="p_preferred_angle_units_title">Типові одиниці виміру кута</string>
<string name="p_preferred_angle_units_summary">Визначає типові одиниці вимірювання кутів</string>
<string name="preferred_angle_units_message">Типова одиниця виміру кутів - \'%1$s\', що відрізняється від поточного - \'%2$s\'. Забули змінити?</string>
<string name="close">Закрити</string>
<string name="c_app_widget_3x3_name">Калькулятор++ віджет (3х3)</string>
<string name="c_app_widget_3x4_name">Калькулятор++ віджет (3х4)</string>
<string name="c_app_widget_4x4_name">Калькулятор++ віджет (4х4)</string>
<string name="c_app_widget_4x5_name">Калькулятор++ віджет (4х5)</string>
<string name="open_onscreen_calculator">Клацніть, щоб відкрити калькулятор у віконному режимі</string>
<string name="prefs_onscreen_title">Параметри Калькулятор++ (в окремому вікні)</string>
<string name="prefs_onscreen_start_on_boot_title">Запускати під час завантаження системи</string>
<string name="prefs_onscreen_start_on_boot_summary">Якщо ввімкнуто, Калькулятор++ з\'явиться на панелі сповіщень після завантаження системи</string>
<string name="prefs_onscreen_show_app_icon_title">Показувати окремий значок (вимагає перезавантаження)</string>
<string name="prefs_onscreen_show_app_icon_summary">Якщо ввімкнено, додатковий значок буде показано у списку програм</string>
<string name="cpp_onscreen_remove_icon_message">Ви можете видалити додатковий значок у списку програм в налаштуваннях або натиснувши кнопку Далі</string>
<string name="cpp_this_change_may_require_reboot">Ця зміна може вимагати перезавантаження</string>
<string name="cpp_plot_2d">2D графік</string>
<string name="cpp_plot_3d">3D графік</string>
<string name="cpp_plot_functions">Функції на графіку</string>
<string name="cpp_prefs_graph_plot_imag_title">Відображати уявну частину функції на графіку</string>
<string name="cpp_prefs_graph_plot_imag_summary">Якщо позначено, то буде відображатися уявна частина функції на графіку</string>
<string name="cpp_monochrome_line_color_type">Монотонний</string>
<string name="cpp_color_map_line_color_type">Карта кольорів (тільки 3D)</string>
<string name="cpp_solid_line_style">Неперервна (-----)</string>
<string name="cpp_dashed_line_style">Штрихова (- - -)</string>
<string name="cpp_dotted_line_style">Пунктирна (. . .)</string>
<string name="cpp_dash_dotted_line_style">Штрих-пунктирна (-.-.-)</string>
<string name="cpp_plotter">Графобудівник функцій</string>
<string name="cpp_plot_screenshot">Зробити знімок екрана</string>
<string name="cpp_plot_screenshot_saved">Знімок екрану успішно збережено: %1$s!</string>
<string name="cpp_plot_unable_to_save_screenshot">Знімок екрану не може бути збережений через те, що SD-карта не змонтована. Змонтуйте SD-карту та спробуйте ще!</string>
<string name="cpp_plot_function_line_color_type">Тип кольору лінії</string>
<string name="cpp_plot_function_line_color">Колір лінії</string>
<string name="cpp_plot_function_line_style">Стиль лінії</string>
<string name="cpp_plot_function_line_width">Ширина лінії</string>
<string name="cpp_plot_function_settings">Налаштування функцій</string>
<string name="cpp_function">Функція</string>
<string name="cpp_pinned">Закріплені</string>
<string name="cpp_visible">Видима</string>
<string name="cpp_plot_button_text">+граф</string>
<string name="cpp_plot_empty_function_error">Не вдалося відобразити пусту функцію!</string>
<string name="cpp_plot_too_many_variables">Не вдалося відобразити: занадто багато змінних!</string>
<string name="cpp_plot_range">Діапазон графіка</string>
<string name="cpp_fullscreen">Повноекранний режим</string>
<string name="cpp_plot_range_x_min">X мін</string>
<string name="cpp_plot_range_x_max">X макс</string>
<string name="cpp_plot_range_y_min">Y мин</string>
<string name="cpp_plot_range_y_max">Y макс</string>
<string name="cpp_invalid_number">Неприпустиме значення!</string>
<string name="cpp_plot_boundaries_should_differ">Границі графіку не повинні бути однаковими!</string>
<string name="cpp_apply">Застосувати</string>
<string name="cpp_message">Повідомлення</string>
<string name="cpp_continue">Продовжити</string>
<string name="cpp_purchase_text">Підтримка проекту - це легко та безпечно: процес покупки контролюється Google і все, що вам необхідно це належним чином налаштувати профіль Google.\n\n Інформація про оплату зберігається на серверах Google з вашим обліковим записом Google і ви легко можете використовувати цю програму на кількох пристроях.\n\n Натисніть кнопку \"Продовжити\" і ви будете перенаправлені на Google Play для здійснення платежу.</string>
<string name="cpp_purchase_title">Придбати</string>
<string name="cpp_purchase_thank_you_text">Дякуємо вам за підтримку цієї програми! \n\n Затримка в декілька хвилин може виникнути, поки програма буде проінформована про покупку. Ви завжди можете перевірити інформацію про покупку в обліковому запису Google. \n Якщо у вас є будь які проблеми або питання, не соромтеся зв\'язатися зі мною безпосередньо (контакти доступні в Головна -&gt; Меню -&gt; Про програму)</string>
</resources>

View File

@ -1,24 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.net-->
<resources>
<string name="c_var_description_PI">Відношення довжини кола до діаметру. Увага: ця стала залежить від одиниць виміру
<string name="c_var_description_PI">Відношення довжини кола до його діаметру. Увага: ця константа залежить від одиниць виміру
кутів =&gt; rad: 3.14, deg: 180.0
</string>
<string name="c_var_description_pi">Відношення довжини кола до діаметру. Увага: ця стала не залежить від одиниць
<string name="c_var_description_pi">Відношення довжини кола до діаметру. Увага: ця константа не залежить від одиниць
виміру кутів =&gt; rad: 3.14, deg: 3.14
</string>
<string name="c_var_description_e">стала e - дійсне число таке, що похідна функції (кутовий коефіцієнт дотичної)
<string name="c_var_description_e">Константа 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">Швидкість світла у вакуумі, м·с^-1</string>
<string name="c_var_description_G">Гравітаційна стала - емпірична фізична стала, необхідна для розрахунку сили
<string name="c_var_description_c">Швидкість світла у вакуумі, м·с</string>
<string name="c_var_description_G">Гравітаційна константа - емпірична фізична стала, необхідна для розрахунку сили
гравітаційної взаємодії між двома об’єктами з масою, м^3·кг^с^2
</string>
<string name="c_var_description_h">Стала Планка - коефіцієнт, який пов’язує величину енергії електромагнітного
<string name="c_var_description_h">Константа Планка - коефіцієнт, який пов’язує величину енергії електромагнітного
випромінюювання з його частотою, Дж·с
</string>
<string name="c_var_description_h_reduced">Зведена стала Планка, Дж·с</string>
<string name="c_var_description_h_reduced">Зведена константа Планка, Дж·с</string>
<string name="c_var_description_nan">Не число</string>
<string name="c_var_description_inf">Нескінченність</string>
<string name="c_var_system">Вбудовані</string>

View File

@ -1,29 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.net-->
<resources>
<string name="c_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_sum">Sums functions \'f(i)\', iterating through \'i\' from \'from\' to \'to\'
</string>
<string name="c_op_description_product">Gives product of functions \'f(i)\', iterating through \'i\' from \'from\'
to \'to\'
</string>
<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\')
</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>
<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_percent" formatted="false">百分比.\n例:\n
100 + 50% = 150\n
100 * 50% = 50\n
100 + 100 * 50% * 50% = 125
</string>
<string name="c_pf_description_degree">將角度轉換為弳度.\n
例:\n
268° = 4.67748\n
30.21° = 0.52726
<string name="c_operators">运算符</string>
<string name="c_op_description_mod">取 \'x\' 除以 \'y\' 的余数</string>
<string name="c_op_description_sum">求和函数“f(i)”计算“i”从“from”到“to”的和</string>
<string name="c_op_description_product">求积函数“f(i)”计算“i”从“from”到“to”的乘积</string>
<string name="c_op_description_derivative">计算针对于函数“f(x)”中变量x在给定参数默认为1时的导数并且计算在点“x_point”时函数的值。</string>
<string name="c_op_description_integral">计算函数“f(x)”对“x”的积分。</string>
<string name="c_op_description_integral_ab">计算函数“f(x)”对“x”从“a”到“b”的定积分。</string>
<string name="c_pf_description_factorial">计算前面表达式的阶乘</string>
<string name="c_pf_description_double_factorial">计算前面表达式的二次阶乘</string>
<string name="c_pf_description_percent" formatted="false">计算前面表达式的百分比。
\n例如\n
100 + 50% = 150\n
100 * 50% = 50\n
100 + 100 * 50% * 50% = 125</string>
<string name="c_pf_description_degree">将度转换为弧度。\n
例如:\n
268° = 4.67748\n
30.21° = 0.52726
</string>
</resources>

View File

@ -1,19 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.net-->
<resources>
<string name="c_auto_orientation_title">Auto-rotate screen</string>
<string name="c_auto_orientation_summary">If turned on app will rotate screen with device</string>
<string name="c_show_equals_button_title">顯示「等於」按鈕</string>
<string name="c_show_equals_button_summary">是否顯示「等於」按鈕</string>
<string name="c_hide_numeral_base_digits_title">隱藏其他進位的數字</string>
<string name="c_hide_numeral_base_digits_summary">是否隱藏目前進位制以外的數字鍵</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 in the
history screen
</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>
<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>
<string name="c_auto_orientation_title">自动旋转屏幕</string>
<string name="c_auto_orientation_summary">如果开启此选项,应用将随设备自动旋转屏幕。</string>
<string name="c_show_equals_button_title">显示等于按钮</string>
<string name="c_show_equals_button_summary">如果开启此选项,将显示等于按钮</string>
<string name="c_hide_numeral_base_digits_title">隐藏其他进制的数字</string>
<string name="c_hide_numeral_base_digits_summary">如果开启此选项,其他进制的数字将被隐藏</string>
<string name="prefs_history_show_intermediate_calculations_title">在历史记录中显示中间计算</string>
<string name="prefs_history_show_intermediate_calculations_summary">如果开启此选项,所有的计算都将显示在历史记录中</string>
<string name="p_calculations_calculate_on_fly_title">在输入时计算结果</string>
<string name="p_calculations_calculate_on_fly_summary">如果开启此选项,将在输入时自动完成运算</string>
<string name="prefs_prevent_screen_from_fading_title">防止屏幕变暗</string>
<string name="prefs_prevent_screen_from_fading_summary">如果开启此选项,在使用此应用时屏幕将不会变暗</string>
</resources>

View File

@ -61,6 +61,7 @@
-dontwarn org.joda.**
-dontwarn jscl.mathml.**
-dontwarn com.google.common.collect.MinMaxPriorityQueue
-dontwarn com.google.ads.**
-keep class org.simpleframework.xml.** { *; }
-keep class * implements org.solovyev.android.calculator.model.MathPersistenceEntity