merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / dlg / printdlg.src
blob50b69e6a22a20b0392e9c2d955183e9465259060
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: printdlg.src,v $
10  * $Revision: 1.27 $
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 "printdlg.hrc"
32 ModalDialog DLG_PRINT_WARNINGS
34     OutputSize = TRUE ;
35     SVLook = TRUE ;
36     Size = MAP_APPFONT ( 212 , 87 ) ;
37     Moveable = TRUE ;
38     OKButton BTN_OK
39     {
40         Pos = MAP_APPFONT ( 156 , 6 ) ;
41         Size = MAP_APPFONT ( 50 , 14 ) ;
42         TabStop = TRUE ;
43         DefButton = TRUE ;
44     };
45     CancelButton BTN_CANCEL
46     {
47         Pos = MAP_APPFONT ( 156 , 23 ) ;
48         Size = MAP_APPFONT ( 50 , 14 ) ;
49         TabStop = TRUE ;
50     };
51     HelpButton BTN_HELP
52     {
53         Pos = MAP_APPFONT ( 156 , 43 ) ;
54         Size = MAP_APPFONT ( 50 , 14 ) ;
55         TabStop = TRUE ;
56     };
57     FixedLine GRP_OPTIONS
58     {
59         Pos = MAP_APPFONT ( 6 , 3 ) ;
60         Size = MAP_APPFONT ( 144 , 8 ) ;
61         Text [ en-US ] = "Print options" ;
62     };
63     RadioButton RBT_SCALE
64     {
65         Pos = MAP_APPFONT ( 12 , 42 ) ;
66         Size = MAP_APPFONT ( 129 , 12 ) ;
67         TabStop = TRUE ;
68         Text [ en-US ] = "~Fit page to print range" ;
69     };
70     RadioButton RBT_POSTER
71     {
72         Pos = MAP_APPFONT ( 12 , 54 ) ;
73         Size = MAP_APPFONT ( 130 , 12 ) ;
74         TabStop = TRUE ;
75         Text [ en-US ] = "~Print on multiple pages" ;
76     };
77     RadioButton RBT_CUT
78     {
79         Pos = MAP_APPFONT ( 12 , 66 ) ;
80         Size = MAP_APPFONT ( 127 , 12 ) ;
81         TabStop = TRUE ;
82         Text [ en-US ] = "~Trim" ;
83     };
84     FixedText FI_INFO
85     {
86         Pos = MAP_APPFONT ( 12 , 14 ) ;
87         Size = MAP_APPFONT ( 134 , 25 ) ;
88         /* ### ACHTUNG: Neuer Text in Resource? Die Seiteneinstellungen stimmen nicht mit dem Druckbereich überein.\nSie können folgende Optionen wählen : Die Seiteneinstellungen stimmen nicht mit dem Druckbereich ³berein.\nSie k÷nnen folgende Optionen wõhlen */
89         Text [ en-US ] = "The page settings do not match the print range.\nChoose one of the following options" ;
90         WordBreak = TRUE ;
91     };
92     Text [ en-US ] = "Warning Print Options" ;