aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-02-10 00:10:29 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-02-10 00:10:29 +0100
commitf7d898d83512ce952a51c70ffacf083fc81f54e0 (patch)
treebffc34ac66fc8df7f52500960327228eb40677a3 /apps/user_webdavauth
parent2dde418e996c5383ee6238b727ece335e7ef3965 (diff)
downloadnextcloud-server-f7d898d83512ce952a51c70ffacf083fc81f54e0.tar.gz
nextcloud-server-f7d898d83512ce952a51c70ffacf083fc81f54e0.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/vi.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/vi.php b/apps/user_webdavauth/l10n/vi.php
index 9bd32954b05..ee2aa089125 100644
--- a/apps/user_webdavauth/l10n/vi.php
+++ b/apps/user_webdavauth/l10n/vi.php
@@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array(
-"WebDAV URL: http://" => "WebDAV URL: http://"
+"WebDAV Authentication" => "Xác thực WebDAV",
+"URL: http://" => "URL: 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 sẽ gửi chứng thư người dùng tới URL này. Tính năng này kiểm tra trả lời và sẽ hiểu mã 401 và 403 của giao thức HTTP là chứng thư không hợp lệ, và mọi trả lời khác được coi là hợp lệ."
);