source: trunk/plugins/LocalFilesEditor/language/th_TH/plugin.lang.php @ 26461

Last change on this file since 26461 was 26461, checked in by mistic100, 10 years ago

Update headers to 2014. Happy new year!!

File size: 4.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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
24$lang['locfiledit_onglet_localconf'] = 'ไฟล์การตั้งค่าพื้นฐาน';
25$lang['locfiledit_onglet_css'] = 'ไฟล์ CSS';
26$lang['locfiledit_onglet_tpl'] = 'ไฟล์ แม่แบบ';
27$lang['locfiledit_onglet_lang'] = 'ไฟล์ ภาษา';
28$lang['locfiledit_onglet_plug'] = 'ไฟล์ ปลั๊กอิน';
29$lang['locfiledit_cant_save'] = 'ไฟล์ปัจจุบันไม่สามารถเขียนได้. โปรดตรวจสอบสิทธิ์การเข้าถึงไดเรกทอรี่ "local/" ว่ามันสามารถเขียนได้ (โดยการปรับค่า chmod เป็นค่า 777).';
30$lang['locfiledit_newfile'] = 'ไฟล์ไม่มีอยู่ และมันจะถูกสร้างโดย LocalFiles Editor';
31$lang['locfiledit_save_config'] = 'การเขียนไฟล์เสร็จสมบูรณ์.';
32$lang['locfiledit_show_default'] = 'แสดงไฟล์อ้างอิง: ';
33$lang['locfiledit_save_bak'] = 'คัดลอก สำรองไฟล์ที่จะสร้างเมื่อบันทึก.';
34$lang['locfiledit_saved_bak'] = 'สำรองไฟล์และสร้าง (%s)';
35$lang['locfiledit_save_file'] = 'บันทึกไฟล์';
36$lang['locfiledit_choose_file'] = 'เลือกไฟล์เพื่อทำการแก้ไข';
37$lang['locfiledit_edit'] = 'แก้ไข';
38$lang['locfiledit_restore'] = 'คืนค่าการสำรองไฟล์';
39$lang['locfiledit_restore_confirm'] = 'กรุณายืนยัน?
40การคืนค่าจะยังไม่มีผล จนกว่าจะบันทึกเสร็จเรียบร้อย.';
41$lang['locfiledit_bak_loaded1'] = 'ไฟล์สำรองได้ย้ายแล้ว.';
42$lang['locfiledit_bak_loaded2'] = 'คุณจะต้องบันทึกไฟล์เพื่อทำการคืนค่า.';
43$lang['locfiledit_syntax_error'] = 'ประโยคผิดพลาด! ไฟล์ไม่สามารถบันทึกได้.';
44$lang['locfiledit_new_tpl'] = 'สร้างไฟล์ใหม่';
45$lang['locfiledit_new_filename'] = 'ชื่อไฟล์';
46$lang['locfiledit_model'] = 'แบบ';
47$lang['locfiledit_empty_page'] = 'หน้าเปล่า';
48$lang['locfiledit_parent_directory'] = 'ไดเรกทอรี่พื้นฐาน';
49$lang['locfiledit_filename_error'] = 'ตัวอักขระถูกห้ามในการตั้งเป็นชื่อไฟล์.';
50$lang['locfiledit_file_already_exists'] = 'ไฟล์นี้มีอยู่แล้ว.';
51$lang['locfiledit_model_error'] = 'คุณจะต้องเลือกแบบ.';
52$lang['locfiledit_empty_filename'] = 'คุณจะต้องกรอกชื่อไฟล์.';
53$lang['locfiledit_webmaster_only'] = 'สำหรับเว็บมาสเตอร์เท่านั้นที่สามารถสร้างหรือแก้ไขปรับแต่งไฟล์การตั้งค่าพื้นฐานได้.';
54?>
Note: See TracBrowser for help on using the repository browser.