Kaydet (Commit) f2bbd196 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS c09tosrc (1.4.50); FILE MERGED

2007/06/29 08:58:58 jl 1.4.50.2: #i79001 Error string for update shared extension on Vista
2007/06/22 15:16:39 jl 1.4.50.1: #i78688# allow to manage shared extension within office
üst c53881b3
......@@ -4,9 +4,9 @@
*
* $RCSfile: dp_gui_updatedialog.src,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: hr $ $Date: 2007-06-26 11:12:37 $
* last change: $Author: rt $ $Date: 2007-07-06 12:35:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -203,7 +203,24 @@ ModalDialog RID_DLG_UPDATE {
String RID_DLG_UPDATE_NOPERMISSION {
Text[en-US] = "No write permission (shared extension).";
};
String RID_DLG_UPDATE_NOPERMISSION_VISTA {
Text[en-US] = "No write permission. %PRODUCTNAME needs to run as administrator.\n"
"Please follow these steps to update this shared extension:\n"
"1. Close Extension Manager dialog.\n"
"2. Exit %PRODUCTNAME.\n"
"3. Exit %PRODUCTNAME Quickstarter located in the tray area of Windows.\n"
"4. Run %PRODUCTNAME as administrator. In order to do this call the context menu of the %PRODUCTNAME program icon and choose \'Run as administrator\'.\n"
"5. Call the Extension Manager dialog and update this shared extension.\n";
};
String RID_DLG_UPDATE_NOUPDATE {
Text[en-US] = "The update must be downloaded from the website %URL. Then you can add the extension in the Extension Manager.";
};
};
InfoBox RID_INFOBOX_UPDATE_SHARED_EXTENSION
{
Buttons = WB_OK;
DefButton = WB_DEF_OK;
Message[en-US] = "Before updating a shared extension, make sure that no further instances of %PRODUCTNAME are running.";
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment