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 /user_migrate
parent6e3ebed3c12a7ceaa66cc4c08576300b8d9d0d64 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'user_migrate')
-rw-r--r--user_migrate/l10n/is.js2
-rw-r--r--user_migrate/l10n/is.json2
-rw-r--r--user_migrate/l10n/ru.js2
-rw-r--r--user_migrate/l10n/ru.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/user_migrate/l10n/is.js b/user_migrate/l10n/is.js
index 835fa8150..500ebca24 100644
--- a/user_migrate/l10n/is.js
+++ b/user_migrate/l10n/is.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"An error has occurred" : "Villa kom upp",
"Import" : "Flytja inn"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
diff --git a/user_migrate/l10n/is.json b/user_migrate/l10n/is.json
index 94e422c8d..0b856024f 100644
--- a/user_migrate/l10n/is.json
+++ b/user_migrate/l10n/is.json
@@ -3,5 +3,5 @@
"Something went wrong while the export file was being generated" : "Eitthvað fór úrskeðis við gerð skráar til útflutning",
"An error has occurred" : "Villa kom upp",
"Import" : "Flytja inn"
-},"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/user_migrate/l10n/ru.js b/user_migrate/l10n/ru.js
index ed529c190..0b76db85d 100644
--- a/user_migrate/l10n/ru.js
+++ b/user_migrate/l10n/ru.js
@@ -7,4 +7,4 @@ OC.L10N.register(
"Account Export/Import" : "Экспорт/Импорт аккаунта",
"Import" : "Импорт"
},
-"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/user_migrate/l10n/ru.json b/user_migrate/l10n/ru.json
index fe42ded47..424edb73a 100644
--- a/user_migrate/l10n/ru.json
+++ b/user_migrate/l10n/ru.json
@@ -4,5 +4,5 @@
"An error has occurred" : "Произошла ошибка",
"Account Export/Import" : "Экспорт/Импорт аккаунта",
"Import" : "Импорт"
-},"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