diff options
Diffstat (limited to 'lib/l10n/gl.js')
-rw-r--r-- | lib/l10n/gl.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js index 7aa263fb7b8..9f581b80d48 100644 --- a/lib/l10n/gl.js +++ b/lib/l10n/gl.js @@ -57,6 +57,7 @@ OC.L10N.register( "Invalid image" : "Imaxe incorrecta", "Avatar image is not square" : "A imaxe do avatar non é un cadrado", "View profile" : "Ver o perfil", + "Local time: %s" : "Hora local: %s", "today" : "hoxe", "tomorrow" : "mañá", "yesterday" : "onte", @@ -147,6 +148,7 @@ OC.L10N.register( "Files cannot be shared with delete permissions" : "Non se poden compartir ficheiros con permisos de eliminación", "Files cannot be shared with create permissions" : "Non se poden compartir ficheiros con permisos de creación", "Expiration date is in the past" : "Xa pasou a data de caducidade", + "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Non se pode establecer a data de caducidade máis de %n día no futuro","Non se pode establecer a data de caducidade máis de %n días no futuro"], "Sharing is only allowed with group members" : "Só se permite compartir cos membros do grupo", "Sharing %s failed, because this item is already shared with user %s" : "Fallou a compartición de %s por mor de que este elemento xa foi compartido co usuario %s", "%1$s shared »%2$s« with you" : "%1$s compartiu «%2$s» con vostede", @@ -203,6 +205,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 \"_.@-'\"", "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", |