diff options
author | cyBerta <cyberta@riseup.net> | 2018-10-08 23:40:07 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-10-08 23:40:07 +0200 |
commit | 6c994f657ecf88bdbb2480141b9904cc2eeac6ce (patch) | |
tree | b4c69027b2d3b32d4e3919cb0d49916b1d0bb92c /app/src/main/res/values-ro/strings.xml | |
parent | e57f1f3bdcb709e6ce3297b1591b2d90d16428a6 (diff) |
#8927 update languages
Diffstat (limited to 'app/src/main/res/values-ro/strings.xml')
-rw-r--r-- | app/src/main/res/values-ro/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 92f47132..ad41ab82 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -16,7 +16,9 @@ <string name="username_hint">Nume utilizator</string> <string name="username_ask">Vă rugăm introduceți numele dumneavoastră de utilizator</string> <string name="password_hint">parola</string> + <string name="password_mismatch">Parolele nu se potrivesc</string> <string name="user_message">Mesaj utilizator</string> + <string name="about_fragment_title">Despre</string> <string name="error_bad_user_password_user_message">Nume de utilizator sau parolă incorect.</string> <string name="error_client_http_user_message">Încercați din nou: Eroare client HTTP</string> <string name="error_io_exception_user_message">Încercați din nou: Eroare I/O</string> @@ -35,4 +37,7 @@ <string name="eip_cancel_connect_title">Anulare conexiune?</string> <string name="eip_cancel_connect_text">Există o încercare de conexiune în progres. Doriți să o anulați?</string> <string name="eip_state_connected">Conexiune Sigură.</string> + <string name="action_settings">Setări</string> + <string name="donate_title">Donează</string> + <string name="donate_button_donate">Donează</string> </resources> |