diff options
Diffstat (limited to 'lib/l10n/es_AR.json')
-rw-r--r-- | lib/l10n/es_AR.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/es_AR.json b/lib/l10n/es_AR.json index f1a580c3a7b..72b722dd0c9 100644 --- a/lib/l10n/es_AR.json +++ b/lib/l10n/es_AR.json @@ -132,7 +132,6 @@ "Cannot write into \"config\" directory" : "No fue posible escribir en el directorio \"config\"", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Por lo general esto se puede resolver al darle al servidor web acceso de escritura al directorio config. Favor de ver %s", "Cannot write into \"apps\" directory" : "No fue posible escribir en el directorio \"apps\"", - "Cannot create \"data\" directory" : "No fue posible crear el directorio \"data\"", "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Por lo general esto se puede resolver al darle al servidor web acceso de escritura al directorio raíz. Favor de ver %s", "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Por lo general los permisos se pueden corregir al darle al servidor web acceso de escritura al directorio raíz. Favor de ver %s.", "Setting locale to %s failed" : "Se presentó una falla al establecer la regionalización a %s", @@ -165,6 +164,7 @@ "This can usually be fixed by giving the webserver write access to the config directory" : "Esto generalmente se soluciona dándole al servidor web acceso para escribir en el directorio config. ", "Can't create or write into the data directory %s" : "No es posible crear o escribir en el directorio de datos %s", "Invalid Federated Cloud ID" : "ID de Nube Federada Inválido", - "Can't read file" : "No se puede leer el archivo" + "Can't read file" : "No se puede leer el archivo", + "Cannot create \"data\" directory" : "No fue posible crear el directorio \"data\"" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |