diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-14 00:17:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-14 00:17:56 +0000 |
commit | c12a64fa526cc6c575eeb3acdf3e8713e853c32f (patch) | |
tree | e05aa261891b063718617547e2a3fb0a5a3119d5 /lib/l10n/gl.js | |
parent | 69f6585e3604792587ae917d78a7bcec9e05f61b (diff) | |
download | nextcloud-server-c12a64fa526cc6c575eeb3acdf3e8713e853c32f.tar.gz nextcloud-server-c12a64fa526cc6c575eeb3acdf3e8713e853c32f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/gl.js')
-rw-r--r-- | lib/l10n/gl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js index eb1c1780ade..1a0de3123a4 100644 --- a/lib/l10n/gl.js +++ b/lib/l10n/gl.js @@ -206,7 +206,7 @@ OC.L10N.register( "A valid password must be provided" : "Debe fornecer un contrasinal", "The username is already being used" : "Este nome de usuario xa está a ser usado", "Could not create user" : "Non foi posíbel crear o usuario", - "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Só se permiten os seguintes caracteres nun nome de usuario: \"a-z\", \"A-Z\", \"0-9\", espazos e \"_.@-'\"", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Só se permiten os seguintes caracteres nun nome de usuario: «a-z», «A-Z», «0-9», espazos e «_.@-'»", "A valid username must be provided" : "Debe fornecer un nome de usuario correcto", "Username contains whitespace at the beginning or at the end" : "O nome de usuario contén un espazo en branco no inicio ou no final", "Username must not consist of dots only" : "O nome de usuario non debe consistir só de puntos", |