From aabeab1e4e08ffba5d709aa71de1182dfeb698d1 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 26 Dec 2012 12:48:46 -0500
Subject: [PATCH] Updated localizations from launchpad

---
 program/localization/th_TH/labels.inc |   28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/program/localization/th_TH/labels.inc b/program/localization/th_TH/labels.inc
index df0f493..aa7e538 100644
--- a/program/localization/th_TH/labels.inc
+++ b/program/localization/th_TH/labels.inc
@@ -9,7 +9,7 @@
  | Licensed under the GNU General Public License                         |
  |                                                                       |
  +-----------------------------------------------------------------------+
- | Author: Thomas                                                        |
+ | Author: Lazlo                                                         |
  +-----------------------------------------------------------------------+
 */
 
@@ -43,8 +43,10 @@
 $labels['messagesfromto'] = 'จดหมายจาก $from ถึง $to จำนวน $count ฉบับ';
 $labels['messagenrof'] = 'จดหมายฉบับที่ $nr จาก $count ฉบับ';
 $labels['copy'] = 'คัดลอก';
+$labels['move'] = 'เลื่อน';
 $labels['moveto'] = 'ย้ายไป...';
 $labels['download'] = 'ดาวน์โหลด';
+$labels['showattachment'] = 'แสดง';
 $labels['filename'] = 'ชื่อไฟล์';
 $labels['filesize'] = 'ขนาดไฟล์';
 $labels['addtoaddressbook'] = 'บันทึกในสมุดรายชื่อ';
@@ -62,6 +64,30 @@
 $labels['thursday'] = 'วันพฤหัสบดี';
 $labels['friday'] = 'วันศุกร์';
 $labels['saturday'] = 'วันเสาร์';
+$labels['jan'] = 'ม.ค.';
+$labels['feb'] = 'ก.พ.';
+$labels['mar'] = 'มี.ค.';
+$labels['apr'] = 'เม.ย.';
+$labels['may'] = 'พ.ค.';
+$labels['longmay'] = 'พ.ค.';
+$labels['jun'] = 'มิ.ย.';
+$labels['jul'] = 'ก.ค.';
+$labels['aug'] = 'ส.ค.';
+$labels['sep'] = 'ก.ย.';
+$labels['oct'] = 'ต.ค.';
+$labels['nov'] = 'พ.ย.';
+$labels['dec'] = 'ธ.ค.';
+$labels['longjan'] = 'มกราคม';
+$labels['longfeb'] = 'กุมภาพันธ์';
+$labels['longmar'] = 'มีนาคม';
+$labels['longapr'] = 'เมษายน';
+$labels['longjun'] = 'มิถุนายน';
+$labels['longjul'] = 'กรกฎาคม';
+$labels['longaug'] = 'สิงหาคม';
+$labels['longsep'] = 'กันยายน';
+$labels['longoct'] = 'ตุลาคม';
+$labels['longnov'] = 'พฤศจิกายน';
+$labels['longdec'] = 'ธันวาคม';
 $labels['today'] = 'วันนี้';
 $labels['checkmail'] = 'ตรวจสอบจดหมายใหม่';
 $labels['compose'] = 'เขียนจดหมายใหม่';

--
Gitblit v1.9.1