diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-26 01:56:33 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-26 01:56:33 -0400 |
commit | c733842a9a4fb34452ecaa49f5f62079046b54de (patch) | |
tree | 68fa4eccec7085d9de511caa1ac9b3cb99058b5f /apps/user_webdavauth | |
parent | 6523c575f3775310aa7c83e1e95b3382cf4c8b65 (diff) | |
download | nextcloud-server-c733842a9a4fb34452ecaa49f5f62079046b54de.tar.gz nextcloud-server-c733842a9a4fb34452ecaa49f5f62079046b54de.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/pl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/pl.php b/apps/user_webdavauth/l10n/pl.php index 490e23a7afa..66e685243de 100644 --- a/apps/user_webdavauth/l10n/pl.php +++ b/apps/user_webdavauth/l10n/pl.php @@ -3,6 +3,6 @@ $TRANSLATIONS = array( "WebDAV Authentication" => "Uwierzytelnienie WebDAV", "Address:" => "Adres:", "Save" => "Zapisz", -"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." => "Dane uwierzytelniające użytkownika zostaną wysłane na ten adres. Wtyczka sprawdza odpowiedź i będzie interpretował status HTTP 401 i 403 jako nieprawidłowe dane uwierzytelniające i wszystkie inne odpowiedzi jako prawidłowe uwierzytelnienie." +"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." => "Dane uwierzytelniające użytkownika zostaną wysłane na ten adres. Ta wtyczka sprawdza odpowiedź i będzie interpretować kody 401 i 403 statusów HTTP jako nieprawidłowe dane uwierzytelniające, a wszystkie inne odpowiedzi jako prawidłowe uwierzytelnienie." ); $PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |