update dev300-m58
[ooovba.git] / padmin / source / rtsetup.src
blobb0c77a33bbd4e8101b16dc27f4fdc7f6cc853ef6
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: rtsetup.src,v $
10  * $Revision: 1.46 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "rtsetup.hrc"
33 TabDialog RID_RTS_RTSDIALOG
35     Moveable = TRUE;
36     Closeable = TRUE;
37     SVLook = TRUE;
39     TabControl RID_RTS_RTSDIALOG_TABCONTROL
40     {
41         OutputSize = TRUE;
42         PageList =
43         {
44             PageItem
45             {
46                 Identifier = RID_RTS_COMMANDPAGE;
47                 Text [ en-US ] = "Command";
48             };
49             PageItem
50             {
51                 Identifier = RID_RTS_PAPERPAGE;
52                 Text [ en-US ] = "Paper";
53             };
54             PageItem
55             {
56                 Identifier = RID_RTS_DEVICEPAGE;
57                 Text [ en-US ] = "Device";
58             };
59             PageItem
60             {
61                 Identifier = RID_RTS_FONTSUBSTPAGE;
62                 Text [ en-US ] = "Font Replacement";
63             };
64             PageItem
65             {
66                 Identifier = RID_RTS_OTHERPAGE;
67                 Text [ en-US ] = "Other Settings";
68             };
69         };
70     };
71     String RID_RTS_RTSDIALOG_FROMDRIVER_TXT
72     {
73         Text [ en-US ] = "from driver";
74     };
75     String RID_RTS_RTSDIALOG_INVALID_TXT
76     {
77         Text [ en-US ] = "<ignore>";
78     };
79     Text [ en-US ] = "Properties of %s";
82 TabPage RID_RTS_PAPERPAGE
84     Hide = TRUE;
85     Size = MAP_APPFONT( 230, 175 );
86     FixedText RID_RTS_PAPER_PAPER_TXT
87     {
88         Pos = MAP_APPFONT( 5, 5 );
89         Size = MAP_APPFONT( 80, 8 );
90         Text [ en-US ] = "~Paper size";
91     };
92     ListBox RID_RTS_PAPER_PAPER_BOX
93     {
94         Border = TRUE;
95         DropDown = TRUE;
96         Pos = MAP_APPFONT( 115, 5 );
97         Size = MAP_APPFONT( 110, 120 );
98     };
99     FixedText RID_RTS_PAPER_ORIENTATION_TXT
100     {
101         Pos = MAP_APPFONT( 5, 20 );
102         Size = MAP_APPFONT( 80, 8 );
103         Text [ en-US ] = "~Orientation";
104     };
105     ListBox RID_RTS_PAPER_ORIENTATION_BOX
106     {
107         Border = TRUE;
108         DropDown = TRUE;
109         Pos = MAP_APPFONT( 115, 20 );
110         Size = MAP_APPFONT( 110, 120 );
111     };
112     FixedText RID_RTS_PAPER_DUPLEX_TXT
113     {
114         Pos = MAP_APPFONT( 5, 35 );
115         Size = MAP_APPFONT( 80, 8 );
116         Text [ en-US ] = "~Duplex";
117     };
118     ListBox RID_RTS_PAPER_DUPLEX_BOX
119     {
120         Border = TRUE;
121         DropDown = TRUE;
122         Pos = MAP_APPFONT( 115, 35 );
123         Size = MAP_APPFONT( 110, 120 );
124     };
125     FixedText RID_RTS_PAPER_SLOT_TXT
126     {
127         Pos = MAP_APPFONT( 5, 50 );
128         Size = MAP_APPFONT( 80, 8 );
129         Text [ en-US ] = "Paper tray";
130     };
131     ListBox RID_RTS_PAPER_SLOT_BOX
132     {
133         Border = TRUE;
134         DropDown = TRUE;
135         Pos = MAP_APPFONT( 115, 50 );
136         Size = MAP_APPFONT( 110, 120 );
137     };
140 TabPage RID_RTS_DEVICEPAGE
142     Hide = TRUE;
143     Size = MAP_APPFONT( 230, 175 );
145     String RID_RTS_DEVICE_COLOR_TXT
146     {
147         Text [ en-US ] = "Color";
148     };
149     String RID_RTS_DEVICE_GRAY_TXT
150     {
151         Text [ en-US ] = "Grayscale";
152     };
154     FixedText RID_RTS_DEVICE_PPDKEY_TXT
155     {
156         Pos = MAP_APPFONT( 5, 5 );
157         Size = MAP_APPFONT( 85, 8 );
158         Text [ en-US ] = "~Option";
159     };
160     ListBox RID_RTS_DEVICE_PPDKEY_BOX
161     {
162         Border = TRUE;
163         Pos = MAP_APPFONT( 5, 14 );
164         Size = MAP_APPFONT( 105, 111 );
165     };
166     FixedText RID_RTS_DEVICE_PPDVALUE_TXT
167     {
168         Pos = MAP_APPFONT( 120, 5 );
169         Size = MAP_APPFONT( 105, 8 );
170         Text [ en-US ] = "Current ~value";
171     };
172     ListBox RID_RTS_DEVICE_PPDVALUE_BOX
173     {
174         Border = TRUE;
175         Pos = MAP_APPFONT( 120, 14 );
176         Size = MAP_APPFONT( 105, 111 );
177     };
179     FixedText RID_RTS_DEVICE_LEVEL_TXT
180     {
181         Pos = MAP_APPFONT( 5, 130 );
182         Size = MAP_APPFONT( 80, 8 );
183         Text [ en-US ] = "PostScript ~Level";
184     };
185     ListBox RID_RTS_DEVICE_LEVEL_BOX
186     {
187         DropDown = TRUE;
188         Pos = MAP_APPFONT( 120, 130 );
189         Size = MAP_APPFONT( 105, 200 );
190     };
191     FixedText RID_RTS_DEVICE_SPACE_TXT
192     {
193         Pos = MAP_APPFONT( 5, 145 );
194         Size = MAP_APPFONT( 100, 8 );
195         Text [ en-US ] = "~Color";
196     };
197     ListBox RID_RTS_DEVICE_SPACE_BOX
198     {
199         DropDown = TRUE;
200         Pos = MAP_APPFONT( 120,  145 );
201         Size = MAP_APPFONT( 105, 200 );
202     };
203     FixedText RID_RTS_DEVICE_DEPTH_TXT
204     {
205         Pos = MAP_APPFONT( 5, 160 );
206         Size = MAP_APPFONT( 80, 8 );
207         Text [ en-US ] = "Color ~depth";
208     };
209     ListBox RID_RTS_DEVICE_DEPTH_BOX
210     {
211         DropDown = TRUE;
212         Pos = MAP_APPFONT( 120, 160 );
213         Size = MAP_APPFONT( 105, 200 );
214         StringList =
215         {
216             "8 Bit";
217             "24 Bit";
218         };
219     };
222 TabPage RID_RTS_FONTSUBSTPAGE
224     Hide = TRUE;
225     Size = MAP_APPFONT( 230, 175 );
227     CheckBox RID_RTS_FS_ENABLE_BTN
228     {
229         Pos = MAP_APPFONT( 5, 5 );
230         Size = MAP_APPFONT( 180, 10 );
231         Text [ en-US ] = "~Enable font replacement";
232     };
234     FixedText RID_RTS_FS_SUBST_TXT
235     {
236         Pos = MAP_APPFONT( 5,20 );
237         Size = MAP_APPFONT( 180, 8 );
238         Text [ en-US ] = "Replaced ~fonts";
239     };
240     MultiListBox RID_RTS_FS_SUBST_BOX
241     {
242         AutoHScroll = TRUE;
243         Border = TRUE;
244         Sort = TRUE;
245         SimpleMode = TRUE;
246         Pos = MAP_APPFONT( 5, 30 );
247         Size = MAP_APPFONT( 220, 90 );
248     };
249     PushButton RID_RTS_FS_ADD_BTN
250     {
251         Pos = MAP_APPFONT( 5, 125 );
252         Size = MAP_APPFONT( 107, 12 );
253         Text [ en-US ] = "~Add";
254     };
255     PushButton RID_RTS_FS_REMOVE_BTN
256     {
257         Pos = MAP_APPFONT( 117, 125 );
258         Size = MAP_APPFONT( 107, 12 );
259         Text [ en-US ] = "~Remove";
260     };
261     FixedText RID_RTS_FS_FROM_TXT
262     {
263         Pos = MAP_APPFONT( 5, 145 );
264         Size = MAP_APPFONT( 107, 8 );
265         Text [ en-US ] = "Repla~ce font";
266     };
267     ComboBox RID_RTS_FS_FROM_BOX
268     {
269         Border = TRUE;
270         DropDown = TRUE;
271         Sort = TRUE;
272         Pos = MAP_APPFONT( 5, 155 );
273         Size = MAP_APPFONT( 107, 200 );
274     };
275     FixedText RID_RTS_FS_TO_TXT
276     {
277         Pos = MAP_APPFONT( 117, 145 );
278         Size = MAP_APPFONT( 107, 8 );
279         Text [ en-US ] = "by ~printer font";
280     };
281     ListBox RID_RTS_FS_TO_BOX
282     {
283         Border = TRUE;
284         DropDown = TRUE;
285         Sort = TRUE;
286         Pos = MAP_APPFONT( 117, 155 );
287         Size = MAP_APPFONT( 107, 200 );
288     };
291 TabPage RID_RTS_COMMANDPAGE
293     Hide = TRUE;
294     Size = MAP_APPFONT( 230, 175 );
296     ComboBox RID_RTS_CMD_CB_COMMANDS
297     {
298         Border = TRUE ;
299         Sort = TRUE ;
300         Dropdown = TRUE;
301         Pos = MAP_APPFONT ( 11 , 75 ) ;
302         Size = MAP_APPFONT ( 150 , 65 ) ;
303     };
304     CheckBox RID_RTS_CMD_CB_EXTERNAL
305     {
306         Pos = MAP_APPFONT( 11, 95 );
307         Size = MAP_APPFONT( 220, 24 );
308         WordBreak = TRUE;
309         Text [ en-US ] = "~Use system print dialog, disable %PRODUCTNAME's print dialog";
310     };
311     FixedText RID_RTS_CMD_FT_QUICKCMD
312     {
313         Pos = MAP_APPFONT( 11, 124 );
314         Size = MAP_APPFONT( 150, 20 );
315         WordBreak = TRUE;
316         Text [ en-US ] = "Command for quick printing without dialog (optional)";
317     };
318     ComboBox RIT_RTS_CMD_CB_QUICKCMD
319     {
320         Border = TRUE;
321         Sort = TRUE;
322         Dropdown = TRUE;
323         Pos = MAP_APPFONT( 11, 144 );
324         Size = MAP_APPFONT( 150, 65 );
325     };
326     FixedLine RID_RTS_CMD_FL_INSTALL
327     {
328         Pos = MAP_APPFONT ( 6 , 44 ) ;
329         Size = MAP_APPFONT ( 220 , 8 ) ;
330         Text [ en-US ] = "Select command";
331     };
332     String RID_RTS_CMD_STR_CONFIGURE_PRINTER
333     {
334         Text [ en-US ] = "Printer";
335     };
336     String RID_RTS_CMD_STR_CONFIGURE_FAX
337     {
338         Text [ en-US ] = "Fax";
339     };
340     String RID_RTS_CMD_STR_CONFIGURE_PDF
341     {
342         Text [ en-US ] = "PDF converter";
343     };
344     
345     ListBox RID_RTS_CMD_LB_CONFIGURE
346     {
347         DropDown = true;
348         Border = true;
349         Pos = MAP_APPFONT( 101, 56 );
350         Size = MAP_APPFONT( 60, 200 );
351     };
352     FixedText RID_RTS_CMD_TXT_CONFIGURE
353     {
354         Pos = MAP_APPFONT( 11, 56 );
355         Size = MAP_APPFONT( 85, 10 );
356         Text [ en-US ] = "~Configure as";
357     };
359     CheckBox RID_RTS_CMD_BOX_SWALLOWFAXNO
360     {
361         Pos = MAP_APPFONT( 11, 146 );
362         Size = MAP_APPFONT( 130, 8 );
363         Text [ en-US ] = "~Fax number will be removed from output";
364     };
365     FixedText RID_RTS_CMD_TXT_PDFDIR
366     {
367         Pos = MAP_APPFONT( 11, 146 );
368         Size = MAP_APPFONT( 130, 8 );
369         Text [ en-US ] = "PDF target directory :";
370     };
371     Edit RID_RTS_CMD_EDT_PDFDIR
372     {
373         Border = TRUE;
374         Pos = MAP_APPFONT( 11, 155 );
375         Size = MAP_APPFONT( 130, 12 );
376     };
377     PushButton RID_RTS_CMD_BTN_PDFDIR
378     {
379         Pos = MAP_APPFONT( 146, 155 );
380         Size = MAP_APPFONT( 15, 12 );
381         Text = "...";
382     };
383     FixedText RID_RTS_CMD_TXT_PRTNAME
384     {
385         Pos = MAP_APPFONT ( 11 , 16 ) ;
386         Size = MAP_APPFONT ( 210 , 8 ) ;
387     };
388     FixedText RID_RTS_CMD_TXT_CONNECT
389     {
390         Pos = MAP_APPFONT ( 11 , 26 ) ;
391         Size = MAP_APPFONT ( 210 , 8 ) ;
392         Text [ en-US ] = "Command: ";
393     };
394     FixedLine RID_RTS_CMD_FL_DEFAULT
395     {
396         Pos = MAP_APPFONT ( 6 , 6 ) ;
397         Size = MAP_APPFONT ( 220 , 8 ) ;
398         Text [ en-US ] = "Printer";
399     };
400     PushButton RID_RTS_CMD_BTN_HELP
401     {
402         Pos = MAP_APPFONT( 170, 55 );
403         Size = MAP_APPFONT( 50, 12 );
404         Text [ en-US ] = "~Help";
405     };
406     PushButton RID_RTS_CMD_BTN_REMOVE
407     {
408         Pos = MAP_APPFONT( 170, 72 );
409         Size = MAP_APPFONT( 50, 12 );
410         Text [ en-US ] = "~Remove";
411     };
412     String RID_RTS_CMD_STR_PDFHELP
413     {
414         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).";
415     };
416     String RID_RTS_CMD_STR_PRINTERHELP
417     {
418         Text [ en-US ] = "The command line for printer devices is executed as follows: the generated PostScript code is supplied as standard input (i.e. as a pipe) to the command line.";
419     };
420     String RID_RTS_CMD_STR_FAXHELP
421     {
422         Text [ en-US ] = "The command line for fax devices is executed as follows: for each fax sent, \"(TMP)\" in the command line is replaced by a temporary file and \"(PHONE)\" in the command line is replaced by the fax number. If \"(TMP)\" appears in the command line, the PostScript code will be supplied via a file, otherwise it is passed as standard input (i.e. as a pipe).";
423     };
426 TabPage RID_RTS_OTHERPAGE
428     Hide = TRUE;
429     Size = MAP_APPFONT( 230, 175 );
431     FixedText RID_RTS_OTHER_LEFTMARGIN_TXT
432     {
433         Pos = MAP_APPFONT( 5, 5 );
434         Size = MAP_APPFONT( 85, 8 );
435         Text [ en-US ] = "~Left margin";
436     };
437     MetricField RID_RTS_OTHER_LEFTMARGIN_BOX
438     {
439         Border = TRUE ;
440         Pos = MAP_APPFONT ( 100 , 5 ) ;
441         Size = MAP_APPFONT ( 50 , 12 ) ;
442         StrictFormat = TRUE ;
443         Spin = TRUE;
444         Repeat = TRUE;
445         Unit = FUNIT_MM;
446     };
447     FixedText RID_RTS_OTHER_TOPMARGIN_TXT
448     {
449         Pos = MAP_APPFONT( 5, 20 );
450         Size = MAP_APPFONT( 85, 8 );
451         Text [ en-US ] = "~Top margin";
452     };
453     MetricField RID_RTS_OTHER_TOPMARGIN_BOX
454     {
455         Border = TRUE ;
456         Pos = MAP_APPFONT ( 100 , 20 ) ;
457         Size = MAP_APPFONT ( 50 , 12 ) ;
458         StrictFormat = TRUE ;
459         Spin = TRUE;
460         Repeat = TRUE;
461         Unit = FUNIT_MM;
462     };
463     FixedText RID_RTS_OTHER_RIGHTMARGIN_TXT
464     {
465         Pos = MAP_APPFONT( 5, 35 );
466         Size = MAP_APPFONT( 85, 8 );
467         Text [ en-US ] = "~Right margin";
468     };
469     MetricField RID_RTS_OTHER_RIGHTMARGIN_BOX
470     {
471         Border = TRUE ;
472         Pos = MAP_APPFONT ( 100 , 35 ) ;
473         Size = MAP_APPFONT ( 50 , 12 ) ;
474         StrictFormat = TRUE ;
475         Spin = TRUE;
476         Repeat = TRUE;
477         Unit = FUNIT_MM;
478     };
479     FixedText RID_RTS_OTHER_BOTTOMMARGIN_TXT
480     {
481         Pos = MAP_APPFONT( 5, 50 );
482         Size = MAP_APPFONT( 85, 8 );
483         Text [ en-US ] = "~Bottom margin";
484     };
485     MetricField RID_RTS_OTHER_BOTTOMMARGIN_BOX
486     {
487         Border = TRUE ;
488         Pos = MAP_APPFONT ( 100 , 50 ) ;
489         Size = MAP_APPFONT ( 50 , 12 ) ;
490         StrictFormat = TRUE ;
491         Spin = TRUE;
492         Repeat = TRUE;
493         Unit = FUNIT_MM;
494     };
495     FixedText RID_RTS_OTHER_COMMENT_TXT
496     {
497         Pos = MAP_APPFONT( 5, 65 );
498         Size = MAP_APPFONT( 85, 8 );
499         Text [ en-US ] = "~Comment";
500     };
501     Edit RID_RTS_OTHER_COMMENT_EDT
502     {
503         Border = TRUE ;
504         Pos = MAP_APPFONT ( 5 , 75 ) ;
505         Size = MAP_APPFONT ( 220 , 12 ) ;
506     };
507     PushButton RID_RTS_OTHER_DEFAULT_BTN
508     {
509         Pos = MAP_APPFONT( 175, 5 );
510         Size = MAP_APPFONT( 50, 12 );
511         Text [ en-US ] = "~Default";
512     };
515 String RID_TXT_QUERYFAXNUMBER
517     Text [ en-US ] = "Please enter the fax number.";
520 ModalDialog RID_RTS_PWDIALOG
522     Text [ en-US ] = "Authentication request";
523     OutputSize = TRUE ;
524     SVLook = TRUE ;
525     Size = MAP_APPFONT ( 150 , 90 ) ;
526     Moveable = TRUE ;
527     Closeable = TRUE ;
529     FixedText RID_RTS_PWDIALOG_TXT
530     {
531         Pos = MAP_APPFONT( 5, 5 );
532         Size = MAP_APPFONT( 140, 20 );
533         WordBreak = TRUE;
534         Text [ en-US ] = "Please enter your authentication data for server %s";
535     };
536     FixedText RID_RTS_PWDIALOG_USER_TXT
537     {
538         Pos = MAP_APPFONT( 5, 30 );
539         Size = MAP_APPFONT( 60, 10 );
540         Text [ en-US ] = "~User";
541     };
542     Edit RID_RTS_PWDIALOG_USER_EDT
543     {
544         Pos = MAP_APPFONT( 70, 29 );
545         Size = MAP_APPFONT( 75, 12 );
546         Border = TRUE;
547     };
548     FixedText RID_RTS_PWDIALOG_PASS_TXT
549     {
550         Pos = MAP_APPFONT( 5, 45 );
551         Size = MAP_APPFONT( 60, 10 );
552         Text [ en-US ] = "~Password";
553     };
554     Edit RID_RTS_PWDIALOG_PASS_EDT
555     {
556         Pos = MAP_APPFONT( 70, 44 );
557         Size = MAP_APPFONT( 75, 12 );
558         Border = TRUE;
559         Password = TRUE;
560     };
561     CancelButton RID_RTS_PWDIALOG_CANCEL_BTN
562     {
563         Pos = MAP_APPFONT( 95, 70 );
564         Size = MAP_APPFONT( 50, 15 );
565     };
566     OKButton RID_RTS_PWDIALOG_OK_BTN
567     {
568         Pos = MAP_APPFONT( 5, 70 );
569         Size = MAP_APPFONT( 50, 15 );
570         DefButton = TRUE;
571     };