nextcloud/apps/user_webdavauth/l10n/zh_TW.php

6 lines
506 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://",
"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
);