nextcloud/apps/user_webdavauth/l10n/zh_TW.php

6 lines
509 B
PHP
Raw Normal View History

2012-11-27 03:10:47 +04:00
<?php $TRANSLATIONS = array(
2013-03-20 03:02:44 +04:00
"WebDAV Authentication" => "WebDAV 認證",
2013-03-27 03:11:05 +04:00
"URL: http://" => "網址http://",
2013-05-12 04:05:29 +04:00
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud 會將把用戶的登入資訊發送到這個網址以嘗試登入,並檢查回應, HTTP 狀態碼401和403視為登入失敗所有其他回應視為登入成功。"
2012-11-27 03:10:47 +04:00
);