]> granicus.if.org Git - mutt/commitdiff
Localize some more messages. From Michael Sobolev.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 30 Dec 1998 07:58:38 +0000 (07:58 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 30 Dec 1998 07:58:38 +0000 (07:58 +0000)
main.c
pgp.c

diff --git a/main.c b/main.c
index 145f4399d4d55109cb8baf8cdee22ed137b2ad81..7e7db55e69b639bd1b72c26af3ffe40c0adcce38 100644 (file)
--- a/main.c
+++ b/main.c
@@ -131,7 +131,7 @@ static void show_version (void)
   struct utsname uts;
 
   printf ("Mutt %s (%s)\n", MUTT_VERSION, ReleaseDate);
-  puts (Notice);
+  puts (_(Notice));
 
   uname (&uts);
 
@@ -149,7 +149,7 @@ static void show_version (void)
   printf (" [using slang %d]", SLANG_VERSION);
 #endif
 
-  puts ("\nCompile options:");
+  puts (_("\nCompile options:"));
 
 #ifdef DOMAIN
   printf ("DOMAIN=\"%s\"\n", DOMAIN);
@@ -284,7 +284,7 @@ static void show_version (void)
 #endif
 
 
-  puts(ReachingUs);
+  puts(_(ReachingUs));
 
   exit (0);
 }
@@ -473,11 +473,11 @@ int main (int argc, char **argv)
       break;
     default:
       printf ("Mutt %s (%s)\n", MUTT_VERSION, ReleaseDate);
-      puts (Copyright);
+      puts (_(Copyright));
 #ifdef _PGPPATH
-      puts(ShaCopyright);
+      puts(_(ShaCopyright));
 #endif
-      puts (ReachingUs);
+      puts (_(ReachingUs));
       exit (0);
   }
 
diff --git a/pgp.c b/pgp.c
index 01bf2625503a28ad5949086d2aeb899b603eb560..6bf0b20ba994baf2788749fb69ce5565b8e6b796 100644 (file)
--- a/pgp.c
+++ b/pgp.c
@@ -461,7 +461,7 @@ void application_pgp_handler (BODY *m, STATE *s)
        else if (pgp_keyblock)
          state_puts (_("[-- END PGP PUBLIC KEY BLOCK --]\n"), s);
        else
-         state_puts ("\n[-- END PGP SIGNED MESSAGE --]\n", s);
+         state_puts (_("\n[-- END PGP SIGNED MESSAGE --]\n"), s);
       }
     }
     else