Updating Spanish
This commit is contained in:
parent
2725a73cde
commit
623b1f7ba5
1 changed files with 8 additions and 13 deletions
|
@ -1,28 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Simple Calculator</string>
|
||||
<string name="app_launcher_name">Calculadora</string>
|
||||
<string name="scientific_calculator">Calculadora Científica</string>
|
||||
|
||||
<!-- Calculator field -->
|
||||
<string name="formula_divide_by_zero_error">Error: división por cero</string>
|
||||
|
||||
<!-- History -->
|
||||
<string name="history">History</string>
|
||||
<string name="history_empty">History is empty</string>
|
||||
<string name="clear_history">Clear</string>
|
||||
<string name="history_cleared">History has been cleared</string>
|
||||
|
||||
<string name="history">Historial</string>
|
||||
<string name="history_empty">El historial está vacío</string>
|
||||
<string name="clear_history">Vaciar</string>
|
||||
<string name="history_cleared">El historial ha sido vaciado</string>
|
||||
<!-- Settings -->
|
||||
<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 -->
|
||||
<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>
|
||||
|
||||
<!-- 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 -->
|
||||
<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 -->
|
||||
<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">
|
||||
|
@ -49,9 +45,8 @@
|
|||
<b>Reddit:</b>
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
</string>
|
||||
|
||||
<!--
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
||||
</resources>
|
Loading…
Reference in a new issue