Blame view

sources/apps/files_trashbin/l10n/vi.php 698 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?php $TRANSLATIONS = array(
  "Couldn't delete %s permanently" => "Không thể óa %s vĩnh viễn",
  "Couldn't restore %s" => "Không thể khôi phục %s",
  "perform restore operation" => "thực hiện phục hồi",
  "delete file permanently" => "xóa file vĩnh viễn",
  "Delete permanently" => "Xóa vĩnh vễn",
  "Name" => "Tên",
  "Deleted" => "Đã xóa",
  "1 folder" => "1 thư mục",
  "{count} folders" => "{count} thư mục",
  "1 file" => "1 tập tin",
  "{count} files" => "{count} tập tin",
  "Nothing in here. Your trash bin is empty!" => "Không có gì ở đây. Thùng rác của bạn rỗng!",
  "Restore" => "Khôi phục",
  "Delete" => "Xóa",
  "Deleted Files" => "File đã xóa"
  );