summaryrefslogtreecommitdiff
path: root/source/th/basctl/messages.po
blob: a5278bab6a8e403b4c8f23a8380d38b9a5889323 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-11-18 11:23+0100\n"
"PO-Revision-Date: 2014-12-21 09:54+0000\n"
"Last-Translator: jteera <jteera5@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1419155668.000000\n"

#. NtqMk
#: dlgresid.src
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "คุณสมบัติ: "

#. FnkAZ
#: dlgresid.src
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr "ไม่ได้ทำเครื่องหมายตัวควบคุมไว้"

#. aeAPC
#: dlgresid.src
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "เลือกหลายอัน"

#. GNZHF
#: dlgresid.src
msgctxt "RID_STR_DEF_LANG"
msgid "[Default Language]"
msgstr "[ภาษาที่ใช้โดยปริยายหากไม่ระบุ]"

#. uf3Kt
#: dlgresid.src
msgctxt "RID_STR_CREATE_LANG"
msgid "<Press 'Add' to create language resources>"
msgstr "<กด 'เพิ่ม' เพื่อสร้างทรัพยากรภาษา>"

#. 4BeDu
#: basicprint.src
msgctxt "RID_STR_PRINTDLG_RANGE"
msgid "Print range"
msgstr ""

#. AugDf
#: basicprint.src
msgctxt "RID_STR_PRINTDLG_ALLPAGES"
msgid "All ~Pages"
msgstr ""

#. fa5GY
#: basicprint.src
msgctxt "RID_STR_PRINTDLG_PAGES"
msgid "Pa~ges"
msgstr ""

#. fniWp
#: basidesh.src
msgctxt "RID_STR_FILTER_ALLFILES"
msgid "<All>"
msgstr "<ทั้งหมด>"

#. S2GR5
#: basidesh.src
msgctxt "RID_STR_NOMODULE"
msgid "< No Module >"
msgstr "< No Module >"

#. XoGeT
#: basidesh.src
msgctxt "RID_STR_WRONGPASSWORD"
msgid "Incorrect Password"
msgstr "รหัสผ่านไม่ถูกต้อง"

#. LGqtN
#: basidesh.src
msgctxt "RID_STR_NOLIBINSTORAGE"
msgid "The file does not contain any BASIC libraries"
msgstr "แฟ้มไม่มีไลบรารี BASIC ใดๆ เลย"

#. 3UEnC
#: basidesh.src
msgctxt "RID_STR_BADSBXNAME"
msgid "Invalid Name"
msgstr "ชื่อไม่ถูกต้อง"

#. tYTFm
#: basidesh.src
msgctxt "RID_STR_LIBNAMETOLONG"
msgid "A library name can have up to 30 characters."
msgstr "ชื่อไลบรารียาวได้ไม่เกิน 30 อักขระ"

#. hGBUF
#: basidesh.src
msgctxt "RID_STR_ERRORCHOOSEMACRO"
msgid "Macros from other documents are not accessible."
msgstr "ไม่สามารถเข้าถึงแมโครในเอกสารอื่นได้"

#. nqQPr
#: basidesh.src
msgctxt "RID_STR_LIBISREADONLY"
msgid "This library is read-only."
msgstr "ไลบรารีนี้อ่านได้อย่างเดียว"

#. 8DoDR
#: basidesh.src
msgctxt "RID_STR_REPLACELIB"
msgid "'XX' cannot be replaced."
msgstr "ไม่สามารถแทนที่ 'XX' ได้"

#. ZrC8a
#: basidesh.src
msgctxt "RID_STR_IMPORTNOTPOSSIBLE"
msgid "'XX' cannot be added."
msgstr "ไม่สามารถเพิ่ม 'XX' ได้"

#. HEGQB
#: basidesh.src
msgctxt "RID_STR_NOIMPORT"
msgid "'XX' was not added."
msgstr "ไม่ได้เพิ่ม 'XX'"

#. BEk6F
#: basidesh.src
msgctxt "RID_STR_ENTERPASSWORD"
msgid "Enter password for 'XX'"
msgstr "ใส่รหัสผ่านสำหรับ 'XX'"

