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
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-07-13 05:56:39 +0300
committerNextcloud bot <bot@nextcloud.com>2019-07-13 05:56:39 +0300
commit09f0630eb709a27d81935221d2991657389d9feb (patch)
treee31dae1d6552cc8a29432aebe4462bfd6f912872
parent229b8289b7b9da52110c6e464ead9df34ae2efd5 (diff)
[tx-robot] updated from transifex
-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