diff options
Diffstat (limited to 'language/th_TH/common.lang.php')
-rw-r--r-- | language/th_TH/common.lang.php | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/language/th_TH/common.lang.php b/language/th_TH/common.lang.php index 7b6c54273..5deaf20a9 100644 --- a/language/th_TH/common.lang.php +++ b/language/th_TH/common.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -22,8 +22,8 @@ // +-----------------------------------------------------------------------+ /* Language Name: ภาษาไทย [TH] -Version: 2.5.0 -Language URI: http://piwigo.org/ext/extension_view.php?eid= +Version: 2.6.0 +Language URI: http://piwigo.org/ext/extension_view.php?eid=519 Author: Piwigo team Author URI: http://piwigo.org */ @@ -243,7 +243,6 @@ $lang['login mustn\'t end with a space character'] = "ชื่อเข้า $lang['login mustn\'t start with a space character'] = "ชื่อเข้าสู่ระบบไม่ต้องเริ่มต้นด้วยอักขระช่องว่าง"; $lang['this login is already used'] = "ชื่อเข้าสู่ระบบนี้ถูกใช้ไปแล้ว"; $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "ที่อยู่อีเมลจะต้องมีลักษณะ xxx@yyy.eee (ตัวอย่าง : jack@altern.org)"; -$lang['please enter your password again'] = "กรุณากรอกรหัสผ่านของคุณอีกครั้ง"; $lang['Auto login'] = "เข้าสู่ระบบอัตโนมัติ"; $lang['remove this tag from the list'] = "ลบแท็กนี้จากรายการ"; $lang['representative'] = 'รูปภาพขนาดย่อประจำอัลบั้ม'; @@ -269,7 +268,6 @@ $lang['SQL queries in'] = "SQL queries ใน"; $lang['display only recently posted photos'] = "แสดงเฉพาะรูปภาพที่เพิ่งถูกโพสเมื่อเร็วๆ นี้"; $lang['return to the display of all photos'] = "กลับไปแสดงรูปภาพทั้งหมด"; $lang['the beginning'] = "การเริ่มต้น"; -$lang['Interface theme'] = "ธีม"; $lang['Thumbnails'] = "รูปภาพขนาดย่อ"; $lang['Menu'] = "เมนู"; $lang['A comment on your site'] = "แสดงความคิดเห็นถึงคุณ"; @@ -413,4 +411,12 @@ $lang['Username is mandatory'] = 'จำเป็นต้องมีชื่ $lang['mandatory'] = 'จำเป็น'; $lang['Website'] = 'เว็บไซต์'; $lang['Your website URL is invalid'] = 'ที่อยู่เว็บไซต์ของคุณไม่ถูกต้อง'; +$lang['Email'] = 'อีเมล'; +$lang['First Page'] = 'หน้าแรก'; +$lang['Go back to the album'] = 'กลับไปยังอัลบั้ม'; +$lang['Last Page'] = 'หน้าสุดท้าย'; +$lang['Password is missing. Please enter the password.'] = "คุณยังไม่ได้กำหนดรหัสผ่าน. กรุณากรอรหัสผ่าน."; +$lang['Password confirmation is missing. Please confirm the chosen password.'] = "คุณยังไม่ได้ยืนยันรหัสผ่าน. กรุณายืนยันรหัสผ่านเดิมอีกครั้ง."; +$lang['%d photos per page'] = 'จำนวน %d รูปภาพต่อหน้า'; +$lang['Theme'] = 'ธีม'; ?>
\ No newline at end of file |