diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-05-14 09:30:15 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-05-14 09:30:15 +0000 |
commit | d9349c91628e7d5a47b646f6f3a9e0e9a8fd988e (patch) | |
tree | b37f13b70f262f7134b053051f602dacea9b285b | |
parent | dfa988a2a378a6490f260c3e6c4659db0c4a913f (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
-rw-r--r-- | sfx2/source/doc/doc.src | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sfx2/source/doc/doc.src b/sfx2/source/doc/doc.src index fd161b486644..1d10290cb167 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 |