diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-20 00:23:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-20 00:23:09 +0000 |
commit | 60032a5914365910015a56c5e887fe027d9c3904 (patch) | |
tree | 06d500e3c4faa7db6d75c48d74b3dabd20bfa720 /apps/settings/l10n/oc.js | |
parent | 761113abd3d6ce26d15b41e493d9a832fa7d8e16 (diff) | |
download | nextcloud-server-60032a5914365910015a56c5e887fe027d9c3904.tar.gz nextcloud-server-60032a5914365910015a56c5e887fe027d9c3904.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/oc.js')
-rw-r--r-- | apps/settings/l10n/oc.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings/l10n/oc.js b/apps/settings/l10n/oc.js index 399e0faf2e2..d13b9a88e7f 100644 --- a/apps/settings/l10n/oc.js +++ b/apps/settings/l10n/oc.js @@ -219,12 +219,12 @@ OC.L10N.register( "Documentation" : "Documentacion", "Forum" : "Forum", "Login" : "Login", - "SSL/TLS" : "SSL/TLS", "Open documentation" : "Dobrir la documentacion", "Send mode" : "Mòde de mandadís", "Encryption" : "Chiframent", "Server address" : "Adreça del servidor", "Port" : "Pòrt", + "Authentication" : "Autentificacion", "Authentication required" : "Autentificacion requerida", "Credentials" : "Informacions d'identificacion", "SMTP Username" : "Utilizaire SMTP", @@ -243,6 +243,7 @@ OC.L10N.register( "Subscribe to our newsletter" : "S’abonar a l’infoletra", "You created app password \"{token}\"" : "Avètz creat lo senhal d’aplicacion « {token} »", "png or jpg, max. 20 MB" : "png or jpg, max. 20 Mo", + "SSL/TLS" : "SSL/TLS", "STARTTLS" : "STARTTLS" }, "nplurals=2; plural=(n > 1);"); |