wizard.src (158fda6a) wizard.src (1aa2d409)
1/**************************************************************
1/**************************************************************
2 *
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
10 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
19 *
20 *************************************************************/
21
22
23
24 /*
25 * encoding for resources: windows-1252
26 */
27

--- 49 unchanged lines hidden (view full) ---

77String STR_WELCOME_MIGRATION
78{
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.";
80
81};
82
83String STR_WELCOME_WITHOUT_LICENSE
84{
20 *************************************************************/
21
22
23
24 /*
25 * encoding for resources: windows-1252
26 */
27

--- 49 unchanged lines hidden (view full) ---

77String STR_WELCOME_MIGRATION
78{
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.";
80
81};
82
83String STR_WELCOME_WITHOUT_LICENSE
84{
85 Text [ en-US ] = "This wizard will guide you through the registration of %PRODUCTNAME.\n\nClick 'Next' to continue.";
85 Text [ en-US ] = "This wizard will guide you through the setup of %PRODUCTNAME.\n\nClick 'Next' to continue.";
86};
87
88String STR_FINISH
89{
90 Text [ en-US ] = "~Finish";
91};
92
93String STR_REGISTRATION_OOO

--- 337 unchanged lines hidden (view full) ---

431 {
432 NoLabel = TRUE;
433 Text [ en-US ] = "We hope you enjoy working with %PRODUCTNAME.\n\nTo exit the wizard, click 'Finish'.";
434 Pos = MAP_APPFONT(MARGINLEFT, TP_HEIGHT-MARGINBOTTOM-ROWHEIGHT*4);
435 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*4);
436 };
437};
438
86};
87
88String STR_FINISH
89{
90 Text [ en-US ] = "~Finish";
91};
92
93String STR_REGISTRATION_OOO

--- 337 unchanged lines hidden (view full) ---

431 {
432 NoLabel = TRUE;
433 Text [ en-US ] = "We hope you enjoy working with %PRODUCTNAME.\n\nTo exit the wizard, click 'Finish'.";
434 Pos = MAP_APPFONT(MARGINLEFT, TP_HEIGHT-MARGINBOTTOM-ROWHEIGHT*4);
435 Size = MAP_APPFONT(BODYWIDTH, ROWHEIGHT*4);
436 };
437};
438
439// ********************************************************************** EOF