nextcloud/apps/user_webdavauth/l10n/zh_TW.php

6 lines
484 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-07-22 10:03:23 +04:00
"URL: " => "URL: ",
"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
);