#. kQpnq
#: basidesh.src
msgctxt "RID_STR_SBXNAMEALLREADYUSED"
msgid "Name already exists"
msgstr "มีชื่อนี้อยู่แล้ว"

#. JWDCy
#: basidesh.src
msgctxt "RID_STR_SIGNED"
msgid "(Signed)"
msgstr "(Signed)"

#. 6ubXB
#: basidesh.src
msgctxt "RID_STR_SBXNAMEALLREADYUSED2"
msgid "Object with same name already exists"
msgstr "มีวัตถุที่มีชื่อเหมือนกันอยู่แล้ว"

#. Gnb5H
#: basidesh.src
msgctxt "RID_STR_CANNOTRUNMACRO"
msgid ""
"For security reasons, you cannot run this macro.\n"
"\n"
"For more information, check the security settings."
msgstr ""
"เพื่อเหตุผลความปลอดภัยคุณไม่สามารถใช้งานแมโครนี้ได้\n"
"\n"
"หากต้องการดูข้อมูลเพิ่มเติมให้ดูที่การตั้งค่าความปลอดภัย"

#. FGWLw
#: basidesh.src
msgctxt "RID_STR_SEARCHNOTFOUND"
msgid "Search key not found"
msgstr "ไม่พบคำค้นหา"

#. ZJgvX
#: basidesh.src
msgctxt "RID_STR_SEARCHFROMSTART"
msgid "Search to last module complete. Continue at first module?"
msgstr "ค้นหาไปที่มอดูลสุดท้ายเสร็จสมบูรณ์ ต้องการทำต่อที่มอดูลแรกหรือไม่?"

#. 4yDcC
#: basidesh.src
msgctxt "RID_STR_SEARCHREPLACES"
msgid "Search key replaced XX times"
msgstr "คำค้นหาแทนที่ XX ครั้ง"

#. 85z2z
#: basidesh.src
msgctxt "RID_STR_COULDNTREAD"
msgid "The file could not be read"
msgstr "ไม่สามารถอ่านแฟ้มได้"

#. VSAAi
#: basidesh.src
msgctxt "RID_STR_COULDNTWRITE"
msgid "The file could not be saved"
msgstr "ไม่สามารถบันทึกแฟ้มได้"

#. qgd4b
#: basidesh.src
msgctxt "RID_STR_CANNOTCHANGENAMESTDLIB"
msgid "The name of the default library cannot be changed."
msgstr "ไม่สามารถเปลี่ยนชื่อไลบรารีปริยายได้"

#. EobDV
#: basidesh.src
msgctxt "RID_STR_GENERATESOURCE"
msgid "Generating source"
msgstr "กำลังสร้างแหล่งผลิต"

#. Re6Gc
#: basidesh.src
msgctxt "RID_STR_FILENAME"
msgid "File name:"
msgstr "ชื่อแฟ้ม:"

#. zYyVi
#: basidesh.src
msgctxt "RID_STR_APPENDLIBS"
msgid "Import Libraries"
msgstr "นำเข้าไลบรารี"

#. tasV7
#: basidesh.src
msgctxt "RID_STR_QUERYDELMACRO"
msgid "Do you want to delete the macro XX?"
msgstr "คุณต้องการลบแมโคร XX หรือไม่?"

#. Nw7mk
#: basidesh.src
msgctxt "RID_STR_QUERYDELDIALOG"
msgid "Do you want to delete the XX dialog?"
msgstr "คุณต้องการลบกล่องโต้ตอบ XX หรือไม่?"

#. 3Vw9F
#: basidesh.src
msgctxt "RID_STR_QUERYDELLIB"
msgid "Do you want to delete the XX library?"
msgstr "คุณต้องการลบไลบรารี XX หรือไม่?"

#. x2D9Y
#: basidesh.src
msgctxt "RID_STR_QUERYDELLIBREF"
msgid "Do you want to delete the reference to the XX library?"
msgstr "คุณต้องการลบการอ้างอิงไปยังไลบรารี XX หรือไม่?"

