annotate plugins/libcalendaring/localization/th_TH.inc @ 5:b31e49dc4392

x
author Charlie Root
date Sat, 13 Jan 2018 08:59:23 -0500
parents 888e774ee983
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
1 <?php
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
2 /**
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
3 * Localizations for the Kolab calendaring utilities plugin
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
4 *
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
5 * Copyright (C) 2014, Kolab Systems AG
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
6 *
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
7 * For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
8 */
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
9 $labels['until'] = 'จนถึง';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
10 $labels['alarmemail'] = 'ส่ง อีเมล์';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
11 $labels['alarmdisplay'] = 'แสดงข้อความ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
12 $labels['alarmaudio'] = 'เล่นเสียง';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
13 $labels['alarmdisplayoption'] = 'ข้อความ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
14 $labels['alarmemailoption'] = 'อีเมล์';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
15 $labels['alarmaudiooption'] = 'เสียง';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
16 $labels['alarmat'] = 'เมื่อ $datetime';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
17 $labels['trigger@'] = 'ณ วันที่';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
18 $labels['trigger-M'] = 'นาที ก่อน';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
19 $labels['trigger-H'] = 'ชั่วโมง ก่อน';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
20 $labels['trigger-D'] = 'วัน ก่อน';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
21 $labels['trigger+M'] = 'นาที หลัง';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
22 $labels['trigger+H'] = 'ชั่วโมง หลัง';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
23 $labels['trigger+D'] = 'วัน หลัง';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
24 $labels['addalarm'] = 'เพิ่มการเตือน';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
25 $labels['removealarm'] = 'ลบการเตือน';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
26 $labels['alarmtitle'] = 'เหตุการณ์ที่กำลังจะถึง';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
27 $labels['dismissall'] = 'ยกเลิกทั้งหมด';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
28 $labels['dismiss'] = 'ยกเลิก';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
29 $labels['snooze'] = 'ปิดชั่วคราว';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
30 $labels['repeatinmin'] = 'ทำซ้ำใน $min นาที';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
31 $labels['repeatinhr'] = 'ทำซ้ำใน 1 ชั่วโมง';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
32 $labels['repeatinhrs'] = 'ทำซ้ำใน $hrs ชั่วโมง';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
33 $labels['repeattomorrow'] = 'ทำซ้ำพรุ่งนี้';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
34 $labels['repeatinweek'] = 'ทำซ้ำใน 1 สัปดาห์';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
35 $labels['showmore'] = 'แสดง มากกว่านี้...';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
36 $labels['recurring'] = 'ทำซ้ำ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
37 $labels['frequency'] = 'ทำซ้ำ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
38 $labels['never'] = 'ไม่มีทาง';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
39 $labels['daily'] = 'ทุกวัน';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
40 $labels['weekly'] = 'ทุกสัปดาห์';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
41 $labels['monthly'] = 'ทุกเดือน';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
42 $labels['yearly'] = 'ทุกปี';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
43 $labels['rdate'] = 'ณ วันที่';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
44 $labels['every'] = 'ทุก ๆ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
45 $labels['days'] = 'วัน';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
46 $labels['weeks'] = 'สัปดาห์';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
47 $labels['months'] = 'เดือน';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
48 $labels['years'] = 'ปี';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
49 $labels['each'] = 'แต่ละ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
50 $labels['forever'] = 'ตลอดไป';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
51 $labels['recurrencend'] = 'จนถึง';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
52 $labels['untilenddate'] = 'จนถึงวันที่';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
53 $labels['forntimes'] = 'จำนวน $nr ครั้ง';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
54 $labels['first'] = 'ครั้งที่ 1';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
55 $labels['second'] = 'ครั้งที่ 2';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
56 $labels['third'] = 'ครั้งที่ 3';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
57 $labels['fourth'] = 'ครั้งที่ 4';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
58 $labels['last'] = 'ครั้งสุดท้าย';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
59 $labels['addrdate'] = 'เพิ่มวันที่ทำซ้ำ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
60 $labels['except'] = 'ยกเว้น';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
61 $labels['statusorganizer'] = 'ผู้จัดงาน';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
62 $labels['statustentative'] = 'แนวโน้ม';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
63 $labels['statusneeds-action'] = 'ต้องทำอะไรสักอย่าง';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
64 $labels['statusunknown'] = 'ไม่ทราบ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
65 $labels['statuscompleted'] = 'เสร็จเรียบร้อย';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
66 $labels['statusin-process'] = 'อยุ่ระหว่างดำเนินการ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
67 $labels['itipinvitation'] = 'คำเชิญถึง';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
68 $labels['itipcancellation'] = 'ยกเลิก:';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
69 $labels['itipreply'] = 'ตอบกลับไปยัง';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
70 $labels['itipaccepted'] = 'ยอมรับ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
71 $labels['itiptentative'] = 'อาจจะ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
72 $labels['itipdeclined'] = 'ปฎิเสธ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
73 $labels['itipneeds-action'] = 'เลื่อน';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
74 $labels['itipcomment'] = 'ข้อความตอบกลับของคุณ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
75 $labels['itipeditresponse'] = 'ป้อนข้อความตอบกลับ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
76 $labels['itipsendercomment'] = 'ความคิดเห็นของผู้ส่ง:';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
77 $labels['itipsuppressreply'] = 'ไม่ส่งข้อความตอบกลับ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
78 $labels['itipobjectnotfound'] = 'ไม่พบวัตถุที่อ้างถึงโดยข้อความนี้ในบัญชีของคุณ';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
79 $labels['itipsubjectaccepted'] = '"$title" ถูกตอบรับโดย $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
80 $labels['itipsubjecttentative'] = '"$title" มีแนวโน้มที่จะได้รับการตอบรับโดย $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
81 $labels['itipsubjectdeclined'] = '"$title" ถูกปฎิเสธโดย $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
82 $labels['itipsubjectin-process'] = '"$title" อยู่ระหว่างการจัดเตรียมโดย $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
83 $labels['itipsubjectcompleted'] = '"$title" ถูกทำให้สมบูรณ์โดย $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
84 $labels['itipsubjectcancel'] = 'การเข้าร่วมของคุณใน "$title" ถูกยกเลิก';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
85 $labels['savingdata'] = 'บันทึกข้อมูล';