| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/th_TH/messages.inc | |
| | | | localization/th_TH/messages.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2010, The Roundcube Dev Team | |
| | | | Licensed under the GNU GPL | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Wiraphan Treeratphan <webmaster@modoeye.com> | |
| | | | Author: Thomas <Unknown> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | |
| | | $messages['encryptedmessage'] = 'จดหมายถูกเข้ารหัสไม่สามารถแสดงผลได้'; |
| | | $messages['nocontactsfound'] = 'ไม่พบรายชื่อที่ค้นหา'; |
| | | $messages['contactnotfound'] = 'ไม่พบรายชื่อที่ค้นหา'; |
| | | |
| | | $messages['sendingfailed'] = 'การส่งจดหมายล้มเหลว'; |
| | | $messages['errorsaving'] = 'เกิดข้อผิดพลาดระหว่างการบันทึก'; |
| | | $messages['errormoving'] = 'ไม่สามารถย้ายจดหมายได้'; |
| | |
| | | $messages['nobodywarning'] = 'คุณต้องการส่งจดหมายโดยไม่มีข้อความใช่หรือไม่?'; |
| | | $messages['notsentwarning'] = 'จดหมายยังไม่ถูกส่ง คุณต้องการยกเลิกหรือไม่?'; |
| | | $messages['noldapserver'] = 'โปรดเลือก LDAP Server เพื่อค้นหา'; |
| | | $messages['nocontactsreturned'] = 'ไม่พบรายชื่อ'; |
| | | $messages['nosearchname'] = 'โปรดใสชื่อหรืออีเมล์'; |
| | | $messages['searchsuccessful'] = 'พบจดหมายจำนวน $nr ฉบับ'; |
| | | $messages['searchnomatch'] = 'การค้นหาไม่พบ'; |
| | |
| | | $messages['checking'] = 'กำลังตรวจสอบ...'; |
| | | $messages['nospellerrors'] = 'ไม่พบคำที่สะกดผิด'; |
| | | $messages['folderdeleted'] = 'ลบแฟ้มเสร็จสมบูรณ์'; |
| | | $messages['deletedsuccessfully'] = "ลบเสร็จสมบูรณ์"; |
| | | $messages['deletedsuccessfully'] = 'ลบเสร็จสมบูรณ์'; |
| | | $messages['converting'] = 'นำเอาหารจัดรูปแบบในจดหมายออก...'; |
| | | $messages['messageopenerror'] = 'ไม่สามารถอ่านจดหมายจาก Server ได้'; |
| | | $messages['fileuploaderror'] = 'การอัพโหลดล้มเหลว'; |
| | | $messages['filesizeerror'] = 'ไฟล์มีขนาดใหญ่เกิน $size'; |
| | | |
| | | $messages['copysuccess'] = 'คัดลอกจดหมายจำนวน $nr ฉบับเรียบร้อย'; |
| | | $messages['copyerror'] = 'ไม่สามารถคัดลอกได้'; |
| | | $messages['sourceisreadonly'] = 'จดหมายนี้เป็นแบบอ่านอย่างเดียว'; |
| | | $messages['errorsavingcontact'] = 'ไม่สามารถบันทึกรายชื่อได้'; |
| | | |
| | | ?> |