aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-13 17:12:37 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-13 17:12:37 -0400
commit4b802aa7cbbb46d85a50e0d08756cb702274d8f9 (patch)
tree99e1773e279977eaafecb203887592027b7bd144 /apps/user_webdavauth
parentb2757e621c1dfd9d9993636e74bdebf01dce51e0 (diff)
downloadnextcloud-server-4b802aa7cbbb46d85a50e0d08756cb702274d8f9.tar.gz
nextcloud-server-4b802aa7cbbb46d85a50e0d08756cb702274d8f9.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/ja.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/ja.php b/apps/user_webdavauth/l10n/ja.php
new file mode 100644
index 00000000000..bab7be008ef
--- /dev/null
+++ b/apps/user_webdavauth/l10n/ja.php
@@ -0,0 +1,7 @@
+<?php
+$TRANSLATIONS = array(
+"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." => "ユーザーの権限情報をこのアドレスに送信します。このプラグインは応答をチェックし、HTTP状態コードが 401 と 403 の場合は無効な資格情報とし、他の応答はすべて有効な資格情報として処理します。"
+);
+$PLURAL_FORMS = "nplurals=1; plural=0;";