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.";
83 String STR_WELCOME_WITHOUT_LICENSE
85 Text [ en-US ] = "This wizard will guide you through the registration of %PRODUCTNAME.\n\nClick 'Next' to continue.";
90 Text [ en-US ] = "~Finish";
93 String STR_REGISTRATION_OOO
95 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.";
98 ErrorBox ERRBOX_REG_NOSYSBROWSER
101 DEFBUTTON = WB_DEF_OK ;
103 Message [ en-US ] = "An error occurred in starting the web browser.\nPlease check the %PRODUCTNAME and web browser settings.";
106 QueryBox QB_ASK_DECLINE
109 DefButton = WB_DEF_NO;
111 Message [ en-US ] = "Do you really want to decline?";
116 #define MARGINLEFT 10
117 #define MARGINRIGHT 10
118 #define BODYWIDTH TP_WIDTH-MARGINLEFT-MARGINRIGHT
120 #define MARGINBOTTOM 2
121 #define BODYHEIGHT TP_HEIGHT-MARGINTOP-MARGINBOTTOM
129 Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
130 HelpID = HID_FIRSTSTART_WELCOME;
131 // bold fixedtext for header
132 FixedText FT_WELCOME_HEADER
135 Pos = MAP_APPFONT(MARGINRIGHT, MARGINTOP);
136 Size = MAP_APPFONT( BODYWIDTH, ROWHEIGHT );
137 Text [ en-US ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION";
139 FixedText FT_WELCOME_BODY
142 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP + 2*ROWHEIGHT);
143 Size = MAP_APPFONT( BODYWIDTH, BODYHEIGHT-MARGINTOP - 2*ROWHEIGHT );
145 Text [ en-US ] = "This wizard will guide you through the license agreement and the registration of %PRODUCTNAME.\n\nClick 'Next' to continue.";
153 Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
154 HelpID = HID_FIRSTSTART_LICENSE;
155 FixedText FT_LICENSE_HEADER
157 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP);
158 Size = MAP_APPFONT( BODYWIDTH, ROWHEIGHT );
160 Text [ en-US ] = "Please follow these steps to accept the license";
162 FixedText FT_LICENSE_BODY_1
164 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP + 2*ROWHEIGHT);
165 Size = MAP_APPFONT( INDENT, ROWHEIGHT );
167 Text [ en-US ] = "1.";
169 FixedText FT_LICENSE_BODY_1_TXT
171 Pos = MAP_APPFONT(MARGINLEFT+INDENT, MARGINTOP +2*ROWHEIGHT);
172 Size = MAP_APPFONT( BODYWIDTH-INDENT, 3*ROWHEIGHT);
175 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.";
177 FixedText FT_LICENSE_BODY_2
179 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP + 5*ROWHEIGHT);
180 Size = MAP_APPFONT(INDENT, ROWHEIGHT );
182 Text [ en-US ] = "2.";
184 FixedText FT_LICENSE_BODY_2_TXT
186 Pos = MAP_APPFONT(MARGINLEFT+INDENT, MARGINTOP + 5*ROWHEIGHT);
187 Size = MAP_APPFONT( BODYWIDTH-INDENT, 2*ROWHEIGHT);
190 Text [ en-US ] = "Click 'Accept' to accept the terms of the Agreement.";
192 MultiLineEdit ML_LICENSE
194 PosSize = MAP_APPFONT (MARGINLEFT+INDENT, MARGINTOP + 8*ROWHEIGHT, BODYWIDTH-INDENT , BODYHEIGHT - 8*ROWHEIGHT - 20-2*MARGINBOTTOM) ;
199 PushButton PB_LICENSE_DOWN
202 Pos = MAP_APPFONT ( TP_WIDTH-MARGINRIGHT-50 , TP_HEIGHT-MARGINBOTTOM-18 ) ;
203 Size = MAP_APPFONT ( 50, 15 ) ;
204 Text [ en-US ] = "Scroll Do~wn";
208 String STR_LICENSE_ACCEPT
210 Text [ en-US ] = "~Accept";
212 String STR_LICENSE_DECLINE
214 Text [ en-US ] = "~Decline";
222 Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
223 HelpID = HID_FIRSTSTART_MIGRATION;
225 FixedText FT_MIGRATION_HEADER
228 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP);
229 Size = MAP_APPFONT( BODYWIDTH, ROWHEIGHT );
230 Text [ en-US ] = "Transfer personal data";
234 FixedText FT_MIGRATION_BODY
237 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*2);
238 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*8);
240 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.";
244 CheckBox CB_MIGRATION
246 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*10);
247 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*2);
249 Text [ en-US ] = "Transfer personal data";
253 TabPage TP_UPDATE_CHECK
257 Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
258 HelpID = HID_FIRSTSTART_UPDATE_CHECK;
260 FixedText FT_UPDATE_CHECK_HEADER
263 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP);
264 Size = MAP_APPFONT( BODYWIDTH, ROWHEIGHT );
265 Text [ en-US ] = "Online Update";
269 FixedText FT_UPDATE_CHECK_BODY
272 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*2);
273 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*8);
275 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.";
279 CheckBox CB_UPDATE_CHECK
281 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*10);
282 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*2);
284 Text [ en-US ] = "~Check for updates automatically";
288 #define USERINDENT 40
290 #define INITIALSWIDTH 50
297 Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
298 HelpID = HID_FIRSTSTART_USER;
300 FixedText FT_USER_HEADER
303 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP);
304 Size = MAP_APPFONT( BODYWIDTH, ROWHEIGHT );
305 Text [ en-US ] = "Provide your full name and initials below";
309 FixedText FT_USER_BODY
312 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*2);
313 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*3);
315 Text [ en-US ] = "The user name will be used in the document properties, templates and when you record changes made to documents.";
319 FixedText FT_USER_FIRST
321 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*7+FTADD);
322 Size = MAP_APPFONT(USERINDENT, ROWHEIGHT);
323 Text [ en-US ] = "~First name";
328 Pos = MAP_APPFONT(MARGINLEFT+USERINDENT, MARGINTOP+ROWHEIGHT*7);
329 Size = MAP_APPFONT(BODYWIDTH-USERINDENT, EDHEIGHT);
331 FixedText FT_USER_LAST
333 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*9+FTADD);
334 Size = MAP_APPFONT(USERINDENT, ROWHEIGHT);
335 Text [ en-US ] = "~Last name";
340 Pos = MAP_APPFONT(MARGINLEFT+USERINDENT, MARGINTOP+ROWHEIGHT*9);
341 Size = MAP_APPFONT(BODYWIDTH-USERINDENT, EDHEIGHT);
343 FixedText FT_USER_INITIALS
345 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*11+FTADD);
346 Size = MAP_APPFONT(USERINDENT, ROWHEIGHT);
347 Text [ en-US ] = "~Initials";
349 Edit ED_USER_INITIALS
352 Pos = MAP_APPFONT(MARGINLEFT+USERINDENT, MARGINTOP+ROWHEIGHT*11);
353 Size = MAP_APPFONT(INITIALSWIDTH, EDHEIGHT);
356 FixedText FT_USER_FATHER
359 Pos = MAP_APPFONT(MARGINLEFT+USERINDENT+INITIALSWIDTH+10, MARGINTOP+ROWHEIGHT*11+FTADD);
360 Size = MAP_APPFONT(USERINDENT, ROWHEIGHT);
361 Text [ en-US ] = "~Father's name";
367 Pos = MAP_APPFONT(MARGINLEFT+USERINDENT*2+INITIALSWIDTH+10, MARGINTOP+ROWHEIGHT*11);
368 Size = MAP_APPFONT(BODYWIDTH-10-USERINDENT*2-INITIALSWIDTH, EDHEIGHT);
372 #define RB_HEIGHT (RSC_CD_CHECKBOX_HEIGHT+RSC_SP_GRP_SPACE_Y)
374 TabPage TP_REGISTRATION
378 Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
379 HelpID = HID_FIRSTSTART_REGISTRATION;
380 FixedText FT_REGISTRATION_HEADER
383 Text [ en-US ] = "%PRODUCTNAME Registration";
384 Pos = MAP_APPFONT(MARGINLEFT, MARGINRIGHT);
385 Size = MAP_APPFONT(BODYWIDTH, MARGINRIGHT);
387 FixedText FT_REGISTRATION_BODY
390 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.";
392 Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*2);
393 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*8);
395 RadioButton RB_REGISTRATION_NOW
397 Text [ en-US ] = "I want to register ~now";
398 Pos = MAP_APPFONT(MARGINLEFT+INDENT2, ROWHEIGHT*12+2);
399 Size = MAP_APPFONT(BODYWIDTH-INDENT2, RSC_CD_CHECKBOX_HEIGHT);
402 RadioButton RB_REGISTRATION_LATER
404 Text [ en-US ] = "I want to register ~later";
405 Pos = MAP_APPFONT(MARGINLEFT+INDENT2, ROWHEIGHT*12+2+RB_HEIGHT);
406 Size = MAP_APPFONT(BODYWIDTH-INDENT2, RSC_CD_CHECKBOX_HEIGHT);
408 RadioButton RB_REGISTRATION_NEVER
410 Text [ en-US ] = "I do not want to ~register";
411 Pos = MAP_APPFONT(MARGINLEFT+INDENT2, ROWHEIGHT*12+2+RB_HEIGHT*2);
412 Size = MAP_APPFONT(BODYWIDTH-INDENT2, RSC_CD_CHECKBOX_HEIGHT);
414 FixedLine FL_REGISTRATION
416 Pos = MAP_APPFONT(MARGINLEFT, TP_HEIGHT-MARGINBOTTOM-ROWHEIGHT*6);
417 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT);
419 FixedText FT_REGISTRATION_END
422 Text [ en-US ] = "We hope you enjoy working with %PRODUCTNAME.\n\nTo exit the wizard, click 'Finish'.";
423 Pos = MAP_APPFONT(MARGINLEFT, TP_HEIGHT-MARGINBOTTOM-ROWHEIGHT*4);
424 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*4);