aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-01-31 17:05:21 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-01-31 17:05:21 +0100
commit209d599ec5b00c5b92a33e902867fc621e725c93 (patch)
tree0939b4d1283b5c3abe381d56b7cbcd5f8ed3f81a /apps/user_webdavauth
parent4162ba4d41743adec0790ec402895343c56043e7 (diff)
downloadnextcloud-server-209d599ec5b00c5b92a33e902867fc621e725c93.tar.gz
nextcloud-server-209d599ec5b00c5b92a33e902867fc621e725c93.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/ko.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/ko.php b/apps/user_webdavauth/l10n/ko.php
index 245a5101341..578ff35e721 100644
--- a/apps/user_webdavauth/l10n/ko.php
+++ b/apps/user_webdavauth/l10n/ko.php
@@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array(
-"URL: http://" => "URL: http://"
+"WebDAV Authentication" => "WebDAV 인증",
+"URL: http://" => "URL: http://",
+"ownCloud will send the user credentials to this URL. 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이 돌아온 경우에 잘못된 인증 정보로 간주합니다. 다른 모든 상태 코드는 올바른 인증 정보로 간주합니다."
);