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