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