#. oUGKc
#: basidesh.src
msgctxt "RID_STR_QUERYDELMODULE"
msgid "Do you want to delete the XX module?"
msgstr "คุณต้องการลบมอดูล XX หรือไม่?"

#. Ctsr7
#: basidesh.src
msgctxt "RID_STR_BASIC"
msgid "BASIC"
msgstr "BASIC"

#. WMcJq
#: basidesh.src
msgctxt "RID_STR_LINE"
msgid "Ln"
msgstr "บรรทัด"

#. pKEQb
#: basidesh.src
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "คอลัมน์"

#. xECMA
#: basidesh.src
msgctxt "RID_BASICIDE_OBJECTBAR"
msgid "Macro Bar"
msgstr "แถบแมโคร"

#. 86aZY
#: basidesh.src
msgctxt "RID_STR_CANNOTCLOSE"
msgid "The window cannot be closed while BASIC is running."
msgstr "ไม่สามารถปิดหน้าต่าง ขณะโปรแกรมภาษาเบสิคกำลังทำงาน"

#. CUG7C
#: basidesh.src
msgctxt "RID_STR_REPLACESTDLIB"
msgid "The default library cannot be replaced."
msgstr "ไม่สามารถแทนที่ไลบรารีปริยายได้"

#. eWwfN
#: basidesh.src
msgctxt "RID_STR_REFNOTPOSSIBLE"
msgid "Reference to 'XX' not possible."
msgstr "การอ้างอิงไปยัง 'XX' เป็นไปไม่ได้"

#. A7sSq
#: basidesh.src
msgctxt "RID_STR_WATCHNAME"
msgid "Watch"
msgstr "ดู"

#. VoaBX
#: basidesh.src
msgctxt "RID_STR_WATCHVARIABLE"
msgid "Variable"
msgstr "ตัวแปร"

#. qADE3
#: basidesh.src
msgctxt "RID_STR_WATCHVALUE"
msgid "Value"
msgstr "ค่า"

#. rzQCr
#: basidesh.src
msgctxt "RID_STR_WATCHTYPE"
msgid "Type"
msgstr "ชนิด"

#. 84TYn
#: basidesh.src
msgctxt "RID_STR_STACKNAME"
msgid "Call Stack"
msgstr "เรียกสแต็ก"

#. DBfyu
#: basidesh.src
msgctxt "RID_STR_STDDIALOGNAME"
msgid "Dialog"
msgstr "กลองโต้ตอบ"

#. hUHfi
#: basidesh.src
msgctxt "RID_STR_NEWLIB"
msgid "New Library"
msgstr "ไลบรารีใหม่"

#. kisd2
#: basidesh.src
msgctxt "RID_STR_NEWMOD"
msgid "New Module"
msgstr "มอดูลใหม่"

#. YeULe
#: basidesh.src
msgctxt "RID_STR_NEWDLG"
msgid "New Dialog"
msgstr "กล่องโต้ตอบใหม่"

#. jYa97
#: basidesh.src
msgctxt "RID_STR_ALL"
msgid "All"
msgstr "ทั้งหมด"

#. yF2LY
#: basidesh.src
msgctxt "RID_STR_PAGE"
msgid "Page"
msgstr "หน้า"

#. DHuFN
#: basidesh.src
msgctxt "RID_STR_WILLSTOPPRG"
msgid ""
"You will have to restart the program after this edit.\n"
"Continue?"
msgstr ""
"คุณต้องเริ่มโปรแกรมใหม่หลังการแก้ไขนี้\n"
"ทำต่อหรือไม่?"

#. 4qWED
#: basidesh.src
msgctxt "RID_STR_SEARCHALLMODULES"
msgid "Do you want to replace the text in all active modules?"
msgstr "คุณต้องการแทนที่ข้อความในมอดูลทั้งหมดที่ใช้งานอยู่หรือไม่?"

#. FFBmA
#: basidesh.src
msgctxt "RID_STR_REMOVEWATCH"
msgid "Watch:"
msgstr "ติดตาม:"

#. ndtng
#: basidesh.src
msgctxt "RID_STR_STACK"
msgid "Calls: "
msgstr "เรียก: "

