xref: /dokuwiki/lib/plugins/config/lang/th/lang.php (revision 6c6ee18ca085273a1bc16293583692c74ce47ef6)
1d85fc358SKittithat Arnontavilas<?php
2d85fc358SKittithat Arnontavilas/**
3d85fc358SKittithat Arnontavilas * Thai language file
4d85fc358SKittithat Arnontavilas *
5d85fc358SKittithat Arnontavilas * @author Komgrit Niyomrath <n.komgrit@gmail.com>
6b41cbfc0SKittithat Arnontavilas * @author Kittithat Arnontavilas mrtomyum@gmail.com
74fa35cd9SArthit Suriyawongkul * @author Arthit Suriyawongkul <arthit@gmail.com>
8a460bc23SKittithat Arnontavilas * @author Kittithat Arnontavilas <mrtomyum@gmail.com>
9*6c6ee18cSAndreas Gohr * @author Thanasak Sompaisansin <jombthep@gmail.com>
10d85fc358SKittithat Arnontavilas */
11*6c6ee18cSAndreas Gohr$lang['menu']                  = 'ตั้งค่าการปรับแต่ง';
12*6c6ee18cSAndreas Gohr$lang['updated']               = 'การปรับแต่งค่าถูกบันทึกเรียบร้อย';
13*6c6ee18cSAndreas Gohr$lang['_header_dokuwiki']      = 'การตั้งค่า DokuWiki';
14*6c6ee18cSAndreas Gohr$lang['_header_plugin']        = 'การตั้งค่า Plugin';
15*6c6ee18cSAndreas Gohr$lang['_header_template']      = 'การตั้งค่าเทมเพลต';
16*6c6ee18cSAndreas Gohr$lang['_basic']                = 'การตั้งค่าพื้นฐาน';
17*6c6ee18cSAndreas Gohr$lang['_display']              = 'การตั้งค่าการแสดงผล';
18*6c6ee18cSAndreas Gohr$lang['_authentication']       = 'การตั้งค่าสิทธิ์การเข้าถึง';
19*6c6ee18cSAndreas Gohr$lang['_anti_spam']            = 'การตั้งค่าป้องกันสแปม';
20*6c6ee18cSAndreas Gohr$lang['_editing']              = 'การตั้งค่าการแก้ไขปรับปรุง';
21*6c6ee18cSAndreas Gohr$lang['_links']                = 'การตั้งค่าลิงก์';
22*6c6ee18cSAndreas Gohr$lang['_advanced']             = 'การตั้งค่าขั้นสูง';
23*6c6ee18cSAndreas Gohr$lang['_network']              = 'การตั้งค่าเครือข่าย';
24*6c6ee18cSAndreas Gohr$lang['lang']                  = 'ภาษา';
25*6c6ee18cSAndreas Gohr$lang['basedir']               = 'ไดเรคทอรีพื้นฐาน';
26*6c6ee18cSAndreas Gohr$lang['baseurl']               = 'URL พื้นฐาน';
27*6c6ee18cSAndreas Gohr$lang['savedir']               = 'ไดเรคทอรีที่บันทึกข้อมูล';
28*6c6ee18cSAndreas Gohr$lang['start']                 = 'ชื่อหน้าเริ่มต้น';
29*6c6ee18cSAndreas Gohr$lang['signature']             = 'ลายเซนต์';
304fa35cd9SArthit Suriyawongkul$lang['typography_o_0']        = 'ไม่มี';
314fa35cd9SArthit Suriyawongkul$lang['userewrite_o_0']        = 'ไม่มี';
32d85fc358SKittithat Arnontavilas$lang['deaccent_o_0']          = 'ปิด';
33*6c6ee18cSAndreas Gohr$lang['gdlib_o_2']             = 'ตรวจสอบอัตโนมัติ';
34*6c6ee18cSAndreas Gohr$lang['rss_type_o_rss']        = 'RSS 0.91';
35*6c6ee18cSAndreas Gohr$lang['rss_type_o_rss1']       = 'RSS 1.0';
36*6c6ee18cSAndreas Gohr$lang['rss_type_o_rss2']       = 'RSS 2.0';
37*6c6ee18cSAndreas Gohr$lang['rss_type_o_atom']       = 'Atom 0.3';
38*6c6ee18cSAndreas Gohr$lang['rss_type_o_atom1']      = 'Atom 1.0';
39*6c6ee18cSAndreas Gohr$lang['rss_content_o_abstract'] = 'บทคัดย่อ';
40*6c6ee18cSAndreas Gohr$lang['compression_o_0']       = 'ไม่มีการบีบอัด';
41*6c6ee18cSAndreas Gohr$lang['compression_o_gz']      = 'gzip';
42*6c6ee18cSAndreas Gohr$lang['compression_o_bz2']     = 'bz2';
434fa35cd9SArthit Suriyawongkul$lang['xsendfile_o_0']         = 'ไม่ใช้';
44d85fc358SKittithat Arnontavilas$lang['showuseras_o_loginname'] = 'ชื่อผู้ใช้';
45d85fc358SKittithat Arnontavilas$lang['showuseras_o_username'] = 'ชื่อ-นามสกุล';
464fa35cd9SArthit Suriyawongkul$lang['useheading_o_0']        = 'ไม่เลย';
474fa35cd9SArthit Suriyawongkul$lang['useheading_o_navigation'] = 'เฉพาะตัวนำทาง';
484fa35cd9SArthit Suriyawongkul$lang['useheading_o_content']  = 'เฉพาะเนื้อหาวิกิ';
494fa35cd9SArthit Suriyawongkul$lang['useheading_o_1']        = 'เสมอ';
50