diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values-ro-rRO/strings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/res/values-ro-rRO/strings.xml b/src/main/res/values-ro-rRO/strings.xml index 4710d896..9da50900 100644 --- a/src/main/res/values-ro-rRO/strings.xml +++ b/src/main/res/values-ro-rRO/strings.xml @@ -360,6 +360,8 @@ <string name="conversations_foreground_service">Conversations</string> <string name="pref_keep_foreground_service">Pastreaza serviciul activ in prim plan</string> <string name="pref_keep_foreground_service_summary">Previne inchiderea conexiunii de catre sistemul de operare.</string> + <string name="pref_export_logs">Exporta istoric</string> + <string name="pref_export_logs_summary">Scrie istoricul conversatiilor pe cardul SD</string> <string name="notification_export_logs_title">Se scrie jurnal pe card SD</string> <string name="choose_file">Alege un fisier</string> <string name="receiving_x_file">Primesc %1$s (%2$d%% complet)</string> @@ -644,4 +646,10 @@ Emitent</string> <string name="type_web">Navigator internet</string> <string name="type_console">Consola</string> <string name="payment_required">Este necesara o plata</string> + <string name="missing_internet_permission">Permisiuni internet lipsa</string> + <string name="me">Eu</string> + <string name="contact_asks_for_presence_subscription">Contactul cere actualizari de prezenta</string> + <string name="allow">Permite</string> + <string name="no_permission_to_access_x">Nu exista permisiunea de a accesa %s</string> + <string name="remote_server_not_found">Serverul nu a fost gasit</string> </resources> |