commit | author | age
|
804489
|
1 |
<?php |
S |
2 |
|
|
3 |
/* |
|
4 |
+-----------------------------------------------------------------------+ |
aed581
|
5 |
| localization/<lang>/labels.inc | |
804489
|
6 |
| | |
aed581
|
7 |
| Localization file of the Roundcube Webmail client | |
TB |
8 |
| Copyright (C) 2005-2013, The Roundcube Dev Team | |
|
9 |
| | |
|
10 |
| Licensed under the GNU General Public License version 3 or | |
|
11 |
| any later version with exceptions for skins & plugins. | |
|
12 |
| See the README file for a full license statement. | |
804489
|
13 |
| | |
S |
14 |
+-----------------------------------------------------------------------+ |
aed581
|
15 |
|
TB |
16 |
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ |
804489
|
17 |
*/ |
aed581
|
18 |
$labels['welcome'] = 'ยินดีต้อนรับสู่ $product'; |
TB |
19 |
$labels['username'] = 'บัญชีผู้ใช้'; |
|
20 |
$labels['password'] = 'รหัสผ่าน'; |
|
21 |
$labels['server'] = 'เซิร์ฟเวอร์'; |
|
22 |
$labels['login'] = 'เข้าสู่ระบบ'; |
|
23 |
$labels['logout'] = 'ออกจากระบบ'; |
|
24 |
$labels['mail'] = 'อีเมล์'; |
804489
|
25 |
$labels['settings'] = 'ปรับแต่งค่าส่วนตัว'; |
S |
26 |
$labels['addressbook'] = 'สมุดรายชื่อ'; |
aed581
|
27 |
$labels['inbox'] = 'กล่องขาเข้า'; |
804489
|
28 |
$labels['drafts'] = 'กล่องจดหมายร่าง'; |
aed581
|
29 |
$labels['sent'] = 'กล่องขาออก'; |
TB |
30 |
$labels['trash'] = 'ถังขยะ'; |
|
31 |
$labels['junk'] = 'กล่องจดหมายขยะ'; |
804489
|
32 |
$labels['subject'] = 'หัวจดหมาย'; |
aed581
|
33 |
$labels['from'] = 'ผู้ส่ง'; |
TB |
34 |
$labels['sender'] = 'ผู้ส่ง'; |
|
35 |
$labels['to'] = 'ผู้รับ'; |
|
36 |
$labels['cc'] = 'คัดลอก'; |
|
37 |
$labels['bcc'] = 'แอบสำเนาถึง'; |
804489
|
38 |
$labels['replyto'] = 'ตอบกลับ'; |
aed581
|
39 |
$labels['date'] = 'วันที่'; |
TB |
40 |
$labels['size'] = 'ขนาด'; |
804489
|
41 |
$labels['priority'] = 'ระดับความสำคัญ'; |
S |
42 |
$labels['organization'] = 'องค์กร'; |
aed581
|
43 |
$labels['readstatus'] = 'สถานะการเปิดอ่าน'; |
TB |
44 |
$labels['listoptions'] = 'ตัวเลือกการแสดงรายการ'; |
804489
|
45 |
$labels['mailboxlist'] = 'กล่องจดหมาย'; |
S |
46 |
$labels['messagesfromto'] = 'จดหมายจาก $from ถึง $to จำนวน $count ฉบับ'; |
|
47 |
$labels['messagenrof'] = 'จดหมายฉบับที่ $nr จาก $count ฉบับ'; |
aed581
|
48 |
$labels['copy'] = 'คัดลอก'; |
TB |
49 |
$labels['move'] = 'เลื่อน'; |
|
50 |
$labels['moveto'] = 'ย้ายไป...'; |
804489
|
51 |
$labels['download'] = 'ดาวน์โหลด'; |
aabeab
|
52 |
$labels['showattachment'] = 'แสดง'; |
804489
|
53 |
$labels['filename'] = 'ชื่อไฟล์'; |
S |
54 |
$labels['filesize'] = 'ขนาดไฟล์'; |
|
55 |
$labels['addtoaddressbook'] = 'บันทึกในสมุดรายชื่อ'; |
|
56 |
$labels['sun'] = 'อ'; |
|
57 |
$labels['mon'] = 'จ'; |
|
58 |
$labels['tue'] = 'อ'; |
|
59 |
$labels['wed'] = 'พ'; |
|
60 |
$labels['thu'] = 'พฤ'; |
|
61 |
$labels['fri'] = 'ศ'; |
|
62 |
$labels['sat'] = 'ส'; |
aed581
|
63 |
$labels['sunday'] = 'วันอาทิตย์'; |
TB |
64 |
$labels['monday'] = 'วันจันทร์'; |
|
65 |
$labels['tuesday'] = 'วันอังคาร'; |
804489
|
66 |
$labels['wednesday'] = 'วันพุธ'; |
aed581
|
67 |
$labels['thursday'] = 'วันพฤหัสบดี'; |
TB |
68 |
$labels['friday'] = 'วันศุกร์'; |
|
69 |
$labels['saturday'] = 'วันเสาร์'; |
|
70 |
$labels['jan'] = 'ม.ค.'; |
|
71 |
$labels['feb'] = 'ก.พ.'; |
|
72 |
$labels['mar'] = 'มี.ค.'; |
|
73 |
$labels['apr'] = 'เม.ย.'; |
|
74 |
$labels['may'] = 'พ.ค.'; |
|
75 |
$labels['jun'] = 'มิ.ย.'; |
|
76 |
$labels['jul'] = 'ก.ค.'; |
|
77 |
$labels['aug'] = 'ส.ค.'; |
|
78 |
$labels['sep'] = 'ก.ย.'; |
|
79 |
$labels['oct'] = 'ต.ค.'; |
|
80 |
$labels['nov'] = 'พ.ย.'; |
|
81 |
$labels['dec'] = 'ธ.ค.'; |
|
82 |
$labels['longjan'] = 'มกราคม'; |
|
83 |
$labels['longfeb'] = 'กุมภาพันธ์'; |
|
84 |
$labels['longmar'] = 'มีนาคม'; |
|
85 |
$labels['longapr'] = 'เมษายน'; |
|
86 |
$labels['longmay'] = 'พ.ค.'; |
|
87 |
$labels['longjun'] = 'มิถุนายน'; |
|
88 |
$labels['longjul'] = 'กรกฎาคม'; |
|
89 |
$labels['longaug'] = 'สิงหาคม'; |
|
90 |
$labels['longsep'] = 'กันยายน'; |
|
91 |
$labels['longoct'] = 'ตุลาคม'; |
|
92 |
$labels['longnov'] = 'พฤศจิกายน'; |
|
93 |
$labels['longdec'] = 'ธันวาคม'; |
804489
|
94 |
$labels['today'] = 'วันนี้'; |
aed581
|
95 |
$labels['refresh'] = 'รีเฟรช'; |
TB |
96 |
$labels['checkmail'] = 'ตรวจสอบจดหมายใหม่'; |
|
97 |
$labels['compose'] = 'เขียนจดหมายใหม่'; |
|
98 |
$labels['writenewmessage'] = 'สร้างจดหมายใหม่'; |
|
99 |
$labels['reply'] = 'ตอบกลับ'; |
|
100 |
$labels['replytomessage'] = 'ตอบกลับจดหมาย'; |
804489
|
101 |
$labels['replytoallmessage'] = 'ตอบกลับถึงทุกคนในจดหมาย'; |
aed581
|
102 |
$labels['replyall'] = 'ตอบกลับทั้งหมด'; |
TB |
103 |
$labels['replylist'] = 'รายชื่อตอบกลับ'; |
|
104 |
$labels['forward'] = 'ส่งต่อ'; |
|
105 |
$labels['forwardattachment'] = 'ส่งต่อเป็นไฟล์แนบ'; |
|
106 |
$labels['forwardmessage'] = 'ส่งต่อจดหมาย'; |
|
107 |
$labels['deletemessage'] = 'ลบจดหมาย'; |
|
108 |
$labels['movemessagetotrash'] = 'ย้ายข้อความไปไว้ในถังขยะ'; |
|
109 |
$labels['printmessage'] = 'พิมพ์จดหมาย'; |
|
110 |
$labels['previousmessage'] = 'แสดงจดหมายฉบับที่แล้ว'; |
|
111 |
$labels['firstmessage'] = 'แสดงจดหมายฉบับแรก'; |
|
112 |
$labels['nextmessage'] = 'แสดงจดหมายฉบับต่อไป'; |
|
113 |
$labels['lastmessage'] = 'แสดงจดหมายฉบับล่าสุด'; |
|
114 |
$labels['backtolist'] = 'กลับไปยังรายการจดหมาย'; |
|
115 |
$labels['viewsource'] = 'แสดง source'; |
|
116 |
$labels['mark'] = 'ทำเครื่องหมาย'; |
|
117 |
$labels['markmessages'] = 'ทำเครื่องหมายข้อความ'; |
|
118 |
$labels['markread'] = 'ว่าอ่านแล้ว'; |
|
119 |
$labels['markunread'] = 'ว่ายังไม่ได้อ่าน'; |
|
120 |
$labels['moreactions'] = 'การกระทำเพิ่มเติม...'; |
|
121 |
$labels['more'] = 'เพิ่มเติม'; |
|
122 |
$labels['back'] = 'ย้อนกลับ'; |
|
123 |
$labels['options'] = 'ตัวเลือก'; |
804489
|
124 |
$labels['select'] = 'เลือก'; |
S |
125 |
$labels['all'] = 'ทั้งหมด'; |
|
126 |
$labels['none'] = 'ไม่เลือก'; |
aed581
|
127 |
$labels['currpage'] = 'หน้าปัจจุบัน'; |
804489
|
128 |
$labels['unread'] = 'จดหมายที่ไม่ได้อ่าน'; |
aed581
|
129 |
$labels['unanswered'] = 'ยังไม่ได้ตอบ'; |
TB |
130 |
$labels['deleted'] = 'ลบแล้ว'; |
|
131 |
$labels['undeleted'] = 'ยังไม่ได้ลบ'; |
|
132 |
$labels['filter'] = 'ตัวกรองข้อมูล'; |
|
133 |
$labels['list'] = 'รายการ'; |
|
134 |
$labels['expand-all'] = 'แสดงทั้งหมด'; |
|
135 |
$labels['expand-unread'] = 'แสดงเฉพาะที่ยังไม่ได้อ่าน'; |
|
136 |
$labels['collapse-all'] = 'ปิดทั้งหมด'; |
|
137 |
$labels['fromto'] = 'จาก/ถึง'; |
|
138 |
$labels['attachment'] = 'ไฟล์แนบ'; |
|
139 |
$labels['nonesort'] = 'ไม่เลือก'; |
|
140 |
$labels['sentdate'] = 'วันที่ส่ง'; |
|
141 |
$labels['arrival'] = 'วันที่มาถึง'; |
|
142 |
$labels['asc'] = 'เรียงจากน้อยมามาก'; |
|
143 |
$labels['desc'] = 'เรีียงจากมากไปน้อย'; |
|
144 |
$labels['listsorting'] = 'จัดเรียงคอลัมน์'; |
804489
|
145 |
$labels['compact'] = 'แบบย่อ'; |
S |
146 |
$labels['empty'] = 'ว่างเปล่า'; |
|
147 |
$labels['quota'] = 'พื้นที่ใช้งาน'; |
aed581
|
148 |
$labels['unknown'] = 'ไม่ทราบ'; |
TB |
149 |
$labels['unlimited'] = 'ไม่จำกัด'; |
|
150 |
$labels['quicksearch'] = 'ค้นหาแบบด่วน'; |
|
151 |
$labels['resetsearch'] = 'ล้างการค้นหา'; |
|
152 |
$labels['body'] = 'เนื้อหา'; |
|
153 |
$labels['sendmessage'] = 'ส่งจดหมาย'; |
|
154 |
$labels['savemessage'] = 'บันทึกฉบับร่าง'; |
|
155 |
$labels['addattachment'] = 'แนบไฟล์'; |
|
156 |
$labels['charset'] = 'Charset'; |
|
157 |
$labels['returnreceipt'] = 'ตอบกลับผู้รับ'; |
804489
|
158 |
$labels['checkspelling'] = 'ตรวจสอบคำผิด'; |
S |
159 |
$labels['resumeediting'] = 'แก้ไขต่อ'; |
aed581
|
160 |
$labels['revertto'] = 'ย้นกลับไปยัง'; |
804489
|
161 |
$labels['attachments'] = 'ไฟล์แนบ'; |
S |
162 |
$labels['upload'] = 'อัพโหลด'; |
aed581
|
163 |
$labels['close'] = 'ปิด'; |
TB |
164 |
$labels['low'] = 'ต่ำ'; |
|
165 |
$labels['lowest'] = 'ต่ำสุด'; |
|
166 |
$labels['normal'] = 'ปกติ'; |
|
167 |
$labels['high'] = 'สูง'; |
804489
|
168 |
$labels['highest'] = 'สูงสุด'; |
aed581
|
169 |
$labels['nosubject'] = '(ไม่มีหัวข้อ)'; |
804489
|
170 |
$labels['showimages'] = 'แสดงรูป'; |
S |
171 |
$labels['htmltoggle'] = 'HTML'; |
|
172 |
$labels['plaintoggle'] = 'Plain text'; |
aed581
|
173 |
$labels['name'] = 'ชื่อแสดง'; |
TB |
174 |
$labels['firstname'] = 'ชื่อ'; |
|
175 |
$labels['surname'] = 'สกุล'; |
|
176 |
$labels['middlename'] = 'ชื่อกลาง'; |
|
177 |
$labels['nameprefix'] = 'คำนำหน้า'; |
|
178 |
$labels['namesuffix'] = 'คำต่อท้ายชื่อ'; |
|
179 |
$labels['nickname'] = 'ชื่อเล่น'; |
|
180 |
$labels['jobtitle'] = 'ตำแหน่งงาน'; |
|
181 |
$labels['department'] = 'แผนก'; |
|
182 |
$labels['gender'] = 'เพศ'; |
|
183 |
$labels['email'] = 'อีเมล์'; |
|
184 |
$labels['phone'] = 'โทรศัพท์'; |
|
185 |
$labels['address'] = 'ที่อยู่'; |
|
186 |
$labels['street'] = 'ถนน'; |
|
187 |
$labels['locality'] = 'เมือง'; |
|
188 |
$labels['zipcode'] = 'รหัสไปรษณีย์'; |
|
189 |
$labels['region'] = 'รัฐ/จังหวัด'; |
|
190 |
$labels['country'] = 'ประเทศ'; |
|
191 |
$labels['birthday'] = 'วันเกิด'; |
|
192 |
$labels['website'] = 'เว็บไซต์'; |
|
193 |
$labels['instantmessenger'] = 'IM'; |
|
194 |
$labels['male'] = 'ชาย'; |
|
195 |
$labels['female'] = 'หญิง'; |
|
196 |
$labels['manager'] = 'ผู้จัดการ'; |
|
197 |
$labels['assistant'] = 'ผู้ช่วย'; |
|
198 |
$labels['allfields'] = 'ช่องข้อมูลทั้่งหมด'; |
|
199 |
$labels['search'] = 'ค้นหา'; |
|
200 |
$labels['advsearch'] = 'ค้นหาขั้นสูง'; |
|
201 |
$labels['advanced'] = 'ขั้นสูง'; |
|
202 |
$labels['other'] = 'อื่นๆ'; |
|
203 |
$labels['typehome'] = 'บ้าน'; |
|
204 |
$labels['typework'] = 'สถานที่ทำงาน'; |
|
205 |
$labels['typeother'] = 'อื่นๆ'; |
|
206 |
$labels['typemobile'] = 'มือถือ'; |
|
207 |
$labels['typehomefax'] = 'โทรสารที่บ้าน'; |
|
208 |
$labels['typeworkfax'] = 'โทรสารที่ทำงาน'; |
|
209 |
$labels['typecar'] = 'รถ'; |
|
210 |
$labels['typepager'] = 'เพจเจอร์'; |
|
211 |
$labels['typevideo'] = 'วีดีโอ'; |
|
212 |
$labels['typehomepage'] = 'โฮมเพจ'; |
|
213 |
$labels['typeblog'] = 'บล็อก'; |
|
214 |
$labels['typeprofile'] = 'โปรไฟล์'; |
|
215 |
$labels['addfield'] = 'เพิ่มช่องข้อมูล...'; |
804489
|
216 |
$labels['addcontact'] = 'เพิ่มรายชื่อ'; |
S |
217 |
$labels['editcontact'] = 'แก้ไขรายชื่อ'; |
aed581
|
218 |
$labels['edit'] = 'แก้ไข'; |
804489
|
219 |
$labels['cancel'] = 'ยกเลิก'; |
aed581
|
220 |
$labels['save'] = 'บันทึก'; |
804489
|
221 |
$labels['delete'] = 'ลบ'; |
aed581
|
222 |
$labels['rename'] = 'เปลี่ยนชื่อ'; |
TB |
223 |
$labels['addphoto'] = 'เพิ่ม'; |
|
224 |
$labels['newcontact'] = 'สร้างรายชื่อใหม่'; |
|
225 |
$labels['deletecontact'] = 'ลบรายชื่อที่เลือก'; |
|
226 |
$labels['composeto'] = 'เขียนจดหมายถึง'; |
804489
|
227 |
$labels['contactsfromto'] = 'รายชื่อ $from ถึง $to จำนวน $count'; |
aed581
|
228 |
$labels['print'] = 'พิมพ์'; |
TB |
229 |
$labels['export'] = 'ส่งออก'; |
|
230 |
$labels['exportall'] = 'ส่งออกทั้งหมด'; |
|
231 |
$labels['exportsel'] = 'ส่งออกเฉพาะที่เลือก'; |
|
232 |
$labels['previouspage'] = 'หน้าที่แล้ว'; |
|
233 |
$labels['nextpage'] = 'หน้าถัดไป'; |
804489
|
234 |
$labels['settingsfor'] = 'ตั้งค่าสำหรับ'; |
S |
235 |
$labels['preferences'] = 'ปรับแต่ง'; |
|
236 |
$labels['userpreferences'] = 'ข้อมูลส่วนตัว'; |
|
237 |
$labels['editpreferences'] = 'แก้ไขข้อมูลส่วนตัว'; |
|
238 |
$labels['identities'] = 'ชื่อแสดงตัว'; |
|
239 |
$labels['manageidentities'] = 'จัดการชื่อแสดงตัวสำหรับรายชื่อนี้'; |
|
240 |
$labels['newidentity'] = 'ชื่อแสดงตัวใหม่'; |
|
241 |
$labels['newitem'] = 'New item'; |
|
242 |
$labels['edititem'] = 'Edit item'; |
e31c56
|
243 |
$labels['preferhtml'] = 'อ่านแบบ HTML'; |
T |
244 |
$labels['htmlmessage'] = 'จดหมาย HTML'; |
|
245 |
$labels['prettydate'] = 'แสดงวันที่แบบย่อ'; |
aed581
|
246 |
$labels['setdefault'] = 'ตั้งเป็นค่าใช้งาน'; |
TB |
247 |
$labels['language'] = 'ภาษา'; |
|
248 |
$labels['timezone'] = 'เขตเวลา'; |
|
249 |
$labels['pagesize'] = 'จำนวนจดหมายต่อหน้า'; |
804489
|
250 |
$labels['signature'] = 'ลายมือชื่อ'; |
aed581
|
251 |
$labels['dstactive'] = 'Daylight savings'; |
804489
|
252 |
$labels['htmleditor'] = 'เขียนจดหมายแบบ HTML'; |
S |
253 |
$labels['htmlsignature'] = 'ลายมือชื่อแบบ HTML'; |
|
254 |
$labels['previewpane'] = 'แสดงหน้าต่างตัวอย่างแสดงผล'; |
aed581
|
255 |
$labels['autosavedraft'] = 'บันทึกเป็นจดหมายร่างอัตโนมัติ'; |
TB |
256 |
$labels['never'] = 'ไม่ใช้'; |
|
257 |
$labels['advancedoptions'] = 'ตัวเลือกขั้นสูง'; |
|
258 |
$labels['newmessage'] = 'ข้อความใหม่'; |
|
259 |
$labels['signatureoptions'] = 'ตัวเลือกสำหรับลายเซ็็นต์'; |
|
260 |
$labels['whenreplying'] = 'เมื่อตอบกลับ'; |
|
261 |
$labels['autoaddsignature'] = 'เพิ่มลายเซ็นต์เข้าไปอัตโนมัติ'; |
|
262 |
$labels['newmessageonly'] = 'เฉพาะข้อความใหม่เท่านั้น'; |
|
263 |
$labels['replyandforwardonly'] = 'ตอบกลับและส่งต่อเท่านั้น'; |
|
264 |
$labels['insertsignature'] = 'แทรกลายเซ็นต์'; |
|
265 |
$labels['asattachment'] = 'เป็นไฟล์แนบ'; |
|
266 |
$labels['folder'] = 'กล่องจดหมาย'; |
|
267 |
$labels['folders'] = 'กล่องจดหมาย'; |
|
268 |
$labels['foldername'] = 'ชื่อกล่องจดหมาย'; |
|
269 |
$labels['subscribed'] = 'ลงชื่อ'; |
|
270 |
$labels['messagecount'] = 'ข้อความ'; |
|
271 |
$labels['create'] = 'สร้าง'; |
|
272 |
$labels['createfolder'] = 'สร้างกล่องจดหมาย'; |
|
273 |
$labels['managefolders'] = 'จัดการกล่องจดหมาย'; |
|
274 |
$labels['specialfolders'] = 'โฟลเดอร์พิเศษ'; |
|
275 |
$labels['properties'] = 'คุณสมบัติ'; |
|
276 |
$labels['folderproperties'] = 'คุณสมบัติเกี่ยวกับโฟลเดอร์'; |
|
277 |
$labels['parentfolder'] = 'โฟลเดอร์แม่'; |
|
278 |
$labels['info'] = 'ข้อมูล'; |
|
279 |
$labels['foldertype'] = 'ประเภทโฟลเดอร์'; |
|
280 |
$labels['personalfolder'] = 'โฟลเดอร์ส่วนตัว'; |
|
281 |
$labels['sharedfolder'] = 'โฟลเดอร์สาธารณะ'; |
|
282 |
$labels['sortby'] = 'เรียงตาม'; |
|
283 |
$labels['sortasc'] = 'เรียงจากหน้าไปหลัง'; |
|
284 |
$labels['sortdesc'] = 'เรียงจากหลังไปหน้า'; |
|
285 |
$labels['undo'] = 'เลิกทำ'; |
|
286 |
$labels['installedplugins'] = 'ปลั๊กอินที่ติดตั้ง'; |
|
287 |
$labels['plugin'] = 'ปลั๊กอิน'; |
|
288 |
$labels['version'] = 'รุ่น'; |
|
289 |
$labels['license'] = 'สัญญาอนุญาต'; |
|
290 |
$labels['B'] = 'B'; |
|
291 |
$labels['KB'] = 'KB'; |
|
292 |
$labels['MB'] = 'MB'; |
|
293 |
$labels['GB'] = 'GB'; |
|
294 |
$labels['unicode'] = 'Unicode'; |
|
295 |
?> |