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