You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zh_CN.php 531B

1234567
  1. <?php
  2. $TRANSLATIONS = array(
  3. "WebDAV Authentication" => "WebDAV 认证",
  4. "Address: " => "地址:",
  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." => "用户的身份将会被发送到此 URL。这个插件检查返回值并且将 HTTP 状态编码 401 和 403 解释为非法身份,其他所有返回值为合法身份。"
  6. );
  7. $PLURAL_FORMS = "nplurals=1; plural=0;";