summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/digitalsignaturesdialog.src
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2004-07-27 06:57:37 +0000
committergt <gt@openoffice.org>2004-07-27 06:57:37 +0000
commit732efe1b2f854287e4bf7b8998a050fe0b4a0179 (patch)
tree77be9f7500bfd8c7d355dc8d1afe30884fe3df49 /xmlsecurity/source/dialogs/digitalsignaturesdialog.src
parentf5ac518a9ac4af010b3267594bdc5caf4da617a8 (diff)
#i20883# signature state in DigitalSignaturesDialog
Diffstat (limited to 'xmlsecurity/source/dialogs/digitalsignaturesdialog.src')
-rw-r--r--xmlsecurity/source/dialogs/digitalsignaturesdialog.src57
1 files changed, 44 insertions, 13 deletions
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.src b/xmlsecurity/source/dialogs/digitalsignaturesdialog.src
index 8ea04dc9e2fd..991c25e8cab5 100644
--- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.src
+++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.src
@@ -2,9 +2,9 @@
*
* $RCSfile: digitalsignaturesdialog.src,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mt $ $Date: 2004-07-12 13:15:24 $
+ * last change: $Author: gt $ $Date: 2004-07-27 07:57:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,8 +70,7 @@ ModalDialog RID_XMLSECDLG_DIGSIG
Moveable = TRUE;
SVLook = TRUE;
-// Text = "Digital Signatures";
- Text = "Digital Signatures";
+ Text = "Digitale Signaturen";
Text [ en-US ] = "Digital Signatures";
FixedText FT_HINT_DOC
@@ -98,7 +97,6 @@ ModalDialog RID_XMLSECDLG_DIGSIG
Text = "The following have signed this package";
Text [ en-US ] = "The following have signed this package";
};
-// ListBox LB_SIGNATURES
Control LB_SIGNATURES
{
Pos = MAP_APPFONT( DS_COL_0, DS_ROW_1 );
@@ -108,31 +106,64 @@ ModalDialog RID_XMLSECDLG_DIGSIG
};
String STR_HEADERBAR
{
- Text = "Signer\tDigital ID Issued by\tDate";
- Text [ en-US ] = "Signer\tDigital ID Issued by\tDate";
+ Text = "\tSigner\tDigital ID Issued by\tDate";
+ Text [ en-US ] = "\tSigner\tDigital ID Issued by\tDate";
+ };
+ FixedImage IMG_STATE_VALID
+ {
+ Pos = MAP_APPFONT( DS_COL_0, DS_ROW_2A );
+ Size = MAP_APPFONT( IMG1_WIDTH, IMG1_HEIGHT );
+ Fixed = Image
+ {
+ ImageBitmap = Bitmap { File = "signet_11x16.png"; };
+ MaskColor = STD_MASKCOLOR;
+ };
+ };
+ FixedText FI_STATE_VALID
+ {
+ Pos = MAP_APPFONT( DS_COL_0, DS_ROW_2A );
+ Size = MAP_APPFONT( DS_COL_7-DS_COL_0, RSC_CD_FIXEDTEXT_HEIGHT );
+ Hide = TRUE;
+ Text = "Die Signaturen in diesem Dokument sind gltig.";
+ Text [ en-US ] = "The signatures in this document are valid";
+ };
+ FixedImage IMG_STATE_BROKEN
+ {
+ Pos = MAP_APPFONT( DS_COL_0, DS_ROW_2A );
+ Size = MAP_APPFONT( IMG1_WIDTH, IMG1_HEIGHT );
+ Fixed = Image
+ {
+ ImageBitmap = Bitmap { File = "caution_11x16.png"; };
+ MaskColor = STD_MASKCOLOR;
+ };
+ };
+ FixedText FI_STATE_BROKEN
+ {
+ Pos = MAP_APPFONT( DS_COL_0, DS_ROW_2A );
+ Size = MAP_APPFONT( DS_COL_7-DS_COL_0, RSC_CD_FIXEDTEXT_HEIGHT );
+ Hide = TRUE;
+ Text = "Die Signaturen in diesem Dokument sind ungltig.";
+ Text [ en-US ] = "The signatures in this document are invalid";
};
PushButton BTN_VIEWCERT
{
Pos = MAP_APPFONT( DS_COL_1, DS_ROW_3 );
Size = MAP_APPFONT( DS_COL_2-DS_COL_1, RSC_CD_PUSHBUTTON_HEIGHT );
-// Text = "Zertifikat anzeigen...";
- Text = "View Certificate...";
+ Text = "Zertifikat anzeigen...";
Text [ en-US ] = "View Certificate...";
};
PushButton BTN_ADDCERT
{
Pos = MAP_APPFONT( DS_COL_3, DS_ROW_3 );
Size = MAP_APPFONT( DS_COL_4-DS_COL_3, RSC_CD_PUSHBUTTON_HEIGHT );
-// Text = "Hinzufgen...";
- Text = "Add...";
+ Text = "Hinzufgen...";
Text [ en-US ] = "Add...";
};
PushButton BTN_REMOVECERT
{
Pos = MAP_APPFONT( DS_COL_5, DS_ROW_3 );
Size = MAP_APPFONT( DS_COL_6-DS_COL_5, RSC_CD_PUSHBUTTON_HEIGHT );
-// Text = "Entfernen";
- Text = "Remove";
+ Text = "Entfernen";
Text [ en-US ] = "Remove";
};
FixedLine FL_BOTTOM_SEP