summaryrefslogtreecommitdiff
path: root/extensions/source/preload/preload.src
blob: 82745af0e54113f256a8bdb42c3572d94a852855 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
/*************************************************************************
 *
 *  $RCSfile: preload.src,v $
 *
 *  $Revision: 1.9 $
 *
 *  last change: $Author: rt $ $Date: 2001-12-21 21:16:07 $
 *
 *  The Contents of this file are made available subject to the terms of
 *  either of the following licenses
 *
 *         - GNU Lesser General Public License Version 2.1
 *         - Sun Industry Standards Source License Version 1.1
 *
 *  Sun Microsystems Inc., October, 2000
 *
 *  GNU Lesser General Public License Version 2.1
 *  =============================================
 *  Copyright 2000 by Sun Microsystems, Inc.
 *  901 San Antonio Road, Palo Alto, CA 94303, USA
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License version 2.1, as published by the Free Software Foundation.
 *
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 *  MA  02111-1307  USA
 *
 *
 *  Sun Industry Standards Source License Version 1.1
 *  =================================================
 *  The contents of this file are subject to the Sun Industry Standards
 *  Source License Version 1.1 (the "License"); You may not use this file
 *  except in compliance with the License. You may obtain a copy of the
 *  License at http://www.openoffice.org/license.html.
 *
 *  Software provided under this License is provided on an "AS IS" basis,
 *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
 *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 *  See the License for the specific provisions governing your rights and
 *  obligations concerning the Software.
 *
 *  The Initial Developer of the Original Code is: Sun Microsystems, Inc..
 *
 *  Copyright: 2000 by Sun Microsystems, Inc.
 *
 *  All Rights Reserved.
 *
 *  Contributor(s): _______________________________________
 *
 *
 ************************************************************************/

#ifndef _EXTENSIONS_PRELOAD_PRELOAD_HRC_
#include "preload.hrc"
#endif