#. wwfg3
#: basidesh.src
msgctxt "RID_STR_USERMACROS"
msgid "My Macros"
msgstr "แมโครของฉัน"

#. XenwN
#: basidesh.src
msgctxt "RID_STR_USERDIALOGS"
msgid "My Dialogs"
msgstr "กล่องโต้ตอบของฉัน"

#. Mwj7u
#: basidesh.src
msgctxt "RID_STR_USERMACROSDIALOGS"
msgid "My Macros & Dialogs"
msgstr "แมโครและกล่องโต้ตอบของฉัน"

#. EAJgs
#: basidesh.src
msgctxt "RID_STR_SHAREMACROS"
msgid "%PRODUCTNAME Macros"
msgstr "แมโคร %PRODUCTNAME"

#. tPefb
#: basidesh.src
msgctxt "RID_STR_SHAREDIALOGS"
msgid "%PRODUCTNAME Dialogs"
msgstr "กล่องโต้ตอบ %PRODUCTNAME"

#. BNWgY
#: basidesh.src
msgctxt "RID_STR_SHAREMACROSDIALOGS"
msgid "%PRODUCTNAME Macros & Dialogs"
msgstr "แมโครและกล่องโต้ตอบ %PRODUCTNAME"

#. BAMA5
#: basidesh.src
msgctxt "RID_STR_REMOVEWATCHTIP"
msgid "Remove Watch"
msgstr ""

#. oUqF6
#: basidesh.src
msgctxt "RID_STR_QUERYREPLACEMACRO"
msgid "Do you want to overwrite the XX macro?"
msgstr "คุณต้องการเขียนทับแมโคร XX หรือไม่?"

#. Tho9k
#: basidesh.src
msgctxt "RID_STR_TRANSLATION_NOTLOCALIZED"
msgid "<Not localized>"
msgstr "<ไม่แปลเป็นภาษาท้องถิ่น>"

#. xQyRD
#: basidesh.src
msgctxt "RID_STR_TRANSLATION_DEFAULT"
msgid "[Default Language]"
msgstr "[ภาษาที่ใช้โดยปริยายหากไม่ระบุ]"

#. PqDTe
#: basidesh.src
msgctxt "RID_STR_DOCUMENT_OBJECTS"
msgid "Document Objects"
msgstr "วัตถุในเอกสาร"

#. N3DE8
#: basidesh.src
msgctxt "RID_STR_USERFORMS"
msgid "Forms"
msgstr "ฟอร์ม"

#. 4dGqP
#: basidesh.src
msgctxt "RID_STR_NORMAL_MODULES"
msgid "Modules"
msgstr "มอดูล"

#. u87jq
#: basidesh.src
msgctxt "RID_STR_CLASS_MODULES"
msgid "Class Modules"
msgstr "คลาสมอดูล"

#. 8gC8E
#: basidesh.src
msgctxt "RID_STR_DLGIMP_CLASH_RENAME"
msgid "Rename"
msgstr "เปลี่ยนชื่อ"

#. FCqSS
#: basidesh.src
msgctxt "RID_STR_DLGIMP_CLASH_REPLACE"
msgid "Replace"
msgstr "แทนที่"

#. 5EucM
#: basidesh.src
msgctxt "RID_STR_DLGIMP_CLASH_TITLE"
msgid "Dialog Import - Name already used"
msgstr "ไดอะล็อกนำเข้า - ชื่อถูกใช้แล้ว"

#. yG2bx
#: basidesh.src
msgctxt "RID_STR_DLGIMP_CLASH_TEXT"
msgid ""
"The library already contains a dialog with the name:\n"
"\n"
"$(ARG1)\n"
"\n"
"Rename dialog to keep current dialog or replace existing dialog.\n"
" "
msgstr ""
"ไลบรารีมีไดอะล็อกชื่อ:\n"
"\n"
"$(ARG1)\n"
"\n"
"เปลี่ยนชื่อไดอะล็อกเพื่อรักษาไดอะล็อกปัจจุบันไว้หรือแทนที่ไดอะล็อกที่มีอยู่\n"
" "

