Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-06-03 05:28:43 +0300
committerNextcloud bot <bot@nextcloud.com>2021-06-03 05:28:43 +0300
commit26f537fbec1e2fb388823a56c8153cebb8c7e4b7 (patch)
treefe54f1e9d9224e875b3b5d66a0c3c9521d737a3d /lib/l10n/es.js
parentfdb55c65f862075987c10319fa13754b2de7ddb6 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/es.js')
-rw-r--r--lib/l10n/es.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index 18c4104a3d2..fbafabc9da4 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -195,7 +195,6 @@ OC.L10N.register(
"Cannot write into \"config\" directory" : "No se puede escribir el el directorio de configuración",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Se podría solucionar esto dándole al servidor permisos de escritura del directorio de configuración. Ver %s",
"Cannot write into \"apps\" directory" : "No se puede escribir en el directorio de \"apps\"",
- "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "Se podría solucionar esto dando al servidor web acceso de escritura al directorio de apps o desactivando la tienda de apps en el archivo de configuración.",
"Cannot create \"data\" directory" : "No se puede crear el directorio \"data\"",
"This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Habitualmente, esto puede arreglarse dando al servidor web acceso de escritura al directorio raíz. Véase %s",
"Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Habitualmente, los permisos pueden arreglarse dando al servidor web acceso de escritura al directorio raíz. Véase %s",
@@ -240,6 +239,7 @@ OC.L10N.register(
"Files can’t be shared with delete permissions" : "Los archivos no se pueden compartir con permisos de borrado",
"Files can’t be shared with create permissions" : "Los archivos no se pueden compartir con permisos de creación",
"Can’t set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración a más de %s días en el futuro",
- "Can't read file" : "No se puede leer archivo"
+ "Can't read file" : "No se puede leer archivo",
+ "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "Se podría solucionar esto dando al servidor web acceso de escritura al directorio de apps o desactivando la tienda de apps en el archivo de configuración."
},
"nplurals=2; plural=(n != 1);");