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.2KB

123456789101112131415161718192021222324252627
  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. "Unknown filetype" => "Không biết kiểu tập tin",
  9. "Invalid image" => "Hình ảnh không hợp lệ",
  10. "web services under your control" => "dịch vụ web dưới sự kiểm soát của bạn",
  11. "Application is not enabled" => "Ứng dụng không được BẬT",
  12. "Authentication error" => "Lỗi xác thực",
  13. "Token expired. Please reload page." => "Mã Token đã hết hạn. Hãy tải lại trang.",
  14. "%s shared »%s« with you" => "%s đã chia sẻ »%s« với bạn",
  15. "Could not find category \"%s\"" => "không thể tìm thấy mục \"%s\"",
  16. "seconds ago" => "vài giây trước",
  17. "_%n minute ago_::_%n minutes ago_" => array("%n phút trước"),
  18. "_%n hour ago_::_%n hours ago_" => array("%n giờ trước"),
  19. "today" => "hôm nay",
  20. "yesterday" => "hôm qua",
  21. "_%n day go_::_%n days ago_" => array("%n ngày trước"),
  22. "last month" => "tháng trước",
  23. "_%n month ago_::_%n months ago_" => array("%n tháng trước"),
  24. "last year" => "năm trước",
  25. "years ago" => "năm trước"
  26. );
  27. $PLURAL_FORMS = "nplurals=1; plural=0;";