From bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 05 Feb 2016 07:25:27 -0500
Subject: [PATCH] Secure also downloads of addressbook exports, managesieve script exports and Enigma keys exports

---
 program/localization/th_TH/labels.inc |   26 ++++++++++----------------
 1 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/program/localization/th_TH/labels.inc b/program/localization/th_TH/labels.inc
index 9ee0858..8e3e068 100644
--- a/program/localization/th_TH/labels.inc
+++ b/program/localization/th_TH/labels.inc
@@ -5,7 +5,7 @@
  | localization/<lang>/labels.inc                                        |
  |                                                                       |
  | Localization file of the Roundcube Webmail client                     |
- | Copyright (C) 2005-2013, The Roundcube Dev Team                       |
+ | Copyright (C) 2005-2015, The Roundcube Dev Team                       |
  |                                                                       |
  | Licensed under the GNU General Public License version 3 or            |
  | any later version with exceptions for skins & plugins.                |
@@ -213,7 +213,6 @@
 $labels['typeblog'] = 'บล็อก';
 $labels['typeprofile'] = 'โปรไฟล์';
 $labels['addfield'] = 'เพิ่มช่องข้อมูล...';
-$labels['addcontact'] = 'เพิ่มรายชื่อ';
 $labels['editcontact'] = 'แก้ไขรายชื่อ';
 $labels['edit']   = 'แก้ไข';
 $labels['cancel'] = 'ยกเลิก';
@@ -221,7 +220,6 @@
 $labels['delete'] = 'ลบ';
 $labels['rename'] = 'เปลี่ยนชื่อ';
 $labels['addphoto'] = 'เพิ่ม';
-$labels['newcontact']     = 'สร้างรายชื่อใหม่';
 $labels['deletecontact']  = 'ลบรายชื่อที่เลือก';
 $labels['composeto']      = 'เขียนจดหมายถึง';
 $labels['contactsfromto'] = 'รายชื่อ $from ถึง $to จำนวน $count';
@@ -236,10 +234,6 @@
 $labels['userpreferences'] = 'ข้อมูลส่วนตัว';
 $labels['editpreferences'] = 'แก้ไขข้อมูลส่วนตัว';
 $labels['identities'] = 'ชื่อแสดงตัว';
-$labels['manageidentities'] = 'จัดการชื่อแสดงตัวสำหรับรายชื่อนี้';
-$labels['newidentity'] = 'ชื่อแสดงตัวใหม่';
-$labels['newitem'] = 'New item';
-$labels['edititem'] = 'Edit item';
 $labels['preferhtml'] = 'อ่านแบบ HTML';
 $labels['htmlmessage'] = 'จดหมาย HTML';
 $labels['prettydate'] = 'แสดงวันที่แบบย่อ';
@@ -263,22 +257,22 @@
 $labels['replyandforwardonly'] = 'ตอบกลับและส่งต่อเท่านั้น';
 $labels['insertsignature'] = 'แทรกลายเซ็นต์';
 $labels['asattachment'] = 'เป็นไฟล์แนบ';
-$labels['folder']  = 'กล่องจดหมาย';
-$labels['folders']  = 'กล่องจดหมาย';
-$labels['foldername']  = 'ชื่อกล่องจดหมาย';
-$labels['subscribed']  = 'ลงชื่อ';
+$labels['folder'] = 'กล่องจดหมาย';
+$labels['folders'] = 'กล่องจดหมาย';
+$labels['foldername'] = 'ชื่อกล่องจดหมาย';
+$labels['subscribed'] = 'ลงชื่อ';
 $labels['messagecount'] = 'ข้อความ';
-$labels['create']  = 'สร้าง';
-$labels['createfolder']  = 'สร้างกล่องจดหมาย';
-$labels['managefolders']  = 'จัดการกล่องจดหมาย';
+$labels['create'] = 'สร้าง';
+$labels['createfolder'] = 'สร้างกล่องจดหมาย';
+$labels['managefolders'] = 'จัดการกล่องจดหมาย';
 $labels['specialfolders'] = 'โฟลเดอร์พิเศษ';
 $labels['properties'] = 'คุณสมบัติ';
 $labels['folderproperties'] = 'คุณสมบัติเกี่ยวกับโฟลเดอร์';
 $labels['parentfolder'] = 'โฟลเดอร์แม่';
 $labels['info'] = 'ข้อมูล';
 $labels['foldertype'] = 'ประเภทโฟลเดอร์';
-$labels['personalfolder']  = 'โฟลเดอร์ส่วนตัว';
-$labels['sharedfolder']  = 'โฟลเดอร์สาธารณะ';
+$labels['personalfolder'] = 'โฟลเดอร์ส่วนตัว';
+$labels['sharedfolder'] = 'โฟลเดอร์สาธารณะ';
 $labels['sortby'] = 'เรียงตาม';
 $labels['sortasc']  = 'เรียงจากหน้าไปหลัง';
 $labels['sortdesc'] = 'เรียงจากหลังไปหน้า';

--
Gitblit v1.9.1