xref: /trunk/main/padmin/source/padialog.src (revision 1ecadb572e7010ff3b3382ad9bf179dbc6efadbb)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "padialog.hrc"
29
30ModalDialog RID_FONTIMPORT_DIALOG
31{
32    HelpID = "padmin:ModalDialog:RID_FONTIMPORT_DIALOG";
33    OutputSize = TRUE ;
34    SVLook = TRUE ;
35    Size = MAP_APPFONT ( 230 , 185 );
36    Moveable = TRUE ;
37    Closeable = TRUE ;
38
39    ListBox RID_FIMP_BOX_NEWFONTS
40    {
41        HelpID = "padmin:ListBox:RID_FONTIMPORT_DIALOG:RID_FIMP_BOX_NEWFONTS";
42        Border = TRUE;
43        Sort=TRUE;
44        AutoHScroll = TRUE;
45        Pos = MAP_APPFONT( 5, 5 );
46        Size = MAP_APPFONT( 155, 75 );
47    };
48    FixedText RID_FIMP_TXT_HELP
49    {
50        Pos = MAP_APPFONT( 5, 155 );
51        Size = MAP_APPFONT( 220, 24 );
52        WordBreak=TRUE;
53        Text [ en-US ] = "Please select the folder from which you want to import fonts. Add the selected fonts by clicking the OK button.";
54    };
55    FixedLine RID_FIMP_FL_FROM
56    {
57        Pos = MAP_APPFONT( 5, 85 );
58        Size = MAP_APPFONT( 160, 8 );
59        Text [ en-US ] = "Source directory";
60    };
61    Edit RID_FIMP_EDT_FROM
62    {
63        HelpID = "padmin:Edit:RID_FONTIMPORT_DIALOG:RID_FIMP_EDT_FROM";
64        Border = TRUE;
65        Pos = MAP_APPFONT( 10, 97 );
66        Size = MAP_APPFONT( 130, 12 );
67    };
68    PushButton RID_FIMP_BTN_FROM
69    {
70        HelpID = "padmin:PushButton:RID_FONTIMPORT_DIALOG:RID_FIMP_BTN_FROM";
71        Pos = MAP_APPFONT( 145, 97 );
72        Size = MAP_APPFONT( 15, 12 );
73        Text = "...";
74    };
75    CheckBox RID_FIMP_BOX_SUBDIRS
76    {
77        HelpID = "padmin:CheckBox:RID_FONTIMPORT_DIALOG:RID_FIMP_BOX_SUBDIRS";
78        Pos = MAP_APPFONT( 10, 115 );
79        Size = MAP_APPFONT( 145, 10 );
80        Text [ en-US ] = "Sea~rch Subdirectories";
81    };
82    FixedLine RID_FIMP_FL_TARGETOPTS
83    {
84        Pos = MAP_APPFONT( 5, 130 );
85        Size = MAP_APPFONT( 160, 8 );
86        Text [ en-US ] = "Target options";
87    };
88
89    CheckBox RID_FIMP_BOX_LINKONLY
90    {
91        HelpID = "padmin:CheckBox:RID_FONTIMPORT_DIALOG:RID_FIMP_BOX_LINKONLY";
92        Pos = MAP_APPFONT( 10, 140 );
93        Size = MAP_APPFONT( 145, 10 );
94        Text [ en-US ] = "Create ~soft links only";
95    };
96    OKButton RID_FIMP_BTN_OK
97    {
98        DefButton = TRUE;
99        Pos = MAP_APPFONT( 175, 10 );
100        Size = MAP_APPFONT( 50, 12 );
101    };
102    CancelButton RID_FIMP_BTN_CANCEL
103    {
104        Pos = MAP_APPFONT( 175, 27 );
105        Size = MAP_APPFONT( 50, 12 );
106    };
107    PushButton RID_FIMP_BTN_SELECTALL
108    {
109        HelpID = "padmin:PushButton:RID_FONTIMPORT_DIALOG:RID_FIMP_BTN_SELECTALL";
110        Pos = MAP_APPFONT( 175, 44 );
111        Size = MAP_APPFONT( 50, 12 );
112        Text [ en-US ] = "~Select All";
113    };
114    String RID_FIMP_STR_IMPORTOP
115    {
116        Text [ en-US ] = "Add fonts";
117    };
118    String RID_FIMP_STR_QUERYOVERWRITE
119    {
120        Text [ en-US ] = "Do you really want to overwrite this font file?\n   %s";
121    };
122    String RID_FIMP_STR_OVERWRITEALL
123    {
124        Text [ en-US ] = "All";
125    };
126    String RID_FIMP_STR_OVERWRITENONE
127    {
128        Text [ en-US ] = "None";
129    };
130
131    String RID_FIMP_STR_NOAFM
132    {
133        Text [ en-US ] = "A format file (with an .afm extension) has not been found for the font\n%s\ntherefore, the font cannot be installed. Format files can be created with ghostscript, for example, and have to be located in the same directory as the font files or its afm subdirectory.";
134    };
135    String RID_FIMP_STR_AFMCOPYFAILED
136    {
137        Text [ en-US ] = "The metric file for the font file\n   %s\ncould not be copied. The font will not be installed.";
138    };
139    String RID_FIMP_STR_FONTCOPYFAILED
140    {
141        Text [ en-US ] = "The font file\n   %s\ncould not be copied. The font will not be installed.";
142    };
143    String RID_FIMP_STR_NOWRITEABLEFONTSDIR
144    {
145        Text [ en-US ] = "A directory containing a writable fonts.dir file is not located in the Fontpath. Therefore, fonts cannot be installed.";
146    };
147    String RID_FIMP_STR_NUMBEROFFONTSIMPORTED
148    {
149        Text [ en-US ] = "%d new fonts were added.";
150    };
151    Text [ en-US ] = "Add Fonts";
152};
153
154ModalDialog RID_PADIALOG
155{
156    HelpID = "padmin:ModalDialog:RID_PADIALOG";
157    OutputSize = TRUE ;
158    SVLook = TRUE ;
159    Size = MAP_APPFONT ( 260 , 198 ) ;
160    Moveable = TRUE ;
161    Closeable = TRUE ;
162
163    FixedLine RID_PA_FL_CUPSUSAGE
164    {
165        Pos = MAP_APPFONT( 6, 145 );
166        Size = MAP_APPFONT( 248, 8 );
167        Text [ en-US ] = "CUPS support";
168    };
169    CheckBox RID_PA_CB_CUPSUSAGE
170    {
171        HelpID = "padmin:CheckBox:RID_PADIALOG:RID_PA_CB_CUPSUSAGE";
172        Pos = MAP_APPFONT( 12, 158 );
173        Size = MAP_APPFONT( 168, 8 );
174        Text [ en-US ] = "Disable CUPS Support";
175    };
176
177    FixedLine RID_PA_FL_SEPBUTTON
178    {
179        Pos = MAP_APPFONT( 0, 176 );
180        Size = MAP_APPFONT( 260, 2 );
181    };
182    CancelButton RID_PA_BTN_CANCEL
183    {
184        DefButton = TRUE;
185        Pos = MAP_APPFONT( 190, 181 );
186        Size = MAP_APPFONT( 60, 12 );
187        Text [ en-US ] = "Close";
188    };
189
190    FixedLine RID_PA_FL_PRINTERS
191    {
192        Pos = MAP_APPFONT( 6, 5 );
193        Size = MAP_APPFONT( 248, 8 );
194        Text [ en-US ] = "Installed ~printers";
195    };
196    ListBox RID_PA_LB_DEV
197    {
198        HelpID = "padmin:ListBox:RID_PADIALOG:RID_PA_LB_DEV";
199        Pos = MAP_APPFONT( 12, 15 );
200        Size = MAP_APPFONT( 168, 80 );
201        Border = TRUE;
202        Sort = TRUE;
203    };
204    FixedText RID_PA_TXT_COMMAND
205    {
206        Pos = MAP_APPFONT( 10, 100 );
207        Size = MAP_APPFONT( 40, 8 );
208        Text [ en-US ] = "Command:";
209    };
210    FixedText RID_PA_TXT_COMMAND_STRING
211    {
212        Pos = MAP_APPFONT( 55, 100 );
213        Size = MAP_APPFONT( 135, 8 );
214    };
215    FixedText RID_PA_TXT_DRIVER
216    {
217        Pos = MAP_APPFONT( 10, 110 );
218        Size = MAP_APPFONT( 40, 8 );
219        Text [ en-US ] = "Driver:";
220    };
221    FixedText RID_PA_TXT_DRIVER_STRING
222    {
223        Pos = MAP_APPFONT( 55, 110 );
224        Size = MAP_APPFONT( 135, 8 );
225    };
226    FixedText RID_PA_TXT_LOCATION
227    {
228        Pos = MAP_APPFONT( 10, 120 );
229        Size = MAP_APPFONT( 40, 8 );
230        Text [ en-US ] = "Location:";
231    };
232    FixedText RID_PA_TXT_LOCATION_STRING
233    {
234        Pos = MAP_APPFONT( 55, 120 );
235        Size = MAP_APPFONT( 135, 8 );
236    };
237    FixedText RID_PA_TXT_COMMENT
238    {
239        Pos = MAP_APPFONT( 10, 130 );
240        Size = MAP_APPFONT( 40, 8 );
241        Text [ en-US ] = "Comment:";
242    };
243    FixedText RID_PA_TXT_COMMENT_STRING
244    {
245        Pos = MAP_APPFONT( 55, 130 );
246        Size = MAP_APPFONT( 135, 8 );
247    };
248    PushButton RID_PA_BTN_CONF
249    {
250        HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_CONF";
251        Pos = MAP_APPFONT( 190, 15 );
252        Size = MAP_APPFONT( 60, 12 );
253        Text [ en-US ] = "Properties...";
254    };
255    PushButton RID_PA_BTN_RENAME
256    {
257        HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_RENAME";
258        Pos = MAP_APPFONT( 190, 32 );
259        Size = MAP_APPFONT( 60, 12 );
260        Text [ en-US ] = "R~ename...";
261    };
262    PushButton RID_PA_BTN_STD
263    {
264        HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_STD";
265        Pos = MAP_APPFONT( 190, 49 );
266        Size = MAP_APPFONT( 60, 12 );
267        Text [ en-US ] = "~Default";
268    };
269    PushButton RID_PA_BTN_DEL
270    {
271        HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_DEL";
272        Pos = MAP_APPFONT( 190, 66 );
273        Size = MAP_APPFONT( 60, 12 );
274        Text [ en-US ] = "Remo~ve...";
275    };
276    PushButton RID_PA_TESTPAGE
277    {
278        HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_TESTPAGE";
279        Pos = MAP_APPFONT( 190, 83 );
280        Size = MAP_APPFONT( 60, 12 );
281        Text [ en-US ] = "Test ~Page";
282    };
283
284    PushButton RID_PA_BTN_FONTS
285    {
286        HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_FONTS";
287        Pos = MAP_APPFONT( 80, 181 );
288        Size = MAP_APPFONT( 70, 12 );
289        Text [ en-US ] = "Fon~ts...";
290    };
291    PushButton RID_PA_BTN_ADD
292    {
293        HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_ADD";
294        Pos = MAP_APPFONT( 5, 181 );
295        Size = MAP_APPFONT( 70, 12 );
296        Text [ en-US ] = "New Printer...";
297    };
298
299    String RID_PA_STR_DEFPRT
300    {
301        Text [ en-US ] = "Default printer";
302    };
303    String RID_PA_STR_RENAME
304    {
305        Text [ en-US ] = "Rename";
306    };
307    Text [ en-US ] = "Printer Administration";
308};
309
310ModalDialog RID_STRINGQUERYDLG
311{
312    HelpID = "padmin:ModalDialog:RID_STRINGQUERYDLG";
313    OutputSize = TRUE ;
314    SVLook = TRUE ;
315    Pos = MAP_APPFONT ( 10 , 10 ) ;
316    Size = MAP_APPFONT ( 200 , 42 ) ;
317    Moveable = TRUE ;
318    Closeable = TRUE ;
319    FixedText RID_STRQRY_TXT_RENAME
320    {
321        Pos = MAP_APPFONT ( 6 , 6 ) ;
322        Size = MAP_APPFONT ( 130 , 16 ) ;
323        Wordbreak=TRUE;
324    };
325    Edit RID_STRQRY_EDT_NEWNAME
326    {
327        HelpID = "padmin:Edit:RID_STRINGQUERYDLG:RID_STRQRY_EDT_NEWNAME";
328        Border = TRUE ;
329        Pos = MAP_APPFONT ( 6 , 23 ) ;
330        Size = MAP_APPFONT ( 130 , 12 ) ;
331    };
332    ComboBox RID_STRQRY_BOX_NEWNAME
333    {
334        HelpID = "padmin:ComboBox:RID_STRINGQUERYDLG:RID_STRQRY_BOX_NEWNAME";
335        Border = TRUE ;
336        DropDown = TRUE;
337        Pos = MAP_APPFONT ( 6 , 23 ) ;
338        Size = MAP_APPFONT ( 130 , 200 ) ;
339    };
340    OKButton RID_STRQRY_BTN_OK
341    {
342        DefButton = TRUE ;
343        Pos = MAP_APPFONT ( 145 , 6 ) ;
344        Size = MAP_APPFONT ( 50 , 12 ) ;
345    };
346    CancelButton RID_STRQRY_BTN_CANCEL
347    {
348        Pos = MAP_APPFONT ( 145 , 23 ) ;
349        Size = MAP_APPFONT ( 50 , 12 ) ;
350    };
351};
352
353String RID_ERR_NOPRINTER
354{
355    Text [ en-US ] = "Could not open printer %s.";
356};
357
358String RID_PA_TXT_TESTPAGE_PRINTED
359{
360    Text [ en-US ] = "The test page was printed succesfully. Please check the result.";
361};
362
363String RID_ERR_NOWRITE
364{
365    Text [en-US] = "No printers can be installed, because the file system is read-only.\nPlease contact your system administrator.";
366};
367
368String RID_QRY_PRTNAME
369{
370    Text [ en-US ] = "~New printer name";
371};
372
373String RID_TXT_TESTPAGE_MODEL
374{
375    Text [ en-US ] = "Model";
376};
377
378String RID_TXT_TESTPAGE_NAME
379{
380    Text [ en-US ] = "Name";
381};
382
383String RID_TXT_TESTPAGE_COMMENT
384{
385    Text [ en-US ] = "Comment";
386};
387
388String RID_TXT_TESTPAGE_QUEUE
389{
390    Text [ en-US ] = "Queue";
391};
392
393String RID_TXT_TESTPAGE_DATE
394{
395    Text [ en-US ] = "Date";
396};
397
398String RID_TXT_TESTPAGE_TIME
399{
400    Text [ en-US ] = "Time";
401};
402
403
404ModalDialog RID_FONTNAMEDIALOG
405{
406    HelpID = "padmin:ModalDialog:RID_FONTNAMEDIALOG";
407    OutputSize = TRUE ;
408    SVLook = TRUE ;
409    Size = MAP_APPFONT ( 255 , 110 ) ;
410    Moveable = TRUE ;
411    Closeable = TRUE ;
412    OKButton RID_FNTNM_BTN_OK
413    {
414        DefButton = TRUE ;
415        Pos = MAP_APPFONT ( 196 , 6 ) ;
416        Size = MAP_APPFONT ( 50 , 12 ) ;
417        Text [ en-US ] = "Close";
418    };
419    PushButton RID_FNTNM_BTN_RENAME
420    {
421        HelpID = "padmin:PushButton:RID_FONTNAMEDIALOG:RID_FNTNM_BTN_RENAME";
422        Pos = MAP_APPFONT( 196, 31 );
423        Size = MAP_APPFONT( 50, 12 );
424        Text [ en-US ] = "Re~name...";
425    };
426    PushButton RID_FNTNM_BTN_REMOVE
427    {
428        HelpID = "padmin:PushButton:RID_FONTNAMEDIALOG:RID_FNTNM_BTN_REMOVE";
429        Pos = MAP_APPFONT ( 196 , 48 ) ;
430        Size = MAP_APPFONT ( 50 , 12 ) ;
431        Text [ en-US ] = "~Remove...";
432    };
433    PushButton RID_FNTNM_BTN_IMPORT
434    {
435        HelpID = "padmin:PushButton:RID_FONTNAMEDIALOG:RID_FNTNM_BTN_IMPORT";
436        Pos = MAP_APPFONT ( 196 , 65 ) ;
437        Size = MAP_APPFONT ( 50 , 12 ) ;
438        Text [ en-US ] = "~Add...";
439    };
440    ListBox RID_FNTNM_LB_FONTS
441    {
442        HelpID = "padmin:ListBox:RID_FONTNAMEDIALOG:RID_FNTNM_LB_FONTS";
443        Border = TRUE ;
444        Sort = TRUE ;
445        AutoHScroll = TRUE;
446        Pos = MAP_APPFONT ( 6 , 6 ) ;
447        Size = MAP_APPFONT ( 185 , 70 ) ;
448    };
449    FixedText RID_FNTNM_FIXED
450    {
451        Pos = MAP_APPFONT ( 6 , 81 ) ;
452        Size = MAP_APPFONT ( 175 , 24 ) ;
453        WordBreak = TRUE;
454        Text [ en-US ] = "Note: The fonts are only available to the applications.";
455    };
456    String RID_FNTNM_STR_RENAME
457    {
458        Text [ en-US ] = "~New name for %s";
459    };
460    String RID_FNTNM_STR_TTCRENAME
461    {
462        Text [ en-US ] = "~New name for %s (%d1 of %d2)";
463    };
464    String RID_FNTNM_STR_NOTRENAMABLE
465    {
466        Text [ en-US ] = "The font %s cannot be renamed due to missing write permission.";
467    };
468    Text [ en-US ] = "Fonts";
469};
470String RID_BXT_TESTPAGE
471{
472    Text [ en-US ] = "Test page";
473};
474String RID_BXT_ENVIRONMENT
475{
476    Text [ en-US ] = "Wrong environment";
477};
478
479String RID_YOU_SURE
480{
481    Text [ en-US ] = "Are you sure ?";
482};
483
484Bitmap RID_BUTTERFLY
485{
486    File = "source/butter.png" ;
487};
488
489Bitmap RID_BMP_SMALL_PRINTER
490{
491    File = "source/print.png";
492};
493
494Bitmap RID_BMP_SMALL_FAX
495{
496    File = "source/fax.png";
497};
498
499Bitmap RID_BMP_SMALL_PDF
500{
501    File = "source/pdf.png";
502};
503
504Bitmap RID_BMP_PRINTER
505{
506    File = "source/printer_large.png";
507};
508
509Bitmap RID_BMP_SMALL_PRINTER_HC
510{
511    File = "source/printer_16_h.png";
512};
513
514Bitmap RID_BMP_SMALL_FAX_HC
515{
516    File = "source/fax_16_h.png";
517};
518
519Bitmap RID_BMP_SMALL_PDF_HC
520{
521    File = "source/printpdf_16_h.png";
522};
523
524Bitmap RID_BMP_PRINTER_HC
525{
526    File = "source/printer_40x48_h.png";
527};
528
529
530String RID_AFMERROR_OK
531{
532    Text [ en-US ] = "No error";
533};
534String RID_AFMERROR_NO_FONT_NAME
535{
536    Text [ en-US ] = "The metric does not contain a 'FontName' entry.";
537};
538String RID_AFMERROR_NO_FULL_NAME
539{
540    Text [ en-US ] = "The metric does not contain a 'FullName' entry.";
541};
542String RID_AFMERROR_NO_FAMILY_NAME
543{
544    Text [ en-US ] = "The metric does not contain a 'FamilyName' entry.";
545};
546String RID_AFMERROR_MOVETO_FAILED
547{
548    Text [ en-US ] = "The converted metric could not be written.";
549};
550String RID_AFMERROR_STREAM_READ_FAILED
551{
552    Text [ en-US ] = "The metric could not be read.";
553};
554String RID_AFMERROR_STREAM_WRITE_FAILED
555{
556    Text [ en-US ] = "A temporary file could not be created.";
557};
558STRING RID_AFMERROR_NOT_A_METRIC
559{
560    Text [ en-US ] = "The file does not contain a metric.";
561};
562String RID_AFMERROR_BOX_TXT
563{
564    Text [ en-US ] = "The metric\n\n%s\n\ncould not be converted for the following reason:\n\n";
565};
566
567ModelessDialog RID_PROGRESS_DLG
568{
569    HelpID = "padmin:ModelessDialog:RID_PROGRESS_DLG";
570    OutputSize = TRUE ;
571    SVLook = TRUE ;
572    Pos = MAP_APPFONT ( 10 , 10 ) ;
573    Size = MAP_APPFONT ( 150 , 90 ) ;
574    Moveable = TRUE ;
575    Closeable = FALSE ;
576    CancelButton RID_PROGRESS_BTN_CANCEL
577    {
578        Pos = MAP_APPFONT ( 50 , 71 ) ;
579        Size = MAP_APPFONT ( 50 , 14 ) ;
580    };
581    FixedText RID_PROGRESS_OPERATION_TXT
582    {
583        Pos = MAP_APPFONT ( 6 , 6 ) ;
584        Size = MAP_APPFONT ( 140 , 18 ) ;
585    };
586    FixedText RID_PROGRESS_PROGRESS_TXT
587    {
588        Pos = MAP_APPFONT( 6, 48 );
589        Size = MAP_APPFONT( 140, 8 );
590        Text [ en-US ] = "Progress";
591    };
592    Window RID_PROGRESS_STATUSBAR
593    {
594        SVLook = TRUE;
595        Border = TRUE;
596        Pos = MAP_APPFONT ( 6 , 58 ) ;
597        Size = MAP_APPFONT( 140, 8 );
598    };
599    FixedText RID_PROGRESS_FILENAME_TXT
600    {
601        Pos = MAP_APPFONT ( 6 , 28 ) ;
602        Size = MAP_APPFONT ( 140 , 8 ) ;
603    };
604    Text [ en-US ] = "Please wait";
605};
606
607String RID_OPERATION_CONVERTMETRIC
608{
609    Text [ en-US ] = "Font metrics conversion";
610};
611
612
613ModalDialog RID_PPDIMPORT_DLG
614{
615    HelpID = "padmin:ModalDialog:RID_PPDIMPORT_DLG";
616    OutputSize = TRUE ;
617    SVLook = TRUE ;
618    Size = MAP_APPFONT ( 265 , 225 ) ;
619    Moveable = TRUE ;
620    Closeable = TRUE ;
621
622    FixedLine RID_PPDIMP_GROUP_PATH
623    {
624        Pos = MAP_APPFONT( 5, 5 );
625        Size = MAP_APPFONT( 200, 8 );
626        Text [ en-US ] = "Dri~ver directory";
627    };
628    FixedText RID_PPDIMP_TXT_PATH
629    {
630        Pos = MAP_APPFONT( 10, 33 );
631        Size = MAP_APPFONT( 190, 8 );
632        Text [ en-US ] = "Please select the driver directory.";
633    };
634    ComboBox RID_PPDIMP_LB_PATH
635    {
636        HelpID = "padmin:ComboBox:RID_PPDIMPORT_DLG:RID_PPDIMP_LB_PATH";
637        Dropdown = TRUE;
638        Border = TRUE;
639        Sort = TRUE;
640
641        Pos = MAP_APPFONT( 10, 15 );
642        Size = MAP_APPFONT( 130, 80 );
643    };
644    PushButton RID_PPDIMP_BTN_SEARCH
645    {
646        HelpID = "padmin:PushButton:RID_PPDIMPORT_DLG:RID_PPDIMP_BTN_SEARCH";
647        Pos = MAP_APPFONT( 145, 15 );
648        Size = MAP_APPFONT( 50, 14 );
649        Text [ en-US ] = "Browse...";
650    };
651
652    FixedLine RID_PPDIMP_GROUP_DRIVER
653    {
654        Pos = MAP_APPFONT( 5, 60 );
655        Size = MAP_APPFONT( 200, 8 );
656        Text [ en-US ] = "~Selection of drivers";
657    };
658    MultiListBox RID_PPDIMP_LB_DRIVER
659    {
660        HelpID = "padmin:MultiListBox:RID_PPDIMPORT_DLG:RID_PPDIMP_LB_DRIVER";
661        Border = TRUE;
662        Sort = TRUE;
663        SimpleMode = TRUE;
664        AutoHScroll = TRUE;
665        Pos = MAP_APPFONT( 10, 70 );
666        Size = MAP_APPFONT( 190, 120 );
667    };
668    FixedText RID_PPDIMP_TXT_DRIVER
669    {
670        Pos = MAP_APPFONT( 10, 195 );
671        Size = MAP_APPFONT( 190, 60 );
672        WordBreak = TRUE;
673        Text [ en-US ] = "Please select the drivers to install and press \"%s\".";
674    };
675    String RID_PPDIMP_STR_LOADINGPPD
676    {
677        Text [ en-US ] = "Searching for drivers";
678    };
679    OKButton RID_PPDIMP_BTN_OK
680    {
681        DefButton = TRUE;
682        Pos = MAP_APPFONT( 210, 10 );
683        Size = MAP_APPFONT( 50, 14 );
684    };
685    CancelButton RID_PPDIMP_BTN_CANCEL
686    {
687        Pos = MAP_APPFONT( 210, 29 );
688        Size = MAP_APPFONT( 50, 14 );
689    };
690
691    Text [ en-US ] = "Driver Installation";
692};
693
694String RID_QUERY_REMOVEDRIVER
695{
696    Text [ en-US ] = "Do you really want to remove the driver \"%s\"?";
697};
698
699String RID_QUERY_REMOVEPRINTER
700{
701    Text [ en-US ] = "Do you really want to remove this printer ?";
702};
703
704String RID_QUERY_REMOVEFONTFROMLIST
705{
706    Text [ en-US ] = "Do you really want to remove the selected fonts ?";
707};
708
709String RID_QUERY_DRIVERUSED
710{
711    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.";
712};
713
714String RID_ERR_REMOVESGENPRT
715{
716    Text [ en-US ] = "The driver \"%s\" is always needed and can therefore not be removed.";
717};
718
719String RID_ERR_REMOVEDRIVERFAILED
720{
721    Text [ en-US ] = "The driver \"%s1\" could not be removed. It was not possible to remove the file\n\n%s2.";
722};
723
724String RID_ERR_REMOVEDEFAULTDRIVER
725{
726    Text [ en-US ] = "The driver \"%s\" is used by your default printer. Therefore, it cannot be removed.";
727};
728
729String RID_ERR_PRINTERNOTREMOVEABLE
730{
731    Text [ en-US ] = "The printer %s cannot be removed.";
732};
733
734String RID_TXT_PRINTERALREADYEXISTS
735{
736    Text [ en-US ] = "A printer named \"%s\" already exists. This printer will not be imported.";
737};
738
739String RID_TXT_PRINTERWITHOUTCOMMAND
740{
741    Text [ en-US ] = "The printer \"%s\" has no valid configuration and, therefore, cannot be imported.";
742};
743
744String RID_TXT_DRIVERDOESNOTEXIST
745{
746    Text [ en-US ] = "The driver for the printer \"%s1\" (%s2) is not installed. Therefore the printer cannot be imported.";
747};
748
749String RID_TXT_PRINTERADDFAILED
750{
751    Text [ en-US ] = "The printer \"%s\" could not be added.";
752};
753
754ModalDialog RID_ADD_PRINTER_DIALOG
755{
756    HelpID = "padmin:ModalDialog:RID_ADD_PRINTER_DIALOG";
757    OutputSize = TRUE ;
758    SVLook = TRUE ;
759    Size = MAP_APPFONT ( 240 , 172 ) ;
760    Moveable = TRUE ;
761    Closeable = TRUE ;
762
763    Control RID_ADDP_CTRL_TITLE
764    {
765        Pos = MAP_APPFONT( 0, 0 );
766        Size = MAP_APPFONT( 240, 26 );
767    };
768    FixedLine RID_ADDP_LINE
769    {
770        Pos = MAP_APPFONT( 0, 150 );
771        Size = MAP_APPFONT( 240, 2 );
772    };
773    OKButton RID_ADDP_BTN_FINISH
774    {
775        Pos = MAP_APPFONT( 185, 155 );
776        Size = MAP_APPFONT( 50, 12 );
777        Text [ en-US ] = "~Finish";
778    };
779    CancelButton RID_ADDP_BTN_CANCEL
780    {
781        Pos = MAP_APPFONT( 5, 155 );
782        Size = MAP_APPFONT( 50, 12 );
783    };
784    PushButton RID_ADDP_BTN_NEXT
785    {
786        HelpID = "padmin:PushButton:RID_ADD_PRINTER_DIALOG:RID_ADDP_BTN_NEXT";
787        Pos = MAP_APPFONT( 130, 155 );
788        Size = MAP_APPFONT( 50, 12 );
789        Text [ en-US ] = "~Next >>";
790    };
791    PushButton RID_ADDP_BTN_PREV
792    {
793        HelpID = "padmin:PushButton:RID_ADD_PRINTER_DIALOG:RID_ADDP_BTN_PREV";
794        Pos = MAP_APPFONT( 75, 155 );
795        Size = MAP_APPFONT( 50, 12 );
796        Text [ en-US ] = "<< ~Back";
797    };
798    Text [ en-US ] = "Add Printer";
799};
800
801TabPage RID_ADDP_PAGE_CHOOSEDRIVER
802{
803    HelpID = "padmin:TabPage:RID_ADDP_PAGE_CHOOSEDRIVER";
804    Hide = TRUE;
805    Pos = MAP_APPFONT( 0, 30 );
806    Size = MAP_APPFONT( 240, 120 );
807    String RID_ADDP_STR_TITLE
808    {
809        Text [ en-US ] = "Choose a driver";
810    };
811    FixedText RID_ADDP_CHDRV_TXT_DRIVER
812    {
813        Pos = MAP_APPFONT( 5, 5 );
814        Size = MAP_APPFONT( 230, 8 );
815        Text [ en-US ] = "Please select a s~uitable driver.";
816    };
817    ListBox RID_ADDP_CHDRV_BOX_DRIVER
818    {
819        HelpID = "padmin:ListBox:RID_ADDP_PAGE_CHOOSEDRIVER:RID_ADDP_CHDRV_BOX_DRIVER";
820        Pos = MAP_APPFONT( 5, 15 );
821        Size = MAP_APPFONT( 175, 100 );
822        Border = TRUE;
823        Sort = TRUE;
824    };
825    PushButton RID_ADDP_CHDRV_BTN_ADD
826    {
827        HelpID = "padmin:PushButton:RID_ADDP_PAGE_CHOOSEDRIVER:RID_ADDP_CHDRV_BTN_ADD";
828        Pos = MAP_APPFONT( 185, 15 );
829        Size = MAP_APPFONT( 50, 12 );
830        Text [ en-US ] = "~Import...";
831    };
832    PushButton RID_ADDP_CHDRV_BTN_REMOVE
833    {
834        HelpID = "padmin:PushButton:RID_ADDP_PAGE_CHOOSEDRIVER:RID_ADDP_CHDRV_BTN_REMOVE";
835        Pos = MAP_APPFONT( 185, 32 );
836        Size = MAP_APPFONT( 50, 12 );
837        Text [ en-US ] = "~Delete";
838    };
839    String RID_ADDP_CHDRV_STR_REMOVE
840    {
841        Text [ en-US ] = "Delete driver";
842    };
843};
844
845TabPage RID_ADDP_PAGE_CHOOSEDEV
846{
847    HelpID = "padmin:TabPage:RID_ADDP_PAGE_CHOOSEDEV";
848    Hide = TRUE;
849    Pos = MAP_APPFONT( 0, 30 );
850    Size = MAP_APPFONT( 240, 120 );
851    String RID_ADDP_STR_TITLE
852    {
853        Text [ en-US ] = "Choose a device type";
854    };
855    FixedText RID_ADDP_CHDEV_TXT_OVER
856    {
857        Pos = MAP_APPFONT( 40, 25 );
858        Size = MAP_APPFONT( 180, 8 );
859        Text [ en-US ] = "Do you want to";
860    };
861    RadioButton RID_ADDP_CHDEV_BTN_PRINTER
862    {
863        HelpID = "padmin:RadioButton:RID_ADDP_PAGE_CHOOSEDEV:RID_ADDP_CHDEV_BTN_PRINTER";
864        Pos = MAP_APPFONT ( 40, 40 );
865        Size = MAP_APPFONT( 180, 10 );
866        Text [ en-US ] = "Add a ~printer";
867    };
868    RadioButton RID_ADDP_CHDEV_BTN_FAX
869    {
870        HelpID = "padmin:RadioButton:RID_ADDP_PAGE_CHOOSEDEV:RID_ADDP_CHDEV_BTN_FAX";
871        Pos = MAP_APPFONT ( 40, 50 );
872        Size = MAP_APPFONT( 180, 10 );
873        Text [ en-US ] = "Connect a fa~x device";
874    };
875    RadioButton RID_ADDP_CHDEV_BTN_PDF
876    {
877        HelpID = "padmin:RadioButton:RID_ADDP_PAGE_CHOOSEDEV:RID_ADDP_CHDEV_BTN_PDF";
878        Pos = MAP_APPFONT ( 40, 60 );
879        Size = MAP_APPFONT( 180, 10 );
880        Text [ en-US ] = "Connect a P~DF converter";
881    };
882    RadioButton RID_ADDP_CHDEV_BTN_OLD
883    {
884        HelpID = "padmin:RadioButton:RID_ADDP_PAGE_CHOOSEDEV:RID_ADDP_CHDEV_BTN_OLD";
885        Pos = MAP_APPFONT ( 40, 70 );
886        Size = MAP_APPFONT( 180, 10 );
887        Text [ en-US ] = "~Import printers from a StarOffice installation";
888    };
889};
890
891TabPage RID_ADDP_PAGE_NAME
892{
893    HelpID = "padmin:TabPage:RID_ADDP_PAGE_NAME";
894    Hide = TRUE;
895    Pos = MAP_APPFONT( 0, 30 );
896    Size = MAP_APPFONT( 240, 120 );
897    String RID_ADDP_STR_TITLE
898    {
899        Text [ en-US ] = "Choose a name";
900    };
901    FixedText RID_ADDP_NAME_TXT_NAME
902    {
903        Pos = MAP_APPFONT( 40, 25 );
904        Size = MAP_APPFONT( 220, 8 );
905        Text [ en-US ] = "Please enter a name for the printer.";
906    };
907    FixedText RID_ADDP_NAME_TXT_FAXNAME
908    {
909        Pos = MAP_APPFONT( 40, 25 );
910        Size = MAP_APPFONT( 220, 8 );
911        Text [ en-US ] = "Please enter a name for the fax connection.";
912    };
913    FixedText RID_ADDP_NAME_TXT_PDFNAME
914    {
915        Pos = MAP_APPFONT( 40, 25 );
916        Size = MAP_APPFONT( 220, 8 );
917        Text [ en-US ] = "Please enter a name for the PDF connection.";
918    };
919    Edit RID_ADDP_NAME_EDT_NAME
920    {
921        HelpID = "padmin:Edit:RID_ADDP_PAGE_NAME:RID_ADDP_NAME_EDT_NAME";
922        Pos = MAP_APPFONT( 40, 35 );
923        Size = MAP_APPFONT( 160, 12 );
924        Border = TRUE;
925    };
926    Edit RID_ADDP_NAME_EDT_FAXNAME
927    {
928        HelpID = "padmin:Edit:RID_ADDP_PAGE_NAME:RID_ADDP_NAME_EDT_FAXNAME";
929        Pos = MAP_APPFONT( 40, 35 );
930        Size = MAP_APPFONT( 160, 12 );
931        Border = TRUE;
932        Text [ en-US ] = "Fax printer";
933    };
934    Edit RID_ADDP_NAME_EDT_PDFNAME
935    {
936        HelpID = "padmin:Edit:RID_ADDP_PAGE_NAME:RID_ADDP_NAME_EDT_PDFNAME";
937        Pos = MAP_APPFONT( 40, 35 );
938        Size = MAP_APPFONT( 160, 12 );
939        Border = TRUE;
940        Text [ en-US ] = "PDF converter";
941    };
942    CheckBox RID_ADDP_NAME_BOX_DEFAULT
943    {
944        HelpID = "padmin:CheckBox:RID_ADDP_PAGE_NAME:RID_ADDP_NAME_BOX_DEFAULT";
945        Pos = MAP_APPFONT( 40, 50 );
946        Size = MAP_APPFONT( 160, 12 );
947        Text [ en-US ] = "~Use as default printer";
948    };
949    CheckBox RID_ADDP_NAME_BOX_FAXSWALLOW
950    {
951        HelpID = "padmin:CheckBox:RID_ADDP_PAGE_NAME:RID_ADDP_NAME_BOX_FAXSWALLOW";
952        Pos = MAP_APPFONT( 40, 50 );
953        Size = MAP_APPFONT( 160, 12 );
954        Text [ en-US ] = "Remo~ve fax number from output";
955    };
956};
957
958TabPage RID_ADDP_PAGE_COMMAND
959{
960    HelpID = "padmin:TabPage:RID_ADDP_PAGE_COMMAND";
961    Hide = TRUE;
962    Pos = MAP_APPFONT( 0, 30 );
963    Size = MAP_APPFONT( 240, 120 );
964    String RID_ADDP_STR_TITLE
965    {
966        Text [ en-US ] = "Choose a command line";
967    };
968    FixedText RID_ADDP_CMD_TXT_COMMAND
969    {
970        Pos = MAP_APPFONT( 10, 2 );
971        Size = MAP_APPFONT( 160, 24 );
972        WordBreak = TRUE;
973        Text [ en-US ] = "Please enter a c~ommand line appropriate for this device.";
974    };
975    ComboBox RID_ADDP_CMD_BOX_COMMAND
976    {
977        HelpID = "padmin:ComboBox:RID_ADDP_PAGE_COMMAND:RID_ADDP_CMD_BOX_COMMAND";
978        Pos = MAP_APPFONT( 10, 30);
979        Size = MAP_APPFONT( 220, 85 );
980        Border = TRUE;
981    };
982    ComboBox RID_ADDP_CMD_BOX_PDFCOMMAND
983    {
984        HelpID = "padmin:ComboBox:RID_ADDP_PAGE_COMMAND:RID_ADDP_CMD_BOX_PDFCOMMAND";
985        Pos = MAP_APPFONT( 10, 30);
986        Size = MAP_APPFONT( 220, 60 );
987        Border = TRUE;
988    };
989    FixedText RID_ADDP_CMD_TXT_PDFDIR
990    {
991        Pos = MAP_APPFONT( 10, 95 );
992        Size = MAP_APPFONT( 220, 8 );
993        Text [ en-US ] = "PDF ~target directory";
994    };
995    Edit RID_ADDP_CMD_EDT_PDFDIR
996    {
997        HelpID = "padmin:Edit:RID_ADDP_PAGE_COMMAND:RID_ADDP_CMD_EDT_PDFDIR";
998        Border = TRUE;
999        Pos = MAP_APPFONT( 10, 104 );
1000        Size = MAP_APPFONT( 190, 12 );
1001    };
1002    PushButton RID_ADDP_CMD_BTN_PDFDIR
1003    {
1004        HelpID = "padmin:PushButton:RID_ADDP_PAGE_COMMAND:RID_ADDP_CMD_BTN_PDFDIR";
1005        Pos = MAP_APPFONT( 205, 104 );
1006        Size = MAP_APPFONT( 25, 12 );
1007        Text = "~...";
1008    };
1009    PushButton RID_ADDP_CMD_BTN_HELP
1010    {
1011        HelpID = "padmin:PushButton:RID_ADDP_PAGE_COMMAND:RID_ADDP_CMD_BTN_HELP";
1012        Pos = MAP_APPFONT( 180, 2 );
1013        Size = MAP_APPFONT( 50, 12 );
1014        Text [ en-US ] = "~Help";
1015    };
1016    String RID_ADDP_CMD_STR_PDFHELP
1017    {
1018        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).";
1019    };
1020    String RID_ADDP_CMD_STR_FAXHELP
1021    {
1022        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).";
1023    };
1024};
1025
1026TabPage RID_ADDP_PAGE_OLDPRINTERS
1027{
1028    HelpID = "padmin:TabPage:RID_ADDP_PAGE_OLDPRINTERS";
1029    Hide = TRUE;
1030    Pos = MAP_APPFONT( 0, 30 );
1031    Size = MAP_APPFONT( 240, 120 );
1032    String RID_ADDP_STR_TITLE
1033    {
1034        Text [ en-US ] = "Import printers from old versions";
1035    };
1036    FixedText RID_ADDP_OLD_TXT_PRINTERS
1037    {
1038        Pos = MAP_APPFONT( 10, 10 );
1039        Size = MAP_APPFONT( 165, 25 );
1040        WordBreak = TRUE;
1041        Text [ en-US ] = "~These printers can be imported. Please select the ones you want to import.";
1042    };
1043    MultiListBox RID_ADDP_OLD_BOX_PRINTERS
1044    {
1045        HelpID = "padmin:MultiListBox:RID_ADDP_PAGE_OLDPRINTERS:RID_ADDP_OLD_BOX_PRINTERS";
1046        Pos = MAP_APPFONT( 10, 35 );
1047        Size = MAP_APPFONT( 165, 80 );
1048        Border = TRUE;
1049    };
1050    PushButton RID_ADDP_OLD_BTN_SELECTALL
1051    {
1052        HelpID = "padmin:PushButton:RID_ADDP_PAGE_OLDPRINTERS:RID_ADDP_OLD_BTN_SELECTALL";
1053        Pos = MAP_APPFONT( 180, 35 );
1054        Size = MAP_APPFONT( 50, 12 );
1055        Text [ en-US ] = "~Select All";
1056    };
1057};
1058
1059TabPage RID_ADDP_PAGE_FAXDRIVER
1060{
1061    HelpID = "padmin:TabPage:RID_ADDP_PAGE_FAXDRIVER";
1062    Hide = TRUE;
1063    Pos = MAP_APPFONT( 0, 30 );
1064    Size = MAP_APPFONT( 240, 120 );
1065    String RID_ADDP_STR_TITLE
1066    {
1067        Text [ en-US ] = "Choose a driver";
1068    };
1069    FixedText RID_ADDP_FAXDRV_TXT_DRIVER
1070    {
1071        Pos = MAP_APPFONT( 40, 20 );
1072        Size = MAP_APPFONT( 160, 19 );
1073        WordBreak = TRUE;
1074        Text [ en-US ] = "Use the following driver for this fax connection";
1075    };
1076    RadioButton RID_ADDP_FAXDRV_BTN_DEFAULT
1077    {
1078        HelpID = "padmin:RadioButton:RID_ADDP_PAGE_FAXDRIVER:RID_ADDP_FAXDRV_BTN_DEFAULT";
1079        Pos = MAP_APPFONT( 40,40 );
1080        Size = MAP_APPFONT( 160, 10 );
1081        Text [ en-US ] = "T~he default driver";
1082    };
1083    RadioButton RID_ADDP_FAXDRV_BTN_SELECT
1084    {
1085        HelpID = "padmin:RadioButton:RID_ADDP_PAGE_FAXDRIVER:RID_ADDP_FAXDRV_BTN_SELECT";
1086        Pos = MAP_APPFONT( 40, 50 );
1087        Size = MAP_APPFONT( 160,24 );
1088        Text [ en-US ] = "A speci~fic driver, to adapt the format to another printer";
1089    };
1090};
1091
1092TabPage RID_ADDP_PAGE_PDFDRIVER
1093{
1094    HelpID = "padmin:TabPage:RID_ADDP_PAGE_PDFDRIVER";
1095    Hide = TRUE;
1096    Pos = MAP_APPFONT( 0, 30 );
1097    Size = MAP_APPFONT( 240, 120 );
1098    String RID_ADDP_STR_TITLE
1099    {
1100        Text [ en-US ] = "Choose a driver";
1101    };
1102    FixedText RID_ADDP_PDFDRV_TXT_DRIVER
1103    {
1104        Pos = MAP_APPFONT( 40, 20 );
1105        Size = MAP_APPFONT( 160, 19 );
1106        WordBreak = TRUE;
1107        Text [ en-US ] = "Use the following driver for this PDF converter";
1108    };
1109    RadioButton RID_ADDP_PDFDRV_BTN_DEFAULT
1110    {
1111        HelpID = "padmin:RadioButton:RID_ADDP_PAGE_PDFDRIVER:RID_ADDP_PDFDRV_BTN_DEFAULT";
1112        Pos = MAP_APPFONT( 40, 40 );
1113        Size = MAP_APPFONT( 160, 10 );
1114        Text [ en-US ] = "T~he default driver";
1115    };
1116    RadioButton RID_ADDP_PDFDRV_BTN_DIST
1117    {
1118        HelpID = "padmin:RadioButton:RID_ADDP_PAGE_PDFDRIVER:RID_ADDP_PDFDRV_BTN_DIST";
1119        Pos = MAP_APPFONT( 40,50 );
1120        Size = MAP_APPFONT( 160, 10 );
1121        Text [ en-US ] = "The Adobe D~istiller(tm) driver";
1122    };
1123    RadioButton RID_ADDP_PDFDRV_BTN_SELECT
1124    {
1125        HelpID = "padmin:RadioButton:RID_ADDP_PAGE_PDFDRIVER:RID_ADDP_PDFDRV_BTN_SELECT";
1126        Pos = MAP_APPFONT( 40, 60 );
1127        Size = MAP_APPFONT( 160, 24 );
1128        Text [ en-US ] = "A spec~ific driver, to adapt the format to another printer";
1129    };
1130};
1131
1132String RID_TXT_FONT_ITALIC
1133{
1134    Text [ en-US ] = "Italic";
1135};
1136
1137String RID_TXT_FONT_OBLIQUE
1138{
1139    Text [ en-US ] = "Oblique";
1140};
1141
1142String RID_TXT_FONT_THIN
1143{
1144    Text [ en-US ] = "Thin";
1145};
1146
1147String RID_TXT_FONT_ULTRALIGHT
1148{
1149    Text [ en-US ] = "Ultralight";
1150};
1151
1152String RID_TXT_FONT_SEMILIGHT
1153{
1154    Text [ en-US ] = "Semilight";
1155};
1156
1157String RID_TXT_FONT_LIGHT
1158{
1159    Text [ en-US ] = "Light";
1160};
1161
1162String RID_TXT_FONT_SEMIBOLD
1163{
1164    Text [ en-US ] = "Semibold";
1165};
1166
1167String RID_TXT_FONT_BOLD
1168{
1169    Text [ en-US ] = "Bold";
1170};
1171
1172String RID_TXT_FONT_ULTRABOLD
1173{
1174    Text [ en-US ] = "Ultrabold";
1175};
1176
1177String RID_TXT_FONT_ULTRACONDENSED
1178{
1179    Text [ en-US ] = "Ultracondensed";
1180};
1181
1182String RID_TXT_FONT_EXTRACONDENSED
1183{
1184    Text [ en-US ] = "Extracondensed";
1185};
1186
1187String RID_TXT_FONT_CONDENSED
1188{
1189    Text [ en-US ] = "Condensed";
1190};
1191
1192String RID_TXT_FONT_SEMICONDENSED
1193{
1194    Text [ en-US ] = "Semicondensed";
1195};
1196
1197String RID_TXT_FONT_SEMIEXPANDED
1198{
1199    Text [ en-US ] = "Semiexpanded";
1200};
1201
1202String RID_TXT_FONT_EXPANDED
1203{
1204    Text [ en-US ] = "Expanded";
1205};
1206
1207String RID_TXT_FONT_EXTRAEXPANDED
1208{
1209    Text [ en-US ] = "Extraexpanded";
1210};
1211
1212String RID_TXT_FONT_ULTRAEXPANDED
1213{
1214    Text [ en-US ] = "Ultraexpanded";
1215};
1216
1217String RID_TXT_FONT_REGULAR
1218{
1219    Text [ en-US ] = "Regular";
1220};
1221
1222
1223