#. FRQSJ
#: basidesh.src
msgctxt "RID_STR_DLGIMP_MISMATCH_ADD"
msgid "Add"
msgstr "เพิ่ม"

#. inETw
#: basidesh.src
msgctxt "RID_STR_DLGIMP_MISMATCH_OMIT"
msgid "Omit"
msgstr "ละเว้น"

#. 227xE
#: basidesh.src
msgctxt "RID_STR_DLGIMP_MISMATCH_TITLE"
msgid "Dialog Import - Language Mismatch"
msgstr "ไดอะล็อกนำเข้า - ภาษาไม่ตรงกัน"

#. zcJw8
#: basidesh.src
msgctxt "RID_STR_DLGIMP_MISMATCH_TEXT"
msgid ""
"The dialog to be imported supports other languages than the target library.\n"
"\n"
"Add these languages to the library to keep additional language resources provided by the dialog or omit them to stay with the current library languages.\n"
"\n"
"Note: For languages not supported by the dialog the resources of the dialog's default language will be used.\n"
" "
msgstr ""
"คำโต้ตอบที่จะนำเข้านั้นสนับสนุนภาษาอื่นนอกเหนือไปจากคลังเป้าหมาย\n"
"\n"
"เพิ่มภาษาดังกล่าวเข้าที่คลังเพื่อรักษาทรัพยากรภาษาเพิ่มเติมที่ให้มาโดยคำโต้ตอบหรือละเลยภาษาดังกล่าวเพื่อคงไว้ซึ่งภาษาของคลังปัจจุบัน\n"
"\n"
"หมายเหตุ: สำหรับภาษาที่ไม่สนับสนุนโดยคำโต้ตอบ ทรัพยากรของภาษาโดยปริยายของคำโต้ตอบจะถูกนำมาใช้\n"
" "

#. ehKWC
#: macrodlg.src
msgctxt "RID_STR_BTNDEL"
msgid "~Delete"
msgstr "~ลบ"

#. R8yEW
#: macrodlg.src
msgctxt "RID_STR_BTNNEW"
msgid "~New"
msgstr "ให~ม่"

#. dALHq
#: macrodlg.src
msgctxt "RID_STR_CHOOSE"
msgid "Choose"
msgstr "เลือก"

#. edPrX
#: macrodlg.src
msgctxt "RID_STR_RUN"
msgid "Run"
msgstr "เรียกใช้งาน"

#. DJbpA
#: macrodlg.src
msgctxt "RID_STR_RECORD"
msgid "~Save"
msgstr "~ระเบียน"

#. jnJoF
#: moduldlg.src
msgctxt "RID_STR_EXPORTPACKAGE"
msgid "Export library as extension"
msgstr "ส่งออกคลังเป็นโปรแกรมส่วนขยาย"

#. SnKF3
#: moduldlg.src
msgctxt "RID_STR_EXPORTBASIC"
msgid "Export as BASIC library"
msgstr "ส่งออกเป็นคลังภาษาเบสิก"

#. G6SqW
#: moduldlg.src
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "โปรแกรมส่วนขยาย"

#. 7Gzqz
#: objdlg.src
msgctxt "RID_BASICIDE_OBJCAT"
msgid "Object Catalog"
msgstr "รายการวัตถุ"

#. 2AA4t
#: objdlg.src
msgctxt "RID_STR_TLB_MACROS"
msgid "Objects Tree"
msgstr "แผนผังต้นไม้ของวัตถุ"

#. koeqc
#: basicmacrodialog.ui
msgctxt "basicmacrodialog|BasicMacroDialog"
msgid "%PRODUCTNAME Basic Macros"
msgstr "%PRODUCTNAME แมคโครภาษาเบสิก"

#. tFg7s
#: basicmacrodialog.ui
msgctxt "basicmacrodialog|run"
msgid "Run"
msgstr "เรียกทำงาน"

#. izDZr
#: basicmacrodialog.ui
msgctxt "basicmacrodialog|assign"
msgid "Assign..."
msgstr "กำหนด..."

#. dxu7W
#: basicmacrodialog.ui
msgctxt "basicmacrodialog|edit"
msgid "Edit"
msgstr "แก้ไข"

