summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-14 09:30:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-14 09:30:15 +0000
commit7de893ee9ead18f1ef4fefbd840a3213075322dc (patch)
tree44ec7a22061ddd97e273098c7c122b7b313ca253 /sfx2
parent9eb0fd00fe42f6e9c568c8e18e7c197efa4f31e0 (diff)
INTEGRATION: CWS jl93 (1.92.32); FILE MERGED
2008/05/05 13:24:41 jl 1.92.32.2: RESYNC: (1.92-1.93); FILE MERGED 2008/04/25 11:44:20 mav 1.92.32.1: #i86651# the new handling of document signatures
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/doc.src14
1 files changed, 13 insertions, 1 deletions
diff --git a/sfx2/source/doc/doc.src b/sfx2/source/doc/doc.src
index 474b64640a..8bcce936df 100644
--- a/sfx2/source/doc/doc.src
+++ b/sfx2/source/doc/doc.src
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: doc.src,v $
- * $Revision: 1.93 $
+ * $Revision: 1.94 $
*
* This file is part of OpenOffice.org.
*
@@ -508,5 +508,17 @@ String STR_SHARED
Text [ x-comment ] = "Used in the title of a shared document.";
};
+String STR_XMLSEC_ODF12_EXPECTED
+{
+ Text [ en-US ] = "The document format version is set to ODF 1.1 (OpenOffice.org 2.x) in Tools-Options-Load/Save-General. Signing documents requires ODF 1.2 (OpenOffice.org 3.x).";
+};
+
+QueryBox MSG_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN
+{
+ Buttons = WB_YES_NO ;
+ DefButton = WB_DEF_YES ;
+ Message [ en-US ] = "The document has to be saved before it can be signed. Saving the document removes all present signatures.\nDo you want to save the document?";
+};
+
// ******************************************************************* EOF