summaryrefslogtreecommitdiffstats
path: root/lib/l10n/es_MX.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-04-12 00:07:44 +0000
committerNextcloud bot <bot@nextcloud.com>2017-04-12 00:07:44 +0000
commit633b952358e60315b64526baf05326217a52d65c (patch)
tree1cc836e7cc5ebd587d0eac8d7ed5c6143aed85e1 /lib/l10n/es_MX.js
parent6bd1c50dc32ccc208723ef08af72b8bfe99b58bb (diff)
downloadnextcloud-server-633b952358e60315b64526baf05326217a52d65c.tar.gz
nextcloud-server-633b952358e60315b64526baf05326217a52d65c.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/es_MX.js')
-rw-r--r--lib/l10n/es_MX.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js
index 0b09f9c14fe..d225d999ff7 100644
--- a/lib/l10n/es_MX.js
+++ b/lib/l10n/es_MX.js
@@ -180,6 +180,7 @@ OC.L10N.register(
"Cannot write into \"config\" directory" : "No fue posible escribir en el directorio \"config\"",
"Cannot write into \"apps\" directory" : "No fue posible escribir en el directorio \"apps\"",
"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Esto se puede arreglar por %s al darle acceso de escritura al servidor web al directorio de las aplicaciones %s o al deshabilitar la tienda de aplicaciones en el archivo de configuración",
+ "Cannot create \"data\" directory" : "No fue posible crear el directorio \"data\"",
"This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "Esto se puede arreglar generalmente al <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">darle al servidor web accesos al directorio raíz</a>.",
"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Los permisos se pueden arreglar generalmente al %s darle al servidor web accesos al direcotiro raíz %s.",
"Setting locale to %s failed" : "Se presentó una falla al establecer la regionalización a %s",
@@ -198,6 +199,8 @@ OC.L10N.register(
"PostgreSQL >= 9 required" : "Se requiere PostgreSQL >= 9",
"Please upgrade your database version" : "Favor de actualizar la versión de la base de datos",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Favor de cambiar los permisos a 0770 para que el directorio no pueda ser enlistado por otros usuarios. ",
+ "Your data directory is readable by other users" : "Su direcctorio data puede ser leído por otros usuarios",
+ "Your data directory must be an absolute path" : "Su direcctorio data debe ser una ruta absoluta",
"Check the value of \"datadirectory\" in your configuration" : "Verifique el valor de \"datadirectory\" en su configuración",
"Please check that the data directory contains a file \".ocdata\" in its root." : "Favor de verificar que el directorio de datos tenga un archivo \".ocdata\" en su raíz. ",
"Could not obtain lock type %d on \"%s\"." : "No fue posible obtener el tipo de bloqueo %d en \"%s\". ",