user_webdavauth.po 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. # Translators:
  6. # <aoiob4305@gmail.com>, 2013.
  7. # 남자사람 <cessnagi@gmail.com>, 2012.
  8. # Park Shinjo <kde@peremen.name>, 2013.
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: ownCloud\n"
  12. "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
  13. "POT-Creation-Date: 2013-04-17 02:20+0200\n"
  14. "PO-Revision-Date: 2013-04-17 00:23+0000\n"
  15. "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
  16. "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Language: ko\n"
  21. "Plural-Forms: nplurals=1; plural=0;\n"
  22. #: templates/settings.php:3
  23. msgid "WebDAV Authentication"
  24. msgstr "WebDAV 인증"
  25. #: templates/settings.php:4
  26. msgid "URL: http://"
  27. msgstr "URL: http://"
  28. #: templates/settings.php:7
  29. msgid ""
  30. "ownCloud will send the user credentials to this URL. This plugin checks the "
  31. "response and will interpret the HTTP statuscodes 401 and 403 as invalid "
  32. "credentials, and all other responses as valid credentials."
  33. msgstr "ownCloud에서 이 URL로 사용자 인증 정보를 보냅니다. 이 플러그인은 응답을 확인하여 HTTP 상태 코드 401이나 403이 돌아온 경우에 잘못된 인증 정보로 간주합니다. 다른 모든 상태 코드는 올바른 인증 정보로 간주합니다."