xref: /trunk/main/svtools/source/dialogs/prnsetup.src (revision 31d35622ee258902b338f9bfdfb2a2ed84b7bb6c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "prnsetup.hrc"
25
26String STR_SVT_PRNDLG_READY
27{
28    Text [ en-US ] = "Ready" ;
29};
30String STR_SVT_PRNDLG_PAUSED
31{
32    Text [ en-US ] = "Paused" ;
33};
34String STR_SVT_PRNDLG_PENDING
35{
36    Text [ en-US ] = "Pending deletion" ;
37};
38String STR_SVT_PRNDLG_BUSY
39{
40    Text [ en-US ] = "Busy" ;
41};
42String STR_SVT_PRNDLG_INITIALIZING
43{
44    Text [ en-US ] = "Initializing" ;
45};
46String STR_SVT_PRNDLG_WAITING
47{
48    Text [ en-US ] = "Waiting" ;
49};
50String STR_SVT_PRNDLG_WARMING_UP
51{
52    Text [ en-US ] = "Warming up" ;
53};
54String STR_SVT_PRNDLG_PROCESSING
55{
56    Text [ en-US ] = "Processing" ;
57};
58String STR_SVT_PRNDLG_PRINTING
59{
60    Text [ en-US ] = "Printing" ;
61};
62String STR_SVT_PRNDLG_OFFLINE
63{
64    Text [ en-US ] = "Offline" ;
65};
66String STR_SVT_PRNDLG_ERROR
67{
68    Text [ en-US ] = "Error" ;
69};
70String STR_SVT_PRNDLG_SERVER_UNKNOWN
71{
72    Text [ en-US ] = "Unknown Server" ;
73};
74String STR_SVT_PRNDLG_PAPER_JAM
75{
76    Text [ en-US ] = "Paper jam" ;
77};
78String STR_SVT_PRNDLG_PAPER_OUT
79{
80    Text [ en-US ] = "Not enough paper" ;
81};
82String STR_SVT_PRNDLG_MANUAL_FEED
83{
84    Text [ en-US ] = "Manual feed" ;
85};
86String STR_SVT_PRNDLG_PAPER_PROBLEM
87{
88    Text [ en-US ] = "Paper problem" ;
89};
90String STR_SVT_PRNDLG_IO_ACTIVE
91{
92    Text [ en-US ] = "I/O active" ;
93};
94String STR_SVT_PRNDLG_OUTPUT_BIN_FULL
95{
96    Text [ en-US ] = "Output bin full" ;
97};
98String STR_SVT_PRNDLG_TONER_LOW
99{
100    Text [ en-US ] = "Toner low" ;
101};
102String STR_SVT_PRNDLG_NO_TONER
103{
104    Text [ en-US ] = "No toner" ;
105};
106String STR_SVT_PRNDLG_PAGE_PUNT
107{
108    Text [ en-US ] = "Delete Page" ;
109};
110String STR_SVT_PRNDLG_USER_INTERVENTION
111{
112    Text [ en-US ] = "User intervention necessary" ;
113};
114String STR_SVT_PRNDLG_OUT_OF_MEMORY
115{
116    Text [ en-US ] = "Insufficient memory" ;
117};
118String STR_SVT_PRNDLG_DOOR_OPEN
119{
120    Text [ en-US ] = "Cover open" ;
121};
122String STR_SVT_PRNDLG_POWER_SAVE
123{
124    Text [ en-US ] = "Power save mode" ;
125};
126String STR_SVT_PRNDLG_DEFPRINTER
127{
128    Text [ en-US ] = "Default printer" ;
129};
130String STR_SVT_PRNDLG_JOBCOUNT
131{
132    Text [ en-US ] = "%d documents" ;
133};
134
135ModalDialog DLG_SVT_PRNDLG_PRNSETUPDLG
136{
137    HelpID = "svtools:ModalDialog:DLG_SVT_PRNDLG_PRNSETUPDLG";
138    OutputSize = TRUE ;
139    SVLook = TRUE ;
140    Moveable = TRUE ;
141    Size = MAP_APPFONT ( 260 , 104 ) ;
142    Text [ en-US ] = "Printer Setup" ;
143    FixedLine FL_PRINTER
144    {
145        Pos = MAP_APPFONT ( 6 , 3 ) ;
146        Size = MAP_APPFONT ( 248 , 8 ) ;
147        Text [ en-US ] = "Printer" ;
148    };
149    FixedText FT_NAME
150    {
151        Pos = MAP_APPFONT ( 12 , 14 ) ;
152        Size = MAP_APPFONT ( 45 , 10 ) ;
153        Text [ en-US ] = "~Name" ;
154    };
155    ListBox LB_NAMES
156    {
157        HelpID = "svtools:ListBox:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES";
158        Border = TRUE ;
159        Pos = MAP_APPFONT ( 60 , 12 ) ;
160        Size = MAP_APPFONT ( 125 , 80 ) ;
161        DropDown = TRUE ;
162        Sort = TRUE ;
163    };
164    PushButton BTN_PROPERTIES
165    {
166        HelpID = "svtools:PushButton:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES";
167        Pos = MAP_APPFONT ( 188 , 12 ) ;
168        Size = MAP_APPFONT ( 60 , 14 ) ;
169        Text [ en-US ] = "Propert~ies..." ;
170    };
171    FixedText FT_STATUS
172    {
173        Pos = MAP_APPFONT ( 12 , 29 ) ;
174        Size = MAP_APPFONT ( 45 , 10 ) ;
175        Text [ en-US ] = "Status" ;
176    };
177    FixedText FI_STATUS
178    {
179        Pos = MAP_APPFONT ( 60 , 29 ) ;
180        Size = MAP_APPFONT ( 188 , 10 ) ;
181    };
182    FixedText FT_TYPE
183    {
184        Pos = MAP_APPFONT ( 12 , 40 ) ;
185        Size = MAP_APPFONT ( 45 , 10 ) ;
186        Text [ en-US ] = "Type" ;
187    };
188    FixedText FI_TYPE
189    {
190        Pos = MAP_APPFONT ( 60 , 40 ) ;
191        Size = MAP_APPFONT ( 188 , 10 ) ;
192    };
193    FixedText FT_LOCATION
194    {
195        Pos = MAP_APPFONT ( 12 , 51 ) ;
196        Size = MAP_APPFONT ( 45 , 10 ) ;
197        Text [ en-US ] = "Location" ;
198    };
199    FixedText FI_LOCATION
200    {
201        Pos = MAP_APPFONT ( 60 , 51 ) ;
202        Size = MAP_APPFONT ( 188 , 10 ) ;
203    };
204    FixedText FT_COMMENT
205    {
206        Pos = MAP_APPFONT ( 12 , 62 ) ;
207        Size = MAP_APPFONT ( 45 , 10 ) ;
208        Text [ en-US ] = "Comment" ;
209    };
210    FixedText FI_COMMENT
211    {
212        Pos = MAP_APPFONT ( 60 , 62 ) ;
213        Size = MAP_APPFONT ( 188 , 10 ) ;
214    };
215    FixedLine FL_SEPBUTTON
216    {
217        Pos = MAP_APPFONT ( 0, 78 );
218        Size = MAP_APPFONT ( 260, 2 );
219    };
220    PushButton BTN_OPTIONS
221    {
222        HelpID = "svtools:PushButton:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_OPTIONS";
223        Pos = MAP_APPFONT ( 5 , 84 ) ;
224        Size = MAP_APPFONT ( 50 , 14 ) ;
225        Text [ en-US ] = "~Options..." ;
226    };
227    OKButton BTN_OK
228    {
229        Pos = MAP_APPFONT ( 95 , 84 ) ;
230        Size = MAP_APPFONT ( 50 , 14 ) ;
231        DefButton = TRUE ;
232    };
233    CancelButton BTN_CANCEL
234    {
235        Pos = MAP_APPFONT ( 148 , 84 ) ;
236        Size = MAP_APPFONT ( 50 , 14 ) ;
237    };
238    HelpButton BTN_HELP
239    {
240        Pos = MAP_APPFONT ( 204 , 84 ) ;
241        Size = MAP_APPFONT ( 50 , 14 ) ;
242    };
243};
244