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
|
#. extracted from padmin/source.oo
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+padmin%2Fsource.oo&subcomponent=ui\n"
"POT-Creation-Date: 2012-07-04 16:39+0200\n"
"PO-Revision-Date: 2012-02-01 10:49+0200\n"
"Last-Translator: Korrawit <detective.conan.1412@gmail.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-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: padialog.src#RID_PADIALOG.RID_PA_FL_CUPSUSAGE.fixedline.text
msgid "CUPS support"
msgstr "สนับสนุน CUPS"
#: padialog.src#RID_PADIALOG.RID_PA_CB_CUPSUSAGE.checkbox.text
msgid "Disable CUPS Support"
msgstr "ปิดการสนับสนุนใช้งาน CUPS"
#: padialog.src#RID_PADIALOG.RID_PA_BTN_CANCEL.cancelbutton.text
#, fuzzy
msgid "Close"
msgstr "~ปิด"
#: padialog.src#RID_PADIALOG.RID_PA_FL_PRINTERS.fixedline.text
msgid "Installed ~printers"
msgstr "ติดตั้งเครื่องพิมพ์"
#: padialog.src#RID_PADIALOG.RID_PA_TXT_COMMAND.fixedtext.text
msgid "Command:"
msgstr "คำสั่ง :"
#: padialog.src#RID_PADIALOG.RID_PA_TXT_DRIVER.fixedtext.text
msgid "Driver:"
msgstr "ไดร์ฟเวอร์ :"
#: padialog.src#RID_PADIALOG.RID_PA_TXT_LOCATION.fixedtext.text
msgid "Location:"
msgstr "ตำแหน่ง :"
#: padialog.src#RID_PADIALOG.RID_PA_TXT_COMMENT.fixedtext.text
msgid "Comment:"
msgstr "คำอธิบาย :"
#: padialog.src#RID_PADIALOG.RID_PA_BTN_CONF.pushbutton.text
msgid "Properties..."
msgstr "คุณสมบัติ..."
#: padialog.src#RID_PADIALOG.RID_PA_BTN_RENAME.pushbutton.text
msgid "R~ename..."
msgstr "เ~ปลี่ยนชื่อ..."
#: padialog.src#RID_PADIALOG.RID_PA_BTN_STD.pushbutton.text
msgctxt "padialog.src#RID_PADIALOG.RID_PA_BTN_STD.pushbutton.text"
msgid "~Default"
msgstr "ค่าปริยาย"
#: padialog.src#RID_PADIALOG.RID_PA_BTN_DEL.pushbutton.text
msgid "Remo~ve..."
msgstr "เอาออก..."
#: padialog.src#RID_PADIALOG.RID_PA_TESTPAGE.pushbutton.text
msgid "Test ~Page"
msgstr "~หน้าทดสอบ"
#: padialog.src#RID_PADIALOG.RID_PA_BTN_ADD.pushbutton.text
msgid "New Printer..."
msgstr "เครื่องพิมพ์ใหม่..."
#: padialog.src#RID_PADIALOG.RID_PA_STR_DEFPRT.string.text
msgid "Default printer"
msgstr "เครื่องพิมพ์ปริยาย"
#: padialog.src#RID_PADIALOG.RID_PA_STR_RENAME.string.text
msgid "Rename"
msgstr "เปลี่ยนชื่อ"
#: padialog.src#RID_PADIALOG.modaldialog.text
msgid "Printer Administration"
msgstr "การจัดการระบบเครื่องพิมพ์"
#: padialog.src#RID_ERR_NOPRINTER.string.text
msgid "Could not open printer %s."
msgstr "ไม่สามารถเปิดเครื่องพิมพ์ %s ได้"
#: padialog.src#RID_PA_TXT_TESTPAGE_PRINTED.string.text
#, fuzzy
msgid "The test page was printed successfully. Please check the result."
msgstr "พิมพ์หน้าทดสอบสำเร็จ กรุณาตรวจสอบผลที่ได้"
#: padialog.src#RID_ERR_NOWRITE.string.text
msgid ""
"No printers can be installed, because the file system is read-only.\n"
"Please contact your system administrator."
msgstr ""
"No printers can be installed, because the file system is read-only.\n"
"Please contact your system administrator."
#: padialog.src#RID_QRY_PRTNAME.string.text
msgid "~New printer name"
msgstr "ชื่อเครื่องพิมพ์ใ~หม่"
#: padialog.src#RID_TXT_TESTPAGE_MODEL.string.text
msgid "Model"
msgstr "โมเดล"
#: padialog.src#RID_TXT_TESTPAGE_NAME.string.text
msgid "Name"
msgstr "ชื่อ"
#: padialog.src#RID_TXT_TESTPAGE_COMMENT.string.text
msgid "Comment"
msgstr "คำอธิบาย"
#: padialog.src#RID_TXT_TESTPAGE_QUEUE.string.text
msgid "Queue"
msgstr "คิว"
#: padialog.src#RID_TXT_TESTPAGE_DATE.string.text
msgid "Date"
msgstr "วันที่"
#: padialog.src#RID_TXT_TESTPAGE_TIME.string.text
msgid "Time"
msgstr "เวลา"
#: padialog.src#RID_BXT_TESTPAGE.string.text
msgid "Test page"
msgstr "หน้าทดสอบ"
#: padialog.src#RID_BXT_ENVIRONMENT.string.text
msgid "Wrong environment"
msgstr "สภาพแวดล้อมไม่ถูกต้อง"
#: padialog.src#RID_YOU_SURE.string.text
msgid "Are you sure ?"
msgstr "คุณแน่ใจหรือไม่ ?"
#: padialog.src#RID_PROGRESS_DLG.RID_PROGRESS_PROGRESS_TXT.fixedtext.text
msgid "Progress"
msgstr "ความคืบหน้า"
#: padialog.src#RID_PROGRESS_DLG.modelessdialog.text
msgid "Please wait"
msgstr "กรุณารอสักครู่"
#: padialog.src#RID_PPDIMPORT_DLG.RID_PPDIMP_GROUP_PATH.fixedline.text
msgid "Dri~ver directory"
msgstr "ไดเรกทอรีของไดร~ฟ์เวอร์"
#: padialog.src#RID_PPDIMPORT_DLG.RID_PPDIMP_TXT_PATH.fixedtext.text
msgid "Please select the driver directory."
msgstr "กรุณาเลือกไดเรกทอรีของไดร์ฟเวอร์"
#: padialog.src#RID_PPDIMPORT_DLG.RID_PPDIMP_BTN_SEARCH.pushbutton.text
msgid "Browse..."
msgstr "เรียกดู..."
#: padialog.src#RID_PPDIMPORT_DLG.RID_PPDIMP_GROUP_DRIVER.fixedline.text
msgid "~Selection of drivers"
msgstr "~การเลือกของไดร์ฟเวอร์"
#: padialog.src#RID_PPDIMPORT_DLG.RID_PPDIMP_TXT_DRIVER.fixedtext.text
msgid "Please select the drivers to install and press \"%s\"."
msgstr "กรุณาเลือกไดร์ฟเวอร์เพื่อติดตั้งและกด \"%s\""
#: padialog.src#RID_PPDIMPORT_DLG.RID_PPDIMP_STR_LOADINGPPD.string.text
msgid "Searching for drivers"
msgstr "กำลังค้นหาไดร์ฟเวอร์"
#: padialog.src#RID_PPDIMPORT_DLG.modaldialog.text
msgid "Driver Installation"
msgstr "การติดตั้งไดร์ฟเวอร์"
#: padialog.src#RID_QUERY_REMOVEDRIVER.string.text
msgid "Do you really want to remove the driver \"%s\"?"
msgstr "คุณต้องการเอาไดร์ฟเวอร์ออกหรือไม่\"%s\"?"
#: padialog.src#RID_QUERY_REMOVEPRINTER.string.text
msgid "Do you really want to remove this printer ?"
msgstr "คุณต้องการเอาเครื่องพิมพ์นี้ออกหรือไม่ ?"
#: padialog.src#RID_QUERY_DRIVERUSED.string.text
msgid "There are still printers using the driver \"%s\". Do you really want to remove it? The corresponding printers will also be removed."
msgstr "มีเครื่องพิมพ์ที่ใช้ไดร์ฟเวอร์ \"%s\"อยู่ คุณต้องการเอาออกหรือไม่? เครื่องพิมพ์ที่สัมพันธ์กันก็จะถูกลบออกด้วย"
#: padialog.src#RID_ERR_REMOVESGENPRT.string.text
msgid "The driver \"%s\" is always needed and can therefore not be removed."
msgstr "The driver \"%s\" is always needed and can therefore not be removed."
#: padialog.src#RID_ERR_REMOVEDRIVERFAILED.string.text
msgid ""
"The driver \"%s1\" could not be removed. It was not possible to remove the file\n"
"\n"
"%s2."
msgstr ""
"The driver \"%s1\" could not be removed. It was not possible to remove the file\n"
"\n"
"%s2."
#: padialog.src#RID_ERR_REMOVEDEFAULTDRIVER.string.text
msgid "The driver \"%s\" is used by your default printer. Therefore, it cannot be removed."
msgstr "เครื่องพิมพ์ของคุณจะใช้ไดร์ฟเวอร์ \"%s\" โดยปริยาย เนื่องจากไม่สามารถลบมันออกได้"
#: padialog.src#RID_ERR_PRINTERNOTREMOVEABLE.string.text
msgid "The printer %s cannot be removed."
msgstr "ไม่สามารถลบเครื่องพิมพ์ %s ออกได้"
#: padialog.src#RID_TXT_PRINTERALREADYEXISTS.string.text
msgid "A printer named \"%s\" already exists. This printer will not be imported."
msgstr "ชื่อเครื่องพิมพ์ \"%s\" มีอยู่แล้ว เครื่องพิมพ์นี้จะไม่ถูกนำเข้า"
#: padialog.src#RID_TXT_PRINTERWITHOUTCOMMAND.string.text
msgid "The printer \"%s\" has no valid configuration and, therefore, cannot be imported."
msgstr "กำหนดค่าเครื่องพิมพ์ \"%s\" ไม่ถูกต้อง ดังนั้นไม่สามารถนำเข้าได้"
#: padialog.src#RID_TXT_DRIVERDOESNOTEXIST.string.text
msgid "The driver for the printer \"%s1\" (%s2) is not installed. Therefore the printer cannot be imported."
msgstr "ไม่ได้ติดตั้งไดร์ฟเวอร์เครื่องพิมพ์ \"%s1\" (%s2) เนื่องจากไม่สามารถนำเข้าเครื่องพิมพ์ได้"
#: padialog.src#RID_TXT_PRINTERADDFAILED.string.text
msgid "The printer \"%s\" could not be added."
msgstr "ไม่สามารถเพิ่มเครื่องพิมพ์ %s ได้"
#: padialog.src#RID_ADD_PRINTER_DIALOG.RID_ADDP_BTN_FINISH.okbutton.text
msgid "~Finish"
msgstr "เ~สร็จสิ้น"
#: padialog.src#RID_ADD_PRINTER_DIALOG.RID_ADDP_BTN_NEXT.pushbutton.text
msgid "~Next >>"
msgstr "~ถัดไป >>"
#: padialog.src#RID_ADD_PRINTER_DIALOG.RID_ADDP_BTN_PREV.pushbutton.text
msgid "<< ~Back"
msgstr "<< ~ย้อนกลับ"
#: padialog.src#RID_ADD_PRINTER_DIALOG.modaldialog.text
msgid "Add Printer"
msgstr "เพิ่มเครื่องพิมพ์"
#: padialog.src#RID_ADDP_PAGE_CHOOSEDRIVER.RID_ADDP_STR_TITLE.string.text
msgctxt "padialog.src#RID_ADDP_PAGE_CHOOSEDRIVER.RID_ADDP_STR_TITLE.string.text"
msgid "Choose a driver"
msgstr "เลือกไดร์ฟเวอร์"
#: padialog.src#RID_ADDP_PAGE_CHOOSEDRIVER.RID_ADDP_CHDRV_TXT_DRIVER.fixedtext.text
msgid "Please select a s~uitable driver."
msgstr "กรุณาเลือกไดร์ฟเวอร์ที่เหมาะสม"
#: padialog.src#RID_ADDP_PAGE_CHOOSEDRIVER.RID_ADDP_CHDRV_BTN_ADD.pushbutton.text
msgid "~Import..."
msgstr "~นำเข้า..."
#: padialog.src#RID_ADDP_PAGE_CHOOSEDRIVER.RID_ADDP_CHDRV_BTN_REMOVE.pushbutton.text
msgid "~Delete"
msgstr "~ลบ"
#: padialog.src#RID_ADDP_PAGE_CHOOSEDRIVER.RID_ADDP_CHDRV_STR_REMOVE.string.text
msgid "Delete driver"
msgstr "ลบไดร์ฟเวอร์"
#: padialog.src#RID_ADDP_PAGE_CHOOSEDEV.RID_ADDP_STR_TITLE.string.text
msgid "Choose a device type"
msgstr "เลือกชนิดอุปกรณ์"
#: padialog.src#RID_ADDP_PAGE_CHOOSEDEV.RID_ADDP_CHDEV_TXT_OVER.fixedtext.text
msgid "Do you want to"
msgstr "คุณต้องการที่จะ"
#: padialog.src#RID_ADDP_PAGE_CHOOSEDEV.RID_ADDP_CHDEV_BTN_PRINTER.radiobutton.text
msgid "Add a ~printer"
msgstr "เพิ่มเ~ครื่องพิมพ์"
#: padialog.src#RID_ADDP_PAGE_CHOOSEDEV.RID_ADDP_CHDEV_BTN_FAX.radiobutton.text
msgid "Connect a fa~x device"
msgstr "เพิ่มเครื่องโทร~สาร"
#: padialog.src#RID_ADDP_PAGE_CHOOSEDEV.RID_ADDP_CHDEV_BTN_PDF.radiobutton.text
msgid "Connect a P~DF converter"
msgstr "เชื่อมต่อตัวแปลง P~DF "
#: padialog.src#RID_ADDP_PAGE_CHOOSEDEV.RID_ADDP_CHDEV_BTN_OLD.radiobutton.text
msgid "~Import printers from a StarOffice installation"
msgstr "~นำเข้าเครื่องพิมพ์จากการติดตั้ง StarOffice "
#: padialog.src#RID_ADDP_PAGE_NAME.RID_ADDP_STR_TITLE.string.text
msgid "Choose a name"
msgstr "เลือกชื่อ"
#: padialog.src#RID_ADDP_PAGE_NAME.RID_ADDP_NAME_TXT_NAME.fixedtext.text
msgid "Please enter a name for the printer."
msgstr "กรุณาใส่ชื่อเครื่องพิมพ์"
#: padialog.src#RID_ADDP_PAGE_NAME.RID_ADDP_NAME_TXT_FAXNAME.fixedtext.text
msgid "Please enter a name for the fax connection."
msgstr "กรุณาใส่ชื่อสำหรับการเชื่อมต่อโทรสาร"
#: padialog.src#RID_ADDP_PAGE_NAME.RID_ADDP_NAME_TXT_PDFNAME.fixedtext.text
msgid "Please enter a name for the PDF connection."
msgstr "กรุณาใส่ชื่อสำหรับการเชื่อมต่อ PDF"
#: padialog.src#RID_ADDP_PAGE_NAME.RID_ADDP_NAME_EDT_FAXNAME.edit.text
msgid "Fax printer"
msgstr "เครื่องพิมพ์โทรสาร"
#: padialog.src#RID_ADDP_PAGE_NAME.RID_ADDP_NAME_EDT_PDFNAME.edit.text
msgctxt "padialog.src#RID_ADDP_PAGE_NAME.RID_ADDP_NAME_EDT_PDFNAME.edit.text"
msgid "PDF converter"
msgstr "ตัวแปลง PDF "
#: padialog.src#RID_ADDP_PAGE_NAME.RID_ADDP_NAME_BOX_DEFAULT.checkbox.text
msgid "~Use as default printer"
msgstr "ใ~ช้เป็นเครื่องพิมพ์ปริยาย"
#: padialog.src#RID_ADDP_PAGE_NAME.RID_ADDP_NAME_BOX_FAXSWALLOW.checkbox.text
msgid "Remo~ve fax number from output"
msgstr "ลบหมายเลขโทรสารออ~กจากผลที่แสดง"
#: padialog.src#RID_ADDP_PAGE_COMMAND.RID_ADDP_STR_TITLE.string.text
msgid "Choose a command line"
msgstr "เลือกบรรทัดคำสั่ง"
#: padialog.src#RID_ADDP_PAGE_COMMAND.RID_ADDP_CMD_TXT_COMMAND.fixedtext.text
msgid "Please enter a c~ommand line appropriate for this device."
msgstr "กรุณาใส่บรรทัดคำสั่งที่เหมาะสมสำหรับอุปกรณ์นี้"
#: padialog.src#RID_ADDP_PAGE_COMMAND.RID_ADDP_CMD_TXT_PDFDIR.fixedtext.text
msgid "PDF ~target directory"
msgstr "ไดเรกทอรีเ~ป้าหมาย PDF :"
#: padialog.src#RID_ADDP_PAGE_COMMAND.RID_ADDP_CMD_BTN_HELP.pushbutton.text
msgctxt "padialog.src#RID_ADDP_PAGE_COMMAND.RID_ADDP_CMD_BTN_HELP.pushbutton.text"
msgid "~Help"
msgstr "~ช่วยเหลือ"
#: padialog.src#RID_ADDP_PAGE_COMMAND.RID_ADDP_CMD_STR_PDFHELP.string.text
msgctxt "padialog.src#RID_ADDP_PAGE_COMMAND.RID_ADDP_CMD_STR_PDFHELP.string.text"
msgid "The command line for PDF converters is executed as follows: for each document printed, \"(TMP)\" in the command line is replaced by a temporary file and \"(OUTFILE)\" in the command line is replaced by the target PDF file name. If \"(TMP)\" is in the command line, the PostScript code will be supplied via a file, otherwise via standard input (i.e. as a pipe)."
msgstr "The command line for PDF converters is executed as follows: for each document printed, \"(TMP)\" in the command line is replaced by a temporary file and \"(OUTFILE)\" in the command line is replaced by the target PDF file name. If \"(TMP)\" is in the command line, the PostScript code will be supplied via a file, otherwise via standard input (i.e. as a pipe)."
#: padialog.src#RID_ADDP_PAGE_COMMAND.RID_ADDP_CMD_STR_FAXHELP.string.text
msgid "The command line for fax connections is executed as follows: for each fax sent, \"(TMP)\" in the command line is replaced by a temporary file and \"(PHONE)\" in the command line is replaced by the fax number. If \"(TMP)\" appears in the command line, the PostScript code will be supplied via a file, otherwise it is passed as standard input (i.e. as a pipe)."
msgstr "The command line for fax connections is executed as follows: for each fax sent, \"(TMP)\" in the command line is replaced by a temporary file and \"(PHONE)\" in the command line is replaced by the fax number. If \"(TMP)\" appears in the command line, the PostScript code will be supplied via a file, otherwise it is passed as standard input (i.e. as a pipe)."
#: padialog.src#RID_ADDP_PAGE_OLDPRINTERS.RID_ADDP_STR_TITLE.string.text
msgid "Import printers from old versions"
msgstr "นำเข้าเครื่องพิมพ์จากรุ่นเก่า"
#: padialog.src#RID_ADDP_PAGE_OLDPRINTERS.RID_ADDP_OLD_TXT_PRINTERS.fixedtext.text
msgid "~These printers can be imported. Please select the ones you want to import."
msgstr "เครื่องพิมพ์นี้สามารถนำเข้าได้ "
#: padialog.src#RID_ADDP_PAGE_OLDPRINTERS.RID_ADDP_OLD_BTN_SELECTALL.pushbutton.text
#, fuzzy
msgid "~Select All"
msgstr "เ~ลือกทั้งหมด"
#: padialog.src#RID_ADDP_PAGE_FAXDRIVER.RID_ADDP_STR_TITLE.string.text
msgctxt "padialog.src#RID_ADDP_PAGE_FAXDRIVER.RID_ADDP_STR_TITLE.string.text"
msgid "Choose a driver"
msgstr "เลือกไดร์ฟเวอร์"
#: padialog.src#RID_ADDP_PAGE_FAXDRIVER.RID_ADDP_FAXDRV_TXT_DRIVER.fixedtext.text
msgid "Use the following driver for this fax connection"
msgstr "ใช้ไดร์ฟเวอร์นี้สำหรับเครื่องโทรสารนี้:"
#: padialog.src#RID_ADDP_PAGE_FAXDRIVER.RID_ADDP_FAXDRV_BTN_DEFAULT.radiobutton.text
msgctxt "padialog.src#RID_ADDP_PAGE_FAXDRIVER.RID_ADDP_FAXDRV_BTN_DEFAULT.radiobutton.text"
msgid "T~he default driver"
msgstr "ค่าปริยายไดร์ฟเวอร์"
#: padialog.src#RID_ADDP_PAGE_FAXDRIVER.RID_ADDP_FAXDRV_BTN_SELECT.radiobutton.text
msgid "A speci~fic driver, to adapt the format to another printer"
msgstr "ไดร์ฟเวอร์เฉพาะเพื่อปรับรูปแบบเป็นเครื่องพิมพ์อื่น"
#: padialog.src#RID_ADDP_PAGE_PDFDRIVER.RID_ADDP_STR_TITLE.string.text
msgctxt "padialog.src#RID_ADDP_PAGE_PDFDRIVER.RID_ADDP_STR_TITLE.string.text"
msgid "Choose a driver"
msgstr "เลือกไดร์ฟเวอร์"
#: padialog.src#RID_ADDP_PAGE_PDFDRIVER.RID_ADDP_PDFDRV_TXT_DRIVER.fixedtext.text
msgid "Use the following driver for this PDF converter"
msgstr "ใช้ไดร์ฟเวอร์นี้สำหรับตัวแปลง PDF นี้:"
#: padialog.src#RID_ADDP_PAGE_PDFDRIVER.RID_ADDP_PDFDRV_BTN_DEFAULT.radiobutton.text
msgctxt "padialog.src#RID_ADDP_PAGE_PDFDRIVER.RID_ADDP_PDFDRV_BTN_DEFAULT.radiobutton.text"
msgid "T~he default driver"
msgstr "ค่าปริยายเครื่องพิมพ์"
#: padialog.src#RID_ADDP_PAGE_PDFDRIVER.RID_ADDP_PDFDRV_BTN_DIST.radiobutton.text
msgid "The Adobe D~istiller(tm) driver"
msgstr "ไดร์ฟเวอร์ Adobe Distiller(tm) "
#: padialog.src#RID_ADDP_PAGE_PDFDRIVER.RID_ADDP_PDFDRV_BTN_SELECT.radiobutton.text
msgid "A spec~ific driver, to adapt the format to another printer"
msgstr "ไดร์ฟเวอร์เฉพาะในการปรับรูปแบบเป็นเครื่องพิมพ์อื่น"
#: rtsetup.src#RID_RTS_RTSDIALOG.RID_RTS_RTSDIALOG_TABCONTROL.RID_RTS_COMMANDPAGE.pageitem.text
msgid "Command"
msgstr "คำสั่ง"
#: rtsetup.src#RID_RTS_RTSDIALOG.RID_RTS_RTSDIALOG_TABCONTROL.RID_RTS_PAPERPAGE.pageitem.text
msgid "Paper"
msgstr "กระดาษ"
#: rtsetup.src#RID_RTS_RTSDIALOG.RID_RTS_RTSDIALOG_TABCONTROL.RID_RTS_DEVICEPAGE.pageitem.text
msgid "Device"
msgstr "อุปกรณ์"
#: rtsetup.src#RID_RTS_RTSDIALOG.RID_RTS_RTSDIALOG_TABCONTROL.RID_RTS_FONTSUBSTPAGE.pageitem.text
msgid "Font Replacement"
msgstr "การแทนที่ตัวอักษร"
#: rtsetup.src#RID_RTS_RTSDIALOG.RID_RTS_RTSDIALOG_TABCONTROL.RID_RTS_OTHERPAGE.pageitem.text
msgid "Other Settings"
msgstr "การตั้งค่าอื่นๆ"
#: rtsetup.src#RID_RTS_RTSDIALOG.RID_RTS_RTSDIALOG_FROMDRIVER_TXT.string.text
msgid "from driver"
msgstr "จากไดร์ฟเวอร์"
#: rtsetup.src#RID_RTS_RTSDIALOG.RID_RTS_RTSDIALOG_INVALID_TXT.string.text
msgid "<ignore>"
msgstr "<เพิกเฉย>"
#: rtsetup.src#RID_RTS_RTSDIALOG.tabdialog.text
msgid "Properties of %s"
msgstr "คุณสมบัติของ %s"
#: rtsetup.src#RID_RTS_PAPERPAGE.RID_RTS_PAPER_PAPER_TXT.fixedtext.text
msgid "~Paper size"
msgstr "ขนาด~กระดาษ"
#: rtsetup.src#RID_RTS_PAPERPAGE.RID_RTS_PAPER_ORIENTATION_TXT.fixedtext.text
msgid "~Orientation"
msgstr "แ~นวกระดาษ"
#: rtsetup.src#RID_RTS_PAPERPAGE.RID_RTS_PAPER_DUPLEX_TXT.fixedtext.text
msgid "~Duplex"
msgstr "~สองทาง"
#: rtsetup.src#RID_RTS_PAPERPAGE.RID_RTS_PAPER_SLOT_TXT.fixedtext.text
msgid "Paper tray"
msgstr "ถาดกระดาษ"
#: rtsetup.src#RID_RTS_DEVICEPAGE.RID_RTS_DEVICE_COLOR_TXT.string.text
msgid "Color"
msgstr "สี"
#: rtsetup.src#RID_RTS_DEVICEPAGE.RID_RTS_DEVICE_GRAY_TXT.string.text
msgid "Grayscale"
msgstr "ระดับสีเทา"
#: rtsetup.src#RID_RTS_DEVICEPAGE.RID_RTS_DEVICE_PPDKEY_TXT.fixedtext.text
msgid "~Option"
msgstr "~ตัวเลือก"
#: rtsetup.src#RID_RTS_DEVICEPAGE.RID_RTS_DEVICE_PPDVALUE_TXT.fixedtext.text
msgid "Current ~value"
msgstr "~ค่าปัจจุบัน"
#: rtsetup.src#RID_RTS_DEVICEPAGE.RID_RTS_DEVICE_PRINTLANG_TXT.fixedtext.text
#, fuzzy
msgid "Printer ~Language type"
msgstr "ภาษาปัจจุบัน"
#: rtsetup.src#RID_RTS_DEVICEPAGE.RID_RTS_DEVICE_PRINTLANG_BOX.1.stringlist.text
#, fuzzy
msgid "PostScript (Level from driver)"
msgstr "~ระดับโพสต์สคริปต์"
#: rtsetup.src#RID_RTS_DEVICEPAGE.RID_RTS_DEVICE_PRINTLANG_BOX.2.stringlist.text
#, fuzzy
msgid "PostScript Level 1"
msgstr "~ระดับโพสต์สคริปต์"
#: rtsetup.src#RID_RTS_DEVICEPAGE.RID_RTS_DEVICE_PRINTLANG_BOX.3.stringlist.text
#, fuzzy
msgid "PostScript Level 2"
msgstr "~ระดับโพสต์สคริปต์"
#: rtsetup.src#RID_RTS_DEVICEPAGE.RID_RTS_DEVICE_PRINTLANG_BOX.4.stringlist.text
#, fuzzy
msgid "PostScript Level 3"
msgstr "~ระดับโพสต์สคริปต์"
#: rtsetup.src#RID_RTS_DEVICEPAGE.RID_RTS_DEVICE_PRINTLANG_BOX.5.stringlist.text
msgid "PDF"
msgstr "PDF"
#: rtsetup.src#RID_RTS_DEVICEPAGE.RID_RTS_DEVICE_SPACE_TXT.fixedtext.text
msgid "~Color"
msgstr "~สี"
#: rtsetup.src#RID_RTS_DEVICEPAGE.RID_RTS_DEVICE_DEPTH_TXT.fixedtext.text
msgid "Color ~depth"
msgstr "~ความลึกสี"
#: rtsetup.src#RID_RTS_FONTSUBSTPAGE.RID_RTS_FS_ENABLE_BTN.checkbox.text
msgid "~Enable font replacement"
msgstr "~เปิดใช้งานแทนที่ตัวอักษร"
#: rtsetup.src#RID_RTS_FONTSUBSTPAGE.RID_RTS_FS_SUBST_TXT.fixedtext.text
msgid "Replaced ~fonts"
msgstr "แทนที่~ตัวอักษร"
#: rtsetup.src#RID_RTS_FONTSUBSTPAGE.RID_RTS_FS_ADD_BTN.pushbutton.text
msgid "~Add"
msgstr "เ~พิ่ม"
#: rtsetup.src#RID_RTS_FONTSUBSTPAGE.RID_RTS_FS_REMOVE_BTN.pushbutton.text
msgctxt "rtsetup.src#RID_RTS_FONTSUBSTPAGE.RID_RTS_FS_REMOVE_BTN.pushbutton.text"
msgid "~Remove"
msgstr "เ~อาออก"
#: rtsetup.src#RID_RTS_FONTSUBSTPAGE.RID_RTS_FS_FROM_TXT.fixedtext.text
msgid "Repla~ce font"
msgstr "แท~นที่ตัวอักษร"
#: rtsetup.src#RID_RTS_FONTSUBSTPAGE.RID_RTS_FS_TO_TXT.fixedtext.text
msgid "by ~printer font"
msgstr "ตามตัวอักษรของเ~ครื่องพิมพ์"
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_CB_EXTERNAL.checkbox.text
msgid "~Use system print dialog, disable %PRODUCTNAME's print dialog"
msgstr "ใช้กล่องโต้ตอบระบบการพิมพ์ ปิดการใช้กล่องโต้ตอบระบบการพิมพ์ %PRODUCTNAME"
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_FT_QUICKCMD.fixedtext.text
msgid "Command for quick printing without dialog (optional)"
msgstr "คำสั่งสำหรับการพิมพ์อย่างรวดเร็วโดยไม่มีกล่องโต้ตอบ (ตัวเลือก)"
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_FL_INSTALL.fixedline.text
msgid "Select command"
msgstr "เลือกคำสั่ง"
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_STR_CONFIGURE_PRINTER.string.text
msgctxt "rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_STR_CONFIGURE_PRINTER.string.text"
msgid "Printer"
msgstr "เครื่องพิมพ์"
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_STR_CONFIGURE_FAX.string.text
msgid "Fax"
msgstr "โทรสาร"
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_STR_CONFIGURE_PDF.string.text
msgctxt "rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_STR_CONFIGURE_PDF.string.text"
msgid "PDF converter"
msgstr "ตัวแปลง PDF "
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_TXT_CONFIGURE.fixedtext.text
msgid "~Configure as"
msgstr "~กำหนดค่าเป็น:"
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_BOX_SWALLOWFAXNO.checkbox.text
msgid "~Fax number will be removed from output"
msgstr "เอาหมายเลขโ~ทรสารออกจากผลลัพธ์ที่ออกมา"
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_TXT_PDFDIR.fixedtext.text
msgid "PDF target directory :"
msgstr "ไดเรกทอรีเป้าหมาย PDF:"
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_TXT_CONNECT.fixedtext.text
msgid "Command: "
msgstr "คำสั่ง: "
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_FL_DEFAULT.fixedline.text
msgctxt "rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_FL_DEFAULT.fixedline.text"
msgid "Printer"
msgstr "เครื่องพิมพ์"
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_BTN_HELP.pushbutton.text
msgctxt "rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_BTN_HELP.pushbutton.text"
msgid "~Help"
msgstr "~ช่วยเหลือ"
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_BTN_REMOVE.pushbutton.text
msgctxt "rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_BTN_REMOVE.pushbutton.text"
msgid "~Remove"
msgstr "เ~อาออก"
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_STR_PDFHELP.string.text
msgctxt "rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_STR_PDFHELP.string.text"
msgid "The command line for PDF converters is executed as follows: for each document printed, \"(TMP)\" in the command line is replaced by a temporary file and \"(OUTFILE)\" in the command line is replaced by the target PDF file name. If \"(TMP)\" is in the command line, the PostScript code will be supplied via a file, otherwise via standard input (i.e. as a pipe)."
msgstr "The command line for PDF converters is executed as follows: for each document printed, \"(TMP)\" in the command line is replaced by a temporary file and \"(OUTFILE)\" in the command line is replaced by the target PDF file name. If \"(TMP)\" is in the command line, the PostScript code will be supplied via a file, otherwise via standard input (i.e. as a pipe)."
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_STR_PRINTERHELP.string.text
msgid "The command line for printer devices is executed as follows: the generated PostScript code is supplied as standard input (i.e. as a pipe) to the command line."
msgstr "The command line for printer devices is executed as follows: the generated PostScript code is supplied as standard input (i.e. as a pipe) to the command line."
#: rtsetup.src#RID_RTS_COMMANDPAGE.RID_RTS_CMD_STR_FAXHELP.string.text
msgid "The command line for fax devices is executed as follows: for each fax sent, \"(TMP)\" in the command line is replaced by a temporary file and \"(PHONE)\" in the command line is replaced by the fax number. If \"(TMP)\" appears in the command line, the PostScript code will be supplied via a file, otherwise it is passed as standard input (i.e. as a pipe)."
msgstr "The command line for fax devices is executed as follows: for each fax sent, \"(TMP)\" in the command line is replaced by a temporary file and \"(PHONE)\" in the command line is replaced by the fax number. If \"(TMP)\" appears in the command line, the PostScript code will be supplied via a file, otherwise it is passed as standard input (i.e. as a pipe).บรรทัดคำสั่งสำหรับเครื่องโทรสารถูกกระทำดังต่อไปนี้: สำหรับการส่งแฟ็กซ์แต่ละครั้ง, \"(TMP)\" ในบรรทัดคำสั่งถูกแทนที่ด้วยแฟ้มชั่วคราวและ \"(PHONE)\" ในบรรทัดคำสั่งถูกแทนที่ด้วยหมายเลขโทรสาร ถ้า \"(TMP)\" ปรากฏในบรรทัดคำสั่ง จะให้รหัสโพสต์ชุดคำสั่งผ่านแฟ้ม อีกอย่างหนึ่งผ่านการป้อนเข้ามาตรฐาน (เช่นเป็นท่อ)"
#: rtsetup.src#RID_RTS_OTHERPAGE.RID_RTS_OTHER_LEFTMARGIN_TXT.fixedtext.text
msgid "~Left margin"
msgstr "ปรับระยะขอบด้าน~ซ้าย :"
#: rtsetup.src#RID_RTS_OTHERPAGE.RID_RTS_OTHER_TOPMARGIN_TXT.fixedtext.text
msgid "~Top margin"
msgstr "ปรับระยะขอบด้าน~บน"
#: rtsetup.src#RID_RTS_OTHERPAGE.RID_RTS_OTHER_RIGHTMARGIN_TXT.fixedtext.text
msgid "~Right margin"
msgstr "ปรับระยะขอบด้าน~ขวา"
#: rtsetup.src#RID_RTS_OTHERPAGE.RID_RTS_OTHER_BOTTOMMARGIN_TXT.fixedtext.text
msgid "~Bottom margin"
msgstr "ปรับระยะขอบด้าน~ล่าง"
#: rtsetup.src#RID_RTS_OTHERPAGE.RID_RTS_OTHER_COMMENT_TXT.fixedtext.text
msgid "~Comment"
msgstr "~คำอธิบาย :"
#: rtsetup.src#RID_RTS_OTHERPAGE.RID_RTS_OTHER_DEFAULT_BTN.pushbutton.text
msgctxt "rtsetup.src#RID_RTS_OTHERPAGE.RID_RTS_OTHER_DEFAULT_BTN.pushbutton.text"
msgid "~Default"
msgstr "~ค่าปริยาย"
#: rtsetup.src#RID_TXT_QUERYFAXNUMBER.string.text
msgid "Please enter the fax number."
msgstr "กรุณาใส่หมายเลขโทรสาร"
#: rtsetup.src#RID_RTS_PWDIALOG.RID_RTS_PWDIALOG_TXT.fixedtext.text
msgid "Please enter your authentication data for server %s"
msgstr "กรุณาป้อนข้อมูลการยืนยันตัวบุคคลของคุณ สำหรับเซิร์ฟเวอร์ %s"
#: rtsetup.src#RID_RTS_PWDIALOG.RID_RTS_PWDIALOG_USER_TXT.fixedtext.text
msgid "~User"
msgstr "~ผู้ใช้"
#: rtsetup.src#RID_RTS_PWDIALOG.RID_RTS_PWDIALOG_PASS_TXT.fixedtext.text
msgid "~Password"
msgstr "~รหัสผ่าน"
#: rtsetup.src#RID_RTS_PWDIALOG.modaldialog.text
msgid "Authentication request"
msgstr "ต้องการการยืนยันตัวบุคคล"
|