Kaydet (Commit) 4ca62afd authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS extmgrui01 (1.16.40); FILE MERGED

2008/04/28 10:58:04 dv 1.16.40.7: RESYNC: (1.17-1.18); FILE MERGED
2008/03/25 08:06:15 dv 1.16.40.6: RESYNC: (1.16-1.17); FILE MERGED
2008/03/01 07:45:40 dv 1.16.40.5: #i83902# Added support for HC mode, added error string
2008/02/29 09:53:47 dv 1.16.40.4: #i83902# Changed some strings
2008/02/26 07:19:52 dv 1.16.40.3: #i83902# Some strings changed for new dialog
2008/02/12 14:52:04 dv 1.16.40.2: #i83902# new dialog for the extension manager (part 2)
2008/02/04 07:39:50 dv 1.16.40.1: #i83902# first version of new dialog
üst fa50b3f7
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: dp_gui_dialog.src,v $ * $RCSfile: dp_gui_dialog.src,v $
* $Revision: 1.18 $ * $Revision: 1.19 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -254,22 +254,22 @@ String RID_STR_EXPORT_PACKAGES ...@@ -254,22 +254,22 @@ String RID_STR_EXPORT_PACKAGES
String RID_STR_ADDING_PACKAGES String RID_STR_ADDING_PACKAGES
{ {
Text [ en-US ] = "Adding Extension(s)"; Text [ en-US ] = "Adding %EXTENSION_NAME";
}; };
String RID_STR_REMOVING_PACKAGES String RID_STR_REMOVING_PACKAGES
{ {
Text [ en-US ] = "Removing Extension(s)"; Text [ en-US ] = "Removing %EXTENSION_NAME";
}; };
String RID_STR_ENABLING_PACKAGES String RID_STR_ENABLING_PACKAGES
{ {
Text [ en-US ] = "Enabling Extension(s)"; Text [ en-US ] = "Enabling %EXTENSION_NAME";
}; };
String RID_STR_DISABLING_PACKAGES String RID_STR_DISABLING_PACKAGES
{ {
Text [ en-US ] = "Disabling Extension(s)"; Text [ en-US ] = "Disabling %EXTENSION_NAME";
}; };
String RID_STR_EXPORTING_PACKAGES String RID_STR_EXPORTING_PACKAGES
...@@ -277,6 +277,25 @@ String RID_STR_EXPORTING_PACKAGES ...@@ -277,6 +277,25 @@ String RID_STR_EXPORTING_PACKAGES
Text [ en-US ] = "Exporting Extension(s)"; Text [ en-US ] = "Exporting Extension(s)";
}; };
String RID_STR_INSTALL_FOR_ALL
{
Text [ en-US ] = "~For all users";
};
String RID_STR_INSTALL_FOR_ME
{
Text [ en-US ] = "~Only for me";
};
String RID_STR_PUBLISHER_LINK
{
Text [ en-US ] = "Publisher";
};
String RID_STR_ERROR_UNKNOWN_STATUS
{
Text [ en-US ] = "Error: The status of this extension is unknown";
};
// Dialog layout // Dialog layout
// --------------------------------------------------- // ---------------------------------------------------
......
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