source: extensions/community/language/th_TH/plugin.lang.php @ 17253

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

[community] Update th_TH, thanks to :

  • Property svn:executable set to *
File size: 5.1 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['Upload Permissions'] = 'สิทธิ์ในการอัพโหลด';
24$lang['Upload your own photos'] = 'อัพโหลดรูปถ่ายของคุณเอง';
25$lang['Validation page: %s'] = 'หน้าการยืนยัน : %s';
26$lang['Where?'] = 'ที่ไหน?';
27$lang['Which level of trust?'] = 'มีระดับความน่าเชื่อถือ?';
28$lang['Who?'] = 'ใคร?';
29$lang['Your photos are waiting for validation, administrators have been notified'] = 'ภาพถ่ายของคุณกำลังรอการตรวจสอบ, เมื่อผู้ผู้ดูแลระบบได้รับการแจ้ง.';
30$lang['Zoom'] = 'ขยาย';
31$lang['a group'] = 'เป็นกลุ่ม';
32$lang['a specific user'] = 'เฉพาะผู้ใช้ที่ระบุ';
33$lang['ability to create sub-albums'] = 'สามารถสร้างอัลบั้มย่อย';
34$lang['any registered user'] = 'ผู้ใช้งานที่ลงทะเบียน';
35$lang['any visitor'] = 'ผู้เข้าชม';
36$lang['high trust'] = 'ความน่าเชื่อถือสูง';
37$lang['low trust'] = 'ความน่าเชื่อถือต่ำ';
38$lang['sub-albums creation'] = 'การสร้างอัลบั้มย่อย';
39$lang['uploaded photos are directly displayed in the gallery'] = 'รูปภาพที่อัปโหลดจะถูกแสดงในแกลเลอรี่โดยตรง';
40$lang['uploaded photos must be validated by an administrator'] = 'รูปภาพที่อัปโหลดจะต้องถูกตรวจสอบโดยผู้ดูแลระบบ';
41$lang['web size'] = 'ขนาดสำหรับเว็บไซต์';
42$lang['%d photos rejected'] = '%d รูป ที่ไม่ได้รับการยืนยัน';
43$lang['%d photos uploaded by %s'] = '%d รูป ที่อัพโหลดโดย %s';
44$lang['%d photos uploaded into album "%s"'] = '%d รูป ที่ได้อัพโหลดไปยังอัลบั้ม "%s"';
45$lang['%d photos validated'] = '%d รูปที่ถูกยืนยัน';
46$lang['%s (the group)'] = '%s (กลุ่ม)';
47$lang['%s (the user)'] = '%s (ผู้ใช้งาน)';
48$lang['%u pending photos'] = '%u รูปถ่ายที่กำลังรอดำเนินการ';
49$lang['Add a permission'] = 'เพิ่มการอนุญาต';
50$lang['Delete permission'] = 'ลบการอนุญาต';
51$lang['Edit a permission'] = 'แก้ไขการอนุญาต';
52$lang['Hi administrators,'] = 'สวัสดีผู้ดูแลระบบ';
53$lang['Level 16'] = 'กำลังรอดำเนินการ';
54$lang['No album, this photo is orphan'] = 'ไม่มีอัลบั้ม, รูปภ่ายไม่่มีอัลบั้้ม';
55$lang['Pending Photos'] = 'รูปถ่ายที่กำลังรอดำเนินการ';
56$lang['Permission added'] = 'เพิ่มการอนุญาต';
57$lang['Permission removed'] = 'ลบการอนุญาตออก';
58$lang['Permission updated'] = 'อัพเดตการอนุญาต';
59$lang['Set Photo Properties'] = 'ตั้งค่าคุณสมบัติรูปถ่าย';
60$lang['The whole gallery'] = 'แกลเลอรี่ทั้งหมด';
61$lang['Cancel'] = 'ยกเลิก';
62?>
Note: See TracBrowser for help on using the repository browser.