xref: /AOO41X/main/desktop/source/deployment/gui/dp_gui_dialog.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir#include "svtools/controldims.hrc"
28*cdf0e10cSrcweir#include "dp_gui.hrc"
29*cdf0e10cSrcweir
30*cdf0e10cSrcweirString RID_STR_ADD_PACKAGES
31*cdf0e10cSrcweir{
32*cdf0e10cSrcweir    Text [ en-US ] = "Add Extension(s)";
33*cdf0e10cSrcweir};
34*cdf0e10cSrcweirString RID_CTX_ITEM_REMOVE
35*cdf0e10cSrcweir{
36*cdf0e10cSrcweir    Text [ en-US ] = "~Remove";
37*cdf0e10cSrcweir};
38*cdf0e10cSrcweirString RID_CTX_ITEM_ENABLE
39*cdf0e10cSrcweir{
40*cdf0e10cSrcweir    Text [ en-US ] = "~Enable";
41*cdf0e10cSrcweir};
42*cdf0e10cSrcweirString RID_CTX_ITEM_DISABLE
43*cdf0e10cSrcweir{
44*cdf0e10cSrcweir    Text [ en-US ] = "~Disable";
45*cdf0e10cSrcweir};
46*cdf0e10cSrcweirString RID_CTX_ITEM_CHECK_UPDATE
47*cdf0e10cSrcweir{
48*cdf0e10cSrcweir    Text [ en-US ] = "~Update...";
49*cdf0e10cSrcweir};
50*cdf0e10cSrcweirString RID_CTX_ITEM_OPTIONS
51*cdf0e10cSrcweir{
52*cdf0e10cSrcweir    Text [ en-US ] = "~Options...";
53*cdf0e10cSrcweir};
54*cdf0e10cSrcweir
55*cdf0e10cSrcweirString RID_STR_ADDING_PACKAGES
56*cdf0e10cSrcweir{
57*cdf0e10cSrcweir    Text [ en-US ] = "Adding %EXTENSION_NAME";
58*cdf0e10cSrcweir};
59*cdf0e10cSrcweir
60*cdf0e10cSrcweirString RID_STR_REMOVING_PACKAGES
61*cdf0e10cSrcweir{
62*cdf0e10cSrcweir    Text [ en-US ] = "Removing %EXTENSION_NAME";
63*cdf0e10cSrcweir};
64*cdf0e10cSrcweir
65*cdf0e10cSrcweirString RID_STR_ENABLING_PACKAGES
66*cdf0e10cSrcweir{
67*cdf0e10cSrcweir    Text [ en-US ] = "Enabling %EXTENSION_NAME";
68*cdf0e10cSrcweir};
69*cdf0e10cSrcweir
70*cdf0e10cSrcweirString RID_STR_DISABLING_PACKAGES
71*cdf0e10cSrcweir{
72*cdf0e10cSrcweir    Text [ en-US ] = "Disabling %EXTENSION_NAME";
73*cdf0e10cSrcweir};
74*cdf0e10cSrcweir
75*cdf0e10cSrcweirString RID_STR_ACCEPT_LICENSE
76*cdf0e10cSrcweir{
77*cdf0e10cSrcweir    Text [ en-US ] = "Accept license for %EXTENSION_NAME";
78*cdf0e10cSrcweir};
79*cdf0e10cSrcweir
80*cdf0e10cSrcweirString RID_STR_INSTALL_FOR_ALL
81*cdf0e10cSrcweir{
82*cdf0e10cSrcweir    Text [ en-US ] = "~For all users";
83*cdf0e10cSrcweir};
84*cdf0e10cSrcweir
85*cdf0e10cSrcweirString RID_STR_INSTALL_FOR_ME
86*cdf0e10cSrcweir{
87*cdf0e10cSrcweir    Text [ en-US ] = "~Only for me";
88*cdf0e10cSrcweir};
89*cdf0e10cSrcweir
90*cdf0e10cSrcweirString RID_STR_ERROR_UNKNOWN_STATUS
91*cdf0e10cSrcweir{
92*cdf0e10cSrcweir    Text [ en-US ] = "Error: The status of this extension is unknown";
93*cdf0e10cSrcweir};
94*cdf0e10cSrcweir
95*cdf0e10cSrcweirString RID_STR_CLOSE_BTN
96*cdf0e10cSrcweir{
97*cdf0e10cSrcweir    Text [ en-US ] = "Close";
98*cdf0e10cSrcweir};
99*cdf0e10cSrcweir
100*cdf0e10cSrcweirString RID_STR_EXIT_BTN
101*cdf0e10cSrcweir{
102*cdf0e10cSrcweir    Text [ en-US ] = "Quit";
103*cdf0e10cSrcweir};
104*cdf0e10cSrcweir
105*cdf0e10cSrcweirString RID_STR_NO_ADMIN_PRIVILEGE
106*cdf0e10cSrcweir{
107*cdf0e10cSrcweir    Text [ en-US ] = "%PRODUCTNAME has been updated to a new version. "
108*cdf0e10cSrcweir                     "Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n\n"
109*cdf0e10cSrcweir                     "Updating of shared extension requires administrator privileges. Contact your system administrator to update the following shared extensions:";
110*cdf0e10cSrcweir};
111*cdf0e10cSrcweir
112*cdf0e10cSrcweirString RID_STR_ERROR_MISSING_DEPENDENCIES
113*cdf0e10cSrcweir{
114*cdf0e10cSrcweir    Text [ en-US ] = "The extension cannot be enabled as the following system dependencies are not fulfilled:";
115*cdf0e10cSrcweir};
116*cdf0e10cSrcweir
117*cdf0e10cSrcweirString RID_STR_ERROR_MISSING_LICENSE
118*cdf0e10cSrcweir{
119*cdf0e10cSrcweir    Text [ en-US ] = "This extension is disabled because you haven't accepted the license yet.\n";
120*cdf0e10cSrcweir};
121*cdf0e10cSrcweir
122*cdf0e10cSrcweirString RID_STR_SHOW_LICENSE_CMD
123*cdf0e10cSrcweir{
124*cdf0e10cSrcweir    Text [ en-US ] = "Show license";
125*cdf0e10cSrcweir};
126*cdf0e10cSrcweir
127*cdf0e10cSrcweir// Dialog layout
128*cdf0e10cSrcweir// ---------------------------------------------------
129*cdf0e10cSrcweir//	row 1 | multi line edit
130*cdf0e10cSrcweir// ---------------------------------------------------
131*cdf0e10cSrcweir//  row 2 | fixed text
132*cdf0e10cSrcweir// ---------------------------------------------------
133*cdf0e10cSrcweir//  row 3 | img   | fixed text   | fixed text | button
134*cdf0e10cSrcweir// ----------------------------------------------------
135*cdf0e10cSrcweir//  row 4 | img   | fixed text   | fixed text
136*cdf0e10cSrcweir// ---------------------------------------------------
137*cdf0e10cSrcweir//  row 5 |fixed line
138*cdf0e10cSrcweir// ---------------------------------------------------
139*cdf0e10cSrcweir//  row 6 |       |       |button  | button
140*cdf0e10cSrcweir// ---------------------------------------------------
141*cdf0e10cSrcweir//        | col 1 | col 2 | col3   | col4      | col5
142*cdf0e10cSrcweir
143*cdf0e10cSrcweir//To change the overall size of the multi line edit change
144*cdf0e10cSrcweir//ROW1_HEIGHT and COL3_WIDTH
145*cdf0e10cSrcweir
146*cdf0e10cSrcweir#define ROW1_Y RSC_SP_DLG_INNERBORDER_TOP
147*cdf0e10cSrcweir#define ROW1_HEIGHT 16*RSC_CD_FIXEDTEXT_HEIGHT
148*cdf0e10cSrcweir#define ROW2_Y  ROW1_Y+ROW1_HEIGHT+RSC_SP_CTRL_GROUP_Y
149*cdf0e10cSrcweir#define ROW2_HEIGHT 3*RSC_CD_FIXEDTEXT_HEIGHT
150*cdf0e10cSrcweir#define ROW3_Y ROW2_Y+ROW2_HEIGHT+RSC_SP_CTRL_GROUP_Y
151*cdf0e10cSrcweir#define ROW3_HEIGHT 3*RSC_CD_FIXEDTEXT_HEIGHT
152*cdf0e10cSrcweir#define ROW4_Y ROW3_Y+ROW3_HEIGHT+RSC_SP_CTRL_GROUP_Y
153*cdf0e10cSrcweir#define ROW4_HEIGHT 3*RSC_CD_FIXEDTEXT_HEIGHT
154*cdf0e10cSrcweir#define ROW5_Y ROW4_Y+ROW4_HEIGHT+RSC_SP_CTRL_GROUP_Y
155*cdf0e10cSrcweir#define ROW5_HEIGHT RSC_CD_FIXEDTEXT_HEIGHT
156*cdf0e10cSrcweir#define ROW6_Y ROW5_Y+ROW5_HEIGHT+RSC_SP_CTRL_GROUP_Y
157*cdf0e10cSrcweir#define ROW6_HEIGHT RSC_CD_PUSHBUTTON_HEIGHT
158*cdf0e10cSrcweir
159*cdf0e10cSrcweir#define LIC_DLG_HEIGHT ROW6_Y+ROW6_HEIGHT+RSC_SP_DLG_INNERBORDER_BOTTOM
160*cdf0e10cSrcweir
161*cdf0e10cSrcweir#define COL1_X RSC_SP_DLG_INNERBORDER_LEFT
162*cdf0e10cSrcweir#define IMG_ARROW_WIDTH 16
163*cdf0e10cSrcweir#define COL1_WIDTH IMG_ARROW_WIDTH
164*cdf0e10cSrcweir#define COL2_X COL1_X+COL1_WIDTH
165*cdf0e10cSrcweir#define COL2_WIDTH 10
166*cdf0e10cSrcweir#define COL3_X COL2_X+COL2_WIDTH+RSC_SP_CTRL_GROUP_X
167*cdf0e10cSrcweir#define COL3_WIDTH 150
168*cdf0e10cSrcweir#define COL4_X COL3_X+COL3_WIDTH
169*cdf0e10cSrcweir#define COL4_WIDTH RSC_CD_PUSHBUTTON_WIDTH+RSC_SP_CTRL_GROUP_X
170*cdf0e10cSrcweir#define COL5_X COL4_X+COL4_WIDTH
171*cdf0e10cSrcweir
172*cdf0e10cSrcweir#define LIC_DLG_WIDTH COL5_X+RSC_CD_PUSHBUTTON_WIDTH+RSC_SP_DLG_INNERBORDER_RIGHT
173*cdf0e10cSrcweir#define BODYWIDTH LIC_DLG_WIDTH-RSC_SP_DLG_INNERBORDER_LEFT-RSC_SP_DLG_INNERBORDER_RIGHT
174*cdf0e10cSrcweir
175*cdf0e10cSrcweirModalDialog RID_DLG_LICENSE
176*cdf0e10cSrcweir{
177*cdf0e10cSrcweir    HelpID = "desktop:ModalDialog:RID_DLG_LICENSE";
178*cdf0e10cSrcweir    Text [ en-US ] = "Extension Software License Agreement";
179*cdf0e10cSrcweir
180*cdf0e10cSrcweir    Size = MAP_APPFONT(LIC_DLG_WIDTH, LIC_DLG_HEIGHT);
181*cdf0e10cSrcweir    OutputSize = TRUE;
182*cdf0e10cSrcweir    SVLook = TRUE;
183*cdf0e10cSrcweir    Moveable = TRUE;
184*cdf0e10cSrcweir    Closeable = TRUE;
185*cdf0e10cSrcweir    Sizeable = FALSE;
186*cdf0e10cSrcweir//    Hide = TRUE;
187*cdf0e10cSrcweir
188*cdf0e10cSrcweir	MultiLineEdit ML_LICENSE
189*cdf0e10cSrcweir	{
190*cdf0e10cSrcweir	    HelpID = "desktop:MultiLineEdit:RID_DLG_LICENSE:ML_LICENSE";
191*cdf0e10cSrcweir		Pos = MAP_APPFONT(COL1_X, ROW1_Y);
192*cdf0e10cSrcweir		Size = MAP_APPFONT(BODYWIDTH, ROW1_HEIGHT);
193*cdf0e10cSrcweir		Border = TRUE;
194*cdf0e10cSrcweir		VScroll = TRUE;
195*cdf0e10cSrcweir		ReadOnly = TRUE;
196*cdf0e10cSrcweir	};
197*cdf0e10cSrcweir
198*cdf0e10cSrcweir    FixedText FT_LICENSE_HEADER
199*cdf0e10cSrcweir    {
200*cdf0e10cSrcweir        Pos = MAP_APPFONT(COL1_X, ROW2_Y);
201*cdf0e10cSrcweir        Size = MAP_APPFONT(COL1_WIDTH+COL2_WIDTH+COL3_WIDTH+COL4_WIDTH, ROW2_HEIGHT);
202*cdf0e10cSrcweir        WordBreak = TRUE;
203*cdf0e10cSrcweir        NoLabel = TRUE;
204*cdf0e10cSrcweir        Text [ en-US ] = "Please follow these steps to proceed with the installation of the extension:";
205*cdf0e10cSrcweir    };
206*cdf0e10cSrcweir    FixedText FT_LICENSE_BODY_1
207*cdf0e10cSrcweir    {
208*cdf0e10cSrcweir        Pos = MAP_APPFONT(COL2_X, ROW3_Y);
209*cdf0e10cSrcweir        Size = MAP_APPFONT( COL2_WIDTH, ROW3_HEIGHT );
210*cdf0e10cSrcweir        NoLabel = TRUE;
211*cdf0e10cSrcweir        Text [ en-US ] = "1.";
212*cdf0e10cSrcweir    };
213*cdf0e10cSrcweir    //spans col3 + col4
214*cdf0e10cSrcweir    FixedText FT_LICENSE_BODY_1_TXT
215*cdf0e10cSrcweir    {
216*cdf0e10cSrcweir        Pos = MAP_APPFONT(COL3_X, ROW3_Y);
217*cdf0e10cSrcweir        Size = MAP_APPFONT(COL3_WIDTH+COL4_WIDTH, ROW3_HEIGHT);
218*cdf0e10cSrcweir        WordBreak = TRUE;
219*cdf0e10cSrcweir        NoLabel = TRUE;
220*cdf0e10cSrcweir        Text [ en-US ] = "Read the complete License Agreement. Use the scroll bar or the \'Scroll Down\' button in this dialog to view the entire license text.";
221*cdf0e10cSrcweir    };
222*cdf0e10cSrcweir    FixedText FT_LICENSE_BODY_2
223*cdf0e10cSrcweir    {
224*cdf0e10cSrcweir        Pos = MAP_APPFONT(COL2_X, ROW4_Y);
225*cdf0e10cSrcweir        Size = MAP_APPFONT(COL2_WIDTH, ROW4_HEIGHT);
226*cdf0e10cSrcweir        NoLabel = TRUE;
227*cdf0e10cSrcweir        Text [ en-US ] = "2.";
228*cdf0e10cSrcweir    };
229*cdf0e10cSrcweir    FixedText FT_LICENSE_BODY_2_TXT
230*cdf0e10cSrcweir    {
231*cdf0e10cSrcweir        Pos = MAP_APPFONT(COL3_X, ROW4_Y);
232*cdf0e10cSrcweir        Size = MAP_APPFONT(COL3_WIDTH+COL4_WIDTH, ROW4_HEIGHT);
233*cdf0e10cSrcweir        WordBreak = TRUE;
234*cdf0e10cSrcweir        NoLabel = TRUE;
235*cdf0e10cSrcweir        Text [ en-US ] = "Accept the License Agreement for the extension by pressing the \'Accept\' button.";
236*cdf0e10cSrcweir
237*cdf0e10cSrcweir    };
238*cdf0e10cSrcweir	PushButton PB_LICENSE_DOWN
239*cdf0e10cSrcweir	{
240*cdf0e10cSrcweir	    HelpID = "desktop:PushButton:RID_DLG_LICENSE:PB_LICENSE_DOWN";
241*cdf0e10cSrcweir		TabStop = TRUE ;
242*cdf0e10cSrcweir		Pos = MAP_APPFONT(COL5_X , ROW3_Y) ;
243*cdf0e10cSrcweir		Size = MAP_APPFONT(RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT) ;
244*cdf0e10cSrcweir		Text [ en-US ] = "~Scroll Down";
245*cdf0e10cSrcweir
246*cdf0e10cSrcweir	};
247*cdf0e10cSrcweir    FixedLine FL_LICENSE
248*cdf0e10cSrcweir	{
249*cdf0e10cSrcweir		Pos = MAP_APPFONT ( 0, ROW5_Y) ;
250*cdf0e10cSrcweir        Size = MAP_APPFONT ( LIC_DLG_WIDTH, ROW5_HEIGHT ) ;
251*cdf0e10cSrcweir	};
252*cdf0e10cSrcweir
253*cdf0e10cSrcweir	FixedImage FI_LICENSE_ARROW1
254*cdf0e10cSrcweir	{
255*cdf0e10cSrcweir		Pos = MAP_APPFONT (COL1_X, ROW3_Y) ;
256*cdf0e10cSrcweir		Size = (16, 16);
257*cdf0e10cSrcweir		Fixed = Image
258*cdf0e10cSrcweir		{
259*cdf0e10cSrcweir			ImageBitmap = Bitmap { File = "sc06300.png"; };
260*cdf0e10cSrcweir			MASKCOLOR
261*cdf0e10cSrcweir		};
262*cdf0e10cSrcweir	};
263*cdf0e10cSrcweir
264*cdf0e10cSrcweir	FixedImage FI_LICENSE_ARROW2
265*cdf0e10cSrcweir	{
266*cdf0e10cSrcweir		Pos = MAP_APPFONT (COL1_X, ROW4_Y) ;
267*cdf0e10cSrcweir		Size = (16,16);
268*cdf0e10cSrcweir		Fixed = Image
269*cdf0e10cSrcweir		{
270*cdf0e10cSrcweir			ImageBitmap = Bitmap { File = "sc06300.png"; };
271*cdf0e10cSrcweir			MASKCOLOR
272*cdf0e10cSrcweir		};
273*cdf0e10cSrcweir	};
274*cdf0e10cSrcweir
275*cdf0e10cSrcweir	Image IMG_LICENCE_ARROW_HC
276*cdf0e10cSrcweir	{
277*cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "sch06300.png"; };
278*cdf0e10cSrcweir		MASKCOLOR
279*cdf0e10cSrcweir	};
280*cdf0e10cSrcweir
281*cdf0e10cSrcweir    OKButton BTN_LICENSE_ACCEPT
282*cdf0e10cSrcweir    {
283*cdf0e10cSrcweir        Pos = MAP_APPFONT(COL4_X, ROW6_Y);
284*cdf0e10cSrcweir		Size = MAP_APPFONT(RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
285*cdf0e10cSrcweir
286*cdf0e10cSrcweir        TabStop = TRUE;
287*cdf0e10cSrcweir        DefButton = TRUE;
288*cdf0e10cSrcweir        Text [ en-US ] = "Accept";
289*cdf0e10cSrcweir    };
290*cdf0e10cSrcweir
291*cdf0e10cSrcweir    CancelButton BTN_LICENSE_DECLINE
292*cdf0e10cSrcweir	{
293*cdf0e10cSrcweir		Pos = MAP_APPFONT(COL5_X, ROW6_Y);
294*cdf0e10cSrcweir		Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
295*cdf0e10cSrcweir		Text [ en-US ] = "Decline" ;
296*cdf0e10cSrcweir		TabStop = TRUE;
297*cdf0e10cSrcweir	};
298*cdf0e10cSrcweir
299*cdf0e10cSrcweir};
300*cdf0e10cSrcweir
301*cdf0e10cSrcweirModalDialog RID_DLG_SHOW_LICENSE
302*cdf0e10cSrcweir{
303*cdf0e10cSrcweir    Text [ en-US ] = "Extension Software License Agreement";
304*cdf0e10cSrcweir    Size = MAP_APPFONT( 300, 200 );
305*cdf0e10cSrcweir    OutputSize = TRUE;
306*cdf0e10cSrcweir    SVLook = TRUE;
307*cdf0e10cSrcweir    Moveable = TRUE;
308*cdf0e10cSrcweir    Closeable = TRUE;
309*cdf0e10cSrcweir    Sizeable = TRUE;
310*cdf0e10cSrcweir
311*cdf0e10cSrcweir    MultiLineEdit ML_LICENSE
312*cdf0e10cSrcweir    {
313*cdf0e10cSrcweir        Pos = MAP_APPFONT( 5, 5 );
314*cdf0e10cSrcweir        Size = MAP_APPFONT( 300 - 10, 200 - 15 - RSC_CD_PUSHBUTTON_HEIGHT );
315*cdf0e10cSrcweir        Border = TRUE;
316*cdf0e10cSrcweir        VScroll = TRUE;
317*cdf0e10cSrcweir        ReadOnly = TRUE;
318*cdf0e10cSrcweir    };
319*cdf0e10cSrcweir
320*cdf0e10cSrcweir    OKButton RID_EM_BTN_CLOSE
321*cdf0e10cSrcweir    {
322*cdf0e10cSrcweir        TabStop = TRUE;
323*cdf0e10cSrcweir        DefButton = TRUE;
324*cdf0e10cSrcweir        Text [ en-US ] = "Close";
325*cdf0e10cSrcweir        Pos = MAP_APPFONT( (300-RSC_CD_PUSHBUTTON_WIDTH)/2, 200 - 5 - RSC_CD_PUSHBUTTON_HEIGHT );
326*cdf0e10cSrcweir        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
327*cdf0e10cSrcweir    };
328*cdf0e10cSrcweir};
329*cdf0e10cSrcweir
330*cdf0e10cSrcweir
331*cdf0e10cSrcweir
332*cdf0e10cSrcweirWarningBox RID_WARNINGBOX_INSTALL_EXTENSION {
333*cdf0e10cSrcweir    Buttons = WB_OK_CANCEL;
334*cdf0e10cSrcweir    DefButton = WB_DEF_OK;
335*cdf0e10cSrcweir    Message[en-US] = "You are about to install the extension \'%NAME\'.\n"
336*cdf0e10cSrcweir    "Click \'OK\' to proceed with the installation.\n"
337*cdf0e10cSrcweir    "Click \'Cancel\' to stop the installation.";
338*cdf0e10cSrcweir};
339*cdf0e10cSrcweir
340*cdf0e10cSrcweirWarningBox RID_WARNINGBOX_REMOVE_EXTENSION {
341*cdf0e10cSrcweir    Buttons = WB_OK_CANCEL;
342*cdf0e10cSrcweir    DefButton = WB_DEF_CANCEL;
343*cdf0e10cSrcweir    Message[en-US] = "You are about to remove the extension \'%NAME\'.\n"
344*cdf0e10cSrcweir    "Click \'OK\' to remove the extension.\n"
345*cdf0e10cSrcweir    "Click \'Cancel\' to stop removing the extension.";
346*cdf0e10cSrcweir};
347*cdf0e10cSrcweir
348*cdf0e10cSrcweirWARNINGBOX RID_WARNINGBOX_REMOVE_SHARED_EXTENSION
349*cdf0e10cSrcweir{
350*cdf0e10cSrcweir    Buttons = WB_OK_CANCEL;
351*cdf0e10cSrcweir    DefButton = WB_DEF_CANCEL;
352*cdf0e10cSrcweir    Message[en-US] = "Make sure that no further users are working with the same "
353*cdf0e10cSrcweir    "%PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
354*cdf0e10cSrcweir    "Click \'OK\' to remove the extension.\n"
355*cdf0e10cSrcweir    "Click \'Cancel\' to stop removing the extension.";
356*cdf0e10cSrcweir};
357*cdf0e10cSrcweir
358*cdf0e10cSrcweirWARNINGBOX RID_WARNINGBOX_ENABLE_SHARED_EXTENSION
359*cdf0e10cSrcweir{
360*cdf0e10cSrcweir    Buttons = WB_OK_CANCEL;
361*cdf0e10cSrcweir    DefButton = WB_DEF_CANCEL;
362*cdf0e10cSrcweir    Message[en-US] = "Make sure that no further users are working with the same "
363*cdf0e10cSrcweir    "%PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
364*cdf0e10cSrcweir    "Click \'OK\' to enable the extension.\n"
365*cdf0e10cSrcweir    "Click \'Cancel\' to stop enabling the extension.";
366*cdf0e10cSrcweir};
367*cdf0e10cSrcweir
368*cdf0e10cSrcweirWARNINGBOX RID_WARNINGBOX_DISABLE_SHARED_EXTENSION
369*cdf0e10cSrcweir{
370*cdf0e10cSrcweir    Buttons = WB_OK_CANCEL;
371*cdf0e10cSrcweir    DefButton = WB_DEF_CANCEL;
372*cdf0e10cSrcweir    Message[en-US] = "Make sure that no further users are working with the same "
373*cdf0e10cSrcweir    "%PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
374*cdf0e10cSrcweir    "Click \'OK\' to disable the extension.\n"
375*cdf0e10cSrcweir    "Click \'Cancel\' to stop disabling the extension.";
376*cdf0e10cSrcweir};
377*cdf0e10cSrcweir
378*cdf0e10cSrcweir
379*cdf0e10cSrcweirString RID_STR_UNSUPPORTED_PLATFORM
380*cdf0e10cSrcweir{
381*cdf0e10cSrcweir    Text [ en-US ] = "The extension \'%Name\' does not work on this computer.";
382*cdf0e10cSrcweir};
383