diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-27 01:54:31 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-27 01:54:31 -0400 |
commit | 9a4d2871eb902538bdc832177a82a7a50309ba55 (patch) | |
tree | eee6631b36c6cbb353ff415bfc4ef3e6d76e3f60 /apps/user_webdavauth | |
parent | 010732019a941148e51de4095b78219766bb5df0 (diff) | |
download | nextcloud-server-9a4d2871eb902538bdc832177a82a7a50309ba55.tar.gz nextcloud-server-9a4d2871eb902538bdc832177a82a7a50309ba55.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/nl.php | 2 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/zh_HK.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/nl.php b/apps/user_webdavauth/l10n/nl.php index 22608cf2ec6..8b015bf7ae6 100644 --- a/apps/user_webdavauth/l10n/nl.php +++ b/apps/user_webdavauth/l10n/nl.php @@ -3,6 +3,6 @@ $TRANSLATIONS = array( "WebDAV Authentication" => "WebDAV authenticatie", "Address:" => "Adres:", "Save" => "Bewaren", -"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." => "De ingloggegevens worden opgestuurd naar dit adres. Deze plugin controleert de terugkoppeling en interpreteert de HTTP statuscodes 401 en 403 als invalide inloggegevens, en alle andere terugkoppelingen als valide inloggegevens." +"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." => "De inloggegevens worden opgestuurd naar dit adres. Deze plugin controleert de terugkoppeling en interpreteert HTTP statuscodes 401 en 403 als ongeldige inloggegevens en alle andere terugkoppelingen als valide inloggegevens." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/zh_HK.php b/apps/user_webdavauth/l10n/zh_HK.php index fa0e987fa3c..993a253fc3d 100644 --- a/apps/user_webdavauth/l10n/zh_HK.php +++ b/apps/user_webdavauth/l10n/zh_HK.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "WebDAV 認證", +"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將會被理解為無效憑證,而所有其他的回應將會被理解為有效憑證。" ); |