From 5a068763c15a47796761f1a3f500903376345c6f Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 14 May 2008 09:21:42 +0000 Subject: INTEGRATION: CWS jl93 (1.10.56); FILE MERGED 2008/05/07 08:06:33 jl 1.10.56.4: #i86651# removed an error message 2008/05/05 13:13:32 jl 1.10.56.3: RESYNC: (1.10-1.11); FILE MERGED 2008/04/21 15:00:54 jl 1.10.56.2: #i86651# new error messages when adding or removing a signature 2008/03/20 11:49:20 jl 1.10.56.1: #i86651# disable add and remove buttons when an old ODF document is used --- xmlsecurity/source/dialogs/digitalsignaturesdialog.src | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.src b/xmlsecurity/source/dialogs/digitalsignaturesdialog.src index cc5a86d2517e..f102053ce615 100644 --- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.src +++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.src @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: digitalsignaturesdialog.src,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -193,3 +193,15 @@ ModalDialog RID_XMLSECDLG_DIGSIG }; }; + +ErrorBox RID_XMLSECDLG_OLD_ODF_FORMAT +{ + Buttons = WB_OK ; + DefButton = WB_DEF_OK ; + Message [ en-US ] = + "This document contains signatures in ODF 1.1 (OpenOffice.org 2.x) format. " + "Signing documents in %PRODUCTNAME %PRODUCTVERSION requires ODF 1.2 format version. " + "Thus no signatures can be added or removed to this document.\n\n" + "Save document in ODF 1.2 format and add all desired signatures again."; +}; + -- cgit v1.2.3