Blame view

sources/apps/user_webdavauth/l10n/vi.php 598 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
4
5
  "WebDAV Authentication" => "Xác thực WebDAV",
  "Save" => "Lưu",
  "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." => "Các thông tin người dùng sẽ được gửi đến địa chỉ này. Plugin này sẽ kiểm tra các phản hồi và các statuscodes HTTP 401 và 403 không hợp lệ, và tất cả những phản h khác như thông tin hợp lệ."
03e52840d   Kload   Init
6
  );
31b7f2792   Kload   Upgrade to ownclo...
7
  $PLURAL_FORMS = "nplurals=1; plural=0;";