Changeset 19249
- Timestamp:
- Dec 1, 2012, 2:34:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/BatchDownloader/language/th_TH/plugin.lang.php
r18623 r19249 27 27 $lang['Download permissions'] = 'สิทธิ์การดาวน์โหลด'; 28 28 $lang['Downloads'] = 'ดาวน์โหลด'; 29 $lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = 'ไม่สามารถหาส่วนขยาย PHP ZipArchive, การดาวน์โหลดเอกสารทั้งชุดนี้ จะใช้ PclZip แทน ซึ่งจะมีประสิทธิภาพต่ำกว่าเอกสารแบบ PHP ZipArchive.'; 30 $lang['Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'] = 'คำเตือน: ชื่อเอกสาร ZipArchive ไม่สามารถใช้ตัวอักขระพิเศษ, และไม่สามารถใช้ตัวอักษรอื่นที่นอกเหนือจากอักษรละตินได้.'; 31 $lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = 'ระบบกำลังเริ่มต้นการดาวน์โหลดโดยอัตโนมัติ, หากระบบไม่ทำงานอัตโนมัติ โปรด <a href="%s">คลิกที่นี่</a>'; 32 $lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = 'เริ่มต้นการดาวน์โหลดเอกสารเก่า #%d จะทำลายชุดดาวน์โหลด #%d ให้แน่ใจว่าคุณเสร็จสิ้นการดาวน์โหลด และไม่ต้องการดาวน์โหลดชุดดาวน์โหลดนี้อีกต่อไป'; 33 $lang['Whole gallery'] = 'แกลเลอรี่ทั้งหมด'; 34 $lang['You can not edit this set'] = 'คุณไม่สามารถแก้ไขชุดนี้'; 35 $lang['You choose to download %d pictures, but the system is limited to %d. You can edit the set, or the last %d pictures will not be downloaded.'] = 'คุณเลือกที่จะดาวน์โหลดรูปภาพ %d แต่ระบบจะถูกจำกัด ไปเป็น %d คุณสามารถแก้ไขชุดหรือภาพล่าสุด %d จะไม่ถูกดาวน์โหลด'; 36 $lang['done'] = 'ดำเนินการ'; 37 $lang['download'] = 'ดาวน์โหลด'; 38 $lang['hours'] = 'ชั่วโมง'; 39 $lang['real number of archives can differ'] = 'จำนวนที่แท้จริงของขนาดเอกสารอาจแตกต่างกันได้'; 40 $lang['Maximum number of photos per download set'] = 'จำนวนสูงสุดของภาพถ่ายชุดต่อการดาวน์โหลด'; 41 $lang['Maximum photo size'] = 'ขนาดภาพสูงสุด 42 '; 43 $lang['Maximum size of each archive (in Megabytes)'] = 'ขนาดสูงสุดของแต่ละเอกสาร (มีหน่วยเป็นเมกะไบต์)'; 44 $lang['Remove all finished downloads'] = 'ลบการดาวน์โหลดที่สำเร็จแล้วทั้งหมด'; 45 $lang['Remove from download set'] = 'ลบออกจากชุดการดาวน์โหลด'; 46 $lang['Return to download page'] = 'กลับไปที่หน้าดาวน์โหลด'; 47 $lang['<b>Warning:</b> all files will be deleted within %d hours'] = '<b> คำเตือน: </b> ไฟล์ทั้งหมดจะถูกลบภายใน %d ชั่วโมง'; 48 $lang['Confirm the download of %d pictures?'] = 'ยืนยันการดาวน์โหลดภาพ %d ?'; 49 $lang['Delete downloads after'] = 'ลบการดาวน์โหลดหลังจาก'; 50 $lang['Download all pictures of this selection'] = 'ดาวน์โหลดรูปภาพที่เลือกทั้งหมดนี้'; 51 $lang['Estimated number of archives'] = 'จำนวนโดยประมาณของเอกสาร'; 52 $lang['Estimated size'] = 'ขนาดโดยประมาณ'; 53 $lang['Random'] = 'สุ่ม'; 54 $lang['Set type'] = 'กำหนดรูปแบบ'; 55 $lang['Total size'] = 'ขนาดทั้งหมด'; 56 $lang['User collection'] = 'คอลเลกชันของผู้ใช้งาน'; 57 $lang['User groups'] = 'กลุ่มผู้ใช้งาน'; 58 $lang['Archive comment'] = 'ความคิดเห็นของเอกสาร'; 59 $lang['Archive prefix'] = 'คำนำหน้าชื่อเอกสาร'; 60 $lang['Archives'] = 'เอกสาร'; 61 $lang['Batch Downloader'] = 'ดาวน์โหลดทั้งชุด'; 62 $lang['Cancel this set'] = 'ยกเลิกชุดนี้'; 63 $lang['Delete this set'] = 'ลบชุดนี้'; 64 $lang['Download set deleted'] = 'ดาวน์โหลดชุดที่เลือก'; 65 $lang['Edit the set'] = 'แก้ไขชุดนี้'; 66 $lang['Generate ZIP'] = 'สร้างเอกสาร ZIP'; 67 $lang['Number of archives'] = 'จำนวนเอกสาร'; 68 $lang['Number of images'] = 'จำนวนรูปภาพ'; 29 69 ?>
Note: See TracChangeset
for help on using the changeset viewer.