summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-07-02 01:59:26 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-07-02 01:59:26 -0400
commitd2e1cae331dec750f82851ca5991d39311ffe728 (patch)
tree8ce6b96caceb7e8c9b14251c155df6eba3534c35 /apps/user_webdavauth
parentba9b214aaa0406b0a54032e2c84577af9918521b (diff)
downloadnextcloud-server-d2e1cae331dec750f82851ca5991d39311ffe728.tar.gz
nextcloud-server-d2e1cae331dec750f82851ca5991d39311ffe728.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/is.js2
-rw-r--r--apps/user_webdavauth/l10n/is.json2
-rw-r--r--apps/user_webdavauth/l10n/ru.js2
-rw-r--r--apps/user_webdavauth/l10n/ru.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/apps/user_webdavauth/l10n/is.js b/apps/user_webdavauth/l10n/is.js
index c6580e434b5..cc9515a9455 100644
--- a/apps/user_webdavauth/l10n/is.js
+++ b/apps/user_webdavauth/l10n/is.js
@@ -4,4 +4,4 @@ OC.L10N.register(
"WebDAV Authentication" : "WebDAV Auðkenni",
"Save" : "Vista"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
diff --git a/apps/user_webdavauth/l10n/is.json b/apps/user_webdavauth/l10n/is.json
index a9ab8d7246c..e59f0457738 100644
--- a/apps/user_webdavauth/l10n/is.json
+++ b/apps/user_webdavauth/l10n/is.json
@@ -1,5 +1,5 @@
{ "translations": {
"WebDAV Authentication" : "WebDAV Auðkenni",
"Save" : "Vista"
-},"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/user_webdavauth/l10n/ru.js b/apps/user_webdavauth/l10n/ru.js
index b52d1ed81be..2af520e8396 100644
--- a/apps/user_webdavauth/l10n/ru.js
+++ b/apps/user_webdavauth/l10n/ru.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Save" : "Сохранить",
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Учётные данные пользователя будут отправлены на этот адрес. Плагин проверит ответ и будет рассматривать HTTP коды 401 и 403 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны."
},
-"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/user_webdavauth/l10n/ru.json b/apps/user_webdavauth/l10n/ru.json
index e265fc80ed4..88b53330acc 100644
--- a/apps/user_webdavauth/l10n/ru.json
+++ b/apps/user_webdavauth/l10n/ru.json
@@ -3,5 +3,5 @@
"Address:" : "Адрес:",
"Save" : "Сохранить",
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Учётные данные пользователя будут отправлены на этот адрес. Плагин проверит ответ и будет рассматривать HTTP коды 401 и 403 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны."
-},"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