merge the formfield patch from ooo-build
[ooovba.git] / svtools / source / productregistration / registrationdlg.src
blob24f871b92ffff0d805c8e3ba2ed4c89472b34a73
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: registrationdlg.src,v $
10  * $Revision: 1.7 $
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 #ifndef SVTOOLS_REGISTRATIONDLG_HRC
32 #include "registrationdlg.hrc"
33 #endif
34 #ifndef _SVTOOLS_HRC
35 #include <svtools/svtools.hrc>
36 #endif
37 #ifndef _SVT_HELPID_HRC
38 #include <svtools/helpid.hrc>
39 #endif
41 ModalDialog DLG_REGISTRATION_REQUEST
43     HelpID = HID_REGISTRATION_DIALOG;
44     Moveable = TRUE ;
45     Closeable = TRUE;
46     OutputSize = TRUE ;
47     Size = MAP_APPFONT ( 192 , 134 ) ;
48     Text [ en-US ] = "%PRODUCTNAME Registration";
50     FixedImage FI_LOGO
51     {
52         Pos = MAP_APPFONT ( 6 , 6 ) ;
53         Size = MAP_APPFONT ( 24 , 24 ) ;
54         Fixed = Image
55         {
56             ImageBitmap = Bitmap
57             {
58                 File = "regkey.bmp" ;
59             };
60             MaskColor = Color { Red = 0x0000 ; Green = 0x0000 ; Blue = 0xFFFF ; };
61         };
62     };
63     FixedText FT_INTRO
64     {
65         Pos = MAP_APPFONT ( 33, 6 ) ;
66         Size = MAP_APPFONT ( 153 , 32 ) ;
67         WordBreak = TRUE;
68         Text [ en-US ] = "You now have the opportunity to register as a %PRODUCTNAME user." ;
69     };
71     String STR_COMPLETE_INTRO
72     {
73         Text [ en-US ] = " Registration is voluntary and is without obligation." ;
74     };
76     RadioButton RB_NOW
77     {
78         Pos = MAP_APPFONT ( 33 , 41 ) ;
79         Size = MAP_APPFONT ( 153 , 10 ) ;
80         Text [ en-US ] = "Register now" ;
81     };
83     RadioButton RB_LATER
84     {
85         Pos = MAP_APPFONT ( 33 , 54 ) ;
86         Size = MAP_APPFONT ( 153 , 10 ) ;
87         Text [ en-US ] = "Remind me to register later" ;
88     };
89     RadioButton RB_NEVER
90     {
91         Pos = MAP_APPFONT ( 33 , 67 ) ;
92         Size = MAP_APPFONT ( 153 , 10 ) ;
93         Text [ en-US ] = "Never register" ;
94     };
95     RadioButton RB_DONE
96     {
97         Pos = MAP_APPFONT ( 33 , 80 ) ;
98         Size = MAP_APPFONT ( 153 , 20 ) ;
99         WordBreak = TRUE;
101         Text [ en-US ] = "Already registered as %PRODUCTNAME %PRODUCTVERSION user." ;
102     };
104     FixedLine FL_SEPARATOR
105     {
106         Pos = MAP_APPFONT ( 6, 107 ) ;
107         Size = MAP_APPFONT ( 180 , 1 ) ;
108     };
110     OKButton BTN_OK
111     {
112         Pos = MAP_APPFONT ( 80, 114 ) ;
113         Size = MAP_APPFONT ( 50 , 14 ) ;
114         DefButton = TRUE;
115     };
117     HelpButton BTN_HELP
118     {
119         Pos = MAP_APPFONT ( 136, 114 ) ;
120         Size = MAP_APPFONT ( 50 , 14 ) ;
121     };
124 ErrorBox ERRBOX_REG_NOSYSBROWSER
126     BUTTONS = WB_OK ;
127     DEFBUTTON = WB_DEF_OK ;
129     Message [ en-US ] = "An error occurred in starting the web browser.\nPlease check the %PRODUCTNAME and web browser settings.";