source: extensions/PWG_Stuffs/trunk/language/th_TH/plugin.lang.php @ 17852

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

[pwg_stuffs] Update th_TH, thanks to : pradit

  • Property svn:executable set to *
File size: 4.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['lastcoms_config'] = 'การตั้งค่า';
24$lang['lastcoms_taille_cadres'] = 'ความสูงของกรอบ';
25$lang['module_Citation_lang'] = 'ภาษา';
26$lang['stuffs_select_all'] = 'เลือกทั้งหมด';
27$lang['stuffs_position'] = 'ตำแหน่ง';
28$lang['stuffs_level_perm'] = 'โดยระดับความเป็นส่วนตัว';
29$lang['stuffs_main_block'] = 'บล็อกหลัก';
30$lang['stuffs_mods_management'] = 'การจัดการบล็อก';
31$lang['stuffs_module_config'] = 'การตั้งค่าบล็อก';
32$lang['stuffs_module_options'] = 'ตัวเลือกบล็อก';
33$lang['stuffs_module_title'] = 'ชื่อบล็อก';
34$lang['stuffs_mv_all_cats'] = 'ทุกประเภท';
35$lang['stuffs_id_ligne'] = 'บรรทัดไอดี';
36$lang['module_name_lastcoms'] = 'ความเห็นล่าสุด';
37$lang['module_name_logon'] = 'เข้าสู่ระบบ';
38$lang['module_name_mostvisited'] = 'เข้าชมมากที่สุด';
39$lang['module_name_personal'] = 'บล็อกบุคลากร';
40$lang['module_name_random'] = 'ภาพสุ่ม';
41$lang['module_name_recent'] = 'ภาพล่าสุด';
42$lang['module_name_tags'] = 'แท็ก';
43$lang['personal_content'] = 'เนื้อหา';
44$lang['stuffs_action'] = 'การปฏิบัติ';
45$lang['stuffs_add_mod'] = 'เพิ่มบล็อก';
46$lang['stuffs_add_module'] = 'เพิ่มบล็อกใหม่';
47$lang['stuffs_authorized_group'] = 'กลุ่มผู้มีอำนาจ';
48$lang['stuffs_authorized_users'] = 'ผู้ใช้อำนาจ';
49$lang['stuffs_confirm_delete'] = 'คุณแน่ใจหรือว่าต้องการลบบล็อก %s?';
50$lang['stuffs_delete'] = 'ลบบล็อก';
51$lang['stuffs_desc'] = 'รายละเอียด';
52$lang['stuffs_edit'] = 'แก้ไขบล็อก';
53$lang['stuffs_edit_mod'] = 'แก้ไขบล็อก';
54$lang['stuffs_error_no_mod_selected'] = 'คุณไม่ได้เลือกบล็อกใด ๆ';
55$lang['stuffs_group_perm'] = 'โดยกลุ่ม';
56$lang['module_desc_random'] = 'แสดงภาพแบบสุ่ม x ในแกลเลอรี่หรือหมวดหมู่';
57$lang['module_desc_recent'] = 'แสดงภาพล่าสุด x ในแกลเลอรี่หรือหมวดหมู่ (ถ้ามี)';
58$lang['module_desc_tags'] = 'แสดงแท็กแกลเลอรี่';
59?>
Note: See TracBrowser for help on using the repository browser.