aboutsummaryrefslogtreecommitdiffstats
path: root/smime/lib
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-04-02 17:58:29 +0800
committerMilan Crha <mcrha@redhat.com>2010-04-02 17:58:29 +0800
commitb60af969cf5c390d2aa6ca01233d6278959c0af2 (patch)
tree59f9a4e29cd8e839b8999a2a5c717496dd459c80 /smime/lib
parentc0f4235331cfbbcba5b7b8a410ccf55ee69fa458 (diff)
downloadgsoc2013-evolution-b60af969cf5c390d2aa6ca01233d6278959c0af2.tar
gsoc2013-evolution-b60af969cf5c390d2aa6ca01233d6278959c0af2.tar.gz
gsoc2013-evolution-b60af969cf5c390d2aa6ca01233d6278959c0af2.tar.bz2
gsoc2013-evolution-b60af969cf5c390d2aa6ca01233d6278959c0af2.tar.lz
gsoc2013-evolution-b60af969cf5c390d2aa6ca01233d6278959c0af2.tar.xz
gsoc2013-evolution-b60af969cf5c390d2aa6ca01233d6278959c0af2.tar.zst
gsoc2013-evolution-b60af969cf5c390d2aa6ca01233d6278959c0af2.zip
Bug #325609 - Add translator comment for "%s = %s"
Diffstat (limited to 'smime/lib')
-rw-r--r--smime/lib/e-cert.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/smime/lib/e-cert.c b/smime/lib/e-cert.c
index adf790af7e..86f8c5dced 100644
--- a/smime/lib/e-cert.c
+++ b/smime/lib/e-cert.c
@@ -1027,6 +1027,12 @@ process_name (CERTName *name, gchar **value)
SECITEM_FreeItem(decodeItem, PR_TRUE);
+ /* Translators: This string is used in Certificate details for fields like Issuer
+ or Subject, which shows the field name on the left and its respective value
+ on the right, both as stored in the certificate itself. You probably do not
+ need to change this string, unless changing the order of name and value.
+ As a result example: "OU = VeriSign Trust Network"
+ */
temp = g_strdup_printf (_("%s = %s"), type, avavalue->str);
g_string_append (final_string, temp);