summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/certificateviewer.src
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2004-07-15 05:20:09 +0000
committergt <gt@openoffice.org>2004-07-15 05:20:09 +0000
commit6558932ccb7993089b28bce5ab56093aeb1fced8 (patch)
treeec6b759f6d948fc15d5b1530f9bb8b26c68598e1 /xmlsecurity/source/dialogs/certificateviewer.src
parentb1b0cdf5779e5098fd0adf536ab25a064b6a9f85 (diff)
#i20883# more Details
Diffstat (limited to 'xmlsecurity/source/dialogs/certificateviewer.src')
-rw-r--r--xmlsecurity/source/dialogs/certificateviewer.src40
1 files changed, 35 insertions, 5 deletions
diff --git a/xmlsecurity/source/dialogs/certificateviewer.src b/xmlsecurity/source/dialogs/certificateviewer.src
index 26ebcf4e0a85..d79fc1711805 100644
--- a/xmlsecurity/source/dialogs/certificateviewer.src
+++ b/xmlsecurity/source/dialogs/certificateviewer.src
@@ -2,9 +2,9 @@
*
* $RCSfile: certificateviewer.src,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: gt $ $Date: 2004-07-14 11:36:06 $
+ * last change: $Author: gt $ $Date: 2004-07-15 06:20:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -274,6 +274,11 @@ TabPage RID_XMLSECTP_DETAILS
Text = "Issuer";
Text [ en-US ] = "Issuer";
};
+ String STR_ISSUER_ID
+ {
+ Text = "Issuer";
+ Text [ en-US ] = "Issuer Unique ID";
+ };
String STR_VALIDFROM
{
Text = "Valid From";
@@ -289,10 +294,35 @@ TabPage RID_XMLSECTP_DETAILS
Text = "Subject";
Text [ en-US ] = "Subject";
};
- String STR_PUBKEY
+ String STR_SUBJECT_ID
+ {
+ Text = "Subject Unique ID";
+ Text [ en-US ] = "Subject Unique ID";
+ };
+ String STR_SUBJECT_PUBKEY_ALGO
+ {
+ Text = "Subject Algorithm";
+ Text [ en-US ] = "Subject Algorithm";
+ };
+ String STR_SUBJECT_PUBKEY_VAL
+ {
+ Text = "Subject Public Key";
+ Text [ en-US ] = "Subject Public Key";
+ };
+ String STR_SIGNATURE_ALGO
+ {
+ Text = "Signature Algorithm";
+ Text [ en-US ] = "Signature Algorithm";
+ };
+ String STR_THUMBPRINT_ALGO
+ {
+ Text = "Thumbprint Algorithm";
+ Text [ en-US ] = "Thumbprint Algorithm";
+ };
+ String STR_THUMBPRINT
{
- Text = "Public Key";
- Text [ en-US ] = "Public Key";
+ Text = "Thumbprint";
+ Text [ en-US ] = "Thumbprint";
};
};