You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

vi.php 1.4KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "Giúp đỡ",
  4. "Personal" => "Cá nhân",
  5. "Settings" => "Cài đặt",
  6. "Users" => "Người dùng",
  7. "Admin" => "Quản trị",
  8. "web services under your control" => "dịch vụ web dưới sự kiểm soát của bạn",
  9. "ZIP download is turned off." => "Tải về ZIP đã bị tắt.",
  10. "Files need to be downloaded one by one." => "Tập tin cần phải được tải về từng người một.",
  11. "Back to Files" => "Trở lại tập tin",
  12. "Selected files too large to generate zip file." => "Tập tin được chọn quá lớn để tạo tập tin ZIP.",
  13. "Application is not enabled" => "Ứng dụng không được BẬT",
  14. "Authentication error" => "Lỗi xác thực",
  15. "Token expired. Please reload page." => "Mã Token đã hết hạn. Hãy tải lại trang.",
  16. "Files" => "Tập tin",
  17. "Text" => "Văn bản",
  18. "Images" => "Hình ảnh",
  19. "seconds ago" => "vài giây trước",
  20. "_%n minute ago_::_%n minutes ago_" => array(""),
  21. "_%n hour ago_::_%n hours ago_" => array(""),
  22. "today" => "hôm nay",
  23. "yesterday" => "hôm qua",
  24. "_%n day go_::_%n days ago_" => array(""),
  25. "last month" => "tháng trước",
  26. "_%n month ago_::_%n months ago_" => array(""),
  27. "last year" => "năm trước",
  28. "years ago" => "năm trước",
  29. "Could not find category \"%s\"" => "không thể tìm thấy mục \"%s\""
  30. );
  31. $PLURAL_FORMS = "nplurals=1; plural=0;";