Blame view
sources/apps/files_trashbin/l10n/th_TH.php
640 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<?php $TRANSLATIONS = array(
"perform restore operation" => "ดำเนินการคืนค่า",
"Name" => "ชื่อ",
"Deleted" => "ลบแล้ว",
"1 folder" => "1 โฟลเดอร์",
"{count} folders" => "{count} โฟลเดอร์",
"1 file" => "1 ไฟล์",
"{count} files" => "{count} ไฟล์",
"Nothing in here. Your trash bin is empty!" => "ไม่มีอะไรอยู่ในนี้ ถังขยะของคุณยังว่างอยู่",
"Restore" => "คืนค่า",
"Delete" => "ลบ",
"Deleted Files" => "ไฟล์ที่ลบทิ้ง"
);
|