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 /impress
parent6e3ebed3c12a7ceaa66cc4c08576300b8d9d0d64 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'impress')
-rw-r--r--impress/l10n/is.js2
-rw-r--r--impress/l10n/is.json2
-rw-r--r--impress/l10n/ru.js2
-rw-r--r--impress/l10n/ru.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/impress/l10n/is.js b/impress/l10n/is.js
index 626f07152..3a8af6b86 100644
--- a/impress/l10n/is.js
+++ b/impress/l10n/is.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Name" : "Nafn",
"Size" : "Stærð"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
diff --git a/impress/l10n/is.json b/impress/l10n/is.json
index 6e5269361..b6b0b3d7d 100644
--- a/impress/l10n/is.json
+++ b/impress/l10n/is.json
@@ -3,5 +3,5 @@
"No Impress files are found in your ownCloud. Please upload a .impress file." : "Engar Impress skrár fundust í ownCloud uppsetningu þinni. Vinsamlegast settu inn .impress skrá.",
"Name" : "Nafn",
"Size" : "Stærð"
-},"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/impress/l10n/ru.js b/impress/l10n/ru.js
index b38a1823e..48bec6745 100644
--- a/impress/l10n/ru.js
+++ b/impress/l10n/ru.js
@@ -7,4 +7,4 @@ OC.L10N.register(
"Size" : "Размер",
"Date" : "Дата"
},
-"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/impress/l10n/ru.json b/impress/l10n/ru.json
index 0942fa6bb..2a9adea4a 100644
--- a/impress/l10n/ru.json
+++ b/impress/l10n/ru.json
@@ -4,5 +4,5 @@
"Name" : "Имя",
"Size" : "Размер",
"Date" : "Дата"
-},"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