summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-06 09:38:02 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-06 09:38:02 +0000
commit67f34bfd31f20e4cfe1824650d04d70d9a43a6da (patch)
treefc5b012407416279a0b25b57e27b4aa51ccb004a
parente3e2a97edec8841dd24259753bc51d9cb6714612 (diff)
INTEGRATION: CWS onlineupdate4 (1.2.6); FILE MERGED
2006/09/25 13:01:55 dv 1.2.6.1: #i69837# provide default bubble text
-rw-r--r--extensions/source/update/ui/updatecheckui.hrc6
-rw-r--r--extensions/source/update/ui/updatecheckui.src16
2 files changed, 18 insertions, 4 deletions
diff --git a/extensions/source/update/ui/updatecheckui.hrc b/extensions/source/update/ui/updatecheckui.hrc
index a8b6d8e7b..789ecc69a 100644
--- a/extensions/source/update/ui/updatecheckui.hrc
+++ b/extensions/source/update/ui/updatecheckui.hrc
@@ -4,9 +4,9 @@
*
* $RCSfile: updatecheckui.hrc,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ihi $ $Date: 2006-08-04 09:57:36 $
+ * last change: $Author: kz $ $Date: 2006-10-06 10:37:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,4 +42,6 @@
#define RID_UPDATE_AVAILABLE_16_HC RID_UPDATECHECKUI_START + 3
#define RID_UPDATE_AVAILABLE_26_HC RID_UPDATECHECKUI_START + 4
+ #define RID_UPDATE_DEFAULT_TITLE RID_UPDATECHECKUI_START + 1
+ #define RID_UPDATE_DEFAULT_TEXT RID_UPDATECHECKUI_START + 2
diff --git a/extensions/source/update/ui/updatecheckui.src b/extensions/source/update/ui/updatecheckui.src
index d875e06e2..eb8464ad3 100644
--- a/extensions/source/update/ui/updatecheckui.src
+++ b/extensions/source/update/ui/updatecheckui.src
@@ -4,9 +4,9 @@
*
* $RCSfile: updatecheckui.src,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ihi $ $Date: 2006-08-04 09:57:47 $
+ * last change: $Author: kz $ $Date: 2006-10-06 10:38:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,4 +58,16 @@
STD_MASK_COLOR
};
+String RID_UPDATE_DEFAULT_TITLE
+{
+ Text [ de ] = "%PRODUCTNAME Update verfügbar" ;
+ Text [ en-US ] = "%PRODUCTNAME update available";
+};
+
+String RID_UPDATE_DEFAULT_TEXT
+{
+ Text [ de ] = "Klicken Sie hier, um zur Webseite zu gelangen, auf der Sie das neue Update herunterladen können." ;
+ Text [ en-US ] = "Click here to go to the web site, where you can download the new update.";
+};
+