diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-09-25 07:07:48 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-09-25 07:07:48 +0000 |
commit | b45b66cfb87fac9b3218d13b5cbd8cfafe9fa51e (patch) | |
tree | c6843cf029b0ae35d50d37d8ce7911042c309d21 | |
parent | babd9c19ba9ff0bcdc60b3f4690c94f5d8bfbd5d (diff) |
[trunk] - language - update th_TH - Thaï – ภาษาไทย - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12219 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/th_TH/admin.lang.php | 27 | ||||
-rw-r--r-- | language/th_TH/common.lang.php | 3 |
2 files changed, 28 insertions, 2 deletions
diff --git a/language/th_TH/admin.lang.php b/language/th_TH/admin.lang.php new file mode 100644 index 000000000..1d2c4e9cd --- /dev/null +++ b/language/th_TH/admin.lang.php @@ -0,0 +1,27 @@ +<?php +// +-----------------------------------------------------------------------+ +// | Piwigo - a PHP based photo gallery | +// +-----------------------------------------------------------------------+ +// | Copyright(C) 2008-2011 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 | +// +-----------------------------------------------------------------------+ +// | This program is free software; you can redistribute it and/or modify | +// | it under the terms of the GNU General Public License as published by | +// | the Free Software Foundation | +// | | +// | This program is distributed in the hope that it will be useful, but | +// | WITHOUT ANY WARRANTY; without even the implied warranty of | +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | +// | General Public License for more details. | +// | | +// | You should have received a copy of the GNU General Public License | +// | along with this program; if not, write to the Free Software | +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | +// | USA. | +// +-----------------------------------------------------------------------+ + +$lang['Average rate'] = 'ระดับเฉลี่ย'; +$lang['Rate'] = 'ระดับ'; + +?>
\ No newline at end of file diff --git a/language/th_TH/common.lang.php b/language/th_TH/common.lang.php index 72cfc9213..045a2b18d 100644 --- a/language/th_TH/common.lang.php +++ b/language/th_TH/common.lang.php @@ -55,7 +55,6 @@ $lang['Any tag'] = 'แท็คใดๆ'; $lang['At least one listed rule must be satisfied.'] = 'ต้องมีกฏของลำดับอย่างน้อย 1 กฏเพื่อยอมรับ'; $lang['At least one tag must match'] = 'ต้องมีอย่างน้อย 1 แท็คที่เข้ากันได้'; $lang['Author'] = 'เจ้าของ'; -$lang['Average rate'] = 'ระดับเฉลี่ย'; $lang['Albums'] = 'อัลบัม(มากกว่าหนึ่ง)'; $lang['Album'] = 'อัลบัม'; $lang['Close this window'] = 'ปิดหน้าต่างนี้'; @@ -96,7 +95,6 @@ $lang['Posted on'] = 'โพสต์ไว้เมื่อ'; $lang['Profile'] = 'ข้อมูลส่วนตัว'; $lang['Quick connect'] = 'เชื่อมต่ออย่างเร็ว'; $lang['RSS feed'] = 'RSS feed'; -$lang['Rate'] = 'ระดับ'; $lang['Register'] = 'สมัครสมาชิก'; $lang['Registration'] = 'การสมัครสมาชิก'; $lang['Related tags'] = 'แท็คใกล้เคียง'; @@ -254,4 +252,5 @@ $lang['Search for all terms'] = 'ค้นหาคำทั้งหมด'; $lang['Search for any terms'] = 'ค้นหาคำใด ๆ'; + ?>
\ No newline at end of file |