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

github.com/nextcloud/zenodo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'l10n')
-rw-r--r--l10n/ast.js6
-rw-r--r--l10n/ast.json4
-rw-r--r--l10n/lv.js6
-rw-r--r--l10n/lv.json4
4 files changed, 20 insertions, 0 deletions
diff --git a/l10n/ast.js b/l10n/ast.js
new file mode 100644
index 0000000..d4a69b7
--- /dev/null
+++ b/l10n/ast.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "zenodo",
+ {
+ "Zenodo" : "Zenodo"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ast.json b/l10n/ast.json
new file mode 100644
index 0000000..6ac0a6b
--- /dev/null
+++ b/l10n/ast.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Zenodo" : "Zenodo"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/lv.js b/l10n/lv.js
new file mode 100644
index 0000000..2907c9d
--- /dev/null
+++ b/l10n/lv.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "zenodo",
+ {
+ "Zenodo" : "Zenodo"
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
diff --git a/l10n/lv.json b/l10n/lv.json
new file mode 100644
index 0000000..07b323d
--- /dev/null
+++ b/l10n/lv.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Zenodo" : "Zenodo"
+},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
+} \ No newline at end of file