Kaydet (Commit) f77e6d34 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS jl49 (1.8.8); FILE MERGED

2006/12/14 10:11:02 jl 1.8.8.4: #i70481# umlauts not correct in german
2006/12/01 15:24:39 sb 1.8.8.3: #i70481# Next step of dp_gui_updatedialog.
2006/11/06 16:21:42 sb 1.8.8.2: #i70481# Check for Update button and context menu entry.
2006/10/18 11:13:34 jl 1.8.8.1: #i70481# Extension Manager has now a version column. Currently no default versions are displayed
üst a14ac829
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dp_gui_dialog.src,v $ * $RCSfile: dp_gui_dialog.src,v $
* *
* $Revision: 1.9 $ * $Revision: 1.10 $
* *
* last change: $Author: ihi $ $Date: 2006-12-19 11:42:51 $ * last change: $Author: ihi $ $Date: 2006-12-20 14:22:55 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -88,6 +88,13 @@ ModelessDialog RID_DLG_PACKAGE_MANAGER ...@@ -88,6 +88,13 @@ ModelessDialog RID_DLG_PACKAGE_MANAGER
Text [ en-US ] = "E~xport..."; Text [ en-US ] = "E~xport...";
Text [ de ] = "E~xportieren..."; Text [ de ] = "E~xportieren...";
}; };
PushButton RID_BTN_CHECK_UPDATES
{
Disable = TRUE;
TabStop = TRUE;
Text [ en-US ] = "~Updates...";
Text [ de ] = "~Updates...";
};
OKButton RID_BTN_CLOSE OKButton RID_BTN_CLOSE
{ {
...@@ -183,6 +190,12 @@ String RID_STR_PACKAGE_STATUS ...@@ -183,6 +190,12 @@ String RID_STR_PACKAGE_STATUS
Text [ de ] = "Status"; Text [ de ] = "Status";
}; };
String RID_STR_EXTENSION_VERSION
{
Text [ en-US ] = "Version";
Text [ de ] = "Version";
};
String RID_STR_ADD_PACKAGES String RID_STR_ADD_PACKAGES
{ {
Text [ en-US ] = "Add Extension(s)"; Text [ en-US ] = "Add Extension(s)";
...@@ -232,6 +245,11 @@ String RID_CTX_ITEM_EXPORT ...@@ -232,6 +245,11 @@ String RID_CTX_ITEM_EXPORT
Text [ en-US ] = "E~xport..."; Text [ en-US ] = "E~xport...";
Text [ de ] = "E~xportieren..."; Text [ de ] = "E~xportieren...";
}; };
String RID_CTX_ITEM_CHECK_UPDATE
{
Text [ en-US ] = "~Update...";
Text [ de ] = "~Update...";
};
String RID_STR_EXPORT_PACKAGE String RID_STR_EXPORT_PACKAGE
{ {
......
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