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 /admin_migrate
parent6e3ebed3c12a7ceaa66cc4c08576300b8d9d0d64 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'admin_migrate')
-rw-r--r--admin_migrate/l10n/is.js2
-rw-r--r--admin_migrate/l10n/is.json2
-rw-r--r--admin_migrate/l10n/ru.js2
-rw-r--r--admin_migrate/l10n/ru.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/admin_migrate/l10n/is.js b/admin_migrate/l10n/is.js
index 195f80aaa..247325dca 100644
--- a/admin_migrate/l10n/is.js
+++ b/admin_migrate/l10n/is.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Export" : "Flytja út"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
diff --git a/admin_migrate/l10n/is.json b/admin_migrate/l10n/is.json
index a25731edd..b871a50a7 100644
--- a/admin_migrate/l10n/is.json
+++ b/admin_migrate/l10n/is.json
@@ -1,4 +1,4 @@
{ "translations": {
"Export" : "Flytja út"
-},"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/admin_migrate/l10n/ru.js b/admin_migrate/l10n/ru.js
index c4fc15144..53a0e3a32 100644
--- a/admin_migrate/l10n/ru.js
+++ b/admin_migrate/l10n/ru.js
@@ -7,4 +7,4 @@ OC.L10N.register(
"Only user data" : "Только пользовательские данные",
"Export" : "Экспорт"
},
-"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/admin_migrate/l10n/ru.json b/admin_migrate/l10n/ru.json
index 274bdfa1c..9c5d5aa64 100644
--- a/admin_migrate/l10n/ru.json
+++ b/admin_migrate/l10n/ru.json
@@ -4,5 +4,5 @@
"Only system files" : "Только системные файлы",
"Only user data" : "Только пользовательские данные",
"Export" : "Экспорт"
-},"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