summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/th_TH.php
blob: 65fd081a952e2226dc8d72966acd1f47cb1b8a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Error" => "ข้อผิดพลาด",
"Nothing in here. Your trash bin is empty!" => "ไม่มีอะไรอยู่ในนี้ ถังขยะของคุณยังว่างอยู่",
"Name" => "ชื่อ",
"Restore" => "คืนค่า",
"Deleted" => "ลบแล้ว",
"Delete" => "ลบ",
"Deleted Files" => "ไฟล์ที่ลบทิ้ง"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";