summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/ja_JP.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-12-21 00:11:31 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-12-21 00:11:31 +0100
commit3e39c39d6a106af08898d52e1015142d9c411365 (patch)
treea3a947fc015c3ec1b63ab2e43f17092b0f7bfb8b /apps/user_webdavauth/l10n/ja_JP.php
parent986f5d9f3e330f52a068ba916a10ea938a80ad41 (diff)
downloadnextcloud-server-3e39c39d6a106af08898d52e1015142d9c411365.tar.gz
nextcloud-server-3e39c39d6a106af08898d52e1015142d9c411365.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n/ja_JP.php')
-rw-r--r--apps/user_webdavauth/l10n/ja_JP.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/ja_JP.php b/apps/user_webdavauth/l10n/ja_JP.php
index 9bd32954b05..8643805ffcc 100644
--- a/apps/user_webdavauth/l10n/ja_JP.php
+++ b/apps/user_webdavauth/l10n/ja_JP.php
@@ -1,3 +1,4 @@
<?php $TRANSLATIONS = array(
-"WebDAV URL: http://" => "WebDAV URL: http://"
+"URL: http://" => "URL: http://",
+"ownCloud will send the user credentials to this URL is interpret http 401 and http 403 as credentials wrong and all other codes as credentials correct." => "ownCloudのこのURLへのユーザ資格情報の送信は、資格情報が間違っている場合はHTTP401もしくは403を返し、正しい場合は全てのコードを返します。"
);