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-12-05 05:30:14 +0300
committerNextcloud bot <bot@nextcloud.com>2021-12-05 05:30:14 +0300
commitf210a6a0e5852175dac0cebc24495355529bdb65 (patch)
treeafb38e013763a9ff68d44dca8838d98d9fab60ff /lib/l10n/es_CO.js
parent6804ba0143bcf6d08ea33cb37c977bb1dc74b8dd (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es_CO.js')
-rw-r--r--lib/l10n/es_CO.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/es_CO.js b/lib/l10n/es_CO.js
index ce5f503ba61..6a84510f1a1 100644
--- a/lib/l10n/es_CO.js
+++ b/lib/l10n/es_CO.js
@@ -147,7 +147,6 @@ OC.L10N.register(
"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. Por favor ve %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. Por favor ve %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. Por favor ve %s.",
"Setting locale to %s failed" : "Se presentó una falla al establecer la regionalización a %s",
@@ -185,6 +184,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 es posible establecer la fecha de expiración más allá de %s días en el futuro",
- "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\""
},
"nplurals=2; plural=(n != 1);");