Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / xmlsecurity / inc / strings.hrc
blobb572082ec6cfd6959eaaca3d24627d860b46af39
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #ifndef INCLUDED_XMLSECURITY_INC_STRINGS_HRC
21 #define INCLUDED_XMLSECURITY_INC_STRINGS_HRC
23 #define NC_(Context, String) (Context "\004" u8##String)
25 #define STR_CERTIFICATE_NOT_VALIDATED               NC_("STR_CERTIFICATE_NOT_VALIDATED", "The certificate could not be validated.")
26 #define STR_HEADERBAR                               NC_("STR_HEADERBAR", "Field\tValue")
27 #define STR_VERSION                                 NC_("STR_VERSION", "Version")
28 #define STR_SERIALNUM                               NC_("STR_SERIALNUM", "Serial Number")
29 #define STR_ISSUER                                  NC_("STR_ISSUER", "Issuer")
30 #define STR_VALIDFROM                               NC_("STR_VALIDFROM", "Valid From")
31 #define STR_VALIDTO                                 NC_("STR_VALIDTO", "Valid to")
32 #define STR_SUBJECT                                 NC_("STR_SUBJECT", "Subject")
33 #define STR_SUBJECT_PUBKEY_ALGO                     NC_("STR_SUBJECT_PUBKEY_ALGO", "Subject Algorithm")
34 #define STR_SUBJECT_PUBKEY_VAL                      NC_("STR_SUBJECT_PUBKEY_VAL", "Public Key")
35 #define STR_SIGNATURE_ALGO                          NC_("STR_SIGNATURE_ALGO", "Signature Algorithm")
36 #define STR_USE                                     NC_("STR_USE", "Certificate Use")
37 #define STR_THUMBPRINT_SHA1                         NC_("STR_THUMBPRINT_SHA1", "Thumbprint SHA1")
38 #define STR_THUMBPRINT_MD5                          NC_("STR_THUMBPRINT_MD5", "Thumbprint MD5")
40 #define STR_XMLSECDLG_OLD_ODF_FORMAT                NC_("STR_XMLSECDLG_OLD_ODF_FORMAT", "This document contains signatures in ODF 1.1 (OpenOffice.org 2.x) format. " \
41                                                        "Signing documents in %PRODUCTNAME %PRODUCTVERSION requires ODF 1.2 format version. " \
42                                                        "Thus no signatures can be added or removed to this document.\n\n" \
43                                                        "Save document in ODF 1.2 format and add all desired signatures again.")
44 #define STR_XMLSECDLG_QUERY_REMOVEDOCSIGNBEFORESIGN NC_("STR_XMLSECDLG_QUERY_REMOVEDOCSIGNBEFORESIGN", "Adding or removing a macro signature will remove all document signatures.\n" \
45                                                        "Do you really want to continue?")
46 #define STR_XMLSECDLG_QUERY_REALLYREMOVE            NC_("STR_XMLSECDLG_QUERY_REALLYREMOVE", "Document signature cannot be restored, once removed.\n" \
47                                                        "Do you really want to remove selected signature?")
49 #define STR_XMLSECDLG_SIGNING_FAILED                NC_("STR_XMLSECDLG_SIGNING_FAILED", "An error occurred while adding the signature.")
50 #define STR_XMLSECDLG_NO_CERT_MANAGER               NC_("STR_XMLSECDLG_NO_CERT_MANAGER", "Could not find any certificate manager.")
51 #define STR_XMLSECDLG_NO_CERT_FOUND                 NC_("STR_XMLSECDLG_NO_CERT_FOUND", "Could not find the certificate.")
53 #define RID_XMLSECWB_NO_MOZILLA_PROFILE             NC_("RID_XMLSECWB_NO_MOZILLA_PROFILE", "Digital signatures functionality could not be used, because no Mozilla user profile was found. Please check the Mozilla installation.")
56 #endif
58 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */