Bump version to 5.0-14
[LibreOffice.git] / xmlsecurity / source / dialogs / certificateviewer.src
blob24e82463ac2270c908956f92fcfb793f4a2b7be4
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 #include "dialogs.hrc"
21 #include "helpids.hrc"
23 String STR_CERTIFICATE_NOT_VALIDATED
25     Text [ en-US ] = "The certificate could not be validated.";
28 Image IMG_STATE_NOT_VALIDATED
30     ImageBitmap = Bitmap { File = "notcertificate_40x56.png"; };
31         MaskColor = STD_MASKCOLOR;
34 String STR_HEADERBAR
36     Text [ en-US ] = "Field\tValue";
39 String STR_VERSION
41     Text [ en-US ] = "Version";
44 String STR_SERIALNUM
46     Text [ en-US ] = "Serial Number";
49 String STR_SIGALGORITHM
51     Text [ en-US ] = "Signature Algorithm";
54 String STR_ISSUER
56     Text [ en-US ] = "Issuer";
59 String STR_VALIDFROM
61     Text [ en-US ] = "Valid From";
64 String STR_VALIDTO
66     Text [ en-US ] = "Valid to";
69 String STR_SUBJECT
71     Text [ en-US ] = "Subject";
74 String STR_SUBJECT_PUBKEY_ALGO
76     Text [ en-US ] = "Subject Algorithm";
79 String STR_SUBJECT_PUBKEY_VAL
81     Text [ en-US ] = "Public Key";
84 String STR_SIGNATURE_ALGO
86     Text [ en-US ] = "Signature Algorithm";
89 String STR_THUMBPRINT_SHA1
91     Text [ en-US ] = "Thumbprint SHA1";
94 String STR_THUMBPRINT_MD5
96     Text [ en-US ] = "Thumbprint MD5";
99 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */