Added strings

This commit is contained in:
Agnieszka C 2022-01-14 15:00:32 +01:00
parent 7f3e902749
commit 78cfb80b0b
3 changed files with 15 additions and 0 deletions

View file

@ -5,6 +5,11 @@
<string name="scientific_calculator">Calculadora científica</string>
<!-- Calculator field -->
<string name="formula_divide_by_zero_error">Error: divisió per zero</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>
<!-- Settings -->
<string name="vibrate_on_button_press">Vibra en prémer el botó</string>
<!-- FAQ -->

View file

@ -5,6 +5,11 @@
<string name="scientific_calculator">Tudományos számológép</string>
<!-- Calculator field -->
<string name="formula_divide_by_zero_error">Hiba: nullával való osztás</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>
<!-- Settings -->
<string name="vibrate_on_button_press">Rezgés gombnyomáskor</string>
<!-- FAQ -->

View file

@ -5,6 +5,11 @@
<string name="scientific_calculator">Calculadora Científica</string>
<!-- Calculator field -->
<string name="formula_divide_by_zero_error">Erro: divisão por zero</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>
<!-- Settings -->
<string name="vibrate_on_button_press">Vibrar ao pressionar um botão</string>
<!-- FAQ -->