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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-11-03 05:39:24 +0300
committerNextcloud bot <bot@nextcloud.com>2020-11-03 05:39:24 +0300
commit604fb7ca819875eaf8ac3cf653c4e400a78a98e5 (patch)
tree52f8ea1ebfc51fb4964c63c4cd514dd549bc3254 /l10n/es_CL.js
parent36d0c45413e99e70a41a95af489d62b7a0042724 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/es_CL.js')
-rw-r--r--l10n/es_CL.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10n/es_CL.js b/l10n/es_CL.js
index 48f5415..930976d 100644
--- a/l10n/es_CL.js
+++ b/l10n/es_CL.js
@@ -1,7 +1,6 @@
OC.L10N.register(
"files_texteditor",
{
- "Saving…" : "Guardando...",
"saved!" : "¡Guardado!",
"failed!" : "¡Se presentó una falla!",
"Saved" : "Guardado",
@@ -26,6 +25,7 @@ OC.L10N.register(
"Cannot save file as it has been modified since opening" : "No es posible guardar el archivo ya que ha sido modificado desde que fue abierto",
"Insufficient permissions" : "Permisos insuficientes",
"File path not supplied" : "La ruta del archivo no fue proporcionada",
- "File mtime not supplied" : "El archivo mtime no fue proporcionado"
+ "File mtime not supplied" : "El archivo mtime no fue proporcionado",
+ "Saving…" : "Guardando..."
},
"nplurals=2; plural=(n != 1);");