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:
-rw-r--r--l10n/cs.js2
-rw-r--r--l10n/cs.json2
-rw-r--r--l10n/oc.js13
-rw-r--r--l10n/oc.json11
4 files changed, 26 insertions, 2 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index 7ff6ae5cc..30295cfe0 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -14,7 +14,7 @@ OC.L10N.register(
"Reconnect" : "Obnovit připojení",
"The document has been changed outside of the editor. The changes cannot be applied." : "Dokument byl mezitím změněn mimo editor. Změny provedené v editoru proto nelze uplatnit.",
"File could not be loaded. Please check your internet connection." : "Soubor se nepodařilo načíst. Zkontrolujte své připojení k Internetu.",
- "Saving …" : "Ukládání …",
+ "Saving …" : "Ukládání…",
"Saved" : "Uloženo",
"Last saved {lastSaved}" : "Naposledy uloženo {lastSaved}",
"Unsaved changes" : "Neuložené změny",
diff --git a/l10n/cs.json b/l10n/cs.json
index a8ffdc028..37ba79e12 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -12,7 +12,7 @@
"Reconnect" : "Obnovit připojení",
"The document has been changed outside of the editor. The changes cannot be applied." : "Dokument byl mezitím změněn mimo editor. Změny provedené v editoru proto nelze uplatnit.",
"File could not be loaded. Please check your internet connection." : "Soubor se nepodařilo načíst. Zkontrolujte své připojení k Internetu.",
- "Saving …" : "Ukládání …",
+ "Saving …" : "Ukládání…",
"Saved" : "Uloženo",
"Last saved {lastSaved}" : "Naposledy uloženo {lastSaved}",
"Unsaved changes" : "Neuložené změny",
diff --git a/l10n/oc.js b/l10n/oc.js
new file mode 100644
index 000000000..345c09cda
--- /dev/null
+++ b/l10n/oc.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "text",
+ {
+ "New text document" : "Novèl fichièr tèxte",
+ "Nextcloud Text" : "Nextcloud Text",
+ "text document" : "document tèxt",
+ "Readme" : "Readme",
+ "Text" : "Tèxt",
+ "Saving …" : "Enregistrament...",
+ "Saved" : "Enregistrat",
+ "Edit" : "Modificar"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/oc.json b/l10n/oc.json
new file mode 100644
index 000000000..f7e641bd0
--- /dev/null
+++ b/l10n/oc.json
@@ -0,0 +1,11 @@
+{ "translations": {
+ "New text document" : "Novèl fichièr tèxte",
+ "Nextcloud Text" : "Nextcloud Text",
+ "text document" : "document tèxt",
+ "Readme" : "Readme",
+ "Text" : "Tèxt",
+ "Saving …" : "Enregistrament...",
+ "Saved" : "Enregistrat",
+ "Edit" : "Modificar"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file