user_webdavauth.po 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. # Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012
  7. # Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012-2013
  8. # plazmism <gomidori@live.jp>, 2013
  9. # tt yn <tetuyano+transi@gmail.com>, 2013
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: ownCloud\n"
  13. "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
  14. "POT-Creation-Date: 2013-08-04 01:55-0400\n"
  15. "PO-Revision-Date: 2013-08-04 01:10+0000\n"
  16. "Last-Translator: tt yn <tetuyano+transi@gmail.com>\n"
  17. "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Language: ja_JP\n"
  22. "Plural-Forms: nplurals=1; plural=0;\n"
  23. #: templates/settings.php:3
  24. msgid "WebDAV Authentication"
  25. msgstr "WebDAV 認証"
  26. #: templates/settings.php:4
  27. msgid "Address: "
  28. msgstr "アドレス:"
  29. #: templates/settings.php:7
  30. msgid ""
  31. "The user credentials will be sent to this address. This plugin checks the "
  32. "response and will interpret the HTTP statuscodes 401 and 403 as invalid "
  33. "credentials, and all other responses as valid credentials."
  34. msgstr "ユーザーの権限情報をこのアドレスに送信します。このプラグインは応答をチェックし、HTTP状態コードが 401 と 403 の場合は無効な資格情報とし、他の応答はすべて有効な資格情報として処理します。"