Blame view
sources/apps/user_ldap/l10n/vi.php
2.44 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Deletion failed" => "Xóa thất bại", |
|
31b7f2792
|
4 5 6 7 8 |
"Success" => "Thành công",
"Error" => "Lỗi",
"Select groups" => "Chọn nhóm",
"_%s group found_::_%s groups found_" => array(""),
"_%s user found_::_%s users found_" => array(""),
|
|
6d9380f96
|
9 |
"Group Filter" => "Bộ lọc nhóm", |
|
31b7f2792
|
10 11 |
"Save" => "Lưu", "Help" => "Giúp đỡ", |
|
03e52840d
|
12 13 |
"Host" => "Máy chủ", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Bạn có thể bỏ qua các giao thức, ngoại trừ SSL. Sau đó bắt đầu với ldaps://", |
|
31b7f2792
|
14 |
"Port" => "Cổng", |
|
03e52840d
|
15 16 17 18 |
"User DN" => "Người dùng DN", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "Các DN của người sử dụng đã được thực hiện, ví dụ như uid =agent , dc = example, dc = com. Để truy cập nặc danh ,DN và mật khẩu trống.", "Password" => "Mật khẩu", "For anonymous access, leave DN and Password empty." => "Cho phép truy cập nặc danh , DN và mật khẩu trống.", |
|
31b7f2792
|
19 20 |
"You can specify Base DN for users and groups in the Advanced tab" => "Bạn có thể chỉ định DN cơ bản cho người dùng và các nhóm trong tab Advanced", "Back" => "Trở lại", |
|
6d9380f96
|
21 22 |
"Continue" => "Tiếp tục", "Advanced" => "Nâng cao", |
|
03e52840d
|
23 |
"Connection Settings" => "Connection Settings", |
|
03e52840d
|
24 25 |
"Backup (Replica) Port" => "Cổng sao lưu (Replica)", "Disable Main Server" => "Tắt máy chủ chính", |
|
03e52840d
|
26 |
"Turn off SSL certificate validation." => "Tắt xác thực chứng nhận SSL", |
|
03e52840d
|
27 28 29 |
"in seconds. A change empties the cache." => "trong vài giây. Một sự thay đổi bộ nhớ cache.", "Directory Settings" => "Directory Settings", "User Display Name Field" => "Hiển thị tên người sử dụng", |
|
03e52840d
|
30 31 32 33 |
"Base User Tree" => "Cây người dùng cơ bản", "User Search Attributes" => "User Search Attributes", "Optional; one attribute per line" => "Optional; one attribute per line", "Group Display Name Field" => "Hiển thị tên nhóm", |
|
03e52840d
|
34 35 36 37 38 |
"Base Group Tree" => "Cây nhóm cơ bản", "Group Search Attributes" => "Group Search Attributes", "Group-Member association" => "Nhóm thành viên Cộng đồng", "Special Attributes" => "Special Attributes", "in bytes" => "Theo Byte", |
|
31b7f2792
|
39 |
"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" |
|
03e52840d
|
40 |
); |
|
31b7f2792
|
41 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |