From: Simon Josefsson Date: Tue, 6 May 2008 10:31:24 +0000 (+0200) Subject: More translation markups. X-Git-Tag: gnutls_2_3_9~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4510c1390651daaead08d72e456bc3e53b224efe;p=thirdparty%2Fgnutls.git More translation markups. --- diff --git a/lib/openpgp/output.c b/lib/openpgp/output.c index 485cf7598f..4336a3cff9 100644 --- a/lib/openpgp/output.c +++ b/lib/openpgp/output.c @@ -162,9 +162,9 @@ print_key_revoked (gnutls_string * str, gnutls_openpgp_crt_t cert, int idx) err = gnutls_openpgp_crt_get_subkey_revoked_status( cert, idx); if (err != 0) - addf (str, "\tRevoked: True\n"); + addf (str, _("\tRevoked: True\n")); else - addf (str, "\tRevoked: False\n"); + addf (str, _("\tRevoked: False\n")); } static void @@ -227,7 +227,7 @@ print_key_info(gnutls_string * str, gnutls_openpgp_crt_t cert, int idx) { const char *name = gnutls_pk_algorithm_get_name (err); if (name == NULL) - name = "Unknown"; + name = _("unknown"); addf (str, _("\tPublic Key Algorithm: %s\n"), name); switch (err)