summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/app.src
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 13:58:56 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 13:58:56 +0000
commitb6245ce9f7f9b0d7363d7640d875bedfad99f925 (patch)
tree679d023b34025d366c10c284c37a15b410b55930 /sfx2/source/appl/app.src
parent3037762521468bb4f379c4803b5ceeb07f86c467 (diff)
INTEGRATION: CWS onlineupdate1 (1.106.70); FILE MERGED
2006/04/03 11:24:48 cd 1.106.70.2: #134045# Provide Office information to update function 2006/03/31 13:23:24 cd 1.106.70.1: #134151# Added new update dialog
Diffstat (limited to 'sfx2/source/appl/app.src')
-rw-r--r--sfx2/source/appl/app.src47
1 files changed, 45 insertions, 2 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index 7cbab4024f..e6ff27cf5d 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -4,9 +4,9 @@
*
* $RCSfile: app.src,v $
*
- * $Revision: 1.107 $
+ * $Revision: 1.108 $
*
- * last change: $Author: obo $ $Date: 2006-03-24 13:45:00 $
+ * last change: $Author: vg $ $Date: 2006-04-07 14:58:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1372,3 +1372,46 @@ String RID_XMLSEC_DOCUMENTSIGNED
Text [ en-US ] = "(Signed)" ;
};
+ModalDialog DLG_CHECKFORONLINEUPDATE
+{
+ HelpID = HID_DLG_CHECKFORONLINEUPDATE ;
+ OutputSize = TRUE ;
+ Moveable = TRUE ;
+ Closeable = FALSE ;
+ Sizeable = FALSE ;
+ Border = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT( 200, 125 );
+ Text [ de ] = "Check for Updates" ;
+ Text [ en-US ] = "Suche nach Updates" ;
+
+ FixedText RID_CHECKFORONLINEUPDATE_FT_MSG
+ {
+ Pos = MAP_APPFONT( 10, 25 );
+ Size = MAP_APPFONT( 180, 50 );
+ Wordbreak = TRUE;
+ Text [ de ] = "Das Programm sucht nach einem neuen Versions Update basierend auf Informationen über Ihre installierte %PRODUCTNAME Version und aktuell verfügbare Updates.";
+ Text [ en-US ] = "The program checks for a new version update based on information about your installed %PRODUCTNAME version and currently available updates.";
+ };
+
+ CancelButton RID_CHECKFORONLINEUPDATE_PB_CANCEL
+ {
+ Pos = MAP_APPFONT( 140, 100 );
+ Size = MAP_APPFONT( 50, 14 );
+ TabStop = TRUE;
+ };
+};
+
+InfoBox INFOBOX_NO_NEW_UPDATE_AVAILABLE
+{
+ Message [ de ] = "Es ist kein neues Update verfügbar." ;
+ Message [ en-US ] = "No new update is available." ;
+};
+
+InfoBox INFOBOX_NEW_UPDATE_AVAILABLE
+{
+ Message [ de ] = "Ein neues Update ist verfügbar.\nBei Klick auf OK werden Sie auf die Download Seite weitergeleitet, auf der Sie den Download starten können." ;
+ Message [ en-US ] = "A new update is available.\nClick OK to open the download website, where you can start the download." ;
+ Buttons = WB_OK_CANCEL ;
+ DefButton = WB_DEF_OK ;
+};