Updating Galician
This commit is contained in:
parent
674883e79c
commit
b082fc9356
1 changed files with 6 additions and 9 deletions
|
@ -1,21 +1,18 @@
|
|||
<?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">Erro: 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">Rexistro</string>
|
||||
<string name="history_empty">O rexistro está baleiro</string>
|
||||
<string name="clear_history">Borrar</string>
|
||||
<string name="history_cleared">Borrouse o rexistro</string>
|
||||
<!-- Settings -->
|
||||
<string name="vibrate_on_button_press">Vibrar ao tocar nos botóns</string>
|
||||
<string name="use_comma_as_decimal_mark">Use comma as a decimal mark</string>
|
||||
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">Como funciona o botón C (Borrar)?</string>
|
||||
<string name="faq_1_text">Ao tocar o botón, os caracteres serán eliminados un a un. Un toque longo apaga todos os caracteres ao mesmo tempo.</string>
|
||||
|
@ -23,4 +20,4 @@
|
|||
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