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