summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2009-12-08 21:55:28 +0100
committerAndreas Gohr <andi@splitbrain.org>2009-12-08 21:55:28 +0100
commit6c6ee18ca085273a1bc16293583692c74ce47ef6 (patch)
tree5e49c7600ea93d530ac68ab6f721b8ed37d20fce
parent2a1b7c6a375799bb831b9e5bf5e7ae6fe30836a6 (diff)
downloadrpg-6c6ee18ca085273a1bc16293583692c74ce47ef6.tar.gz
rpg-6c6ee18ca085273a1bc16293583692c74ce47ef6.tar.bz2
Thai language update
Ignore-this: eeda71913acaa466d0618d096fa40213 darcs-hash:20091208205528-7ad00-0e3b962d875e45eba939847d25f1d8ea1fea0ebc.gz
-rw-r--r--inc/lang/th/lang.php6
-rw-r--r--lib/plugins/acl/lang/th/lang.php1
-rw-r--r--lib/plugins/config/lang/th/lang.php30
-rw-r--r--lib/plugins/plugin/lang/th/lang.php1
-rw-r--r--lib/plugins/popularity/lang/th/lang.php1
-rw-r--r--lib/plugins/revert/lang/th/lang.php1
-rw-r--r--lib/plugins/usermanager/lang/th/lang.php1
7 files changed, 41 insertions, 0 deletions
diff --git a/inc/lang/th/lang.php b/inc/lang/th/lang.php
index b33e2a33b..4b5778b93 100644
--- a/inc/lang/th/lang.php
+++ b/inc/lang/th/lang.php
@@ -12,6 +12,7 @@
* @author Kittithat Arnontavilas mrtomyum@gmail.com
* @author Arthit Suriyawongkul <arthit@gmail.com>
* @author Kittithat Arnontavilas <mrtomyum@gmail.com>
+ * @author Thanasak Sompaisansin <jombthep@gmail.com>
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
@@ -150,6 +151,7 @@ $lang['by'] = 'โดย';
$lang['deleted'] = 'ถูกถอดออก';
$lang['created'] = 'ถูกสร้าง';
$lang['restored'] = 'ย้อนไปรุ่นก่อนหน้า';
+$lang['external_edit'] = 'แก้ไขภายนอก';
$lang['summary'] = 'สรุป(หมายเหตุ)การแก้ไขนี้';
$lang['noflash'] = 'ต้องการตัวเล่นแฟลช <a href="http://www.adobe.com/products/flashplayer/">Adobe Flash Plugin</a> เพื่อแสดงผลเนื้อหานี้';
$lang['download'] = 'ดาวน์โหลดสนิปเป็ด(Snippet)';
@@ -213,6 +215,10 @@ $lang['i_problems'] = 'ตัวติดตั้งพบปัญ
$lang['i_modified'] = 'ด้วยเหตุผลด้านความปลอดภัย สคริปต์นี้จะทำงานกับเฉพาะโดกุวิกิที่ติดตั้งใหม่หรือยังไม่ได้ดัดแปลงแก้ไข
คุณควรเลือกระหว่างคลี่ไฟล์จากแพคเกจที่ได้ดาวน์โหลดมาอีกครั้ง หรือศึกษาจากคู่มือ
<a href="http://dokuwiki.org/install">Dokuwiki installation instructions</a>';
+$lang['i_funcna'] = 'PHP function <code>%s</code> ไม่สามารถใช้งานได้ อาจเป็นเพราะผู้ให้บริการโฮสไม่เปิดให้ใช้งาน';
+$lang['i_phpver'] = 'PHP รุ่นที่คุณกำลังใช้งานอยู่คือ <code>%s</code> คุณจำเป็นต้องอัพเกรด PHP ให้เป็นรุ่น <code>%s</code> หรือสูงกว่า';
+$lang['i_permfail'] = '<code>%s</code> DokuWiki ไม่สามารถเขียนข้อมูลได้ ต้องตั้งค่าสิทธิ์การอนุญาตของไดเรคทอรีนี้เสียก่อน!';
+$lang['i_writeerr'] = 'ไม่สามารถสร้าง <code>%s</code>. ตรวจสอบสิทธิ์การอนุญาตของไดเรคทอรีหรือไฟล์ แล้วสร้างไฟล์ด้วยตนเอง';
$lang['i_policy'] = 'นโยบายสิทธิ์เข้าถึง(ACL)ตั้งต้น';
$lang['i_pol0'] = 'วิกิเปิดกว้าง (ใครก็ อ่าน, เขียน, อัพโหลดได้)';
$lang['i_pol1'] = 'วิกิสาธารณะ (ทุกคนอ่านได้, เขียน และ อัพโหลดเฉพาะผู้ใช้ที่ลงทะเบียนแล้ว)';
diff --git a/lib/plugins/acl/lang/th/lang.php b/lib/plugins/acl/lang/th/lang.php
index f0b0741df..472c33cdc 100644
--- a/lib/plugins/acl/lang/th/lang.php
+++ b/lib/plugins/acl/lang/th/lang.php
@@ -5,6 +5,7 @@
* @author Komgrit Niyomrath <n.komgrit@gmail.com>
* @author Kittithat Arnontavilas mrtomyum@gmail.com
* @author Kittithat Arnontavilas <mrtomyum@gmail.com>
+ * @author Thanasak Sompaisansin <jombthep@gmail.com>
*/
$lang['admin_acl'] = 'จัดการรายชื่อเพื่อควบคุมการเข้าถึง (Access Control List:ACL)';
$lang['acl_group'] = 'กลุ่ม';
diff --git a/lib/plugins/config/lang/th/lang.php b/lib/plugins/config/lang/th/lang.php
index a7c5a0909..5658ee45f 100644
--- a/lib/plugins/config/lang/th/lang.php
+++ b/lib/plugins/config/lang/th/lang.php
@@ -6,10 +6,40 @@
* @author Kittithat Arnontavilas mrtomyum@gmail.com
* @author Arthit Suriyawongkul <arthit@gmail.com>
* @author Kittithat Arnontavilas <mrtomyum@gmail.com>
+ * @author Thanasak Sompaisansin <jombthep@gmail.com>
*/
+$lang['menu'] = 'ตั้งค่าการปรับแต่ง';
+$lang['updated'] = 'การปรับแต่งค่าถูกบันทึกเรียบร้อย';
+$lang['_header_dokuwiki'] = 'การตั้งค่า DokuWiki';
+$lang['_header_plugin'] = 'การตั้งค่า Plugin';
+$lang['_header_template'] = 'การตั้งค่าเทมเพลต';
+$lang['_basic'] = 'การตั้งค่าพื้นฐาน';
+$lang['_display'] = 'การตั้งค่าการแสดงผล';
+$lang['_authentication'] = 'การตั้งค่าสิทธิ์การเข้าถึง';
+$lang['_anti_spam'] = 'การตั้งค่าป้องกันสแปม';
+$lang['_editing'] = 'การตั้งค่าการแก้ไขปรับปรุง';
+$lang['_links'] = 'การตั้งค่าลิงก์';
+$lang['_advanced'] = 'การตั้งค่าขั้นสูง';
+$lang['_network'] = 'การตั้งค่าเครือข่าย';
+$lang['lang'] = 'ภาษา';
+$lang['basedir'] = 'ไดเรคทอรีพื้นฐาน';
+$lang['baseurl'] = 'URL พื้นฐาน';
+$lang['savedir'] = 'ไดเรคทอรีที่บันทึกข้อมูล';
+$lang['start'] = 'ชื่อหน้าเริ่มต้น';
+$lang['signature'] = 'ลายเซนต์';
$lang['typography_o_0'] = 'ไม่มี';
$lang['userewrite_o_0'] = 'ไม่มี';
$lang['deaccent_o_0'] = 'ปิด';
+$lang['gdlib_o_2'] = 'ตรวจสอบอัตโนมัติ';
+$lang['rss_type_o_rss'] = 'RSS 0.91';
+$lang['rss_type_o_rss1'] = 'RSS 1.0';
+$lang['rss_type_o_rss2'] = 'RSS 2.0';
+$lang['rss_type_o_atom'] = 'Atom 0.3';
+$lang['rss_type_o_atom1'] = 'Atom 1.0';
+$lang['rss_content_o_abstract'] = 'บทคัดย่อ';
+$lang['compression_o_0'] = 'ไม่มีการบีบอัด';
+$lang['compression_o_gz'] = 'gzip';
+$lang['compression_o_bz2'] = 'bz2';
$lang['xsendfile_o_0'] = 'ไม่ใช้';
$lang['showuseras_o_loginname'] = 'ชื่อผู้ใช้';
$lang['showuseras_o_username'] = 'ชื่อ-นามสกุล';
diff --git a/lib/plugins/plugin/lang/th/lang.php b/lib/plugins/plugin/lang/th/lang.php
index 6679e0397..dab094bcd 100644
--- a/lib/plugins/plugin/lang/th/lang.php
+++ b/lib/plugins/plugin/lang/th/lang.php
@@ -6,6 +6,7 @@
* @author Kittithat Arnontavilas mrtomyum@gmail.com
* @author Arthit Suriyawongkul <arthit@gmail.com>
* @author Kittithat Arnontavilas <mrtomyum@gmail.com>
+ * @author Thanasak Sompaisansin <jombthep@gmail.com>
*/
$lang['menu'] = 'จัดการปลั๊กอิน';
$lang['download'] = 'ดาวน์โหลดและติดตั้งปลั๊กอินใหม่';
diff --git a/lib/plugins/popularity/lang/th/lang.php b/lib/plugins/popularity/lang/th/lang.php
index ec885b725..3ae8a7890 100644
--- a/lib/plugins/popularity/lang/th/lang.php
+++ b/lib/plugins/popularity/lang/th/lang.php
@@ -5,6 +5,7 @@
* @author Komgrit Niyomrath <n.komgrit@gmail.com>
* @author Kittithat Arnontavilas mrtomyum@gmail.com
* @author Kittithat Arnontavilas <mrtomyum@gmail.com>
+ * @author Thanasak Sompaisansin <jombthep@gmail.com>
*/
$lang['name'] = 'ส่งข้อมูลความนิยมกลับ (อาจใช้เวลาในการโหลด)';
$lang['submit'] = 'ส่งข้อมูล';
diff --git a/lib/plugins/revert/lang/th/lang.php b/lib/plugins/revert/lang/th/lang.php
index d6660e03e..86e4f9ca4 100644
--- a/lib/plugins/revert/lang/th/lang.php
+++ b/lib/plugins/revert/lang/th/lang.php
@@ -6,6 +6,7 @@
* @author Kittithat Arnontavilas mrtomyum@gmail.com
* @author Arthit Suriyawongkul <arthit@gmail.com>
* @author Kittithat Arnontavilas <mrtomyum@gmail.com>
+ * @author Thanasak Sompaisansin <jombthep@gmail.com>
*/
$lang['menu'] = 'ตัวจัดการคืนสภาพเอกสารฉบับเดิม';
$lang['filter'] = 'ค้นหาเพจที่ถูกแสปม';
diff --git a/lib/plugins/usermanager/lang/th/lang.php b/lib/plugins/usermanager/lang/th/lang.php
index 3e19a6833..eb88d7b91 100644
--- a/lib/plugins/usermanager/lang/th/lang.php
+++ b/lib/plugins/usermanager/lang/th/lang.php
@@ -5,6 +5,7 @@
* @author Komgrit Niyomrath <n.komgrit@gmail.com>
* @author Kittithat Arnontavilas mrtomyum@gmail.com
* @author Kittithat Arnontavilas <mrtomyum@gmail.com>
+ * @author Thanasak Sompaisansin <jombthep@gmail.com>
*/
$lang['menu'] = 'ตัวจัดการบัญชีผู้ใช้';
$lang['user_id'] = 'ผู้ใช้';