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