]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
More translation markups.
authorSimon Josefsson <simon@josefsson.org>
Tue, 6 May 2008 10:31:24 +0000 (12:31 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 6 May 2008 10:31:24 +0000 (12:31 +0200)
lib/openpgp/output.c

index 485cf7598f8216b14f49af142af6c8f53eaa3915..4336a3cff9ef46bb476a5d91bd0b5f2ed29f7d71 100644 (file)
@@ -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)