importwi.src (b5f98429) importwi.src (7807a661)
1/**************************************************************
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

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

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 *
20 *************************************************************/
21
1/**************************************************************
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

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

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 *
20 *************************************************************/
21
22
23
22#define sHelpButton 1000
23#define sCancelButton 1001
24#define sBackButton 1002
25#define sNextButton 1003
26#define sBeginButton 1004
27#define sCloseButton 1005
28#define sWelcometextLabel1 1006
29#define sWelcometextLabel2 1007

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

123
124String sCancelButton
125{
126 Text [ en-US ] = "~Cancel" ;
127};
128
129String sBackButton
130{
24#define sHelpButton 1000
25#define sCancelButton 1001
26#define sBackButton 1002
27#define sNextButton 1003
28#define sBeginButton 1004
29#define sCloseButton 1005
30#define sWelcometextLabel1 1006
31#define sWelcometextLabel2 1007

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

125
126String sCancelButton
127{
128 Text [ en-US ] = "~Cancel" ;
129};
130
131String sBackButton
132{
131 Text [ en-US ] = "<< ~Back" ;
133 Text [ en-US ] = "< ~Back" ;
132};
133
134String sNextButton
135{
134};
135
136String sNextButton
137{
136 Text [ en-US ] = "Ne~xt >>" ;
138 Text [ en-US ] = "Ne~xt >" ;
137};
138
139String sBeginButton
140{
141 Text [ en-US ] = "~Convert" ;
142};
143
144String sCloseButton

--- 411 unchanged lines hidden ---
139};
140
141String sBeginButton
142{
143 Text [ en-US ] = "~Convert" ;
144};
145
146String sCloseButton

--- 411 unchanged lines hidden ---