#. Gh52t
#: basicmacrodialog.ui
msgctxt "basicmacrodialog|organize"
msgid "Organizer..."
msgstr "~ตัวจัดการ..."

#. wAJj2
#: basicmacrodialog.ui
msgctxt "basicmacrodialog|newlibrary"
msgid "New Library"
msgstr "ไลบรารีใหม่"

#. 2xdsE
#: basicmacrodialog.ui
msgctxt "basicmacrodialog|newmodule"
msgid "New Module"
msgstr "มอดูลใหม่"

#. 5TRqv
#: basicmacrodialog.ui
msgctxt "basicmacrodialog|existingmacrosft"
msgid "Existing Macros In:"
msgstr "แมโครที่มีอยู่ใน:"

#. Mfysc
#: basicmacrodialog.ui
msgctxt "basicmacrodialog|macrofromft"
msgid "Macro From"
msgstr "แมโครจาก"

#. Qth4v
#: basicmacrodialog.ui
msgctxt "basicmacrodialog|macrotoft"
msgid "Save Macro In"
msgstr "บันทึกแมโครใน"

#. BpDb6
#: basicmacrodialog.ui
msgctxt "basicmacrodialog|libraryft1"
msgid "Macro Name"
msgstr "ชื่อแมโคร"

#. MDBgX
#: breakpointmenus.ui
msgctxt "breakpointmenus|manage"
msgid "Manage Breakpoints..."
msgstr ""

#. faXzj
#: breakpointmenus.ui
msgctxt "breakpointmenus|active"
msgid "_Active"
msgstr ""

#. FhiYE
#: breakpointmenus.ui
msgctxt "breakpointmenus|properties"
msgid "_Properties..."
msgstr ""

#. G55tN
#: defaultlanguage.ui
msgctxt "defaultlanguage|DefaultLanguageDialog"
msgid "Set Default User Interface Language"
msgstr "ตั้งภาษาโดยปริยายสำหรับส่วนติดต่อผู้ใช้"

#. xYz56
#: defaultlanguage.ui
#, fuzzy
msgctxt "defaultlanguage|defaultlabel"
msgid "Default language:"
msgstr "ภาษาที่ใช้โดยปริยายหากไม่ระบุ"

#. C9ruF
#: defaultlanguage.ui
#, fuzzy
msgctxt "defaultlanguage|checkedlabel"
msgid "Available languages:"
msgstr "ภาษาที่มีให้ใช้ได้"

#. fBZNF
#: defaultlanguage.ui
msgctxt "defaultlanguage|defined"
msgid ""
"Select a language to define the default user interface language. All "
"currently present strings will be assigned to the resources created for the "
"selected language."
msgstr ""
"เลือกภาษาเพื่อกำหนดภาษาโดยปริยายของส่วนติดต่อผู้ใช้ "
"สายอักขระข้อความที่ปรากฏอยู่ในปัจจุบันจะถูกมอบหมายให้กับทรัพยากรที่สร้างขึ้นสำหรับภาษาที่เลือก"

#. pk7Wj
#: defaultlanguage.ui
msgctxt "defaultlanguage|added"
msgid ""
"Select languages to be added. Resources for these languages will be created "
"in the library. Strings of the current default user interface language will "
"be copied to these new resources by default."
msgstr ""
"เลือกภาษาที่ต้องการเพิ่ม ทรัพยากรสำหรับภาษาเหล่านี้จะถูกสร้างขึ้นในไลบรารี "
"สายอักระข้อความของภาษาโดยปริยายของส่วนติดต่อผู้ใช้ปัจจุบันจะถูกคัดลอกไปยังทรัพยากรใหม่โดยปริยาย"

#. QWxzi
#: defaultlanguage.ui
msgctxt "defaultlanguage|alttitle"
msgid "Add User Interface Languages"
msgstr "เพิ่มภาษาส่วนติดต่อผู้ใช้"

#. GCNcE
#: deletelangdialog.ui
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "Delete Language Resources"
msgstr "ลบทรัพยากรภาษา"

