summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-04 02:01:28 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-04 02:01:28 -0400
commit9923fe655bf32a2551ac0f1fd863a6a50af20157 (patch)
tree4eb5882796c567c9a353ea272ea5f4803a07a331 /apps/user_webdavauth
parent3534c3b3735242afa5c991417027a8c8e41e6465 (diff)
downloadnextcloud-server-9923fe655bf32a2551ac0f1fd863a6a50af20157.tar.gz
nextcloud-server-9923fe655bf32a2551ac0f1fd863a6a50af20157.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/ja_JP.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/ja_JP.php b/apps/user_webdavauth/l10n/ja_JP.php
index 047bb148335..6dbbc8ce856 100644
--- a/apps/user_webdavauth/l10n/ja_JP.php
+++ b/apps/user_webdavauth/l10n/ja_JP.php
@@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array(
-"WebDAV Authentication" => "WebDAV 認証"
+"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 の場合は無効な資格情報とし、他の応答はすべて有効な資格情報として処理します。"
);