diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-07-02 01:59:26 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-07-02 01:59:26 -0400 |
commit | d2e1cae331dec750f82851ca5991d39311ffe728 (patch) | |
tree | 8ce6b96caceb7e8c9b14251c155df6eba3534c35 /apps/user_webdavauth | |
parent | ba9b214aaa0406b0a54032e2c84577af9918521b (diff) | |
download | nextcloud-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.js | 2 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/is.json | 2 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/ru.js | 2 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/ru.json | 2 |
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 |