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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/es.js')
-rw-r--r--l10n/es.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10n/es.js b/l10n/es.js
index be2ea1ee5..ec4ab73d7 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -21,7 +21,6 @@ OC.L10N.register(
"Show image" : "Mostrar imagen",
"Show file" : "Mostrar archivo",
"New text document" : "Nuevo documento de texto",
- "New text document.md" : "Nuevo documento de texto.md",
"Edit" : "Editar",
"Undo" : "Deshacer",
"Redo" : "Rehacer",
@@ -39,6 +38,7 @@ OC.L10N.register(
"Unordered list" : "Lista desordenada",
"Ordered list" : "Lista ordenada",
"Blockquote" : "Bloque citado",
- "Code block" : "Bloque de código"
+ "Code block" : "Bloque de código",
+ "New text document.md" : "Nuevo documento de texto.md"
},
"nplurals=2; plural=(n != 1);");