diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-08-24 02:27:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-08-24 02:27:22 +0000 |
commit | 03c8bf70674574146fbdbd86423161a3fe9a5136 (patch) | |
tree | 1b616a609da9af0b776f9e42a84ec3ba9e27c7e7 /apps/user_ldap/l10n/ro.js | |
parent | b888c6146327d842e21988b0d90d6ade4f3a9435 (diff) | |
download | nextcloud-server-03c8bf70674574146fbdbd86423161a3fe9a5136.tar.gz nextcloud-server-03c8bf70674574146fbdbd86423161a3fe9a5136.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_ldap/l10n/ro.js')
-rw-r--r-- | apps/user_ldap/l10n/ro.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_ldap/l10n/ro.js b/apps/user_ldap/l10n/ro.js index c9a7fa36ca2..0257c72071b 100644 --- a/apps/user_ldap/l10n/ro.js +++ b/apps/user_ldap/l10n/ro.js @@ -36,8 +36,6 @@ OC.L10N.register( "Your password will expire tomorrow." : "Parola ta va expira mâine.", "Your password will expire today." : "Parola ta va expira astăzi.", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Parola ta va expira în %n zi.","Parola ta va expira în %n zile.","Parola ta va expira în %n zile."], - "_%s group found_::_%s groups found_" : ["%s grup găsit.","%s grupuri găsite.","%s grupuri găsite."], - "_%s user found_::_%s users found_" : ["%s utilizator găsit.","%s utilizatori găsiți.","%s utilizatori găsiți."], "Could not find the desired feature" : "Nu s-a putut găsi funcționalitatea dorită.", "Invalid Host" : "Host invalid", "Test Configuration" : "Configurare test", @@ -98,6 +96,8 @@ OC.L10N.register( "One Group Base DN per line" : "Un Group Base DN pe linie", "Group-Member association" : "Asocierea Grup-Membru", "Special Attributes" : "Caracteristici speciale ", - "Internal Username" : "Nume utilizator intern" + "Internal Username" : "Nume utilizator intern", + "_%s group found_::_%s groups found_" : ["%s grup găsit.","%s grupuri găsite.","%s grupuri găsite."], + "_%s user found_::_%s users found_" : ["%s utilizator găsit.","%s utilizatori găsiți.","%s utilizatori găsiți."] }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); |