nextcloud/apps/user_webdavauth/l10n/vi.php

8 lines
613 B
PHP

<?php
$TRANSLATIONS = array(
"WebDAV Authentication" => "Xác thực WebDAV",
"Address: " => "Địa chỉ :",
"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ệ."
);
$PLURAL_FORMS = "nplurals=1; plural=0;";