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

github.com/nextcloud/apps.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-05-04 07:51:00 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-05-04 07:51:00 +0300
commit9f4f4a49ac928ee2e391913a08a0c44c5b13a40d (patch)
tree216993fce5a0e9ac7163a2872582f44f4c0f1ad1 /imprint
parent6e3ebed3c12a7ceaa66cc4c08576300b8d9d0d64 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'imprint')
-rw-r--r--imprint/l10n/is.js2
-rw-r--r--imprint/l10n/is.json2
-rw-r--r--imprint/l10n/ru.js2
-rw-r--r--imprint/l10n/ru.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/imprint/l10n/is.js b/imprint/l10n/is.js
index baf587075..1f9aa8bd9 100644
--- a/imprint/l10n/is.js
+++ b/imprint/l10n/is.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Legal notice" : "Lagaleg atriði"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
diff --git a/imprint/l10n/is.json b/imprint/l10n/is.json
index ddb270ba1..b21f55364 100644
--- a/imprint/l10n/is.json
+++ b/imprint/l10n/is.json
@@ -1,4 +1,4 @@
{ "translations": {
"Legal notice" : "Lagaleg atriði"
-},"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/imprint/l10n/ru.js b/imprint/l10n/ru.js
index 7b41c8c56..a4e7736a3 100644
--- a/imprint/l10n/ru.js
+++ b/imprint/l10n/ru.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Content" : "Содержимое",
"You can use plain text, markdown notation or html markup with inline style attributes. " : "Вы можете использовать простой текст, нотацию markdown или разметку HTML со встроенными стилями в атрибутах тегов."
},
-"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/imprint/l10n/ru.json b/imprint/l10n/ru.json
index 7e6f3615c..697580fb6 100644
--- a/imprint/l10n/ru.json
+++ b/imprint/l10n/ru.json
@@ -14,5 +14,5 @@
"Application" : "Приложение",
"Content" : "Содержимое",
"You can use plain text, markdown notation or html markup with inline style attributes. " : "Вы можете использовать простой текст, нотацию markdown или разметку HTML со встроенными стилями в атрибутах тегов."
-},"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