#. Upj8a
#: deletelangdialog.ui
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "Do you want to delete the resources of the selected language(s)?"
msgstr "คุณต้องการที่จะลบทรัพยากรของภาษาที่เลือกหรือไม่?"

#. CThUw
#: deletelangdialog.ui
msgctxt "deletelangdialog|DeleteLangDialog"
msgid ""
"You are about to delete the resources for the selected language(s). All user"
" interface strings for this language(s) will be deleted."
msgstr ""
"คุณกำลังจะลบทรัพยากรสำหรับภาษาที่เลือก "
"สายอักขระส่วนติดต่อผู้ใช้ทั้งหมดของภาษาดังกล่าวจะถูกลบ"

#. gErRZ
#: dialogpage.ui
#, fuzzy
msgctxt "dialogpage|label1"
msgid "Dialog:"
msgstr "กล่องโต้ตอบ"

#. n9VLU
#: dialogpage.ui
msgctxt "dialogpage|newmodule"
msgid "_New..."
msgstr "ให_ม่..."

#. kBzSW
#: dialogpage.ui
msgctxt "dialogpage|newdialog"
msgid "_New..."
msgstr "ให_ม่..."

#. k64f4
#: dialogpage.ui
msgctxt "dialogpage|password"
msgid "_Password..."
msgstr "_รหัสผ่าน..."

#. sHS7f
#: dialogpage.ui
msgctxt "dialogpage|import"
msgid "_Import..."
msgstr "_นำเข้า..."

#. ubE5G
#: dialogpage.ui
msgctxt "dialogpage|export"
msgid "_Export..."
msgstr "_ส่งออก..."

#. worE9
#: exportdialog.ui
msgctxt "exportdialog|ExportDialog"
msgid "Export Basic library"
msgstr "ส่งออกคลังภาษาเบสิก"

#. hvm9y
#: exportdialog.ui
msgctxt "exportdialog|extension"
msgid "Export as _extension"
msgstr "ส่งออกเป็นโปรแกรมส่วน_ขยาย"

#. pK9mG
#: exportdialog.ui
msgctxt "exportdialog|basic"
msgid "Export as BASIC library"
msgstr "ส่งออกเป็นคลังภาษาเบสิก"

#. foHKi
#: gotolinedialog.ui
#, fuzzy
msgctxt "gotolinedialog|GotoLineDialog"
msgid "Go to Line"
msgstr "ไปยังบรรทัด"

#. GbpSc
#: gotolinedialog.ui
#, fuzzy
msgctxt "gotolinedialog|area"
msgid "_Line number:"
msgstr "เ~ลขบรรทัด:"

#. C6VgC
#: importlibdialog.ui
msgctxt "importlibdialog|ImportLibDialog"
msgid "Import Libraries"
msgstr "นำเข้าไลบรารี"

#. C8ny7
#: importlibdialog.ui
msgctxt "importlibdialog|ref"
msgid "Insert as reference (read-only)"
msgstr "แทรกเป็นการอ้างอิง (อ่านอย่างเดียว)"

#. B9N7w
#: importlibdialog.ui
msgctxt "importlibdialog|replace"
msgid "Replace existing libraries"
msgstr "แทนที่ไลบรารีที่มีอยู่"

#. GGb7Q
#: importlibdialog.ui
msgctxt "importlibdialog|label1"
msgid "Options"
msgstr "ตัวเลือก"

#. XdZ7e
#: libpage.ui
#, fuzzy
msgctxt "libpage|label1"
msgid "L_ocation:"
msgstr "_ตำแหน่ง"

#. C4mjh
#: libpage.ui
#, fuzzy
msgctxt "libpage|lingudictsft"
msgid "_Library:"
msgstr "ไ_ลบรารี"

#. AjENj
#: libpage.ui
msgctxt "libpage|password"
msgid "_Password..."
msgstr "_รหัสผ่าน..."

#. bzX6x
#: libpage.ui
msgctxt "libpage|new"
msgid "_New..."
msgstr "ให_ม่..."

#. EBVPe
#: libpage.ui
msgctxt "libpage|import"
msgid "_Import..."
msgstr "_นำเข้า..."

