diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-06 19:16:10 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-06 19:16:10 -0400 |
commit | 3613e79e100bfa00b0c4e6b7c9b2524aadee0a31 (patch) | |
tree | c750a5a19a3a439899faac6ff524d64b98058b2f /apps/user_webdavauth/l10n | |
parent | e1e16ec3b0566aafdddb5c2bc744fc4d53e554a1 (diff) | |
download | nextcloud-server-3613e79e100bfa00b0c4e6b7c9b2524aadee0a31.tar.gz nextcloud-server-3613e79e100bfa00b0c4e6b7c9b2524aadee0a31.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n')
-rw-r--r-- | apps/user_webdavauth/l10n/et_EE.php | 2 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/ko.php | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/user_webdavauth/l10n/et_EE.php b/apps/user_webdavauth/l10n/et_EE.php index 34b07c654a5..2727cc98dc9 100644 --- a/apps/user_webdavauth/l10n/et_EE.php +++ b/apps/user_webdavauth/l10n/et_EE.php @@ -2,6 +2,6 @@ $TRANSLATIONS = array( "WebDAV Authentication" => "WebDAV autentimine", "Address: " => "Aadress:", -"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." => "ownCloud saadab kasutajatunnused sellel aadressil. See vidin kontrollib vastust ning tuvastab HTTP vastuskoodid 401 ja 403 kui vigased, ning kõik teised vastused kui korrektsed kasutajatunnused." +"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." => "ownCloud saadab kasutajatunnused sellel aadressil. See vidin kontrollib vastust ning tuvastab ning tõlgendab HTTP olekukoodid 401 ja 403 valedeks andmeteks ning kõik teised vastused korrektseteks andmeteks." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/ko.php b/apps/user_webdavauth/l10n/ko.php index 2d2c4d70e73..19565f28522 100644 --- a/apps/user_webdavauth/l10n/ko.php +++ b/apps/user_webdavauth/l10n/ko.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( -"WebDAV Authentication" => "WebDAV 인증" +"WebDAV Authentication" => "WebDAV 인증", +"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." => "ownCloud에서 이 URL로 사용자 인증 정보를 보냅니다. 이 플러그인은 응답을 확인하여 HTTP 상태 코드 401이나 403이 돌아온 경우에 잘못된 인증 정보로 간주합니다. 다른 모든 상태 코드는 올바른 인증 정보로 간주합니다." ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |