diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-11 02:03:53 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-11 02:03:53 +0200 |
commit | 6a29bbda7ad87c8bd606c606d237f4c9a0cca9eb (patch) | |
tree | 5e6f8ac96c02a85d69ed84b5a2bdd4bd53322c9d /apps/user_ldap/l10n/vi.php | |
parent | 463b48b2e1e337c1531f094b26cae79d11bdcf27 (diff) | |
download | nextcloud-server-6a29bbda7ad87c8bd606c606d237f4c9a0cca9eb.tar.gz nextcloud-server-6a29bbda7ad87c8bd606c606d237f4c9a0cca9eb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/vi.php')
-rw-r--r-- | apps/user_ldap/l10n/vi.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/vi.php b/apps/user_ldap/l10n/vi.php new file mode 100644 index 00000000000..7a6ac2665c6 --- /dev/null +++ b/apps/user_ldap/l10n/vi.php @@ -0,0 +1,13 @@ +<?php $TRANSLATIONS = array( +"Host" => "Máy chủ", +"Password" => "Mật khẩu", +"Port" => "Cổng", +"Use TLS" => "Sử dụng TLS", +"Turn off SSL certificate validation." => "Tắt xác thực chứng nhận SSL", +"Not recommended, use for testing only." => "Không khuyến khích, Chỉ sử dụng để thử nghiệm.", +"User Display Name Field" => "Hiển thị tên người sử dụng", +"Group Display Name Field" => "Hiển thị tên nhóm", +"in bytes" => "Theo Byte", +"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Để trống tên người dùng (mặc định). Nếu không chỉ định thuộc tính LDAP/AD", +"Help" => "Giúp đỡ" +); |