summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-21 12:28:08 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-21 12:28:08 +0000
commit5b8b13074bee6f32593f98620933a3ba66e3d87a (patch)
tree4684f3c1446c8fcf429b5bc29485ce0284632665 /xmlsecurity
parent19e92fd6bea2424bf543e9d429fe6b0125ef2d6c (diff)
INTEGRATION: CWS xmlsecui (1.10.10); FILE MERGED
2005/10/19 14:07:02 cd 1.10.10.1: #126245# Additional strings for signing
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/dialogs/certificateviewer.src19
1 files changed, 17 insertions, 2 deletions
diff --git a/xmlsecurity/source/dialogs/certificateviewer.src b/xmlsecurity/source/dialogs/certificateviewer.src
index e13ef5d060f4..45d215731965 100644
--- a/xmlsecurity/source/dialogs/certificateviewer.src
+++ b/xmlsecurity/source/dialogs/certificateviewer.src
@@ -4,9 +4,9 @@
*
* $RCSfile: certificateviewer.src,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 12:11:16 $
+ * last change: $Author: rt $ $Date: 2005-10-21 13:28:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -184,6 +184,11 @@ TabPage RID_XMLSECTP_GENERAL
Text [ de ] = "Sie haben einen privaten Schlüssel, der mit diesem Zertifikat korrespondiert.";
Text [ en-US ] = "You have a private key that corresponds to this certificate.";
};
+ String STR_CERTIFICATE_NOT_VALIDATED
+ {
+ Text [ de ] = "Das Zertifikat konnte nicht verifiziert werden.";
+ Text [ en-US ] = "The certificate could not be validated.";
+ };
};
TabPage RID_XMLSECTP_DETAILS
@@ -334,5 +339,15 @@ TabPage RID_XMLSECTP_CERTPATH
ImageBitmap = Bitmap { File = "certificate_16.png"; };
MaskColor = STD_MASKCOLOR;
};
+ String STR_PATH_CERT_OK
+ {
+ Text [ de ] = "Das Zertifikat ist OK.";
+ Text [ en-US ] = "The certificate is OK.";
+ };
+ String STR_PATH_CERT_NOT_VALIDATED
+ {
+ Text [ de ] = "Das Zertifikat konnte nicht verifiziert werden.";
+ Text [ en-US ] = "The certificate could not be validated.";
+ };
};