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['Please enter a message'] = 'กรุณากรอกข้อความ'; |
---|
24 | $lang['Please enter a name'] = 'กรุณากรอกชื่อ'; |
---|
25 | $lang['Please enter a subject'] = 'กรุณาใส่ชื่อเรื่อง'; |
---|
26 | $lang['Please enter an e-mail'] = 'กรุณากรอกอีเมล์'; |
---|
27 | $lang['+ Add an email'] = '+เพิ่มอีเมล์'; |
---|
28 | $lang['General configuration'] = 'การตั้งค่าทั่วไป'; |
---|
29 | $lang['Your e-mail'] = 'อีเมล์ของคุณ'; |
---|
30 | $lang['Your name'] = 'ชื่อของคุณ'; |
---|
31 | $lang['Subject'] = 'ชื่อเรื่อง'; |
---|
32 | $lang['E-mail configuration'] = 'การตั้งค่าอีเมล์'; |
---|
33 | $lang['E-mail format :'] = 'รูปแบบอีเมล์'; |
---|
34 | $lang['E-mail sent successfully'] = 'ส่งอีเมล์เรียบร้อยแล้ว'; |
---|
35 | $lang['Plain text'] = 'ข้อความธรรมดา'; |
---|
36 | $lang['Message'] = 'ข้อความ'; |
---|
37 | $lang['Add link in menu'] = 'เพิ่มลิงค์ในเมนู'; |
---|
38 | $lang['Active'] = 'เปิดใช้งาน'; |
---|
39 | $lang['Default e-mail subject'] = ' |
---|
40 | ค่าเริ่มต้นชื่อเรื่องอีเมล์'; |
---|
41 | $lang['E-mail address is mandatory'] = 'ที่อยู่อีเมล์ จำเป็นต้องใช้'; |
---|
42 | $lang['Error while sending e-mail'] = 'ผิดพลาดขณะที่การส่งอีเมล์'; |
---|
43 | $lang['Name is mandatory'] = 'ชื่อ จำเป็นต้องมี'; |
---|
44 | $lang['No active email address'] = 'ไม่ใช่ที่อยู่อีเมลที่ใช้งานได้'; |
---|
45 | $lang['Please choose a category'] = 'กรุณาเลือกประเภท'; |
---|
46 | $lang['Prefix of the sent e-mail subject'] = 'คำนำหน้าของหัวข้ออีเมลที่ส่ง'; |
---|
47 | $lang['Text after the contact form'] = 'ข้อความหลังฟอร์มการติดต่อ'; |
---|
48 | $lang['Text before the contact form'] = 'ข้อความก่อนแบบฟอร์มการติดต่อ'; |
---|
49 | $lang['can be translated with LocalFiles Editor plugin'] = 'สามารถแปลกับปลั๊กอิน LocalFiles Editor'; |
---|
50 | $lang['you can use "%gallery_title%"'] = 'คุณสามารถใช้ "%gallery_title%"'; |
---|
51 | $lang['%s must not be more than %d characters long'] = '%s ไม่ต้องมากกว่า %d ตัวอักษร'; |
---|
52 | $lang['%s must not be less than %d characters long'] = '%s จะต้องไม่น้อยกว่า %d ตัวอักษร'; |
---|
53 | $lang['Allow guests to see the form'] = 'อนุญาตให้ผู้เยี่ยมชมทั่วไปเห็นฟอร์ม'; |
---|
54 | $lang['Category'] = 'ประเภท'; |
---|
55 | $lang['+ Add a category'] = '+เพิ่มประเภท'; |
---|
56 | $lang['Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.'] = 'ในแต่ละหมวดหมู่จะปรากฏเป็น "บริการ" แตกต่างบนแบบฟอร์มการติดต่อ (ตัวอย่าง: "เทคนิค", "พาณิชย์", "คำ'; |
---|
57 | $lang['Redirect after sending email (optional)'] = 'กลับมายังหน้าเดิมหลังจากการส่งเมล์ (ตัวเลือก)'; |
---|
58 | $lang['Tip'] = 'ทิป'; |
---|
59 | ?> |
---|