diff options
Diffstat (limited to 'apps/files/l10n/gl.js')
-rw-r--r-- | apps/files/l10n/gl.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index c91cb980c87..b4b5e36f8e5 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -7,13 +7,9 @@ OC.L10N.register( "Could not move %s - File with this name already exists" : "Non foi posíbel mover %s; Xa existe un ficheiro con ese nome.", "Could not move %s" : "Non foi posíbel mover %s", "Permission denied" : "Permiso denegado", - "File name cannot be empty." : "O nome de ficheiro non pode estar baleiro", - "\"%s\" is an invalid file name." : "«%s» é un nome incorrecto de ficheiro.", - "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nome incorrecto, non se permite «\\», «/», «<», «>», «:», «\"», «|», «?» e «*».", "The target folder has been moved or deleted." : "O cartafol de destino foi movido ou eliminado.", "The name %s is already used in the folder %s. Please choose a different name." : "Xa existe o nome %s no cartafol %s. Escolla outro nome.", "Error when creating the file" : "Produciuse un erro ao crear o ficheiro", - "Folder name cannot be empty." : "O nome de cartafol non pode estar baleiro.", "Error when creating the folder" : "Produciuse un erro ao crear o cartafol", "Unable to set upload directory." : "Non é posíbel configurar o directorio de envíos.", "Invalid Token" : "Marca incorrecta", @@ -64,6 +60,7 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "Non ten permisos para enviar ou crear ficheiros aquí.", "_Uploading %n file_::_Uploading %n files_" : ["Cargando %n ficheiro","Cargando %n ficheiros"], "\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.", + "File name cannot be empty." : "O nome de ficheiro non pode estar baleiro", "Your storage is full, files can not be updated or synced anymore!" : "O seu espazo de almacenamento está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!", "Your storage is almost full ({usedSpacePercent}%)" : "O seu espazo de almacenamento está case cheo ({usedSpacePercent}%)", "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "A aplicación de cifrado está activada, mais as chaves non foron inicializadas, saia da sesión e volva a acceder de novo", |