1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
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;
36 Text [ en-US ] = "Field\tValue";
41 Text [ en-US ] = "Version";
46 Text [ en-US ] = "Serial Number";
49 String STR_SIGALGORITHM
51 Text [ en-US ] = "Signature Algorithm";
56 Text [ en-US ] = "Issuer";
61 Text [ en-US ] = "Valid From";
66 Text [ en-US ] = "Valid to";
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: */