ModalDialog RID_DLG_OEMWIZARD
{
    Text = "%PRODUCTNAME %PRODUCTVERSION";

    OutputSize      = TRUE ;
    SVLook          = TRUE ;
    Moveable        = TRUE ;
    Closeable       = TRUE ;
    Hide            = TRUE;
    PushButton PB_PREV
    {
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text = "<< Zurck" ;
        Text [ english_us ] = "<< Back" ;
        Text[ portuguese ] = "<< Back";
        Text[ russian ] = "<< Back";
        Text[ greek ] = "<< Back";
        Text[ dutch ] = "<< Back";
        Text[ french ] = "<< Prcdent";
        Text[ spanish ] = "<< Regresar";
        Text[ finnish ] = "<< Back";
        Text[ italian ] = "<< Indietro";
        Text[ danish ] = "<< Back";
        Text[ swedish ] = "<< Tillbaka";
        Text[ polish ] = "<< Back";
        Text[ portuguese_brazilian ] = "<< Back";
        Text[ japanese ] = "<< 戻る";
        Text[ korean ] = "<< Back";
        Text[ chinese_simplified ] = "<< 返回";
        Text[ chinese_traditional ] = "<< 返回";
        Text[ turkish ] = "<< Back";
        Text[ arabic ] = "<< Back";
        Text[ catalan ] = "<< Back";
    };
    PushButton PB_NEXT
    {
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text = "Weiter >>" ;
        Text [ english_us ] = "Next >>" ;
        Text[ portuguese ] = "Next >>";
        Text[ russian ] = "Next >>";
        Text[ greek ] = "Next >>";
        Text[ dutch ] = "Next >>";
        Text[ french ] = "Suivant >>";
        Text[ spanish ] = "Siguiente >>";
        Text[ finnish ] = "Next >>";
        Text[ italian ] = "Avanti >>";
        Text[ danish ] = "Next >>";
        Text[ swedish ] = "Nsta >>";
        Text[ polish ] = "Next >>";
        Text[ portuguese_brazilian ] = "Next >>";
        Text[ japanese ] = "次へ >>";
        Text[ korean ] = "Next >>";
        Text[ chinese_simplified ] = "继续 >>";
        Text[ chinese_traditional ] = "繼續 >>";
        Text[ turkish ] = "Next >>";
        Text[ arabic ] = "Next >>";
        Text[ catalan ] = "Next >>";
    };
    CancelButton PB_CANCEL
    {
        Size = MAP_APPFONT ( 50 , 14 ) ;
    };
    String ST_ACCEPT
    {
        Text = "Akzeptieren";
        Text[English] = "Accept";
        Text[ english_us ] = "Accept";
        Text[ portuguese ] = "Accept";
        Text[ russian ] = "Accept";
        Text[ greek ] = "Accept";
        Text[ dutch ] = "Accept";
        Text[ french ] = "Accepter";
        Text[ spanish ] = "Aceptar";
        Text[ finnish ] = "Accept";
        Text[ italian ] = "Accetto";
        Text[ danish ] = "Accept";
        Text[ swedish ] = "Acceptera";
        Text[ polish ] = "Accept";
        Text[ portuguese_brazilian ] = "Accept";
        Text[ japanese ] = "同意する";
        Text[ korean ] = "Accept";
        Text[ chinese_simplified ] = "接受";
        Text[ chinese_traditional ] = "接受";
        Text[ turkish ] = "Accept";
        Text[ arabic ] = "Accept";
        Text[ catalan ] = "Accept";
    };
    String ST_FINISH
    {
        Text = "Fertig stellen";
        Text[English] = "Finish";
        Text[ english_us ] = "Finish";
        Text[ portuguese ] = "Finish";
        Text[ russian ] = "Finish";
        Text[ greek ] = "Finish";
        Text[ dutch ] = "Finish";
        Text[ french ] = "Crer";
        Text[ spanish ] = "Crear";
        Text[ finnish ] = "Finish";
        Text[ italian ] = "Fine";
        Text[ danish ] = "Finish";
        Text[ swedish ] = "Frdigstll";
        Text[ polish ] = "Finish";
        Text[ portuguese_brazilian ] = "Finish";
        Text[ japanese ] = "完了";
        Text[ korean ] = "Finish";
        Text[ chinese_simplified ] = "完成";
        Text[ chinese_traditional ] = "完成";
        Text[ turkish ] = "Finish";
        Text[ arabic ] = "Finish";
        Text[ catalan ] = "Finish";
    };
    String ST_LICENSE_AGREEMENT
    {
        Text = " - Software-Lizenzvereinbarung";
        Text[english_us] = " - Software License Agreement";
        Text[ portuguese ] = " - Software License Agreement";
        Text[ russian ] = " - Software License Agreement";
        Text[ greek ] = " - Software License Agreement";
        Text[ dutch ] = " - Software License Agreement";
        Text[ french ] = " - Contrat de licence du logiciel";
        Text[ spanish ] = " - Software License Agreement";
        Text[ finnish ] = " - Software License Agreement";
        Text[ italian ] = " - Software License Agreement";
        Text[ danish ] = " - Software License Agreement";
        Text[ swedish ] = " - Software License Agreement";
        Text[ polish ] = " - Software License Agreement";
        Text[ portuguese_brazilian ] = " - Software License Agreement";
        Text[ japanese ] = " - ソフトウェア使用許諾書";
        Text[ korean ] = " - Software License Agreement";
        Text[ chinese_simplified ] = " - 软件使用协约";
        Text[ chinese_traditional ] = " - 軟體使用協定";
        Text[ turkish ] = " - Software License Agreement";
        Text[ arabic ] = " - Software License Agreement";
        Text[ catalan ] = " - Software License Agreement";
    };

    String ST_INSERT_USER_DATA
    {
        Text = " - Benutzerdaten";
        Text[english_us] = "- User Data";
        Text[ portuguese ] = "- User Data";
        Text[ russian ] = "- User Data";
        Text[ greek ] = "- User Data";
        Text[ dutch ] = "- User Data";
        Text[ french ] = " - Donnes d'identit";
        Text[ spanish ] = "- User Data";
        Text[ finnish ] = "- User Data";
        Text[ italian ] = "- User Data";
        Text[ danish ] = "- User Data";
        Text[ swedish ] = "- User Data";
        Text[ polish ] = "- User Data";
        Text[ portuguese_brazilian ] = "- User Data";
        Text[ japanese ] = "- ユーザーデータ";
        Text[ korean ] = "- User Data";
        Text[ chinese_simplified ] = "- 使用者数据";
        Text[ chinese_traditional ] = "- 使用者資料";
        Text[ turkish ] = "- User Data";
        Text[ arabic ] = "- User Data";
        Text[ catalan ] = "- User Data";
    };
};
TabPage RID_TP_WELCOME
{
//    HelpId = ;
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Hide = TRUE ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    Text = "Willkommen" ;
    Text [ ENGLISH ] = "Welcome" ;
    FixedText FT_INFO
    {
        Pos = MAP_APPFONT ( 6 , 14 ) ;
        Size = MAP_APPFONT ( 248 , 160 ) ;
        WordBreak = TRUE ;
        Text = "Herzlich willkommen zu %PRODUCTNAME %PRODUCTVERSION OEM\n\nUm %PRODUCTNAME %PRODUCTVERSION OEM starten zu knnen, geben Sie bitte auf der dem Lizenztext folgenden Dialogseite Ihre Benutzerdaten ein.\n\nIn der Readme-Datei im %PRODUCTNAME-Produktverzeichnis finden Sie wichtige Hinweise zum Programm. Bitte lesen Sie diese Hinweise aufmerksam durch.\n\nDes weiteren finden Sie ausfhrliche Informationen auf der Internetseite von Sun unter\n\nhttp://www.sun.com/staroffice.\n\nWir wnschen Ihnen viel Spa und Erfolg mit Ihrem neuen %PRODUCTNAME.\n\nIhr %PRODUCTNAME Team.";
        Text [ english_us ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start %PRODUCTNAME %PRODUCTVERSION OEM, please enter your personal data in the dialog following the license text.\n\nImportant information is contained in the readme files which are located in the %PRODUCTNAME product directory. Please read these files carefully.\n\nYou can also find detailed information on the Sun Website at\n\nhttp://www.sun.com/staroffice.\n\nWe hope you enjoy working with %PRODUCTNAME.";
        Text[ portuguese ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start %PRODUCTNAME %PRODUCTVERSION OEM, please enter your personal data in the dialog following the license text.\n\nImportant information is contained in the readme files which are located in the StarOffice product directory. Please read these files carefully.\n\nYou can also find detailed information on the Sun Internet pages at\n\nhttp://www.sun.com/staroffice.\n\nWe hope you enjoy working with StarOffice.";
        Text[ russian ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start %PRODUCTNAME %PRODUCTVERSION OEM, please enter your personal data in the dialog following the license text.\n\nImportant information is contained in the readme files which are located in the StarOffice product directory. Please read these files carefully.\n\nYou can also find detailed information on the Sun Internet pages at\n\nhttp://www.sun.com/staroffice.\n\nWe hope you enjoy working with StarOffice.";
        Text[ greek ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start %PRODUCTNAME %PRODUCTVERSION OEM, please enter your personal data in the dialog following the license text.\n\nImportant information is contained in the readme files which are located in the StarOffice product directory. Please read these files carefully.\n\nYou can also find detailed information on the Sun Internet pages at\n\nhttp://www.sun.com/staroffice.\n\nWe hope you enjoy working with StarOffice.";
        Text[ dutch ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start %PRODUCTNAME %PRODUCTVERSION OEM, please enter your personal data in the dialog following the license text.\n\nImportant information is contained in the readme files which are located in the StarOffice product directory. Please read these files carefully.\n\nYou can also find detailed information on the Sun Internet pages at\n\nhttp://www.sun.com/staroffice.\n\nWe hope you enjoy working with StarOffice.";
        Text[ french ] = "%PRODUCTNAME %PRODUCTVERSION OEM - Bienvenue !\n\nAvant de pouvoir dmarrer %PRODUCTNAME %PRODUCTVERSION OEM, vous devez spcifier vos donnes d'identit sur la page suivant la licence dans la bote de dialogue.\n\nLe fichier Readme (plac dans le rpertoire de %PRODUCTNAME) contient des informations importantes sur le programme. Il est vivement conseill d'en prendre connaissance.\n\nVous trouverez galement des informations dtailles sur le site Internet de Sun  l'adresse\n\nhttp://www.sun.com/staroffice.\n\nL'quipe de %PRODUCTNAME espre que cette nouvelle version rpondra  vos attentes et vous souhaite un agrable travail !";
        Text[ spanish ] = "Bienvenidos a %PRODUCTNAME %PRODUCTVERSION OEM\n\nPara iniciar %PRODUCTNAME %PRODUCTVERSION OEM, introduzca sus datos personales en el dilogo que sigue al texto de licencia.\n\nEn el archivo Readme, en el directorio %PRODUCTNAME-, encontrar informacin importante relativa al programa. Por favor lea el archivo atentamente.\n\nPara ms informacin vaya a la pgina de Internet de Sun \n\nhttp://www.sun.com/staroffice.\n\nLe deseamos un agradable trabajo con %PRODUCTNAME.\n\nEl equipo de %PRODUCTNAME.";
        Text[ finnish ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start %PRODUCTNAME %PRODUCTVERSION OEM, please enter your personal data in the dialog following the license text.\n\nImportant information is contained in the readme files which are located in the StarOffice product directory. Please read these files carefully.\n\nYou can also find detailed information on the Sun Internet pages at\n\nhttp://www.sun.com/staroffice.\n\nWe hope you enjoy working with StarOffice.";
        Text[ italian ] = "Benvenuti a %PRODUCTNAME %PRODUCTVERSION OEM\n\nPer avviare %PRODUCTNAME %PRODUCTVERSION OEM inserite i vostri dati nel dialogo che segue il testo di licenza.\n\nIl file Readme nella cartella %PRODUCTNAME contiene informazioni importanti sul programma. Leggete il file attentamente.\n\nTroverete informazini dettagliate alla pagina Web di Sun \n\nhttp://www.sun.com/staroffice.\n\nVi auguriamo buon lavoro con %PRODUCTNAME.\n\nIl team %PRODUCTNAME.";
        Text[ danish ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start %PRODUCTNAME %PRODUCTVERSION OEM, please enter your personal data in the dialog following the license text.\n\nImportant information is contained in the readme files which are located in the StarOffice product directory. Please read these files carefully.\n\nYou can also find detailed information on the Sun Internet pages at\n\nhttp://www.sun.com/staroffice.\n\nWe hope you enjoy working with StarOffice.";
        Text[ swedish ] = "Vlkommen till %PRODUCTNAME %PRODUCTVERSION OEM\n\nFr att kunna starta %PRODUCTNAME %PRODUCTVERSION OEM, anger du dina anvndardata i dialogrutan som kommer efter licenstexten.\n\nI readmefilen i %PRODUCTNAME-produktkatalogen finns det viktig information. Ls igenom den hr informationen noggrant.\n\nDet finns dessutom utfrlig information p Suns Internetsida p\n\nhttp://www.sun.com/staroffice.\n\nVi nskar dig mycket nje och framgngsrikt arbete med %PRODUCTNAME.\n\nDitt %PRODUCTNAME-team.";
        Text[ polish ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start %PRODUCTNAME %PRODUCTVERSION OEM, please enter your personal data in the dialog following the license text.\n\nImportant information is contained in the readme files which are located in the StarOffice product directory. Please read these files carefully.\n\nYou can also find detailed information on the Sun Internet pages at\n\nhttp://www.sun.com/staroffice.\n\nWe hope you enjoy working with StarOffice.";
        Text[ portuguese_brazilian ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start %PRODUCTNAME %PRODUCTVERSION OEM, please enter your personal data in the dialog following the license text.\n\nImportant information is contained in the readme files which are located in the StarOffice product directory. Please read these files carefully.\n\nYou can also find detailed information on the Sun Internet pages at\n\nhttp://www.sun.com/staroffice.\n\nWe hope you enjoy working with StarOffice.";
        Text[ japanese ] = "%PRODUCTNAME %PRODUCTVERSION OEM へようこそ\n\n%PRODUCTNAME %PRODUCTVERSION OEM を起動するには、ライセンス許諾書の文章に続くダイアログページでユーザーデータを入力します。\n\nStarSuite の製品がインストールされているディレクトリの Readme ファイルにプログラムについての大切な指示があります。この指示をよく読んでください。\n\nそのほかにも下記の Sun のインターネット上のページに詳細情報があります。\n\nhttp://www.sun.com/staroffice.\n\nStarSuite での充実したお仕事を願っております。";
        Text[ korean ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start %PRODUCTNAME %PRODUCTVERSION OEM, please enter your personal data in the dialog following the license text.\n\nImportant information is contained in the readme files which are located in the StarOffice product directory. Please read these files carefully.\n\nYou can also find detailed information on the Sun Internet pages at\n\nhttp://www.sun.com/staroffice.\n\nWe hope you enjoy working with StarOffice.";
        Text[ chinese_simplified ] = "欢迎安装 %PRODUCTNAME %PRODUCTVERSION OEM\n\n要启动 %PRODUCTNAME %PRODUCTVERSION OEM ,请在用户许可协议之后出现的对话方框内添入您的个人资料。\n\n在 %PRODUCTNAME 软件目录内您可以找到一个 Readme 文件,请您仔细阅读其中的有关本软件的重要说明。\n\n另外,您还可以通过 Sun 的网页获得更多的相关信息:\n\nhttp://www.sun.com/starsuite\n\n我们预祝您能够顺利、愉快地使用新版本的 %PRODUCTNAME 。\n\n%PRODUCTNAME 工作组";
        Text[ chinese_traditional ] = "歡迎安裝 %PRODUCTNAME %PRODUCTVERSION OEM\n\n要啟動 %PRODUCTNAME %PRODUCTVERSION OEM ,請在使用許可協定之後出現的對話方塊內填入您的個人資料。\n\n在 %PRODUCTNAME 軟體目錄內您能夠找到一個[Readme]檔案,請您仔細閱讀其中關於本軟體的重要說明。\n\n另外,您還可以透過 Sun 的網頁獲得更多的資訊:\n\nhttp://www.sun.com/starsuite\n\n我們預祝您能夠順利、愉快地使用新版本的 %PRODUCTNAME 。\n\n%PRODUCTNAME 工作組";
        Text[ turkish ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start %PRODUCTNAME %PRODUCTVERSION OEM, please enter your personal data in the dialog following the license text.\n\nImportant information is contained in the readme files which are located in the StarOffice product directory. Please read these files carefully.\n\nYou can also find detailed information on the Sun Internet pages at\n\nhttp://www.sun.com/staroffice.\n\nWe hope you enjoy working with StarOffice.";
        Text[ arabic ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start %PRODUCTNAME %PRODUCTVERSION OEM, please enter your personal data in the dialog following the license text.\n\nImportant information is contained in the readme files which are located in the StarOffice product directory. Please read these files carefully.\n\nYou can also find detailed information on the Sun Internet pages at\n\nhttp://www.sun.com/staroffice.\n\nWe hope you enjoy working with StarOffice.";
        Text[ catalan ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start %PRODUCTNAME %PRODUCTVERSION OEM, please enter your personal data in the dialog following the license text.\n\nImportant information is contained in the readme files which are located in the StarOffice product directory. Please read these files carefully.\n\nYou can also find detailed information on the Sun Internet pages at\n\nhttp://www.sun.com/staroffice.\n\nWe hope you enjoy working with StarOffice.";
    };
    Text[ english_us ] = "Welcome";
    Text[ portuguese ] = "Welcome";
    Text[ russian ] = "Welcome";
    Text[ greek ] = "Welcome";
    Text[ dutch ] = "Welcome";
    Text[ french ] = "Bienvenue";
    Text[ spanish ] = "Bienvenido";
    Text[ finnish ] = "Welcome";
    Text[ italian ] = "Benvenuti";
    Text[ danish ] = "Welcome";
    Text[ swedish ] = "Vlkommen";
    Text[ polish ] = "Welcome";
    Text[ portuguese_brazilian ] = "Welcome";
    Text[ japanese ] = "ようこそ";
    Text[ korean ] = "Welcome";
    Text[ chinese_simplified ] = "欢迎";
    Text[ chinese_traditional ] = "歡迎";
    Text[ turkish ] = "Welcome";
    Text[ arabic ] = "Welcome";
    Text[ catalan ] = "Welcome";
};
TabPage RID_TP_LICENSE
{
//    HelpId = ;
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Hide = TRUE ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    Text = "Lizenzvertrag" ;
    Text [ ENGLISH ] = "License Agreement" ;
    FixedText FT_INFO1
    {
        WordBreak = TRUE ;
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 248 , 20 ) ;
        Text = "Bitte lesen Sie das folgende Lizenzabkommen. Mit der Bildlaufleiste knnen Sie den Rest des Lizenzabkommens sichtbar machen." ;
        Text [ english_us ] = "Read the following License Agreement carefully. Use the scroll bar to view the entire text." ;
        Text [ portuguese_brazilian ] = "Bitte lesen Sie das folgende Lizenzabkommen. Mit der Bildlaufleiste k?nen Sie den Rest des Lizenzabkommens sichtbar machen." ;
        Text [ swedish ] = "Ls fljande licensavtal. Med hjlp av rullningslisten kan du se resten av avtalet." ;
        Text [ danish ] = "Ls venligst den flgende licensaftale. Ved hjlp af rullepanelet kan du se resten af licensaftalen." ;
        Text [ italian ] = "Leggete il seguente contratto di licenza. Con la barra di scorrimento  possibile visualizzare il resto del contratto stesso." ;
        Text [ spanish ] = "Lea el siguiente acuerdo de licencia. Utilice la barra de desplazamiento para ver el resto del texto." ;
        Text [ french ] = "Veuillez lire le contrat de licence ci-aprs en utilisant la barre de dfilement pour vous dplacer dans le texte." ;
        Text [ dutch ] = "Lees a.u.b. de volgende licentieovereenkomst. Met de beeldschuifbalk  kunt u de rest ervan zichtbaar maken." ;
        Text [ portuguese ] = "Leia o seguinte contrato de licena com ateno. Se usar a barra de deslocamento poder visualizar o texto completo." ;
        Text[ chinese_simplified ] = "请阅读以下的用户许可协议。您能够通过按击滚动条来阅读用户许可协议的全部内容。";
        Text[ russian ] = ", ,   .   ,     .";
        Text[ polish ] = "Prosimy przeczyta umow licencyjn. Przesunicie paska przewijania obrazu pozwala przeczyta ukryt cz umowy licencyjnej.";
        Text[ japanese ] = "次の認可協定を必ずお読みください。スクロールバーを動かすと、残りの文章が表示されます。";
        Text[ chinese_traditional ] = "請閱讀以下的使用許可協定。您能夠按一下捲軸,閱讀使用許可協定的全部內容。";
        Text[ arabic ] = "    .             .";
        Text[ greek ] = "    '  '.          .";
        Text[ korean ] = "다음의 라이센스 협정을 읽어 보십시오. 스크롤 바를 사용하면 라이센스 협정의 나머지를 볼 수 있습니다.";
        Text[ turkish ] = "Ltfen aadaki lisans anlamasn dikkatle okuyun. Sayfa kaydrma ubuunu kullanarak, lisans anlamasnn tamamn grntleyebilirsiniz.";
        Text[ language_user1 ] = " ";
        Text[ catalan ] = "Por favor lea el siguiente acuerdo de licencia. Con la barra de desplazamiento podr ver el resto del acuerdo.";
        Text[ finnish ] = "Lue seuraava lisenssisopimus huolellisesti. Voit vieritt teksti vierityspalkin avulla.";
    };
    MultiLineEdit ML_LICENSE
    {
        PosSize = MAP_APPFONT ( 6 , 25 , 248, 123 ) ;
        Border = TRUE ;
        VScroll = TRUE ;
        ReadOnly = TRUE ;
        IgnoreTab = TRUE;
    };
    FixedText FT_INFO2
    {
        WordBreak = TRUE ;
        Pos = MAP_APPFONT ( 6 , 152 ) ;
        Size = MAP_APPFONT ( 248 , 27 ) ;
        Text = "Akzeptieren Sie smtliche Bedingungen im vorliegenden Lizenzabkommen, klicken Sie auf die Schaltflche '%1'. Stimmen Sie den Bedingungen nicht zu klicken Sie auf '%2', die Installation wird dann abgebrochen." ;
        Text [ english_us ] = "If you accept all terms of the license agreement, click '%1'. Otherwise, click '%2' to cancel the installation." ;
        Text [ portuguese ] = "Clique no boto '%1' se concordar com os termos do contrato de licena. Se no os aceitar clique no boto '%2' e a instalao ser cancelada." ;
        Text [ portuguese_brazilian ] = "Akzeptieren Sie s?mtliche Bedingungen im vorliegenden Lizenzabkommen, klicken Sie auf die Schaltfl?che '%1'. Stimmen Sie den Bedingungen nicht zu klicken Sie auf '%2', die Installation wird dann abgebrochen." ;
        Text [ swedish ] = "Om du accepterar alla villkor i licensavtalet, klicka p '%1'. Om du inte accepterar villkoren, klicka p '%2' fr att avbryta installationen." ;
        Text [ danish ] = "Hvis du accepterer alle betingelser i licensaftalen, klik p '%1' knappen. I modsat fald klik p '%2' for at afbryde installationen." ;
        Text [ italian ] = "Se accettate tutte le condizioni del presente contratto di licenza cliccate su '%1'. Se non le accettate cliccate invece su '%2'. In questo modo l'installazione verr interrotta." ;
        Text [ spanish ] = "Si acepta todas las condiciones de este acuerdo de licencia pulse '%1'. En caso de no ser as pulse '%2' para interrumpir la instalacin." ;
        Text [ french ] = "Si vous acceptez tous les termes du contrat de licence, cliquez sur '%1'. Dans le cas contraire, cliquez sur '%2' pour interrompre l'installation." ;
        Text [ dutch ] = "Accepteert u alle voorwaarden in deze licentieovereenkomst, klik dan op de knop '%1'. Gaat u niet accoord met de voorwaarden, klik dan op '%2', de installatie wordt dan gestopt." ;
        Text[ chinese_simplified ] = "如果您同意接受许可证协议中的全部条款,请按击 %1 。如果不同意许可证协议中的条款,则按击 %2 ,中断安装。";
        Text[ russian ] = "      ,    '%1'.        ,   '%2',    .";
        Text[ polish ] = "Jeeli warunki niniejszej umowy licencyjnej zostan zaakceptowane, naley klikn przycisk '%1'. W razie niezaakceptowania ich naley klikn przycisk '%2'. Instalacja zostanie wwczas przerwana.";
        Text[ japanese ] = "以上の認可協定のすべての条件に同意する場合は、[%1]をクリックします。条件に同意しない場合は、[%2]をクリックしてインストールを中止します。";
        Text[ chinese_traditional ] = "要接受所有的使用許可協定的全部條款,按一下[%1]。若不想接受全部條款,就按一下[%2],取消安裝。";
        Text[ arabic ] = "           '%1'.     ǡ   '%2'.        .";
        Text[ greek ] = "      ' ',    '%1'.     '%2'     .";
        Text[ korean ] = "앞의 라이센스 협정에 언급된 전체 조건에 동의하면 '%1' 버튼을 클릭하십시오. 조건에 동의하지 않으면 '%2'을(를) 클릭하십시오. 그러면 설치가 중단됩니다.";
        Text[ turkish ] = "Lisans anlamasndaki tm koullar kabul ediyorsanz, '%1' dmesini tklayn. Koullar kabul etmiyorsanz, '%2' dmesini tklayn. Bu durumda kurulum iptal edilecek.";
        Text[ language_user1 ] = " ";
        Text[ catalan ] = "Si acepta las condiciones de este acuerdo de licencia, pulse sobre '%1'. En caso de no ser as pulse sobre '%2' para cancelar la instalacin.";
        Text[ finnish ] = "Jos hyvksyt kaikki lisenssisopimuksen ehdot, valitse %1. Muussa tapauksessa peruuta asennus valitsemalla %2.";
    };
    Text[ english_us ] = "License Agreement";
    Text[ portuguese ] = "License Agreement";
    Text[ russian ] = "License Agreement";
    Text[ greek ] = "License Agreement";
    Text[ dutch ] = "License Agreement";
    Text[ french ] = "Contrat de licence";
    Text[ spanish ] = "Contrato de licencia";
    Text[ finnish ] = "License Agreement";
    Text[ italian ] = "Contratto di licenza";
    Text[ danish ] = "License Agreement";
    Text[ swedish ] = "Licensavtal";
    Text[ polish ] = "License Agreement";
    Text[ portuguese_brazilian ] = "License Agreement";
    Text[ japanese ] = "ライセンス許諾書";
    Text[ korean ] = "License Agreement";
    Text[ chinese_simplified ] = "用户许可协议";
    Text[ chinese_traditional ] = "使用許可協定";
    Text[ turkish ] = "License Agreement";
    Text[ arabic ] = "License Agreement";
    Text[ catalan ] = "License Agreement";
};