diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-12-04 19:41:54 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-12-04 19:41:54 +0000 |
commit | 489beffd6e849c5b88dc967c07e68a816e9578e2 (patch) | |
tree | dfd27cdff9174479c31952b032cfccd4dc2c85f1 /language/th_TH/common.lang.php | |
parent | 9a5d818b04907d3dcfafdab489e646d17c8d738e (diff) |
language cleanup (exact duplicates or almost same duplicate - capital/lower case first letter ...)
git-svn-id: http://piwigo.org/svn/trunk@12693 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/th_TH/common.lang.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/language/th_TH/common.lang.php b/language/th_TH/common.lang.php index 91768fa8b..0b6bc54ca 100644 --- a/language/th_TH/common.lang.php +++ b/language/th_TH/common.lang.php @@ -33,7 +33,7 @@ $lang_info['language_name'] = "ภาษาไทย"; $lang_info['country'] = "ประเทศไทย"; $lang_info['direction'] = "ltr"; $lang_info['code'] = "th"; -$lang_info['zero_plural'] = "1"; +$lang_info['zero_plural'] = true; $lang['%d album updated'] = '%d อัลบัมได้ปรับแต่งแล้ว'; $lang['%d albums updated'] = '%d อัลบัมเหล่านั้นได้ปรับแต่งแล้ว'; @@ -53,7 +53,6 @@ $lang['About'] = 'ข้อมูลที่เกี่ยวข้อง'; $lang['All tags'] = 'แทคทั้งหมด'; $lang['Any tag'] = 'แท็คใดๆ'; $lang['At least one listed rule must be satisfied.'] = 'ต้องมีกฏของลำดับอย่างน้อย 1 กฏเพื่อยอมรับ'; -$lang['At least one tag must match'] = 'ต้องมีอย่างน้อย 1 แท็คที่เข้ากันได้'; $lang['Author'] = 'เจ้าของ'; $lang['Albums'] = 'อัลบัม(มากกว่าหนึ่ง)'; $lang['Album'] = 'อัลบัม'; @@ -241,13 +240,13 @@ $lang['remove this tag from the list'] = 'ลบแท็กนี้จาก $lang['representative'] = 'ตัวอย่าง'; $lang['Search for Author'] = 'ค้นหาช่างภาพ'; $lang['Search in albums'] = 'ค้นหาในอัลบั้ม'; -$lang['Search by Date'] = 'ค้นหาตามวันที่'; +$lang['Search by date'] = 'ค้นหาตามวันที่'; $lang['Date'] = 'วันที่'; $lang['End-Date'] = 'วันสุดท้าย'; $lang['Kind of date'] = 'ชนิดของวันที่'; $lang['Search for words'] = 'ค้นหาคำ'; $lang['Search for all terms'] = 'ค้นหาคำทั้งหมด'; -$lang['Search for any terms'] = 'ค้นหาคำใด ๆ'; +$lang['Search for any term'] = 'ค้นหาคำใด ๆ'; $lang['included'] = 'นำเข้า'; $lang['Invalid password!'] = 'รหัสผ่านไม่ถูกต้อง!'; $lang['no rate'] = 'ยังไม่มีคะแนนโหวต'; |