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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-07-02 08:59:26 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-07-02 08:59:26 +0300
commitd2e1cae331dec750f82851ca5991d39311ffe728 (patch)
tree8ce6b96caceb7e8c9b14251c155df6eba3534c35 /apps/files_versions
parentba9b214aaa0406b0a54032e2c84577af9918521b (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r--apps/files_versions/l10n/is.js2
-rw-r--r--apps/files_versions/l10n/is.json2
-rw-r--r--apps/files_versions/l10n/ru.js2
-rw-r--r--apps/files_versions/l10n/ru.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_versions/l10n/is.js b/apps/files_versions/l10n/is.js
index 25bf6aafbfc..bbfe2f42ab3 100644
--- a/apps/files_versions/l10n/is.js
+++ b/apps/files_versions/l10n/is.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Versions" : "Útgáfur"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
diff --git a/apps/files_versions/l10n/is.json b/apps/files_versions/l10n/is.json
index d21e4480909..11d9d3383bd 100644
--- a/apps/files_versions/l10n/is.json
+++ b/apps/files_versions/l10n/is.json
@@ -1,4 +1,4 @@
{ "translations": {
"Versions" : "Útgáfur"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);"
} \ No newline at end of file
diff --git a/apps/files_versions/l10n/ru.js b/apps/files_versions/l10n/ru.js
index 74ad347804b..25248b9de5f 100644
--- a/apps/files_versions/l10n/ru.js
+++ b/apps/files_versions/l10n/ru.js
@@ -8,4 +8,4 @@ OC.L10N.register(
"No other versions available" : "Других версий не доступно",
"Restore" : "Откатить"
},
-"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/apps/files_versions/l10n/ru.json b/apps/files_versions/l10n/ru.json
index b21bd54331f..738bb332d23 100644
--- a/apps/files_versions/l10n/ru.json
+++ b/apps/files_versions/l10n/ru.json
@@ -5,5 +5,5 @@
"More versions..." : "Ещё версии...",
"No other versions available" : "Других версий не доступно",
"Restore" : "Откатить"
-},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
+},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
} \ No newline at end of file