From b60af969cf5c390d2aa6ca01233d6278959c0af2 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 2 Apr 2010 11:58:29 +0200 Subject: Bug #325609 - Add translator comment for "%s = %s" --- smime/lib/e-cert.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'smime/lib') 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); -- cgit v1.2.3