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

@@ -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>