Bump version to 5.0-14
[LibreOffice.git] / xmlsecurity / source / dialogs / dialogs.hrc
blobdec628da44a83e6bf06b018ed94d0eb36f0a4057
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 _DIALOGS_HRC
21 #define _DIALOGS_HRC
23 #include <svtools/controldims.hrc>
24 #include <xmlsecurity/global.hrc>
26 #define STD_MASKCOLOR                   Color{Red=0xffff;Green=0x0000;Blue=0xffff;}
28 #define STR_HEADERBAR                   256
29 #define STR_VERSION                     257
30 #define STR_SERIALNUM                   258
31 #define STR_ISSUER                      259
32 #define STR_VALIDFROM                   260
33 #define STR_VALIDTO                     261
34 #define STR_SUBJECT                     262
35 #define STR_SUBJECT_PUBKEY_ALGO         263
36 #define STR_SUBJECT_PUBKEY_VAL          264
37 #define STR_SIGALGORITHM                265
38 #define STR_SIGNATURE_ALGO              266
39 #define STR_THUMBPRINT_SHA1             267
40 #define STR_THUMBPRINT_MD5              268
42 // --------- general metrics ---------
43 #define DLGS_WIDTH                      287
45 // --------- tab dialog Certificate viewer ---------
47 // still used by certificateviewer.cxx
48 #define CS_COL_0                        RSC_SP_DLG_INNERBORDER_LEFT
49 #define CS_COL_2                        (DLGS_WIDTH-RSC_SP_DLG_INNERBORDER_RIGHT)
50 #define CS_LB_WIDTH                     (CS_COL_2-CS_COL_0)
52 // --------- tab page Certificate viewer - General ---------
53 #define STR_CERTIFICATE_NOT_VALIDATED   269
54 #define IMG_STATE_NOT_VALIDATED         270
56 // --------- tab page Certificate viewer - Certification Path ---------
59 #endif
61 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */