diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-05-14 09:21:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-05-14 09:21:42 +0000 |
commit | 5a068763c15a47796761f1a3f500903376345c6f (patch) | |
tree | 9a4efbb04e8382c6f92f344d41479928b65fa494 /xmlsecurity | |
parent | 5479c9506dd5b265931838279ed14841e170411f (diff) |
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
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/dialogs/digitalsignaturesdialog.src | 14 |
1 files changed, 13 insertions, 1 deletions
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."; +}; + |