Blame view
sources/apps/files_texteditor/l10n/th_TH.php
699 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 |
<?php $TRANSLATIONS = array( "Save" => "บันทึก", "Search" => "ค้นหา", "Close" => "ปิด", "Next" => "ถัดไป", "Clear" => "ล้างข้อมูล", "Saving..." => "กำลังบันทึกข้อมูล...", "Failed to save file" => "บันทึกไฟล์ล้มเหลว", "An error occurred!" => "เกิดข้อผิดพลาดบางประการ!", "There were unsaved changes, click here to go back" => "มีค่าเปลี่ยนแปลงที่ยังไม่ได้รับการบันทึกข้อมูล, คลิกเพื่อย้อนกลับไป" ); |