update dev300-m57
[ooovba.git] / desktop / source / migration / wizard.src
blob7fe34c574abf747d270d3d697747d4ad94a54739
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: wizard.src,v $
10  * $Revision: 1.20 $
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  /*
32   * encoding for resources: windows-1252
33   */
35 #include "wizard.hrc"
36 #include <svtools/controldims.hrc>
38 ModalDialog DLG_FIRSTSTART_WIZARD
40     Text [ en-US ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION";
42     OutputSize          = TRUE ;
43     SVLook                      = TRUE ;
44     Moveable            = TRUE ;
45     Closeable           = TRUE ;
46     Hide                        = TRUE;
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";
62 String STR_STATE_USER
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.";
106 String STR_FINISH
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
118     BUTTONS = WB_OK ;
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
126     Buttons = WB_YES_NO;
127     DefButton = WB_DEF_NO;
129     Message [ en-US ] = "Do you really want to decline?";
133 #define ROWHEIGHT 8
134 #define MARGINLEFT 10
135 #define MARGINRIGHT 10
136 #define BODYWIDTH TP_WIDTH-MARGINLEFT-MARGINRIGHT
137 #define MARGINTOP 10
138 #define MARGINBOTTOM 2
139 #define BODYHEIGHT TP_HEIGHT-MARGINTOP-MARGINBOTTOM
140 #define INDENT 10
141 #define INDENT2 12
143 TabPage TP_WELCOME
145     SVLook = TRUE ;
146     Hide = TRUE ;
147     Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
148     HelpID          = HID_FIRSTSTART_WELCOME;
149     // bold fixedtext for header
150     FixedText FT_WELCOME_HEADER
151     {
152         NoLabel = TRUE;
153         Pos = MAP_APPFONT(MARGINRIGHT, MARGINTOP);
154         Size = MAP_APPFONT( BODYWIDTH, ROWHEIGHT );
155         Text [ en-US ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION";
156     };
157     FixedText FT_WELCOME_BODY
158     {
159         NoLabel = TRUE;
160         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP + 2*ROWHEIGHT);
161         Size = MAP_APPFONT( BODYWIDTH, BODYHEIGHT-MARGINTOP - 2*ROWHEIGHT );
162         WordBreak = TRUE;
163         Text [ en-US ] = "This wizard will guide you through the license agreement and the registration of %PRODUCTNAME.\n\nClick 'Next' to continue.";
164     };
167 TabPage TP_LICENSE
169     SVLook = TRUE ;
170     Hide = TRUE ;
171     Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
172     HelpID          = HID_FIRSTSTART_LICENSE;
173     FixedText FT_LICENSE_HEADER
174     {
175         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP);
176         Size = MAP_APPFONT( BODYWIDTH, ROWHEIGHT );
177         NoLabel = TRUE;
178         Text [ en-US ] = "Please follow these steps to accept the license";
179     };
180     FixedText FT_LICENSE_BODY_1
181     {
182         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP + 2*ROWHEIGHT);
183         Size = MAP_APPFONT( INDENT, ROWHEIGHT );
184         NoLabel = TRUE;
185         Text [ en-US ] = "1.";
186     };
187     FixedText FT_LICENSE_BODY_1_TXT
188     {
189         Pos = MAP_APPFONT(MARGINLEFT+INDENT, MARGINTOP +2*ROWHEIGHT);
190         Size = MAP_APPFONT( BODYWIDTH-INDENT, 3*ROWHEIGHT);
191         WordBreak = TRUE;
192         NoLabel = TRUE;
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.";
194     };
195     FixedText FT_LICENSE_BODY_2
196     {
197         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP + 5*ROWHEIGHT);
198         Size = MAP_APPFONT(INDENT, ROWHEIGHT );
199         NoLabel = TRUE;
200         Text [ en-US ] = "2.";
201     };
202     FixedText FT_LICENSE_BODY_2_TXT
203     {
204         Pos = MAP_APPFONT(MARGINLEFT+INDENT, MARGINTOP + 5*ROWHEIGHT);
205         Size = MAP_APPFONT( BODYWIDTH-INDENT, 2*ROWHEIGHT);
206         WordBreak = TRUE;
207         NoLabel = TRUE;
208         Text [ en-US ] = "Click 'Accept' to accept the terms of the Agreement.";
209     };
210     MultiLineEdit ML_LICENSE
211     {
212         PosSize = MAP_APPFONT (MARGINLEFT+INDENT, MARGINTOP + 8*ROWHEIGHT, BODYWIDTH-INDENT , BODYHEIGHT - 8*ROWHEIGHT - 20-2*MARGINBOTTOM) ;
213         Border = TRUE;
214         VScroll = TRUE;
215         ReadOnly = TRUE;
216     };
217     PushButton PB_LICENSE_DOWN
218     {
219         TabStop = TRUE ;
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";
223     };
226 String STR_LICENSE_ACCEPT
228     Text [ en-US ] = "~Accept";
230 String STR_LICENSE_DECLINE
232     Text [ en-US ] = "~Decline";
236 TabPage TP_MIGRATION
238     SVLook = TRUE ;
239     Hide = TRUE ;
240     Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
241     HelpID          = HID_FIRSTSTART_MIGRATION;
243     FixedText FT_MIGRATION_HEADER
244     {
245         NoLabel = TRUE;
246         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP);
247         Size = MAP_APPFONT( BODYWIDTH, ROWHEIGHT );
248         Text [ en-US ] = "Transfer personal data";
250     };
252     FixedText FT_MIGRATION_BODY
253     {
254         NoLabel = TRUE;
255         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*2);
256         Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*8);
257         WordBreak = TRUE;
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.";
260     };
262     CheckBox CB_MIGRATION
263     {
264         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*10);
265         Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*2);
266         Check = TRUE;
267         Text [ en-US ] = "Transfer personal data";
268     };
271 TabPage TP_UPDATE_CHECK
273     SVLook = TRUE ;
274     Hide = TRUE ;
275     Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
276     HelpID          = HID_FIRSTSTART_UPDATE_CHECK;
278     FixedText FT_UPDATE_CHECK_HEADER
279     {
280         NoLabel = TRUE;
281         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP);
282         Size = MAP_APPFONT( BODYWIDTH, ROWHEIGHT );
283         Text [ en-US ] = "Online Update";
285     };
287     FixedText FT_UPDATE_CHECK_BODY
288     {
289         NoLabel = TRUE;
290         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*2);
291         Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*8);
292         WordBreak = TRUE;
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.";
295     };
297     CheckBox CB_UPDATE_CHECK
298     {
299         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*10);
300         Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*2);
301         Check = TRUE;
302         Text [ en-US ] = "~Check for updates automatically";
303     };
306 #define USERINDENT 40
307 #define EDHEIGHT 12
308 #define INITIALSWIDTH 25
309 #define FTADD 2
311 TabPage TP_USER
313     SVLook = TRUE ;
314     Hide = TRUE ;
315     Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
316     HelpID = HID_FIRSTSTART_USER;
318     FixedText FT_USER_HEADER
319     {
320         NoLabel = TRUE;
321         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP);
322         Size = MAP_APPFONT( BODYWIDTH, ROWHEIGHT );
323         Text [ en-US ] = "Provide your full name and initials below";
325     };
327     FixedText FT_USER_BODY
328     {
329         NoLabel = TRUE;
330         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*2);
331         Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*3);
332         WordBreak = TRUE;
333         Text [ en-US ] = "The user name will be used in the document properties, templates and when you record changes made to documents.";
334     };
337     FixedText FT_USER_FIRST
338     {
339         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*7+FTADD);
340         Size = MAP_APPFONT(USERINDENT, ROWHEIGHT);
341         Text [ en-US ] = "~First name";
342     };
343     Edit ED_USER_FIRST
344     {
345         Border = TRUE;
346         Pos = MAP_APPFONT(MARGINLEFT+USERINDENT, MARGINTOP+ROWHEIGHT*7);
347         Size = MAP_APPFONT(BODYWIDTH-USERINDENT, EDHEIGHT);
348     };
349     FixedText FT_USER_LAST
350     {
351         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*9+FTADD);
352         Size = MAP_APPFONT(USERINDENT, ROWHEIGHT);
353         Text [ en-US ] = "~Last name";
354     };
355     Edit ED_USER_LAST
356     {
357         Border = TRUE;
358         Pos = MAP_APPFONT(MARGINLEFT+USERINDENT, MARGINTOP+ROWHEIGHT*9);
359         Size = MAP_APPFONT(BODYWIDTH-USERINDENT, EDHEIGHT);
360     };
361     FixedText FT_USER_INITIALS
362     {
363         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*11+FTADD);
364         Size = MAP_APPFONT(USERINDENT, ROWHEIGHT);
365         Text [ en-US ] = "~Initials";
366     };
367     Edit ED_USER_INITIALS
368     {
369         Border = TRUE;
370         Pos = MAP_APPFONT(MARGINLEFT+USERINDENT, MARGINTOP+ROWHEIGHT*11);
371         Size = MAP_APPFONT(INITIALSWIDTH, EDHEIGHT);
372     };
374     FixedText FT_USER_FATHER
375     {
376         Hide = TRUE;
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";
380     };
381     Edit ED_USER_FATHER
382     {
383         Border = TRUE;
384         Hide = TRUE;
385         Pos = MAP_APPFONT(MARGINLEFT+USERINDENT*2+INITIALSWIDTH+10, MARGINTOP+ROWHEIGHT*11);
386         Size = MAP_APPFONT(BODYWIDTH-10-USERINDENT*2-INITIALSWIDTH, EDHEIGHT);
387     };
390 #define RB_HEIGHT   (RSC_CD_CHECKBOX_HEIGHT+RSC_SP_GRP_SPACE_Y)
392 TabPage TP_REGISTRATION
394     SVLook = TRUE ;
395     Hide = TRUE ;
396     Size = MAP_APPFONT(TP_WIDTH, TP_HEIGHT);
397     HelpID = HID_FIRSTSTART_REGISTRATION;
398     FixedText FT_REGISTRATION_HEADER
399     {
400         NoLabel = TRUE;
401         Text [ en-US ] = "%PRODUCTNAME Registration";
402         Pos = MAP_APPFONT(MARGINLEFT, MARGINRIGHT);
403         Size = MAP_APPFONT(BODYWIDTH, MARGINRIGHT);
404     };
405     FixedText FT_REGISTRATION_BODY
406     {
407         NoLabel = TRUE;
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.";
409         WordBreak = TRUE;
410         Pos = MAP_APPFONT(MARGINLEFT, MARGINTOP+ROWHEIGHT*2);
411         Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*8);
412     };
413     RadioButton RB_REGISTRATION_NOW
414     {
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);
418         Check = TRUE;
419     };
420     RadioButton RB_REGISTRATION_LATER
421     {
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);
425     };
426     RadioButton RB_REGISTRATION_NEVER
427     {
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);
431     };
432     FixedLine FL_REGISTRATION
433     {
434         Pos = MAP_APPFONT(MARGINLEFT, TP_HEIGHT-MARGINBOTTOM-ROWHEIGHT*6);
435         Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT);
436     };
437     FixedText FT_REGISTRATION_END
438     {
439         NoLabel = TRUE;
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);
443     };