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: wizard.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 ************************************************************************/
32 * encoding for resources: windows-1252
36 #include <svtools/controldims.hrc>
38 ModalDialog DLG_FIRSTSTART_WIZARD
40 Text [ en-US ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION";
47 HelpID = HID_FIRSTSTART_DIALOG;
50 String STR_STATE_WELCOME
52 Text [ en-US ] = "Welcome";
54 String STR_STATE_LICENSE
56 Text [ en-US ] = "License Agreement";
58 String STR_STATE_MIGRATION
60 Text [ en-US ] = "Personal Data";
64 Text [ en-US ] = "User name";
67 String STR_STATE_UPDATE_CHECK
69 Text [ en-US ] = "Online Update";
72 String STR_STATE_REGISTRATION
74 Text [ en-US ] = "Registration";
77 String STR_WELCOME_MIGRATION
79 Text [ en-US ] = "This wizard will guide you through the license agreement, the transfer of user data from %OLD_VERSION and the registration of %PRODUCTNAME.\n\nClick 'Next' to continue.";
82 String STR_WELCOME_OEM
84 Text [ en-US ] = "This wizard will guide you through the license agreement and the registration of %PRODUCTNAME.\n\nImportant information is contained in the readme file which is located in the %PRODUCTNAME product directory. Please read this file carefully.\n\nYou can also find detailed information on the Sun Internet pages at\n\nhttp://www.sun.com/%PRODUCTNAME.\n\nClick 'Next' to continue.";
86 String STR_WELCOME_OEM_EXT
88 Text [ en-US ] = "This wizard will guide you through the license agreement and the registration of %PRODUCTNAME.\n\n"
89 "Important information is contained in the readme files which are located in the %PRODUCTNAME product directory. "
90 "Please read these files carefully. You can also find detailed information on the Sun website \n\n"
91 "http://www.sun.com/%PRODUCTNAME.\n\nSupport:\n\nGet FREE software support valid for 60 days from "
92 "date of purchase. To take advantage of this offer, visit the website below.\n\n"
93 "http://www.sun.com/star/service\n\nClick 'Next' to continue.";
96 String STR_WELCOME_EVAL
98 Text [ en-US ] = "This wizard will guide you through the license agreement and the registration of %PRODUCTNAME.\n\nThis version lets you evaluate the full functionality. However, since it is an evaluation version, you will be able to start it within %EVALDAYS days after installation. To find out more about the %PRODUCTNAME product, visit www.sun.com/%PRODUCTNAME\n\nClick 'Next' to continue.";
101 String STR_WELCOME_WITHOUT_LICENSE
103 Text [ en-US ] = "This wizard will guide you through the registration of %PRODUCTNAME.\n\nClick 'Next' to continue.";
108 Text [ en-US ] = "~Finish";
111 String STR_REGISTRATION_OOO
113 Text [ en-US ] = "You now have the opportunity to support and contribute to the fastest growing open source community in the world.\n\nHelp us prove that %PRODUCTNAME has already gained significant market share by registering.\n\nRegistering is voluntary and without obligation.";
116 ErrorBox ERRBOX_REG_NOSYSBROWSER
119 DEFBUTTON = WB_DEF_OK ;
121 Message [ en-US ] = "An error occurred in starting the web browser.\nPlease check the %PRODUCTNAME and web browser settings.";
124 QueryBox QB_ASK_DECLINE
127 DefButton = WB_DEF_NO;
129 Message [ en-US ] = "Do you really want to decline?";
134 #define MARGINLEFT 10
135 #define MARGINRIGHT 10
136 #define BODYWIDTH TP_WIDTH-MARGINLEFT-MARGINRIGHT
138 #define MARGINBOTTOM 2
139 #define BODYHEIGHT TP_HEIGHT-MARGINTOP-MARGINBOTTOM
147 Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
148 HelpID = HID_FIRSTSTART_WELCOME;
149 // bold fixedtext for header
150 FixedText FT_WELCOME_HEADER
153 Pos = MAP_APPFONT(MARGINRIGHT, MARGINTOP);
154 Size = MAP_APPFONT( BODYWIDTH, ROWHEIGHT );
155 Text [ en-US ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION";
157 FixedText FT_WELCOME_BODY
160 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP + 2*ROWHEIGHT);
161 Size = MAP_APPFONT( BODYWIDTH, BODYHEIGHT-MARGINTOP - 2*ROWHEIGHT );
163 Text [ en-US ] = "This wizard will guide you through the license agreement and the registration of %PRODUCTNAME.\n\nClick 'Next' to continue.";
171 Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
172 HelpID = HID_FIRSTSTART_LICENSE;
173 FixedText FT_LICENSE_HEADER
175 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP);
176 Size = MAP_APPFONT( BODYWIDTH, ROWHEIGHT );
178 Text [ en-US ] = "Please follow these steps to accept the license";
180 FixedText FT_LICENSE_BODY_1
182 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP + 2*ROWHEIGHT);
183 Size = MAP_APPFONT( INDENT, ROWHEIGHT );
185 Text [ en-US ] = "1.";
187 FixedText FT_LICENSE_BODY_1_TXT
189 Pos = MAP_APPFONT(MARGINLEFT+INDENT, MARGINTOP +2*ROWHEIGHT);
190 Size = MAP_APPFONT( BODYWIDTH-INDENT, 3*ROWHEIGHT);
193 Text [ en-US ] = "View the complete License Agreement. Please use the scrollbar or the '%PAGEDOWN' button in this dialog to view the entire license text.";
195 FixedText FT_LICENSE_BODY_2
197 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP + 5*ROWHEIGHT);
198 Size = MAP_APPFONT(INDENT, ROWHEIGHT );
200 Text [ en-US ] = "2.";
202 FixedText FT_LICENSE_BODY_2_TXT
204 Pos = MAP_APPFONT(MARGINLEFT+INDENT, MARGINTOP + 5*ROWHEIGHT);
205 Size = MAP_APPFONT( BODYWIDTH-INDENT, 2*ROWHEIGHT);
208 Text [ en-US ] = "Click 'Accept' to accept the terms of the Agreement.";
210 MultiLineEdit ML_LICENSE
212 PosSize = MAP_APPFONT (MARGINLEFT+INDENT, MARGINTOP + 8*ROWHEIGHT, BODYWIDTH-INDENT , BODYHEIGHT - 8*ROWHEIGHT - 20-2*MARGINBOTTOM) ;
217 PushButton PB_LICENSE_DOWN
220 Pos = MAP_APPFONT ( TP_WIDTH-MARGINRIGHT-50 , TP_HEIGHT-MARGINBOTTOM-18 ) ;
221 Size = MAP_APPFONT ( 50, 15 ) ;
222 Text [ en-US ] = "Scroll Do~wn";
226 String STR_LICENSE_ACCEPT
228 Text [ en-US ] = "~Accept";
230 String STR_LICENSE_DECLINE
232 Text [ en-US ] = "~Decline";
240 Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
241 HelpID = HID_FIRSTSTART_MIGRATION;
243 FixedText FT_MIGRATION_HEADER
246 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP);
247 Size = MAP_APPFONT( BODYWIDTH, ROWHEIGHT );
248 Text [ en-US ] = "Transfer personal data";
252 FixedText FT_MIGRATION_BODY
255 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*2);
256 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*8);
258 Text [ en-US ] = "Most personal data from %OLDPRODUCT installation can be reused in %PRODUCTNAME %PRODUCTVERSION.\n\nIf you do not want to reuse any settings in %PRODUCTNAME %PRODUCTVERSION, unmark the check box.";
262 CheckBox CB_MIGRATION
264 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*10);
265 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*2);
267 Text [ en-US ] = "Transfer personal data";
271 TabPage TP_UPDATE_CHECK
275 Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
276 HelpID = HID_FIRSTSTART_UPDATE_CHECK;
278 FixedText FT_UPDATE_CHECK_HEADER
281 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP);
282 Size = MAP_APPFONT( BODYWIDTH, ROWHEIGHT );
283 Text [ en-US ] = "Online Update";
287 FixedText FT_UPDATE_CHECK_BODY
290 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*2);
291 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*8);
293 Text [ en-US ] = "%PRODUCTNAME searches automatically at regular intervals for new versions.\nIn doing so online update does not transfer personal data.\nAs soon as a new version is available, you will be notified.\n\nYou can configure this feature at Tools / Options... / %PRODUCTNAME / Online Update.";
297 CheckBox CB_UPDATE_CHECK
299 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*10);
300 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*2);
302 Text [ en-US ] = "~Check for updates automatically";
306 #define USERINDENT 40
308 #define INITIALSWIDTH 25
315 Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
316 HelpID = HID_FIRSTSTART_USER;
318 FixedText FT_USER_HEADER
321 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP);
322 Size = MAP_APPFONT( BODYWIDTH, ROWHEIGHT );
323 Text [ en-US ] = "Provide your full name and initials below";
327 FixedText FT_USER_BODY
330 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*2);
331 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*3);
333 Text [ en-US ] = "The user name will be used in the document properties, templates and when you record changes made to documents.";
337 FixedText FT_USER_FIRST
339 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*7+FTADD);
340 Size = MAP_APPFONT(USERINDENT, ROWHEIGHT);
341 Text [ en-US ] = "~First name";
346 Pos = MAP_APPFONT(MARGINLEFT+USERINDENT, MARGINTOP+ROWHEIGHT*7);
347 Size = MAP_APPFONT(BODYWIDTH-USERINDENT, EDHEIGHT);
349 FixedText FT_USER_LAST
351 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*9+FTADD);
352 Size = MAP_APPFONT(USERINDENT, ROWHEIGHT);
353 Text [ en-US ] = "~Last name";
358 Pos = MAP_APPFONT(MARGINLEFT+USERINDENT, MARGINTOP+ROWHEIGHT*9);
359 Size = MAP_APPFONT(BODYWIDTH-USERINDENT, EDHEIGHT);
361 FixedText FT_USER_INITIALS
363 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*11+FTADD);
364 Size = MAP_APPFONT(USERINDENT, ROWHEIGHT);
365 Text [ en-US ] = "~Initials";
367 Edit ED_USER_INITIALS
370 Pos = MAP_APPFONT(MARGINLEFT+USERINDENT, MARGINTOP+ROWHEIGHT*11);
371 Size = MAP_APPFONT(INITIALSWIDTH, EDHEIGHT);
374 FixedText FT_USER_FATHER
377 Pos = MAP_APPFONT(MARGINLEFT+USERINDENT+INITIALSWIDTH+10, MARGINTOP+ROWHEIGHT*11+FTADD);
378 Size = MAP_APPFONT(USERINDENT, ROWHEIGHT);
379 Text [ en-US ] = "~Father's name";
385 Pos = MAP_APPFONT(MARGINLEFT+USERINDENT*2+INITIALSWIDTH+10, MARGINTOP+ROWHEIGHT*11);
386 Size = MAP_APPFONT(BODYWIDTH-10-USERINDENT*2-INITIALSWIDTH, EDHEIGHT);
390 #define RB_HEIGHT (RSC_CD_CHECKBOX_HEIGHT+RSC_SP_GRP_SPACE_Y)
392 TabPage TP_REGISTRATION
396 Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
397 HelpID = HID_FIRSTSTART_REGISTRATION;
398 FixedText FT_REGISTRATION_HEADER
401 Text [ en-US ] = "%PRODUCTNAME Registration";
402 Pos = MAP_APPFONT(MARGINLEFT, MARGINRIGHT);
403 Size = MAP_APPFONT(BODYWIDTH, MARGINRIGHT);
405 FixedText FT_REGISTRATION_BODY
408 Text [ en-US ] = "You now have the opportunity to register as a %PRODUCTNAME user. Registration is voluntary and is without obligation.\n\nIf you register, we can inform you about new developments concerning this product.";
410 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*2);
411 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*8);
413 RadioButton RB_REGISTRATION_NOW
415 Text [ en-US ] = "I want to register ~now";
416 Pos = MAP_APPFONT(MARGINLEFT+INDENT2, ROWHEIGHT*12+2);
417 Size = MAP_APPFONT(BODYWIDTH-INDENT2, RSC_CD_CHECKBOX_HEIGHT);
420 RadioButton RB_REGISTRATION_LATER
422 Text [ en-US ] = "I want to register ~later";
423 Pos = MAP_APPFONT(MARGINLEFT+INDENT2, ROWHEIGHT*12+2+RB_HEIGHT);
424 Size = MAP_APPFONT(BODYWIDTH-INDENT2, RSC_CD_CHECKBOX_HEIGHT);
426 RadioButton RB_REGISTRATION_NEVER
428 Text [ en-US ] = "I do not want to ~register";
429 Pos = MAP_APPFONT(MARGINLEFT+INDENT2, ROWHEIGHT*12+2+RB_HEIGHT*2);
430 Size = MAP_APPFONT(BODYWIDTH-INDENT2, RSC_CD_CHECKBOX_HEIGHT);
432 FixedLine FL_REGISTRATION
434 Pos = MAP_APPFONT(MARGINLEFT, TP_HEIGHT-MARGINBOTTOM-ROWHEIGHT*6);
435 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT);
437 FixedText FT_REGISTRATION_END
440 Text [ en-US ] = "We hope you enjoy working with %PRODUCTNAME.\n\nTo exit the wizard, click 'Finish'.";
441 Pos = MAP_APPFONT(MARGINLEFT, TP_HEIGHT-MARGINBOTTOM-ROWHEIGHT*4);
442 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*4);