merge the formfield patch from ooo-build
[ooovba.git] / svtools / source / dialogs / prnsetup.src
blobdc221a3a12c015f0748d76aea45e3fc3bcda865c
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: prnsetup.src,v $
10  * $Revision: 1.40 $
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 "prnsetup.hrc"
33 String STR_SVT_PRNDLG_READY
35     Text [ en-US ] = "Ready" ;
37 String STR_SVT_PRNDLG_PAUSED
39     Text [ en-US ] = "Paused" ;
41 String STR_SVT_PRNDLG_PENDING
43     Text [ en-US ] = "Pending deletion" ;
45 String STR_SVT_PRNDLG_BUSY
47     Text [ en-US ] = "Busy" ;
49 String STR_SVT_PRNDLG_INITIALIZING
51     Text [ en-US ] = "Initializing" ;
53 String STR_SVT_PRNDLG_WAITING
55     Text [ en-US ] = "Waiting" ;
57 String STR_SVT_PRNDLG_WARMING_UP
59     Text [ en-US ] = "Warming up" ;
61 String STR_SVT_PRNDLG_PROCESSING
63     Text [ en-US ] = "Processing" ;
65 String STR_SVT_PRNDLG_PRINTING
67     Text [ en-US ] = "Printing" ;
69 String STR_SVT_PRNDLG_OFFLINE
71     Text [ en-US ] = "Offline" ;
73 String STR_SVT_PRNDLG_ERROR
75     Text [ en-US ] = "Error" ;
77 String STR_SVT_PRNDLG_SERVER_UNKNOWN
79     Text [ en-US ] = "Unknown Server" ;
81 String STR_SVT_PRNDLG_PAPER_JAM
83     Text [ en-US ] = "Paper jam" ;
85 String STR_SVT_PRNDLG_PAPER_OUT
87     Text [ en-US ] = "Not enough paper" ;
89 String STR_SVT_PRNDLG_MANUAL_FEED
91     Text [ en-US ] = "Manual feed" ;
93 String STR_SVT_PRNDLG_PAPER_PROBLEM
95     Text [ en-US ] = "Paper problem" ;
97 String STR_SVT_PRNDLG_IO_ACTIVE
99     Text [ en-US ] = "I/O active" ;
101 String STR_SVT_PRNDLG_OUTPUT_BIN_FULL
103     Text [ en-US ] = "Output bin full" ;
105 String STR_SVT_PRNDLG_TONER_LOW
107     Text [ en-US ] = "Toner low" ;
109 String STR_SVT_PRNDLG_NO_TONER
111     Text [ en-US ] = "No toner" ;
113 String STR_SVT_PRNDLG_PAGE_PUNT
115     Text [ en-US ] = "Delete Page" ;
117 String STR_SVT_PRNDLG_USER_INTERVENTION
119     Text [ en-US ] = "User intervention necessary" ;
121 String STR_SVT_PRNDLG_OUT_OF_MEMORY
123     Text [ en-US ] = "Insufficient memory" ;
125 String STR_SVT_PRNDLG_DOOR_OPEN
127     Text [ en-US ] = "Cover open" ;
129 String STR_SVT_PRNDLG_POWER_SAVE
131     Text [ en-US ] = "Power save mode" ;
133 String STR_SVT_PRNDLG_DEFPRINTER
135     Text [ en-US ] = "Default printer" ;
137 String STR_SVT_PRNDLG_JOBCOUNT
139     Text [ en-US ] = "%d documents" ;
142 ModalDialog DLG_SVT_PRNDLG_PRNSETUPDLG
144     OutputSize = TRUE ;
145     SVLook = TRUE ;
146     Moveable = TRUE ;
147     Size = MAP_APPFONT ( 260 , 104 ) ;
148     Text [ en-US ] = "Printer Setup" ;
149     FixedLine FL_PRINTER
150     {
151         Pos = MAP_APPFONT ( 6 , 3 ) ;
152         Size = MAP_APPFONT ( 248 , 8 ) ;
153         Text [ en-US ] = "Printer" ;
154     };
155     FixedText FT_NAME
156     {
157         Pos = MAP_APPFONT ( 12 , 14 ) ;
158         Size = MAP_APPFONT ( 45 , 10 ) ;
159         Text [ en-US ] = "~Name" ;
160     };
161     ListBox LB_NAMES
162     {
163         Border = TRUE ;
164         Pos = MAP_APPFONT ( 60 , 12 ) ;
165         Size = MAP_APPFONT ( 125 , 80 ) ;
166         DropDown = TRUE ;
167         Sort = TRUE ;
168     };
169     PushButton BTN_PROPERTIES
170     {
171         Pos = MAP_APPFONT ( 188 , 12 ) ;
172         Size = MAP_APPFONT ( 60 , 14 ) ;
173         Text [ en-US ] = "Propert~ies..." ;
174     };
175     FixedText FT_STATUS
176     {
177         Pos = MAP_APPFONT ( 12 , 29 ) ;
178         Size = MAP_APPFONT ( 45 , 10 ) ;
179         Text [ en-US ] = "Status" ;
180     };
181     FixedText FI_STATUS
182     {
183         Pos = MAP_APPFONT ( 60 , 29 ) ;
184         Size = MAP_APPFONT ( 188 , 10 ) ;
185     };
186     FixedText FT_TYPE
187     {
188         Pos = MAP_APPFONT ( 12 , 40 ) ;
189         Size = MAP_APPFONT ( 45 , 10 ) ;
190         Text [ en-US ] = "Type" ;
191     };
192     FixedText FI_TYPE
193     {
194         Pos = MAP_APPFONT ( 60 , 40 ) ;
195         Size = MAP_APPFONT ( 188 , 10 ) ;
196     };
197     FixedText FT_LOCATION
198     {
199         Pos = MAP_APPFONT ( 12 , 51 ) ;
200         Size = MAP_APPFONT ( 45 , 10 ) ;
201         Text [ en-US ] = "Location" ;
202     };
203     FixedText FI_LOCATION
204     {
205         Pos = MAP_APPFONT ( 60 , 51 ) ;
206         Size = MAP_APPFONT ( 188 , 10 ) ;
207     };
208     FixedText FT_COMMENT
209     {
210         Pos = MAP_APPFONT ( 12 , 62 ) ;
211         Size = MAP_APPFONT ( 45 , 10 ) ;
212         Text [ en-US ] = "Comment" ;
213     };
214     FixedText FI_COMMENT
215     {
216         Pos = MAP_APPFONT ( 60 , 62 ) ;
217         Size = MAP_APPFONT ( 188 , 10 ) ;
218     };
219     FixedLine FL_SEPBUTTON
220     {
221         Pos = MAP_APPFONT ( 0, 78 );
222         Size = MAP_APPFONT ( 260, 2 );
223     };
224     PushButton BTN_OPTIONS
225     {
226         Pos = MAP_APPFONT ( 5 , 84 ) ;
227         Size = MAP_APPFONT ( 50 , 14 ) ;
228         Text [ en-US ] = "~Options..." ;
229     };
230     OKButton BTN_OK
231     {
232         Pos = MAP_APPFONT ( 95 , 84 ) ;
233         Size = MAP_APPFONT ( 50 , 14 ) ;
234         DefButton = TRUE ;
235     };
236     CancelButton BTN_CANCEL
237     {
238         Pos = MAP_APPFONT ( 148 , 84 ) ;
239         Size = MAP_APPFONT ( 50 , 14 ) ;
240     };
241     HelpButton BTN_HELP
242     {
243         Pos = MAP_APPFONT ( 204 , 84 ) ;
244         Size = MAP_APPFONT ( 50 , 14 ) ;
245     };