vi.php 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Deletion failed" => "Xóa thất bại",
  4. "Success" => "Thành công",
  5. "Error" => "Lỗi",
  6. "Select groups" => "Chọn nhóm",
  7. "_%s group found_::_%s groups found_" => array(""),
  8. "_%s user found_::_%s users found_" => array(""),
  9. "Save" => "Lưu",
  10. "Help" => "Giúp đỡ",
  11. "Host" => "Máy chủ",
  12. "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://",
  13. "Port" => "Cổng",
  14. "User DN" => "Người dùng DN",
  15. "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.",
  16. "Password" => "Mật khẩu",
  17. "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.",
  18. "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",
  19. "Back" => "Trở lại",
  20. "Connection Settings" => "Connection Settings",
  21. "Backup (Replica) Port" => "Cổng sao lưu (Replica)",
  22. "Disable Main Server" => "Tắt máy chủ chính",
  23. "Case insensitve LDAP server (Windows)" => "Trường hợp insensitve LDAP máy chủ (Windows)",
  24. "Turn off SSL certificate validation." => "Tắt xác thực chứng nhận SSL",
  25. "in seconds. A change empties the cache." => "trong vài giây. Một sự thay đổi bộ nhớ cache.",
  26. "Directory Settings" => "Directory Settings",
  27. "User Display Name Field" => "Hiển thị tên người sử dụng",
  28. "Base User Tree" => "Cây người dùng cơ bản",
  29. "User Search Attributes" => "User Search Attributes",
  30. "Optional; one attribute per line" => "Optional; one attribute per line",
  31. "Group Display Name Field" => "Hiển thị tên nhóm",
  32. "Base Group Tree" => "Cây nhóm cơ bản",
  33. "Group Search Attributes" => "Group Search Attributes",
  34. "Group-Member association" => "Nhóm thành viên Cộng đồng",
  35. "Special Attributes" => "Special Attributes",
  36. "in bytes" => "Theo Byte",
  37. "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"
  38. );
  39. $PLURAL_FORMS = "nplurals=1; plural=0;";