Updating Romanian
This commit is contained in:
parent
c5dc80f265
commit
fc821552a6
|
@ -1,24 +1,20 @@
|
||||||
|
<?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">Calculator</string>
|
<string name="app_launcher_name">Calculator</string>
|
||||||
<string name="scientific_calculator">Calculator Ştiințific</string>
|
<string name="scientific_calculator">Calculator Ştiințific</string>
|
||||||
|
|
||||||
<!-- Calculator field -->
|
<!-- Calculator field -->
|
||||||
<string name="formula_divide_by_zero_error">Eroare: împărțire la zero</string>
|
<string name="formula_divide_by_zero_error">Eroare: împărțire la zero</string>
|
||||||
|
|
||||||
<!-- History -->
|
<!-- History -->
|
||||||
<string name="history">History</string>
|
<string name="history">Istoric</string>
|
||||||
<string name="history_empty">History is empty</string>
|
<string name="history_empty">Istoricul este gol</string>
|
||||||
<string name="clear_history">Clear</string>
|
<string name="clear_history">Curăţare</string>
|
||||||
<string name="history_cleared">History has been cleared</string>
|
<string name="history_cleared">Istoricul a fost curățat</string>
|
||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<string name="vibrate_on_button_press">Vibrează la apăsarea butoanelor</string>
|
<string name="vibrate_on_button_press">Vibrează la apăsarea butoanelor</string>
|
||||||
|
|
||||||
<!-- FAQ -->
|
<!-- FAQ -->
|
||||||
<string name="faq_1_title">Cum funcționează butonul C (Curăță)?</string>
|
<string name="faq_1_title">Cum funcționează butonul C (Curăță)?</string>
|
||||||
<string name="faq_1_text">Dacă apăsați pe el, veți elimina câte un caracter pe rând. Apăsarea prelungită a acestuia va reseta toate câmpurile deodată.</string>
|
<string name="faq_1_text">Dacă apăsați pe el, veți elimina câte un caracter pe rând. Apăsarea prelungită a acestuia va reseta toate câmpurile deodată.</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">Simple Calculator - Faceți calculele rapid</string>
|
<string name="app_title">Simple Calculator - Faceți calculele rapid</string>
|
||||||
|
@ -48,9 +44,8 @@
|
||||||
<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
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
Loading…
Reference in New Issue