Kaydet (Commit) 54d5c906 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS hcicons (1.12.86); FILE MERGED

2007/07/01 13:24:48 fs 1.12.86.3: RESYNC: (1.12-1.13); FILE MERGED
2007/06/08 09:35:18 pb 1.12.86.2: fix: #146847# high contrast of key image
2007/06/05 06:34:37 pb 1.12.86.1: fix: #146847# more high contrast support
üst 7b84dba5
/*************************************************************************
/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: certificateviewer.src,v $
*
* $Revision: 1.13 $
* $Revision: 1.14 $
*
* last change: $Author: ihi $ $Date: 2007-04-19 11:58:12 $
* last change: $Author: hr $ $Date: 2007-08-03 13:54:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -177,10 +177,25 @@ TabPage RID_XMLSECTP_GENERAL
{
Text [ en-US ] = "The certificate could not be validated.";
};
Image IMG_STATE_NOT_VALIDATED
{
ImageBitmap = Bitmap { File = "notcertificate_40x56.png"; };
MaskColor = STD_MASKCOLOR;
Image IMG_STATE_NOT_VALIDATED
{
ImageBitmap = Bitmap { File = "notcertificate_40x56.png"; };
MaskColor = STD_MASKCOLOR;
};
Image IMG_STATE_CERIFICATED_HC
{
ImageBitmap = Bitmap { File = "certificate_40x56_h.png"; };
MaskColor = STD_MASKCOLOR;
};
Image IMG_STATE_NOT_VALIDATED_HC
{
ImageBitmap = Bitmap { File = "notcertificate_40x56_h.png"; };
MaskColor = STD_MASKCOLOR;
};
Image IMG_KEY_HC
{
ImageBitmap = Bitmap { File = "key_12_h.png"; };
MaskColor = STD_MASKCOLOR;
};
};
......@@ -314,11 +329,21 @@ TabPage RID_XMLSECTP_CERTPATH
ImageBitmap = Bitmap { File = "certificate_16.png"; };
MaskColor = STD_MASKCOLOR;
};
Image IMG_CERT_SMALL_HC
{
ImageBitmap = Bitmap { File = "certificate_16_h.png"; };
MaskColor = STD_MASKCOLOR;
};
Image IMG_CERT_NOTVALIDATED_SMALL
{
ImageBitmap = Bitmap { File = "notcertificate_16.png"; };
MaskColor = STD_MASKCOLOR;
};
Image IMG_CERT_NOTVALIDATED_SMALL_HC
{
ImageBitmap = Bitmap { File = "notcertificate_16_h.png"; };
MaskColor = STD_MASKCOLOR;
};
String STR_PATH_CERT_OK
{
Text [ en-US ] = "The certificate is OK.";
......@@ -328,4 +353,3 @@ TabPage RID_XMLSECTP_CERTPATH
Text [ en-US ] = "The certificate could not be validated.";
};
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment