mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-04-20 04:57:24 +02:00
Updating Spanish
This commit is contained in:
parent
2725a73cde
commit
623b1f7ba5
@ -1,28 +1,24 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">Simple Calculator</string>
|
<string name="app_name">Simple Calculator</string>
|
||||||
<string name="app_launcher_name">Calculadora</string>
|
<string name="app_launcher_name">Calculadora</string>
|
||||||
<string name="scientific_calculator">Calculadora Científica</string>
|
<string name="scientific_calculator">Calculadora Científica</string>
|
||||||
|
|
||||||
<!-- Calculator field -->
|
<!-- Calculator field -->
|
||||||
<string name="formula_divide_by_zero_error">Error: división por cero</string>
|
<string name="formula_divide_by_zero_error">Error: división por cero</string>
|
||||||
|
|
||||||
<!-- History -->
|
<!-- History -->
|
||||||
<string name="history">History</string>
|
<string name="history">Historial</string>
|
||||||
<string name="history_empty">History is empty</string>
|
<string name="history_empty">El historial está vacío</string>
|
||||||
<string name="clear_history">Clear</string>
|
<string name="clear_history">Vaciar</string>
|
||||||
<string name="history_cleared">History has been cleared</string>
|
<string name="history_cleared">El historial ha sido vaciado</string>
|
||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<string name="vibrate_on_button_press">Vibrar al presionar un botón</string>
|
<string name="vibrate_on_button_press">Vibrar al presionar un botón</string>
|
||||||
<string name="use_comma_as_decimal_mark">Use comma as a decimal mark</string>
|
<string name="use_comma_as_decimal_mark">Usa una coma como marca decimal</string>
|
||||||
|
|
||||||
<!-- FAQ -->
|
<!-- FAQ -->
|
||||||
<string name="faq_1_title">¿Cómo funciona el botón C (Clear: Limpiar)?</string>
|
<string name="faq_1_title">¿Cómo funciona el botón C (Clear: Limpiar)?</string>
|
||||||
<string name="faq_1_text">Presionándolo una vez eliminará un solo caracter. Mantenerlo presionado reiniciará todos los campos.</string>
|
<string name="faq_1_text">Presionándolo una vez eliminará un solo caracter. Mantenerlo presionado reiniciará todos los campos.</string>
|
||||||
|
|
||||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||||
<string name="app_title">Calculadora Simple - Has tus cálculos rápido</string>
|
<string name="app_title">Calculadora Simple - Haz tus cálculos rápido</string>
|
||||||
<!-- Short description has to have less than 80 chars -->
|
<!-- Short description has to have less than 80 chars -->
|
||||||
<string name="app_short_description">Una calculadora para cálculos simples y rápidos, buena interfaz y sin anuncios</string>
|
<string name="app_short_description">Una calculadora para cálculos simples y rápidos, buena interfaz y sin anuncios</string>
|
||||||
<string name="app_long_description">
|
<string name="app_long_description">
|
||||||
@ -49,7 +45,6 @@
|
|||||||
<b>Reddit:</b>
|
<b>Reddit:</b>
|
||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
|
Loading…
x
Reference in New Issue
Block a user