diff options
Diffstat (limited to 'apps/encryption/l10n/ro.js')
-rw-r--r-- | apps/encryption/l10n/ro.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/encryption/l10n/ro.js b/apps/encryption/l10n/ro.js new file mode 100644 index 00000000000..fdeb33df8c3 --- /dev/null +++ b/apps/encryption/l10n/ro.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "encryption", + { + "Recovery key successfully enabled" : "Cheia de recupeare a fost activata cu succes", + "Could not enable recovery key. Please check your recovery key password!" : "Nu s-a putut activa cheia de recuperare. Verifica parola de recuperare!", + "Recovery key successfully disabled" : "Cheia de recuperare dezactivata cu succes", + "Could not disable recovery key. Please check your recovery key password!" : "Nu am putut dezactiva cheia de recuperare. Verifica parola de recuperare!", + "Password successfully changed." : "Parola a fost modificată cu succes.", + "Could not change the password. Maybe the old password was not correct." : "Parola nu a putut fi schimbata. Poate ca parola veche este incorecta.", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplicatia de criptare este activata dar tastatura nu este initializata , va rugam deconectati-va si reconectati-va", + "Enabled" : "Activat", + "Disabled" : "Dezactivat", + "Change Password" : "Schimbă parola" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); |