summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/app.src
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 17:21:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 17:21:02 +0000
commit78d6457c9e42c84b8029f9f55512dac5b62892e4 (patch)
treec95a18627148ce48b568ac56a949594153eb3f3d /sfx2/source/appl/app.src
parent0d913e1630351898ff1abed8c6634332d5a4edb5 (diff)
INTEGRATION: CWS xmlsec08 (1.100.108); FILE MERGED
2005/02/17 10:49:06 pb 1.100.108.1: fix: #i42920# 'save before sign' text changed
Diffstat (limited to 'sfx2/source/appl/app.src')
-rw-r--r--sfx2/source/appl/app.src20
1 files changed, 11 insertions, 9 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index 2cf74c819c00..5deb909b1736 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -2,9 +2,9 @@
*
* $RCSfile: app.src,v $
*
- * $Revision: 1.100 $
+ * $Revision: 1.101 $
*
- * last change: $Author: kz $ $Date: 2004-12-09 16:45:45 $
+ * last change: $Author: vg $ $Date: 2005-03-10 18:21:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1349,7 +1349,7 @@ String RID_DESKTOP
WarningBox RID_XMLSEC_WARNING_BROKENSIGNATURE
{
- HelpId = HID_XMLSEC_WARNING_BROKENSIGNATURE;
+// HelpId = HID_XMLSEC_WARNING_BROKENSIGNATURE;
Buttons = WB_OK ;
DefButton = WB_DEF_OK ;
Title [ de ] = "Ungltige Dokument Signatur" ;
@@ -1360,7 +1360,7 @@ WarningBox RID_XMLSEC_WARNING_BROKENSIGNATURE
WarningBox RID_WARNING_MACROSDISABLED
{
- HelpId = HID_WARNING_MACROSDISABLED;
+// HelpId = HID_WARNING_MACROSDISABLED;
Buttons = WB_OK ;
DefButton = WB_DEF_OK ;
Message [ de ] = "Dieses Dokument enthlt Makros.\nDas Ausfhren dieses Makros wird gem der aktuellen Makro-Sicherheitseinstellungen unterbunden. Deshalb knnten einige Funktionen nicht verfgbar sein." ;
@@ -1369,23 +1369,25 @@ WarningBox RID_WARNING_MACROSDISABLED
QueryBox RID_XMLSEC_QUERY_LOSINGSIGNATURE
{
- HelpId = HID_XMLSEC_QUERY_LOSINGSIGNATURE;
+// HelpId = HID_XMLSEC_QUERY_LOSINGSIGNATURE;
Buttons = WB_YES_NO ;
+ DefButton = WB_DEF_NO ;
Message [ de ] = "Speichern in diesem Format entfernt alle existierenden Signaturen.\nMchten Sie mit dem Speichern fortfahren?\n" ;
Message [ en-US ] = "Saving will remove all existing signatures.\nDo you want to continue saving the document?\n" ;
};
QueryBox RID_XMLSEC_QUERY_SAVEBEFORESIGN
{
- HelpId = HID_XMLSEC_QUERY_SAVEBEFORESIGN;
+// HelpId = HID_XMLSEC_QUERY_SAVEBEFORESIGN;
Buttons = WB_YES_NO ;
- Message [ de ] = "Dieses Dokument muss im OpenDocument Dokumentformat gespeichert werden, bevor es digital signiert werden kann.\nMchten Sie im OpenDocument Dokumentformat speichern und mit dem Signieren fortfahren?\n" ;
- Message [ en-US ] = "This document must be saved in OpenDocument file format before it can be digitally signed.\nDo you want to save in the OpenDocument file format and continue signing?\n" ;
+ DefButton = WB_DEF_YES ;
+ Message [ de ] = "Das Dokument muss gespeichert werden bevor es signiert werden kann.\nMchten Sie das Dokument jetzt speichern?" ;
+ Message [ en-US ] = "The document has to be saved before it can be signed.\nDo you want to save the document?" ;
};
InfoBox RID_XMLSEC_INFO_WRONGDOCFORMAT
{
- HelpId = HID_XMLSEC_INFO_WRONGDOCFORMAT;
+// HelpId = HID_XMLSEC_INFO_WRONGDOCFORMAT;
Message [ de ] = "Dieses Dokument muss im OpenDocument Dokumentformat gespeichert werden, bevor es digital signiert werden kann." ;
Message [ en-US ] = "This document must be saved in OpenDocument file format before it can be digitally signed." ;
};