1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: registrationdlg.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #ifndef SVTOOLS_REGISTRATIONDLG_HRC
32 #include "registrationdlg.hrc"
35 #include <svtools/svtools.hrc>
37 #ifndef _SVT_HELPID_HRC
38 #include <svtools/helpid.hrc>
41 ModalDialog DLG_REGISTRATION_REQUEST
43 HelpID = HID_REGISTRATION_DIALOG;
47 Size = MAP_APPFONT ( 192 , 134 ) ;
48 Text [ en-US ] = "%PRODUCTNAME Registration";
52 Pos = MAP_APPFONT ( 6 , 6 ) ;
53 Size = MAP_APPFONT ( 24 , 24 ) ;
60 MaskColor = Color { Red = 0x0000 ; Green = 0x0000 ; Blue = 0xFFFF ; };
65 Pos = MAP_APPFONT ( 33, 6 ) ;
66 Size = MAP_APPFONT ( 153 , 32 ) ;
68 Text [ en-US ] = "You now have the opportunity to register as a %PRODUCTNAME user." ;
71 String STR_COMPLETE_INTRO
73 Text [ en-US ] = " Registration is voluntary and is without obligation." ;
78 Pos = MAP_APPFONT ( 33 , 41 ) ;
79 Size = MAP_APPFONT ( 153 , 10 ) ;
80 Text [ en-US ] = "Register now" ;
85 Pos = MAP_APPFONT ( 33 , 54 ) ;
86 Size = MAP_APPFONT ( 153 , 10 ) ;
87 Text [ en-US ] = "Remind me to register later" ;
91 Pos = MAP_APPFONT ( 33 , 67 ) ;
92 Size = MAP_APPFONT ( 153 , 10 ) ;
93 Text [ en-US ] = "Never register" ;
97 Pos = MAP_APPFONT ( 33 , 80 ) ;
98 Size = MAP_APPFONT ( 153 , 20 ) ;
101 Text [ en-US ] = "Already registered as %PRODUCTNAME %PRODUCTVERSION user." ;
104 FixedLine FL_SEPARATOR
106 Pos = MAP_APPFONT ( 6, 107 ) ;
107 Size = MAP_APPFONT ( 180 , 1 ) ;
112 Pos = MAP_APPFONT ( 80, 114 ) ;
113 Size = MAP_APPFONT ( 50 , 14 ) ;
119 Pos = MAP_APPFONT ( 136, 114 ) ;
120 Size = MAP_APPFONT ( 50 , 14 ) ;
124 ErrorBox ERRBOX_REG_NOSYSBROWSER
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.";