nextcloud/apps/user_webdavauth/l10n/ko.js

9 lines
646 B
JavaScript

OC.L10N.register(
"user_webdavauth",
{
"WebDAV Authentication" : "WebDAV 인증",
"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." : "ownCloud에서 이 URL로 사용자 인증 정보를 보냅니다. 이 플러그인은 응답을 확인하여 HTTP 상태 코드 401이나 403이 돌아온 경우에 잘못된 인증 정보로 간주합니다. 다른 모든 상태 코드는 올바른 인증 정보로 간주합니다."
},
"nplurals=1; plural=0;");