diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-08 02:05:41 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-08 02:05:41 +0200 |
commit | d5d2e896220de5b11e86dcfaf5f25787b7838811 (patch) | |
tree | f45587821a62c1ae46b5c50b6dfecb548a5ce2fc /apps/files_external/l10n/vi.php | |
parent | edcd29747692ff1ffbec927b9f31ac239c5e192d (diff) | |
download | nextcloud-server-d5d2e896220de5b11e86dcfaf5f25787b7838811.tar.gz nextcloud-server-d5d2e896220de5b11e86dcfaf5f25787b7838811.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/vi.php')
-rw-r--r-- | apps/files_external/l10n/vi.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/files_external/l10n/vi.php b/apps/files_external/l10n/vi.php new file mode 100644 index 00000000000..35312329da1 --- /dev/null +++ b/apps/files_external/l10n/vi.php @@ -0,0 +1,18 @@ +<?php $TRANSLATIONS = array( +"External Storage" => "Lưu trữ ngoài", +"Mount point" => "Điểm gắn", +"Backend" => "phụ trợ", +"Configuration" => "Cấu hình", +"Options" => "Tùy chọn", +"Applicable" => "Áp dụng", +"Add mount point" => "Thêm điểm lắp", +"None set" => "không", +"All Users" => "Tất cả người dùng", +"Groups" => "Nhóm", +"Users" => "Người dùng", +"Delete" => "Xóa", +"SSL root certificates" => "Chứng chỉ SSL root", +"Import Root Certificate" => "Nhập Root Certificate", +"Enable User External Storage" => "Kích hoạt tính năng lưu trữ ngoài", +"Allow users to mount their own external storage" => "Cho phép người dùng kết nối với lưu trữ riêng bên ngoài của họ" +); |