diff options
Diffstat (limited to 'lib/l10n/ast.js')
-rw-r--r-- | lib/l10n/ast.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 2458e0abc25..a4b2335c5f8 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -80,6 +80,7 @@ OC.L10N.register( "seconds ago" : "hai segundos", "Empty file" : "Ficheru baleru", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "El módulu cola ID %s nun esiste. Actívalu na configuración de les aplicaciones o ponte en contautu cola alminsitración.", + "Dot files are not allowed" : "Nun se permiten los ficheros que comiencen per un puntu", "File already exists" : "El ficheru yá esiste", "Invalid path" : "El camín ye inválidu", "Failed to create file from template" : "Nun se pudo crear el ficheru de la plantía", @@ -87,7 +88,6 @@ OC.L10N.register( "File name is a reserved word" : "El nome de ficheru ye una pallabra acutada", "File name contains at least one invalid character" : "El nome del ficheru contién polo menos un caráuter inváldu", "File name is too long" : "El nome del ficheru ye mui llongu", - "Dot files are not allowed" : "Nun se permiten los ficheros que comiencen per un puntu", "Empty filename is not allowed" : "Nun se permite que'l nome del ficheru tea baleru", "App \"%s\" cannot be installed because appinfo file cannot be read." : "Nun se pue instalar l'aplicación «%s» porque nun se pue lleer el ficheru appinfo", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Nun se pue instalar l'aplicación «%s» porque nun ye compatible con esta versión del sirvidor.", |