summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/app.src
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-31 11:33:29 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-31 11:33:29 +0000
commit72b61ce1b3720dffca793090d319ac82b842260c (patch)
treea9a93b654da553b030f1545a3f2fc8f1c196182e /sfx2/source/appl/app.src
parent56e8d844d43e6bf9b0472dc77fb6e11c9da20dea (diff)
INTEGRATION: CWS xmlsec05 (1.95.12); FILE MERGED
2004/08/23 12:34:39 mt 1.95.12.5: #i33093# Warn if macros are disabled... 2004/07/27 12:49:29 mt 1.95.12.4: #i21596# Digital Signatures... 2004/07/26 13:19:36 mt 1.95.12.3: #i21596# Digital Signatures... 2004/07/26 12:12:38 mt 1.95.12.2: #i21596# Digital Signatures... 2004/07/21 15:08:30 gt 1.95.12.1: #i20883# warning / query boxes
Diffstat (limited to 'sfx2/source/appl/app.src')
-rw-r--r--sfx2/source/appl/app.src91
1 files changed, 45 insertions, 46 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index 9c1fa1dcaf13..fe50b10a000b 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -2,9 +2,9 @@
*
* $RCSfile: app.src,v $
*
- * $Revision: 1.96 $
+ * $Revision: 1.97 $
*
- * last change: $Author: obo $ $Date: 2004-08-12 10:41:02 $
+ * last change: $Author: kz $ $Date: 2004-08-31 12:33:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1390,53 +1390,52 @@ String RID_DESKTOP
Text = "%PRODUCTNAME" ;
};
+WarningBox RID_XMLSEC_WARNING_BROKENSIGNATURE
+{
+ HelpId = HID_XMLSEC_WARNING_BROKENSIGNATURE;
+ Buttons = WB_OK ;
+ DefButton = WB_DEF_OK ;
+ Title [ de ] = "Ungltige Dokument Signatur" ;
+ Title [ en-US ] = "Invalid Document Signature" ;
+ Message [ de ] = "Der digital signierte Dokumentinhalt stimmt nicht mit der aktuellen Dokumentsignatur berein.\nDieses deutet auf eine Dokumentmanipulation oder einen bertragungsfehler hin.\n\nWir empfehlen Ihnen, dem aktuellen Dokumentinhalt nicht zu trauen." ;
+ Message [ en-US ] = "The digitally signed document content does not match the current document signature.\nThis could be the result of document manipulation or of structural document damage due to data transmission.\n\nWe recommend that you do not trust the content of the current document." ;
+};
+WarningBox RID_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." ;
+ Message [ en-US ] = "This document contains macros.\nExecution of this macros is disabled due to the current macro security setting. Therefore, some functionality may not be available." ;
+};
+QueryBox RID_XMLSEC_QUERY_LOSINGSIGNATURE
+{
+ HelpId = HID_XMLSEC_QUERY_LOSINGSIGNATURE;
+ Buttons = WB_YES_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;
+ Buttons = WB_YES_NO ;
+ Message [ de ] = "Dieses Dokument muss im Open Office Dokumentformat gespeichert werden, bevor es digital signiert werden kann.\nMchten Sie im Open Office Dokumentformat speichern und mit dem Signieren fortfahren?\n" ;
+ Message [ en-US ] = "This document must be saved in Open Office file format before it can be digitally signed.\nDo you want to save in the Open Office file format and continue signing?\n" ;
+};
+InfoBox RID_XMLSEC_INFO_WRONGDOCFORMAT
+{
+ HelpId = HID_XMLSEC_INFO_WRONGDOCFORMAT;
+ Message [ de ] = "Dieses Dokument muss im Open Office Dokumentformat gespeichert werden, bevor es digital signiert werden kann." ;
+ Message [ en-US ] = "This document must be saved in Open Office file format before it can be digitally signed." ;
+};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+String RID_XMLSEC_DOCUMENTSIGNED
+{
+ Text [ de ] = "(Signiert)" ;
+ Text [ en-US ] = "(Signed)" ;
+};