Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / padmin / source / padialog.src
blob24d27b310b8eb81676a9ecea24a7b0402b87ad60
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "padialog.hrc"
21 ModalDialog RID_PADIALOG
23     HelpID = "padmin:ModalDialog:RID_PADIALOG";
24     OutputSize = TRUE ;
25     SVLook = TRUE ;
26     Size = MAP_APPFONT ( 260 , 198 ) ;
27     Moveable = TRUE ;
28     Closeable = TRUE ;
30     FixedLine RID_PA_FL_CUPSUSAGE
31     {
32         Pos = MAP_APPFONT( 6, 145 );
33         Size = MAP_APPFONT( 248, 8 );
34         Text [ en-US ] = "CUPS support";
35     };
36     CheckBox RID_PA_CB_CUPSUSAGE
37     {
38         HelpID = "padmin:CheckBox:RID_PADIALOG:RID_PA_CB_CUPSUSAGE";
39         Pos = MAP_APPFONT( 12, 158 );
40         Size = MAP_APPFONT( 168, 8 );
41         Text [ en-US ] = "Disable CUPS Support";
42     };
44     FixedLine RID_PA_FL_SEPBUTTON
45     {
46         Pos = MAP_APPFONT( 0, 176 );
47         Size = MAP_APPFONT( 260, 2 );
48     };
49     CancelButton RID_PA_BTN_CANCEL
50     {
51         DefButton = TRUE;
52         Pos = MAP_APPFONT( 190, 181 );
53         Size = MAP_APPFONT( 60, 12 );
54         Text [ en-US ] = "Close";
55     };
57     FixedLine RID_PA_FL_PRINTERS
58     {
59         Pos = MAP_APPFONT( 6, 5 );
60         Size = MAP_APPFONT( 248, 8 );
61         Text [ en-US ] = "Installed ~printers";
62     };
63     ListBox RID_PA_LB_DEV
64     {
65         HelpID = "padmin:ListBox:RID_PADIALOG:RID_PA_LB_DEV";
66         Pos = MAP_APPFONT( 12, 15 );
67         Size = MAP_APPFONT( 168, 80 );
68         Border = TRUE;
69         Sort = TRUE;
70     };
71     FixedText RID_PA_TXT_COMMAND
72     {
73         Pos = MAP_APPFONT( 10, 100 );
74         Size = MAP_APPFONT( 40, 8 );
75         Text [ en-US ] = "Command:";
76     };
77     FixedText RID_PA_TXT_COMMAND_STRING
78     {
79         Pos = MAP_APPFONT( 55, 100 );
80         Size = MAP_APPFONT( 135, 8 );
81     };
82     FixedText RID_PA_TXT_DRIVER
83     {
84         Pos = MAP_APPFONT( 10, 110 );
85         Size = MAP_APPFONT( 40, 8 );
86         Text [ en-US ] = "Driver:";
87     };
88     FixedText RID_PA_TXT_DRIVER_STRING
89     {
90         Pos = MAP_APPFONT( 55, 110 );
91         Size = MAP_APPFONT( 135, 8 );
92     };
93     FixedText RID_PA_TXT_LOCATION
94     {
95         Pos = MAP_APPFONT( 10, 120 );
96         Size = MAP_APPFONT( 40, 8 );
97         Text [ en-US ] = "Location:";
98     };
99     FixedText RID_PA_TXT_LOCATION_STRING
100     {
101         Pos = MAP_APPFONT( 55, 120 );
102         Size = MAP_APPFONT( 135, 8 );
103     };
104     FixedText RID_PA_TXT_COMMENT
105     {
106         Pos = MAP_APPFONT( 10, 130 );
107         Size = MAP_APPFONT( 40, 8 );
108         Text [ en-US ] = "Comment:";
109     };
110     FixedText RID_PA_TXT_COMMENT_STRING
111     {
112         Pos = MAP_APPFONT( 55, 130 );
113         Size = MAP_APPFONT( 135, 8 );
114     };
115     PushButton RID_PA_BTN_CONF
116     {
117         HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_CONF";
118         Pos = MAP_APPFONT( 190, 15 );
119         Size = MAP_APPFONT( 60, 12 );
120         Text [ en-US ] = "Properties...";
121     };
122     PushButton RID_PA_BTN_RENAME
123     {
124         HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_RENAME";
125         Pos = MAP_APPFONT( 190, 32 );
126         Size = MAP_APPFONT( 60, 12 );
127         Text [ en-US ] = "R~ename...";
128     };
129     PushButton RID_PA_BTN_STD
130     {
131         HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_STD";
132         Pos = MAP_APPFONT( 190, 49 );
133         Size = MAP_APPFONT( 60, 12 );
134         Text [ en-US ] = "~Default";
135     };
136     PushButton RID_PA_BTN_DEL
137     {
138         HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_DEL";
139         Pos = MAP_APPFONT( 190, 66 );
140         Size = MAP_APPFONT( 60, 12 );
141         Text [ en-US ] = "Remo~ve...";
142     };
143     PushButton RID_PA_TESTPAGE
144     {
145         HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_TESTPAGE";
146         Pos = MAP_APPFONT( 190, 83 );
147         Size = MAP_APPFONT( 60, 12 );
148         Text [ en-US ] = "Test ~Page";
149     };
151     PushButton RID_PA_BTN_ADD
152     {
153         HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_ADD";
154         Pos = MAP_APPFONT( 5, 181 );
155         Size = MAP_APPFONT( 70, 12 );
156         Text [ en-US ] = "New Printer...";
157     };
159     String RID_PA_STR_DEFPRT
160     {
161         Text [ en-US ] = "Default printer";
162     };
163     String RID_PA_STR_RENAME
164     {
165         Text [ en-US ] = "Rename";
166     };
167     Text [ en-US ] = "Printer Administration";
170 ModalDialog RID_STRINGQUERYDLG
172     HelpID = "padmin:ModalDialog:RID_STRINGQUERYDLG";
173     OutputSize = TRUE ;
174     SVLook = TRUE ;
175     Pos = MAP_APPFONT ( 10 , 10 ) ;
176     Size = MAP_APPFONT ( 200 , 42 ) ;
177     Moveable = TRUE ;
178     Closeable = TRUE ;
179     FixedText RID_STRQRY_TXT_RENAME
180     {
181         Pos = MAP_APPFONT ( 6 , 6 ) ;
182         Size = MAP_APPFONT ( 130 , 16 ) ;
183         Wordbreak=TRUE;
184     };
185     Edit RID_STRQRY_EDT_NEWNAME
186     {
187         HelpID = "padmin:Edit:RID_STRINGQUERYDLG:RID_STRQRY_EDT_NEWNAME";
188         Border = TRUE ;
189         Pos = MAP_APPFONT ( 6 , 23 ) ;
190         Size = MAP_APPFONT ( 130 , 12 ) ;
191     };
192     ComboBox RID_STRQRY_BOX_NEWNAME
193     {
194         HelpID = "padmin:ComboBox:RID_STRINGQUERYDLG:RID_STRQRY_BOX_NEWNAME";
195         Border = TRUE ;
196         DropDown = TRUE;
197         Pos = MAP_APPFONT ( 6 , 23 ) ;
198         Size = MAP_APPFONT ( 130 , 200 ) ;
199     };
200     OKButton RID_STRQRY_BTN_OK
201     {
202         DefButton = TRUE ;
203         Pos = MAP_APPFONT ( 145 , 6 ) ;
204         Size = MAP_APPFONT ( 50 , 12 ) ;
205     };
206     CancelButton RID_STRQRY_BTN_CANCEL
207     {
208         Pos = MAP_APPFONT ( 145 , 23 ) ;
209         Size = MAP_APPFONT ( 50 , 12 ) ;
210     };
213 String RID_ERR_NOPRINTER
215     Text [ en-US ] = "Could not open printer %s.";
218 String RID_PA_TXT_TESTPAGE_PRINTED
220     Text [ en-US ] = "The test page was printed successfully. Please check the result.";
223 String RID_ERR_NOWRITE
225     Text [en-US] = "No printers can be installed, because the file system is read-only.\nPlease contact your system administrator.";
228 String RID_QRY_PRTNAME
230     Text [ en-US ] = "~New printer name";
233 String RID_TXT_TESTPAGE_MODEL
235     Text [ en-US ] = "Model";
238 String RID_TXT_TESTPAGE_NAME
240     Text [ en-US ] = "Name";
243 String RID_TXT_TESTPAGE_COMMENT
245     Text [ en-US ] = "Comment";
248 String RID_TXT_TESTPAGE_QUEUE
250     Text [ en-US ] = "Queue";
253 String RID_TXT_TESTPAGE_DATE
255     Text [ en-US ] = "Date";
258 String RID_TXT_TESTPAGE_TIME
260     Text [ en-US ] = "Time";
264 String RID_BXT_TESTPAGE
266     Text [ en-US ] = "Test page";
269 String RID_BXT_ENVIRONMENT
271     Text [ en-US ] = "Wrong environment";
274 String RID_YOU_SURE
276     Text [ en-US ] = "Are you sure ?";
279 Bitmap RID_BUTTERFLY
281     File = "source/butter.png" ;
284 Bitmap RID_BMP_SMALL_PRINTER
286     File = "source/print.png";
289 Bitmap RID_BMP_SMALL_FAX
291     File = "source/fax.png";
294 Bitmap RID_BMP_SMALL_PDF
296     File = "source/pdf.png";
299 Bitmap RID_BMP_PRINTER
301     File = "source/printer_large.png";
304 ModelessDialog RID_PROGRESS_DLG
306     HelpID = "padmin:ModelessDialog:RID_PROGRESS_DLG";
307     OutputSize = TRUE ;
308     SVLook = TRUE ;
309     Pos = MAP_APPFONT ( 10 , 10 ) ;
310     Size = MAP_APPFONT ( 150 , 90 ) ;
311     Moveable = TRUE ;
312     Closeable = FALSE ;
313     CancelButton RID_PROGRESS_BTN_CANCEL
314     {
315         Pos = MAP_APPFONT ( 50 , 71 ) ;
316         Size = MAP_APPFONT ( 50 , 14 ) ;
317     };
318     FixedText RID_PROGRESS_OPERATION_TXT
319     {
320         Pos = MAP_APPFONT ( 6 , 6 ) ;
321         Size = MAP_APPFONT ( 140 , 18 ) ;
322     };
323     FixedText RID_PROGRESS_PROGRESS_TXT
324     {
325         Pos = MAP_APPFONT( 6, 48 );
326         Size = MAP_APPFONT( 140, 8 );
327         Text [ en-US ] = "Progress";
328     };
329     Window RID_PROGRESS_STATUSBAR
330     {
331         SVLook = TRUE;
332         Border = TRUE;
333         Pos = MAP_APPFONT ( 6 , 58 ) ;
334         Size = MAP_APPFONT( 140, 8 );
335     };
336     FixedText RID_PROGRESS_FILENAME_TXT
337     {
338         Pos = MAP_APPFONT ( 6 , 28 ) ;
339         Size = MAP_APPFONT ( 140 , 8 ) ;
340     };
341     Text [ en-US ] = "Please wait";
344 ModalDialog RID_PPDIMPORT_DLG
346     HelpID = "padmin:ModalDialog:RID_PPDIMPORT_DLG";
347     OutputSize = TRUE ;
348     SVLook = TRUE ;
349     Size = MAP_APPFONT ( 265 , 225 ) ;
350     Moveable = TRUE ;
351     Closeable = TRUE ;
353     FixedLine RID_PPDIMP_GROUP_PATH
354     {
355         Pos = MAP_APPFONT( 5, 5 );
356         Size = MAP_APPFONT( 200, 8 );
357         Text [ en-US ] = "Dri~ver directory";
358     };
359     FixedText RID_PPDIMP_TXT_PATH
360     {
361         Pos = MAP_APPFONT( 10, 33 );
362         Size = MAP_APPFONT( 190, 8 );
363         Text [ en-US ] = "Please select the driver directory.";
364     };
365     ComboBox RID_PPDIMP_LB_PATH
366     {
367         HelpID = "padmin:ComboBox:RID_PPDIMPORT_DLG:RID_PPDIMP_LB_PATH";
368         Dropdown = TRUE;
369         Border = TRUE;
370         Sort = TRUE;
372         Pos = MAP_APPFONT( 10, 15 );
373         Size = MAP_APPFONT( 130, 80 );
374     };
375     PushButton RID_PPDIMP_BTN_SEARCH
376     {
377         HelpID = "padmin:PushButton:RID_PPDIMPORT_DLG:RID_PPDIMP_BTN_SEARCH";
378         Pos = MAP_APPFONT( 145, 15 );
379         Size = MAP_APPFONT( 50, 14 );
380         Text [ en-US ] = "Browse...";
381     };
383     FixedLine RID_PPDIMP_GROUP_DRIVER
384     {
385         Pos = MAP_APPFONT( 5, 60 );
386         Size = MAP_APPFONT( 200, 8 );
387         Text [ en-US ] = "~Selection of drivers";
388     };
389     MultiListBox RID_PPDIMP_LB_DRIVER
390     {
391         HelpID = "padmin:MultiListBox:RID_PPDIMPORT_DLG:RID_PPDIMP_LB_DRIVER";
392         Border = TRUE;
393         Sort = TRUE;
394         SimpleMode = TRUE;
395         AutoHScroll = TRUE;
396         Pos = MAP_APPFONT( 10, 70 );
397         Size = MAP_APPFONT( 190, 120 );
398     };
399     FixedText RID_PPDIMP_TXT_DRIVER
400     {
401         Pos = MAP_APPFONT( 10, 195 );
402         Size = MAP_APPFONT( 190, 60 );
403         WordBreak = TRUE;
404         Text [ en-US ] = "Please select the drivers to install and press \"%s\".";
405     };
406     String RID_PPDIMP_STR_LOADINGPPD
407     {
408         Text [ en-US ] = "Searching for drivers";
409     };
410     OKButton RID_PPDIMP_BTN_OK
411     {
412         DefButton = TRUE;
413         Pos = MAP_APPFONT( 210, 10 );
414         Size = MAP_APPFONT( 50, 14 );
415     };
416     CancelButton RID_PPDIMP_BTN_CANCEL
417     {
418         Pos = MAP_APPFONT( 210, 29 );
419         Size = MAP_APPFONT( 50, 14 );
420     };
422     Text [ en-US ] = "Driver Installation";
425 String RID_QUERY_REMOVEDRIVER
427     Text [ en-US ] = "Do you really want to remove the driver \"%s\"?";
430 String RID_QUERY_REMOVEPRINTER
432     Text [ en-US ] = "Do you really want to remove this printer ?";
435 String RID_QUERY_DRIVERUSED
437     Text [ en-US ] = "There are still printers using the driver \"%s\". Do you really want to remove it? The corresponding printers will also be removed.";
440 String RID_ERR_REMOVESGENPRT
442     Text [ en-US ] = "The driver \"%s\" is always needed and can therefore not be removed.";
445 String RID_ERR_REMOVEDRIVERFAILED
447     Text [ en-US ] = "The driver \"%s1\" could not be removed. It was not possible to remove the file\n\n%s2.";
450 String RID_ERR_REMOVEDEFAULTDRIVER
452     Text [ en-US ] = "The driver \"%s\" is used by your default printer. Therefore, it cannot be removed.";
455 String RID_ERR_PRINTERNOTREMOVEABLE
457     Text [ en-US ] = "The printer %s cannot be removed.";
460 String RID_TXT_PRINTERALREADYEXISTS
462     Text [ en-US ] = "A printer named \"%s\" already exists. This printer will not be imported.";
465 String RID_TXT_PRINTERWITHOUTCOMMAND
467     Text [ en-US ] = "The printer \"%s\" has no valid configuration and, therefore, cannot be imported.";
470 String RID_TXT_DRIVERDOESNOTEXIST
472     Text [ en-US ] = "The driver for the printer \"%s1\" (%s2) is not installed. Therefore the printer cannot be imported.";
475 String RID_TXT_PRINTERADDFAILED
477     Text [ en-US ] = "The printer \"%s\" could not be added.";
480 ModalDialog RID_ADD_PRINTER_DIALOG
482     HelpID = "padmin:ModalDialog:RID_ADD_PRINTER_DIALOG";
483     OutputSize = TRUE ;
484     SVLook = TRUE ;
485     Size = MAP_APPFONT ( 240 , 172 ) ;
486     Moveable = TRUE ;
487     Closeable = TRUE ;
489     Control RID_ADDP_CTRL_TITLE
490     {
491         Pos = MAP_APPFONT( 0, 0 );
492         Size = MAP_APPFONT( 240, 26 );
493     };
494     FixedLine RID_ADDP_LINE
495     {
496         Pos = MAP_APPFONT( 0, 150 );
497         Size = MAP_APPFONT( 240, 2 );
498     };
499     OKButton RID_ADDP_BTN_FINISH
500     {
501         Pos = MAP_APPFONT( 185, 155 );
502         Size = MAP_APPFONT( 50, 12 );
503         Text [ en-US ] = "~Finish";
504     };
505     CancelButton RID_ADDP_BTN_CANCEL
506     {
507         Pos = MAP_APPFONT( 5, 155 );
508         Size = MAP_APPFONT( 50, 12 );
509     };
510     PushButton RID_ADDP_BTN_NEXT
511     {
512         HelpID = "padmin:PushButton:RID_ADD_PRINTER_DIALOG:RID_ADDP_BTN_NEXT";
513         Pos = MAP_APPFONT( 130, 155 );
514         Size = MAP_APPFONT( 50, 12 );
515         Text [ en-US ] = "~Next >>";
516     };
517     PushButton RID_ADDP_BTN_PREV
518     {
519         HelpID = "padmin:PushButton:RID_ADD_PRINTER_DIALOG:RID_ADDP_BTN_PREV";
520         Pos = MAP_APPFONT( 75, 155 );
521         Size = MAP_APPFONT( 50, 12 );
522         Text [ en-US ] = "<< ~Back";
523     };
524     Text [ en-US ] = "Add Printer";
527 TabPage RID_ADDP_PAGE_CHOOSEDRIVER
529     HelpID = "padmin:TabPage:RID_ADDP_PAGE_CHOOSEDRIVER";
530     Hide = TRUE;
531     Pos = MAP_APPFONT( 0, 30 );
532     Size = MAP_APPFONT( 240, 120 );
533     String RID_ADDP_STR_TITLE
534     {
535         Text [ en-US ] = "Choose a driver";
536     };
537     FixedText RID_ADDP_CHDRV_TXT_DRIVER
538     {
539         Pos = MAP_APPFONT( 5, 5 );
540         Size = MAP_APPFONT( 230, 8 );
541         Text [ en-US ] = "Please select a s~uitable driver.";
542     };
543     ListBox RID_ADDP_CHDRV_BOX_DRIVER
544     {
545         HelpID = "padmin:ListBox:RID_ADDP_PAGE_CHOOSEDRIVER:RID_ADDP_CHDRV_BOX_DRIVER";
546         Pos = MAP_APPFONT( 5, 15 );
547         Size = MAP_APPFONT( 175, 100 );
548         Border = TRUE;
549         Sort = TRUE;
550     };
551     PushButton RID_ADDP_CHDRV_BTN_ADD
552     {
553         HelpID = "padmin:PushButton:RID_ADDP_PAGE_CHOOSEDRIVER:RID_ADDP_CHDRV_BTN_ADD";
554         Pos = MAP_APPFONT( 185, 15 );
555         Size = MAP_APPFONT( 50, 12 );
556         Text [ en-US ] = "~Import...";
557     };
558     PushButton RID_ADDP_CHDRV_BTN_REMOVE
559     {
560         HelpID = "padmin:PushButton:RID_ADDP_PAGE_CHOOSEDRIVER:RID_ADDP_CHDRV_BTN_REMOVE";
561         Pos = MAP_APPFONT( 185, 32 );
562         Size = MAP_APPFONT( 50, 12 );
563         Text [ en-US ] = "~Delete";
564     };
565     String RID_ADDP_CHDRV_STR_REMOVE
566     {
567         Text [ en-US ] = "Delete driver";
568     };
571 TabPage RID_ADDP_PAGE_CHOOSEDEV
573     HelpID = "padmin:TabPage:RID_ADDP_PAGE_CHOOSEDEV";
574     Hide = TRUE;
575     Pos = MAP_APPFONT( 0, 30 );
576     Size = MAP_APPFONT( 240, 120 );
577     String RID_ADDP_STR_TITLE
578     {
579         Text [ en-US ] = "Choose a device type";
580     };
581     FixedText RID_ADDP_CHDEV_TXT_OVER
582     {
583         Pos = MAP_APPFONT( 40, 25 );
584         Size = MAP_APPFONT( 180, 8 );
585         Text [ en-US ] = "Do you want to";
586     };
587     RadioButton RID_ADDP_CHDEV_BTN_PRINTER
588     {
589         HelpID = "padmin:RadioButton:RID_ADDP_PAGE_CHOOSEDEV:RID_ADDP_CHDEV_BTN_PRINTER";
590         Pos = MAP_APPFONT ( 40, 40 );
591         Size = MAP_APPFONT( 180, 10 );
592         Text [ en-US ] = "Add a ~printer";
593     };
594     RadioButton RID_ADDP_CHDEV_BTN_FAX
595     {
596         HelpID = "padmin:RadioButton:RID_ADDP_PAGE_CHOOSEDEV:RID_ADDP_CHDEV_BTN_FAX";
597         Pos = MAP_APPFONT ( 40, 50 );
598         Size = MAP_APPFONT( 180, 10 );
599         Text [ en-US ] = "Connect a fa~x device";
600     };
601     RadioButton RID_ADDP_CHDEV_BTN_PDF
602     {
603         HelpID = "padmin:RadioButton:RID_ADDP_PAGE_CHOOSEDEV:RID_ADDP_CHDEV_BTN_PDF";
604         Pos = MAP_APPFONT ( 40, 60 );
605         Size = MAP_APPFONT( 180, 10 );
606         Text [ en-US ] = "Connect a P~DF converter";
607     };
608     RadioButton RID_ADDP_CHDEV_BTN_OLD
609     {
610         HelpID = "padmin:RadioButton:RID_ADDP_PAGE_CHOOSEDEV:RID_ADDP_CHDEV_BTN_OLD";
611         Pos = MAP_APPFONT ( 40, 70 );
612         Size = MAP_APPFONT( 180, 10 );
613         Text [ en-US ] = "~Import printers from a StarOffice installation";
614     };
617 TabPage RID_ADDP_PAGE_NAME
619     HelpID = "padmin:TabPage:RID_ADDP_PAGE_NAME";
620     Hide = TRUE;
621     Pos = MAP_APPFONT( 0, 30 );
622     Size = MAP_APPFONT( 240, 120 );
623     String RID_ADDP_STR_TITLE
624     {
625         Text [ en-US ] = "Choose a name";
626     };
627     FixedText RID_ADDP_NAME_TXT_NAME
628     {
629         Pos = MAP_APPFONT( 40, 25 );
630         Size = MAP_APPFONT( 220, 8 );
631         Text [ en-US ] = "Please enter a name for the printer.";
632     };
633     FixedText RID_ADDP_NAME_TXT_FAXNAME
634     {
635         Pos = MAP_APPFONT( 40, 25 );
636         Size = MAP_APPFONT( 220, 8 );
637         Text [ en-US ] = "Please enter a name for the fax connection.";
638     };
639     FixedText RID_ADDP_NAME_TXT_PDFNAME
640     {
641         Pos = MAP_APPFONT( 40, 25 );
642         Size = MAP_APPFONT( 220, 8 );
643         Text [ en-US ] = "Please enter a name for the PDF connection.";
644     };
645     Edit RID_ADDP_NAME_EDT_NAME
646     {
647         HelpID = "padmin:Edit:RID_ADDP_PAGE_NAME:RID_ADDP_NAME_EDT_NAME";
648         Pos = MAP_APPFONT( 40, 35 );
649         Size = MAP_APPFONT( 160, 12 );
650         Border = TRUE;
651     };
652     Edit RID_ADDP_NAME_EDT_FAXNAME
653     {
654         HelpID = "padmin:Edit:RID_ADDP_PAGE_NAME:RID_ADDP_NAME_EDT_FAXNAME";
655         Pos = MAP_APPFONT( 40, 35 );
656         Size = MAP_APPFONT( 160, 12 );
657         Border = TRUE;
658         Text [ en-US ] = "Fax printer";
659     };
660     Edit RID_ADDP_NAME_EDT_PDFNAME
661     {
662         HelpID = "padmin:Edit:RID_ADDP_PAGE_NAME:RID_ADDP_NAME_EDT_PDFNAME";
663         Pos = MAP_APPFONT( 40, 35 );
664         Size = MAP_APPFONT( 160, 12 );
665         Border = TRUE;
666         Text [ en-US ] = "PDF converter";
667     };
668     CheckBox RID_ADDP_NAME_BOX_DEFAULT
669     {
670         HelpID = "padmin:CheckBox:RID_ADDP_PAGE_NAME:RID_ADDP_NAME_BOX_DEFAULT";
671         Pos = MAP_APPFONT( 40, 50 );
672         Size = MAP_APPFONT( 160, 12 );
673         Text [ en-US ] = "~Use as default printer";
674     };
675     CheckBox RID_ADDP_NAME_BOX_FAXSWALLOW
676     {
677         HelpID = "padmin:CheckBox:RID_ADDP_PAGE_NAME:RID_ADDP_NAME_BOX_FAXSWALLOW";
678         Pos = MAP_APPFONT( 40, 50 );
679         Size = MAP_APPFONT( 160, 12 );
680         Text [ en-US ] = "Remo~ve fax number from output";
681     };
684 TabPage RID_ADDP_PAGE_COMMAND
686     HelpID = "padmin:TabPage:RID_ADDP_PAGE_COMMAND";
687     Hide = TRUE;
688     Pos = MAP_APPFONT( 0, 30 );
689     Size = MAP_APPFONT( 240, 120 );
690     String RID_ADDP_STR_TITLE
691     {
692         Text [ en-US ] = "Choose a command line";
693     };
694     FixedText RID_ADDP_CMD_TXT_COMMAND
695     {
696         Pos = MAP_APPFONT( 10, 2 );
697         Size = MAP_APPFONT( 160, 24 );
698         WordBreak = TRUE;
699         Text [ en-US ] = "Please enter a c~ommand line appropriate for this device.";
700     };
701     ComboBox RID_ADDP_CMD_BOX_COMMAND
702     {
703         HelpID = "padmin:ComboBox:RID_ADDP_PAGE_COMMAND:RID_ADDP_CMD_BOX_COMMAND";
704         Pos = MAP_APPFONT( 10, 30);
705         Size = MAP_APPFONT( 220, 85 );
706         Border = TRUE;
707     };
708     ComboBox RID_ADDP_CMD_BOX_PDFCOMMAND
709     {
710         HelpID = "padmin:ComboBox:RID_ADDP_PAGE_COMMAND:RID_ADDP_CMD_BOX_PDFCOMMAND";
711         Pos = MAP_APPFONT( 10, 30);
712         Size = MAP_APPFONT( 220, 60 );
713         Border = TRUE;
714     };
715     FixedText RID_ADDP_CMD_TXT_PDFDIR
716     {
717         Pos = MAP_APPFONT( 10, 95 );
718         Size = MAP_APPFONT( 220, 8 );
719         Text [ en-US ] = "PDF ~target directory";
720     };
721     Edit RID_ADDP_CMD_EDT_PDFDIR
722     {
723         HelpID = "padmin:Edit:RID_ADDP_PAGE_COMMAND:RID_ADDP_CMD_EDT_PDFDIR";
724         Border = TRUE;
725         Pos = MAP_APPFONT( 10, 104 );
726         Size = MAP_APPFONT( 190, 12 );
727     };
728     PushButton RID_ADDP_CMD_BTN_PDFDIR
729     {
730         HelpID = "padmin:PushButton:RID_ADDP_PAGE_COMMAND:RID_ADDP_CMD_BTN_PDFDIR";
731         Pos = MAP_APPFONT( 205, 104 );
732         Size = MAP_APPFONT( 25, 12 );
733         Text = "~...";
734     };
735     PushButton RID_ADDP_CMD_BTN_HELP
736     {
737         HelpID = "padmin:PushButton:RID_ADDP_PAGE_COMMAND:RID_ADDP_CMD_BTN_HELP";
738         Pos = MAP_APPFONT( 180, 2 );
739         Size = MAP_APPFONT( 50, 12 );
740         Text [ en-US ] = "~Help";
741     };
742     String RID_ADDP_CMD_STR_PDFHELP
743     {
744         Text [ en-US ] = "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).";
745     };
746     String RID_ADDP_CMD_STR_FAXHELP
747     {
748         Text [ en-US ] = "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).";
749     };
752 TabPage RID_ADDP_PAGE_OLDPRINTERS
754     HelpID = "padmin:TabPage:RID_ADDP_PAGE_OLDPRINTERS";
755     Hide = TRUE;
756     Pos = MAP_APPFONT( 0, 30 );
757     Size = MAP_APPFONT( 240, 120 );
758     String RID_ADDP_STR_TITLE
759     {
760         Text [ en-US ] = "Import printers from old versions";
761     };
762     FixedText RID_ADDP_OLD_TXT_PRINTERS
763     {
764         Pos = MAP_APPFONT( 10, 10 );
765         Size = MAP_APPFONT( 165, 25 );
766         WordBreak = TRUE;
767         Text [ en-US ] = "~These printers can be imported. Please select the ones you want to import.";
768     };
769     MultiListBox RID_ADDP_OLD_BOX_PRINTERS
770     {
771         HelpID = "padmin:MultiListBox:RID_ADDP_PAGE_OLDPRINTERS:RID_ADDP_OLD_BOX_PRINTERS";
772         Pos = MAP_APPFONT( 10, 35 );
773         Size = MAP_APPFONT( 165, 80 );
774         Border = TRUE;
775     };
776     PushButton RID_ADDP_OLD_BTN_SELECTALL
777     {
778         HelpID = "padmin:PushButton:RID_ADDP_PAGE_OLDPRINTERS:RID_ADDP_OLD_BTN_SELECTALL";
779         Pos = MAP_APPFONT( 180, 35 );
780         Size = MAP_APPFONT( 50, 12 );
781         Text [ en-US ] = "~Select All";
782     };
785 TabPage RID_ADDP_PAGE_FAXDRIVER
787     HelpID = "padmin:TabPage:RID_ADDP_PAGE_FAXDRIVER";
788     Hide = TRUE;
789     Pos = MAP_APPFONT( 0, 30 );
790     Size = MAP_APPFONT( 240, 120 );
791     String RID_ADDP_STR_TITLE
792     {
793         Text [ en-US ] = "Choose a driver";
794     };
795     FixedText RID_ADDP_FAXDRV_TXT_DRIVER
796     {
797         Pos = MAP_APPFONT( 40, 20 );
798         Size = MAP_APPFONT( 160, 19 );
799         WordBreak = TRUE;
800         Text [ en-US ] = "Use the following driver for this fax connection";
801     };
802     RadioButton RID_ADDP_FAXDRV_BTN_DEFAULT
803     {
804         HelpID = "padmin:RadioButton:RID_ADDP_PAGE_FAXDRIVER:RID_ADDP_FAXDRV_BTN_DEFAULT";
805         Pos = MAP_APPFONT( 40,40 );
806         Size = MAP_APPFONT( 160, 10 );
807         Text [ en-US ] = "T~he default driver";
808     };
809     RadioButton RID_ADDP_FAXDRV_BTN_SELECT
810     {
811         HelpID = "padmin:RadioButton:RID_ADDP_PAGE_FAXDRIVER:RID_ADDP_FAXDRV_BTN_SELECT";
812         Pos = MAP_APPFONT( 40, 50 );
813         Size = MAP_APPFONT( 160,24 );
814         Text [ en-US ] = "A speci~fic driver, to adapt the format to another printer";
815     };
818 TabPage RID_ADDP_PAGE_PDFDRIVER
820     HelpID = "padmin:TabPage:RID_ADDP_PAGE_PDFDRIVER";
821     Hide = TRUE;
822     Pos = MAP_APPFONT( 0, 30 );
823     Size = MAP_APPFONT( 240, 120 );
824     String RID_ADDP_STR_TITLE
825     {
826         Text [ en-US ] = "Choose a driver";
827     };
828     FixedText RID_ADDP_PDFDRV_TXT_DRIVER
829     {
830         Pos = MAP_APPFONT( 40, 20 );
831         Size = MAP_APPFONT( 160, 19 );
832         WordBreak = TRUE;
833         Text [ en-US ] = "Use the following driver for this PDF converter";
834     };
835     RadioButton RID_ADDP_PDFDRV_BTN_DEFAULT
836     {
837         HelpID = "padmin:RadioButton:RID_ADDP_PAGE_PDFDRIVER:RID_ADDP_PDFDRV_BTN_DEFAULT";
838         Pos = MAP_APPFONT( 40, 40 );
839         Size = MAP_APPFONT( 160, 10 );
840         Text [ en-US ] = "T~he default driver";
841     };
842     RadioButton RID_ADDP_PDFDRV_BTN_DIST
843     {
844         HelpID = "padmin:RadioButton:RID_ADDP_PAGE_PDFDRIVER:RID_ADDP_PDFDRV_BTN_DIST";
845         Pos = MAP_APPFONT( 40,50 );
846         Size = MAP_APPFONT( 160, 10 );
847         Text [ en-US ] = "The Adobe D~istiller(tm) driver";
848     };
849     RadioButton RID_ADDP_PDFDRV_BTN_SELECT
850     {
851         HelpID = "padmin:RadioButton:RID_ADDP_PAGE_PDFDRIVER:RID_ADDP_PDFDRV_BTN_SELECT";
852         Pos = MAP_APPFONT( 40, 60 );
853         Size = MAP_APPFONT( 160, 24 );
854         Text [ en-US ] = "A spec~ific driver, to adapt the format to another printer";
855     };