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/ca.js')
-rw-r--r--l10n/ca.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10n/ca.js b/l10n/ca.js
index 9473539dd..65d85582c 100644
--- a/l10n/ca.js
+++ b/l10n/ca.js
@@ -21,7 +21,6 @@ OC.L10N.register(
"Show image" : "Mostra la imatge",
"Show file" : "Mostra el fitxer",
"New text document" : "Nou document de text",
- "New text document.md" : "Nou document de text .md",
"Edit" : "Edita",
"Undo" : "Desfés",
"Redo" : "Refer",
@@ -39,6 +38,7 @@ OC.L10N.register(
"Unordered list" : "Llista no ordenada",
"Ordered list" : "Llista ordenada",
"Blockquote" : "Cita",
- "Code block" : "Bloc de codi"
+ "Code block" : "Bloc de codi",
+ "New text document.md" : "Nou document de text .md"
},
"nplurals=2; plural=(n != 1);");