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 532B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "Không thể xóa %s vĩnh viễn",
  4. "Couldn't restore %s" => "Không thể khôi phục %s",
  5. "Deleted files" => "File đã bị xóa",
  6. "Error" => "Lỗi",
  7. "Deleted Files" => "File đã xóa",
  8. "restored" => "khôi phục",
  9. "Nothing in here. Your trash bin is empty!" => "Không có gì ở đây. Thùng rác của bạn rỗng!",
  10. "Name" => "Tên",
  11. "Restore" => "Khôi phục",
  12. "Deleted" => "Đã xóa",
  13. "Delete" => "Xóa"
  14. );
  15. $PLURAL_FORMS = "nplurals=1; plural=0;";