#. GhHRH
#: libpage.ui
msgctxt "libpage|export"
msgid "_Export..."
msgstr "_ส่งออก..."

#. zrJTt
#: managebreakpoints.ui
msgctxt "managebreakpoints|ManageBreakpointsDialog"
msgid "Manage Breakpoints"
msgstr "จัดการจุดหยุด"

#. PcuyN
#: managebreakpoints.ui
msgctxt "managebreakpoints|active"
msgid "Active"
msgstr "ใช้งานอยู่"

#. VDCwR
#: managebreakpoints.ui
#, fuzzy
msgctxt "managebreakpoints|label2"
msgid "Pass count:"
msgstr "จำนวนรอบ:"

#. 5dExG
#: managebreakpoints.ui
msgctxt "managebreakpoints|label1"
msgid "Breakpoints"
msgstr "จุดหยุด"

#. M2Sx2
#: managelanguages.ui
msgctxt "managelanguages|ManageLanguagesDialog"
msgid "Manage User Interface Languages [$1]"
msgstr "จัดการภาษาส่วนติดต่อผู้ใช้ [$1]"

#. h23XK
#: managelanguages.ui
#, fuzzy
msgctxt "managelanguages|label1"
msgid "Present languages:"
msgstr "ภาษาปัจจุบัน"

#. eDZBN
#: managelanguages.ui
msgctxt "managelanguages|label2"
msgid ""
"The default language is used if no localization for a user interface locale "
"is present. Furthermore all strings from the default language are copied to "
"resources of newly added languages."
msgstr ""
"หากไม่ไม่ปรากฏว่ามีส่วนติดต่อผู้ใช้ตามท้องถิ่นก็จะใช้ภาษาเริ่มต้นโดยปริยาย "
"นอกจากนั้นสายอักขระข้อความท้ั้งหมดจากภาษาโดยปริยายนั้นจะถูกคัดลอกไปยังทรัพยากรของภาษาที่เพิ่มเข้าไปใหม่"

#. WE7kt
#: managelanguages.ui
msgctxt "managelanguages|add"
msgid "Add..."
msgstr "เพิ่ม..."

#. MqU2f
#: managelanguages.ui
msgctxt "managelanguages|default"
msgid "Default"
msgstr "ค่าปริยาย"

#. aMjkJ
#: modulepage.ui
#, fuzzy
msgctxt "modulepage|label1"
msgid "M_odule:"
msgstr "ม_อดูล"

#. KjBGM
#: modulepage.ui
msgctxt "modulepage|newmodule"
msgid "_New..."
msgstr "ให_ม่..."

#. RakoP
#: modulepage.ui
msgctxt "modulepage|newdialog"
msgid "_New..."
msgstr "ให_ม่..."

#. 5FC8g
#: modulepage.ui
msgctxt "modulepage|password"
msgid "_Password..."
msgstr "_รหัสผ่าน..."

#. EgCDE
#: modulepage.ui
msgctxt "modulepage|import"
msgid "_Import..."
msgstr "_นำเข้า..."

#. GAYBh
#: modulepage.ui
msgctxt "modulepage|export"
msgid "_Export..."
msgstr "_ส่งออก..."

#. Skwd5
#: newlibdialog.ui
msgctxt "newlibdialog|area"
msgid "_Name:"
msgstr "_ชื่อ:"

#. xbgLr
#: organizedialog.ui
msgctxt "organizedialog|OrganizeDialog"
msgid "%PRODUCTNAME Basic Macro Organizer"
msgstr "ตัวจัดระเบียบแมโครภาษาเบสิกของ %PRODUCTNAME"

#. 7cVSj
#: organizedialog.ui
msgctxt "organizedialog|modules"
msgid "Modules"
msgstr "มอดูล"

#. fXFQr
#: organizedialog.ui
msgctxt "organizedialog|dialogs"
msgid "Dialogs"
msgstr "กล่องโต้ตอบ"

#. f7Wxa
#: organizedialog.ui
msgctxt "organizedialog|libraries"
msgid "Libraries"
msgstr "ไลบรารี"