Blame view

sources/apps/user_webdavauth/l10n/zh_TW.php 544 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
  <?php
  $TRANSLATIONS = array(
  "WebDAV Authentication" => "WebDAV 認證",
6d9380f96   Cédric Dupont   Update sources OC...
4
  "Save" => "儲存",
31b7f2792   Kload   Upgrade to ownclo...
5
  "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將會被理解為無效憑證,而所有其他的回應將會被理解為有效憑證。"
03e52840d   Kload   Init
6
  );
31b7f2792   Kload   Upgrade to ownclo...
7
  $PLURAL_FORMS = "nplurals=1; plural=0;";