summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-04 15:00:56 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-04 15:00:56 +0000
commitaa29be18224852ad8faf363f7141b756c6330c9a (patch)
tree8f0b84808debf4820cbbed2834b21c901521e74d
parent40c01b498ff45b5dc937f7b4de50f6e523cc7386 (diff)
INTEGRATION: CWS tl15 (1.113.28); FILE MERGED
2005/10/27 09:41:14 os 1.113.28.4: #i50386# German umlauts corrected 2005/10/25 13:17:38 os 1.113.28.3: RESYNC: (1.113-1.114); FILE MERGED 2005/10/11 14:17:16 os 1.113.28.2: #i50386# button size increased 2005/09/27 10:33:23 os 1.113.28.1: #i50386# warning 'data source unavailable' improved
-rw-r--r--sw/source/ui/app/app.src40
1 files changed, 33 insertions, 7 deletions
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src
index 600a76f274c4..07e52af77272 100644
--- a/sw/source/ui/app/app.src
+++ b/sw/source/ui/app/app.src
@@ -4,9 +4,9 @@
*
* $RCSfile: app.src,v $
*
- * $Revision: 1.114 $
+ * $Revision: 1.115 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 12:49:42 $
+ * last change: $Author: kz $ $Date: 2005-11-04 16:00:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -704,13 +704,39 @@ QueryBox MSG_PRINT_AS_MERGE
Message [ de ] = "Ihr Dokument enthält Adressdatenbank-Felder. Möchten Sie einen Serienbrief drucken?";
Message [ en-US ] = "Your document contains address database fields. Do you want to print a form letter?";
};
-WarningBox MSG_MERGE_SOURCE_UNAVAILABLE
+ModalDialog DLG_MERGE_SOURCE_UNAVAILABLE
{
HelpId = HID_MERGE_SOURCE_UNAVAILABLE;
- Buttons = WB_OK ;
- DefButton = WB_DEF_YES ;
- Message [ de ] = "Die Datenquelle \'%1\' konnte nicht gefunden werden.\nÜberprüfen Sie die Einstellungen in \'Extras - Datenquellen...\'";
- Message [ en-US ] = "The data source \'%1\' was not found.\nCheck the settings in \'Tools - Data Sources...\'";
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 202 , 72 ) ;
+ Moveable = TRUE ;
+
+ FixedImage IMG_MERGE
+ {
+ Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Size = MAP_APPFONT ( 103 , 32 ) ;
+ };
+ FixedText ST_MERGE_SOURCE_UNAVAILABLE
+ {
+ Pos = MAP_APPFONT ( 12 , 6 ) ;
+ Size = MAP_APPFONT ( 178 , 40 ) ;
+ WordBreak = TRUE;
+ Text [ de ] = "Die Datenquelle \'%1\' wurde nicht gefunden.\nAus diesem Grund konnte keine Verbindung zur Datenquelle erstellt werden.\n\nBitte Überprüfen Sie die Verbindungseinstellungen.";
+ Text [ en-US ] = "The data source \'%1\' was not found. Thus the connection to the data source could not be established.\n\nPlease check the connections settings.";
+ };
+ OKButton PB_MERGE_OK
+ {
+ Pos = MAP_APPFONT ( 12 , 52 ) ;
+ Size = MAP_APPFONT ( 125 , 14 ) ;
+ Text [ de ] = "~Verbindungseinstellungen Überprüfen...";
+ Text [ en-US ] = "Check Connection Settings...";
+ };
+ CancelButton PB_MERGE_CANCEL
+ {
+ Pos = MAP_APPFONT ( 140 , 52 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ };
};
WarningBox MSG_DATA_SOURCES_UNAVAILABLE
{