diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-20 01:56:58 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-20 01:56:58 -0400 |
commit | ea8c0bce088b938617cda5fa9fb92914e4836bd3 (patch) | |
tree | 533d342f172cdfed03c31f8ba65139781bd4894c /apps/user_webdavauth | |
parent | 5ddea98df2fce74342735063127e9195937f35ea (diff) | |
download | nextcloud-server-ea8c0bce088b938617cda5fa9fb92914e4836bd3.tar.gz nextcloud-server-ea8c0bce088b938617cda5fa9fb92914e4836bd3.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/ja.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_webdavauth/l10n/ja.php b/apps/user_webdavauth/l10n/ja.php index fbde75bc6a6..05797176626 100644 --- a/apps/user_webdavauth/l10n/ja.php +++ b/apps/user_webdavauth/l10n/ja.php @@ -1,8 +1,8 @@ <?php $TRANSLATIONS = array( -"WebDAV Authentication" => "WebDAV 認証", +"WebDAV Authentication" => "WebDAV認証", "Address:" => "アドレス:", "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." => "ユーザー資格情報をこのアドレスに送信します。このプラグインは応答をチェックし、HTTP状態コードが 401 と 403 の場合は無効な資格情報とし、他の応答はすべて有効な資格情報として処理します。" +"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;"; |