source: extensions/AdditionalPages/trunk/language/th_TH/plugin.lang.php @ 17570

Last change on this file since 17570 was 17570, checked in by TranslationTeam, 12 years ago

[additional_pages] Update th_TH, thanks to : pradit

  • Property svn:executable set to *
File size: 5.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['The content of the page changed, are your sure you wan\'t to quit without saving?'] = 'เนื้อหาของหน้ามีการแก้ไขเปลี่ยนแปลง คุณแน่ใจหรือไม่ ว่าจะออกโดยไม่บันทึกข้อมูลอะไร';
24$lang['ap_convert_bbcode_ok'] = 'ประสบความสำเร็จในการดำเนินการแปลง';
25$lang['ap_modify'] = 'ปรับเปลี่ยนหน้าเพิ่มเติม';
26$lang['ap_no_name'] = 'คุณไม่ได้กรอกข้อมูลชื่อ';
27$lang['ap_parse_bbcode'] = 'แปลงหน้าเว็บที่เขียนด้วย BBCode';
28$lang['ap_perm'] = 'เปิดใช้งานการจัดการอนุมัติ';
29$lang['ap_permalink_already_used'] = '% s Permalink ถูกใช้ไปแล้วโดยหน้า% s';
30$lang['ap_pos0'] = '0 ถึงไม่แสดงหน้าบนเมนู';
31$lang['ap_redirect'] = 'กำลังเปลี่ยนเส้นทางโดยอัตโนมัติไปยังหน้าบันทึกไว้';
32$lang['ap_set_as_homepage'] = 'ตั้งเป็นหน้าโฮมเพจ';
33$lang['ap_show_edit'] = 'แสดงปุ่มแก้ไข บนเมนูบล็อก';
34$lang['ap_show_home'] = 'แสดงปุ่ม "ย้อนกลับ" บนหน้าเพิ่มเติม';
35$lang['ap_show_menu'] = 'แสดงกล่อเมนู';
36$lang['ap_standalone_page'] = 'หน้าเดี่ยว';
37$lang['ap_standalone_tip'] = 'หน้า ที่ต้องมีโครงสร้าง HTML เต็มรูปแบบ';
38$lang['ap_unselect_all'] = 'ไม่เลือกทั้งหมด';
39$lang['ap_user_perm'] = 'ตามประเภทของผู้ใช้';
40$lang['ap_create'] = 'สร้างหน้าเพิ่มเติมใหม่';
41$lang['ap_guest'] = 'เว้นว่างเพื่อหน้าหลัก';
42$lang['ap_homepage_tip'] = '
43
44แทนที่หน้าแรกของแกลเลอรี่ของคุณ';
45$lang['ap_level_perm'] = 'โดยระดับความเป็นส่วนตัว';
46$lang['ap_save'] = 'บันทึก';
47$lang['ap_saved_page'] = 'หน้าถูกบันทึกแล้ว';
48$lang['ap_select_all'] = 'เลือกทั้งหมด';
49$lang['Load a page model'] = 'ย้ายรูปแบบหน้า';
50$lang['ap_authorized_group'] = 'กลุ่มที่ได้รับอนุญาต';
51$lang['ap_authorized_users'] = 'ผู้ใช้ที่ได้รับอนุญาต';
52$lang['ap_conf_saved'] = 'บันทึกการตั้งค่าแล้ว';
53$lang['ap_config'] = 'การตั้งค่า';
54$lang['ap_language_perm'] = 'โดยภาษา';
55$lang['ap_menu_name'] = 'ชื่อเมนู';
56$lang['ap_page_name'] = 'ชื่อหน้า';
57$lang['ap_page_content'] = 'เนื้อหา';
58$lang['ap_page_lang'] = 'ภาษา';
59$lang['ap_page_pos'] = 'ตำแหน่ง';
60$lang['ap_add_page'] = 'เพิ่มหน้า';
61$lang['ap_all_group'] = 'ทั้งหมด';
62$lang['ap_all_lang'] = 'ทั้งหมด';
63$lang['ap_default_language'] = 'ค่าปกติ';
64$lang['ap_delete'] = 'ลบ';
65$lang['ap_deleted_page'] = 'หน้าได้ถูกลบ';
66$lang['ap_edit_page'] = 'แก้ไขหน้า';
67$lang['ap_group_perm'] = 'โดยกลุ่ม';
68?>
Note: See TracBrowser for help on using the repository browser.