diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-20 00:22:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-20 00:22:52 +0000 |
commit | 64c19ce3aab20cae15bd522428ae54548a76b78b (patch) | |
tree | b9aebb314460a39c0f55b7f9db328e30aa197543 /apps/settings/l10n/ro.js | |
parent | 892a837ecb3773a202fe866b4d0662a83f4dfac1 (diff) | |
download | nextcloud-server-64c19ce3aab20cae15bd522428ae54548a76b78b.tar.gz nextcloud-server-64c19ce3aab20cae15bd522428ae54548a76b78b.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/ro.js')
-rw-r--r-- | apps/settings/l10n/ro.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/settings/l10n/ro.js b/apps/settings/l10n/ro.js index 653d35745f1..5648c1565b1 100644 --- a/apps/settings/l10n/ro.js +++ b/apps/settings/l10n/ro.js @@ -231,14 +231,14 @@ OC.L10N.register( "Documentation" : "Documentație", "Forum" : "Forum", "Login" : "Autentificare", - "SSL/TLS" : "SSL/TLS", + "SSL" : "SSL", "Open documentation" : "Deschide documentația", "Send mode" : "Modul de expediere", "Encryption" : "Încriptare", "From address" : "De la adresa", "Server address" : "Adresa server-ului", "Port" : "Portul", - "Authentication method" : "Modul de autentificare", + "Authentication" : "Autentificare", "Authentication required" : "Autentificare necesară", "Credentials" : "Detalii de autentificare", "SMTP Username" : "Nume utilizator SMTP", @@ -262,6 +262,8 @@ OC.L10N.register( "png or jpg, max. 20 MB" : "png sau jpg, max. 20 MB", "Plain" : "Plain", "NT LAN Manager" : "NT LAN Manager", - "STARTTLS" : "STARTTLS" + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Authentication method" : "Modul de autentificare" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); |