diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-15 22:56:31 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-15 22:56:31 -0500 |
commit | c3746e866af8b68d16c5b42c98ed63b9a4a402ed (patch) | |
tree | ddd89ef69814f3e05b950cc924f9ae90caf85586 /apps/user_webdavauth | |
parent | 68f278025ced39518016d29f693fc0b4476710e6 (diff) | |
download | nextcloud-server-c3746e866af8b68d16c5b42c98ed63b9a4a402ed.tar.gz nextcloud-server-c3746e866af8b68d16c5b42c98ed63b9a4a402ed.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/sl.php | 4 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/uk.php | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/apps/user_webdavauth/l10n/sl.php b/apps/user_webdavauth/l10n/sl.php index f58232b37bd..269f9c3d25d 100644 --- a/apps/user_webdavauth/l10n/sl.php +++ b/apps/user_webdavauth/l10n/sl.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( -"WebDAV Authentication" => "Overitev WebDAV" +"WebDAV Authentication" => "Overitev WebDAV", +"Address: " => "Naslov:", +"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." => "Uporabniška poverila bodo poslana na ta naslov. Vstavek preveri odziv in kodi stanja 401 in 403 kot neveljavna poverila, vse ostale odzive pa kot veljavna." ); $PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/apps/user_webdavauth/l10n/uk.php b/apps/user_webdavauth/l10n/uk.php index dff8b308c5d..00d26cb252c 100644 --- a/apps/user_webdavauth/l10n/uk.php +++ b/apps/user_webdavauth/l10n/uk.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "Аутентифікація WebDAV", -"Address: " => "Адреса:" +"Address: " => "Адреса:", +"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, як неправильні облікові дані, а всі інші відповіді, вважатимуться правильними." ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |