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/ar.js8
-rw-r--r--l10n/ar.json6
-rw-r--r--l10n/es_MX.js6
-rw-r--r--l10n/es_MX.json4
4 files changed, 24 insertions, 0 deletions
diff --git a/l10n/ar.js b/l10n/ar.js
new file mode 100644
index 000000000..5f14402f6
--- /dev/null
+++ b/l10n/ar.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "نص",
+ "Add link" : "إضافة رابط",
+ "Undo" : "تراجع"
+},
+"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
diff --git a/l10n/ar.json b/l10n/ar.json
new file mode 100644
index 000000000..8a9d4ef75
--- /dev/null
+++ b/l10n/ar.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Text" : "نص",
+ "Add link" : "إضافة رابط",
+ "Undo" : "تراجع"
+},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
+} \ No newline at end of file
diff --git a/l10n/es_MX.js b/l10n/es_MX.js
new file mode 100644
index 000000000..b0c0eb6fc
--- /dev/null
+++ b/l10n/es_MX.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Text"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_MX.json b/l10n/es_MX.json
new file mode 100644
index 000000000..7a947c6f4
--- /dev/null
+++ b/l10n/es_MX.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Text" : "Text"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file