diff options
Diffstat (limited to 'settings/l10n/ro.php')
-rw-r--r-- | settings/l10n/ro.php | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/settings/l10n/ro.php b/settings/l10n/ro.php new file mode 100644 index 00000000000..861bd42961b --- /dev/null +++ b/settings/l10n/ro.php @@ -0,0 +1,30 @@ +<?php $TRANSLATIONS = array( +"Authentication error" => "Eroare autentificare", +"OpenID Changed" => "OpenID schimbat", +"Invalid request" => "Cerere eronată", +"Language changed" => "Limba a fost schimbată", +"Add your application" => "Adaugă propria ta aplicație", +"Select an App" => "Selectează o aplicație", +"-licensed" => "-autorizat", +"by" => "de", +"Ask a question" => "Întreabă", +"Problems connecting to help database." => "Sunt probleme cu conectarea la baza de date", +"Go there manually." => "Manual", +"Answer" => "Răspuns", +"You use" => "Folosești", +"of the available" => "din", +"Your password got changed" => "Parola a fost schimbată", +"Unable to change your password" => "Imposibil de schimbat parola", +"Current password" => "Parola curentă", +"New password" => "Noua parolă", +"show" => "arată", +"Change password" => "Schimbă parola", +"Language" => "Limba", +"Help translating" => "Ajută la traducere", +"use this address to connect to your ownCloud in your file manager" => "folosește această adresă pentru a te conecta la managerul tău de fișiere din ownCloud", +"Name" => "Nume", +"Password" => "Parola", +"Groups" => "Grupuri", +"Create" => "Crează", +"Delete" => "Șterge" +); |