]> granicus.if.org Git - neomutt/commitdiff
More i18n fixes.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 1 Oct 1998 10:11:41 +0000 (10:11 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 1 Oct 1998 10:11:41 +0000 (10:11 +0000)
main.c
po/cat-id-tbl.c
po/de.po
po/mutt.pot

diff --git a/main.c b/main.c
index e2b71eebecc865461efc24c53565b6c02d386407..bfe55f36a92ab67a51b59f19ac32ecf4f4814315 100644 (file)
--- a/main.c
+++ b/main.c
 #include <sys/stat.h>
 #include <sys/utsname.h>
 
-const char ReachingUs[] = "\
-To contact the developers, please mail to <mutt-dev@mutt.org>.\n";
+const char ReachingUs[] = N_("\
+To contact the developers, please mail to <mutt-dev@mutt.org>.\n");
 
-const char Notice[] = "\
+const char Notice[] = N_("\
 Copyright (C) 1996-8 Michael R. Elkins and others.\n\
 Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n\
 Mutt is free software, and you are welcome to redistribute it\n\
-under certain conditions; type `mutt -vv' for details.\n";
+under certain conditions; type `mutt -vv' for details.\n");
 
-const char Copyright[] = "\
+const char Copyright[] = N_("\
 Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>\n\
 Copyright (C) 1997-8 Thomas Roessler <roessler@guug.de>\n\
 Copyright (C) 1998   Werner Koch <wk@isil.d.shuttle.de>\n\
@@ -60,9 +60,10 @@ Copyright (C) 1998   Ruslan Ermilov <ru@ucb.crimea.ua>\n\
     You should have received a copy of the GNU General Public License\n\
     along with this program; if not, write to the Free Software\n\
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n\
-"
+");
 #ifdef _PGPPATH
-"\n\
+
+const char ShaCopyright[] = N_("\n\
 SHA1 implementation Copyright (C) 1995-7 Eric A. Young <eay@cryptsoft.com>\n\
 \n\
     Redistribution and use in source and binary forms, with or without\n\
@@ -74,9 +75,9 @@ SHA1 implementation Copyright (C) 1995-7 Eric A. Young <eay@cryptsoft.com>\n\
 \n\
     You should have received a copy of the full distribution terms\n\
     along with this program; if not, write to the program's developers.\n\
-"
+");
 #endif
-;
+
 
 void mutt_exit (int code)
 {
@@ -462,6 +463,9 @@ int main (int argc, char **argv)
     default:
       printf ("Mutt %s (%s)\n", MUTT_VERSION, ReleaseDate);
       puts (Copyright);
+#ifdef _PGPPATH
+      puts(ShaCopyright);
+#endif
       puts (ReachingUs);
       exit (0);
   }
index 0e328247a33891f831ae173a1659e569a25fd0fe..87b3dffc6f915f6f6bac970fa4f4c9f432a235c3 100644 (file)
@@ -419,6 +419,44 @@ Unbound functions:\n\
   {"File exists, overwrite?", 382},
   {"%s is not a mailbox!", 383},
   {"Append messages to %s?", 384},
+  {"To contact the developers, please mail to <mutt-dev@mutt.org>.\n", 385},
+  {"\
+Copyright (C) 1996-8 Michael R. Elkins and others.\n\
+Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n\
+Mutt is free software, and you are welcome to redistribute it\n\
+under certain conditions; type `mutt -vv' for details.\n", 386},
+  {"\
+Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>\n\
+Copyright (C) 1997-8 Thomas Roessler <roessler@guug.de>\n\
+Copyright (C) 1998   Werner Koch <wk@isil.d.shuttle.de>\n\
+Copyright (C) 1998   Ruslan Ermilov <ru@ucb.crimea.ua>\n\
+\n\
+    This program is free software; you can redistribute it and/or modify\n\
+    it under the terms of the GNU General Public License as published by\n\
+    the Free Software Foundation; either version 2 of the License, or\n\
+    (at your option) any later version.\n\
+\n\
+    This program is distributed in the hope that it will be useful,\n\
+    but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\
+    GNU General Public License for more details.\n\
+\n\
+    You should have received a copy of the GNU General Public License\n\
+    along with this program; if not, write to the Free Software\n\
+    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n", 387},
+  {"\
+\n\
+SHA1 implementation Copyright (C) 1995-7 Eric A. Young <eay@cryptsoft.com>\n\
+\n\
+    Redistribution and use in source and binary forms, with or without\n\
+    modification, are permitted under certain conditions.\n\
+\n\
+    The SHA1 implementation comes AS IS, and ANY EXPRESS OR IMPLIED\n\
+    WARRANTIES, including, but not limited to, the implied warranties of\n\
+    merchantability and fitness for a particular purpose ARE DISCLAIMED.\n\
+\n\
+    You should have received a copy of the full distribution terms\n\
+    along with this program; if not, write to the program's developers.\n", 388},
   {"\
 usage: mutt [ -nRzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f <file> \
 ]\n\
@@ -446,229 +484,229 @@ options:\n\
   -y\t\tselect a mailbox specified in your `mailboxes' list\n\
   -z\t\texit immediately if there are no messages in the mailbox\n\
   -Z\t\topen the first folder with new message, exit immediately if none\n\
-  -h\t\tthis help message", 385},
-  {"Error initializing terminal.", 386},
-  {"Debugging at level %d.\n", 387},
-  {"DEBUG was not defined during compilation.  Ignored.\n", 388},
-  {"No recipients specified.\n", 389},
-  {"%s: unable to attach file.\n", 390},
-  {"No mailbox with new mail.", 391},
-  {"Mailbox is empty.", 392},
-  {"Mailbox is corrupt!", 393},
-  {"Reading %s... %d (%d%%)", 394},
-  {"Mailbox was corrupted!", 395},
-  {"Fatal error!  Could not reopen mailbox!", 396},
-  {"Unable to lock mailbox!", 397},
-  {"sync: mbox modified, but no modified messages! (report this bug)", 398},
-  {"Writing messages... %d (%d%%)", 399},
-  {"Write failed!  Saved partial mailbox to %s", 400},
-  {"Could not reopen mailbox!", 401},
-  {"Reopening mailbox...", 402},
-  {"Jump to: ", 403},
-  {"Invalid index number.", 404},
-  {"No entries.", 405},
-  {"You cannot scroll down farther.", 406},
-  {"You cannot scroll up farther.", 407},
-  {"You are on the last page.", 408},
-  {"You are on the first page.", 409},
-  {"First entry is shown.", 410},
-  {"Last entry is shown.", 411},
-  {"You are on the last entry.", 412},
-  {"You are on the first entry.", 413},
-  {"Search for: ", 414},
-  {"Reverse search for: ", 415},
-  {"No search pattern.", 416},
-  {"Not found.", 417},
-  {"Search is not implemented for this menu.", 418},
-  {"Tagging is not supported.", 419},
-  {"Reading %s... %d", 420},
-  {"Lock count exceeded, remove lock for %s?", 421},
-  {"Timeout exceeded while attempting fcntl lock!", 422},
-  {"Waiting for fcntl lock... %d", 423},
-  {"Timeout exceeded while attempting flock lock!", 424},
-  {"Waiting for flock attempt... %d", 425},
-  {"Reading %s...", 426},
-  {"Writing %s...", 427},
-  {"Move read messages to %s?", 428},
-  {"Purge %d deleted message?", 429},
-  {"Purge %d deleted messages?", 430},
-  {"Moving read messages to %s...", 431},
-  {"Mailbox is unchanged.", 432},
-  {"%d kept, %d moved, %d deleted.", 433},
-  {"%d kept, %d deleted.", 434},
-  {" Press '%s' to toggle write", 435},
-  {"Use 'toggle-write' to re-enable write!", 436},
-  {"Mailbox is marked unwritable. %s", 437},
-  {"Mailbox is read-only.", 438},
-  {"Help", 439},
-  {"Bottom of message is shown.", 440},
-  {"Top of message is shown.", 441},
-  {"Reverse search: ", 442},
-  {"Search: ", 443},
-  {"Help is currently being shown.", 444},
-  {"No more quoted text.", 445},
-  {"No more unquoted text after quoted text.", 446},
-  {"multipart message has no boundary parameter!", 447},
-  {"Error in expression: %s", 448},
-  {"Invalid day of month: %s", 449},
-  {"Invalid month: %s", 450},
-  {"error in expression", 451},
-  {"error in pattern at: %s", 452},
-  {"%c: invalid command", 453},
-  {"%c: not supported in this mode", 454},
-  {"missing parameter", 455},
-  {"mismatched parenthesis: %s", 456},
-  {"empty pattern", 457},
-  {"error: unknown op %d (report this error).", 458},
-  {"Compiling search pattern...", 459},
-  {"Executing command on matching messages...", 460},
-  {"No messages matched criteria.", 461},
-  {"Search hit bottom without finding match", 462},
-  {"Search hit top without finding match", 463},
-  {"Search interrupted.", 464},
-  {"Enter PGP passphrase:", 465},
-  {"PGP passphrase forgotten.", 466},
-  {"Unknown PGP version \"%s\".", 467},
-  {"[-- PGP output follows (current time: ", 468},
-  {"[-- Error: unable to create PGP subprocess! --]\n", 469},
+  -h\t\tthis help message", 389},
+  {"Error initializing terminal.", 390},
+  {"Debugging at level %d.\n", 391},
+  {"DEBUG was not defined during compilation.  Ignored.\n", 392},
+  {"No recipients specified.\n", 393},
+  {"%s: unable to attach file.\n", 394},
+  {"No mailbox with new mail.", 395},
+  {"Mailbox is empty.", 396},
+  {"Mailbox is corrupt!", 397},
+  {"Reading %s... %d (%d%%)", 398},
+  {"Mailbox was corrupted!", 399},
+  {"Fatal error!  Could not reopen mailbox!", 400},
+  {"Unable to lock mailbox!", 401},
+  {"sync: mbox modified, but no modified messages! (report this bug)", 402},
+  {"Writing messages... %d (%d%%)", 403},
+  {"Write failed!  Saved partial mailbox to %s", 404},
+  {"Could not reopen mailbox!", 405},
+  {"Reopening mailbox...", 406},
+  {"Jump to: ", 407},
+  {"Invalid index number.", 408},
+  {"No entries.", 409},
+  {"You cannot scroll down farther.", 410},
+  {"You cannot scroll up farther.", 411},
+  {"You are on the last page.", 412},
+  {"You are on the first page.", 413},
+  {"First entry is shown.", 414},
+  {"Last entry is shown.", 415},
+  {"You are on the last entry.", 416},
+  {"You are on the first entry.", 417},
+  {"Search for: ", 418},
+  {"Reverse search for: ", 419},
+  {"No search pattern.", 420},
+  {"Not found.", 421},
+  {"Search is not implemented for this menu.", 422},
+  {"Tagging is not supported.", 423},
+  {"Reading %s... %d", 424},
+  {"Lock count exceeded, remove lock for %s?", 425},
+  {"Timeout exceeded while attempting fcntl lock!", 426},
+  {"Waiting for fcntl lock... %d", 427},
+  {"Timeout exceeded while attempting flock lock!", 428},
+  {"Waiting for flock attempt... %d", 429},
+  {"Reading %s...", 430},
+  {"Writing %s...", 431},
+  {"Move read messages to %s?", 432},
+  {"Purge %d deleted message?", 433},
+  {"Purge %d deleted messages?", 434},
+  {"Moving read messages to %s...", 435},
+  {"Mailbox is unchanged.", 436},
+  {"%d kept, %d moved, %d deleted.", 437},
+  {"%d kept, %d deleted.", 438},
+  {" Press '%s' to toggle write", 439},
+  {"Use 'toggle-write' to re-enable write!", 440},
+  {"Mailbox is marked unwritable. %s", 441},
+  {"Mailbox is read-only.", 442},
+  {"Help", 443},
+  {"Bottom of message is shown.", 444},
+  {"Top of message is shown.", 445},
+  {"Reverse search: ", 446},
+  {"Search: ", 447},
+  {"Help is currently being shown.", 448},
+  {"No more quoted text.", 449},
+  {"No more unquoted text after quoted text.", 450},
+  {"multipart message has no boundary parameter!", 451},
+  {"Error in expression: %s", 452},
+  {"Invalid day of month: %s", 453},
+  {"Invalid month: %s", 454},
+  {"error in expression", 455},
+  {"error in pattern at: %s", 456},
+  {"%c: invalid command", 457},
+  {"%c: not supported in this mode", 458},
+  {"missing parameter", 459},
+  {"mismatched parenthesis: %s", 460},
+  {"empty pattern", 461},
+  {"error: unknown op %d (report this error).", 462},
+  {"Compiling search pattern...", 463},
+  {"Executing command on matching messages...", 464},
+  {"No messages matched criteria.", 465},
+  {"Search hit bottom without finding match", 466},
+  {"Search hit top without finding match", 467},
+  {"Search interrupted.", 468},
+  {"Enter PGP passphrase:", 469},
+  {"PGP passphrase forgotten.", 470},
+  {"Unknown PGP version \"%s\".", 471},
+  {"[-- PGP output follows (current time: ", 472},
+  {"[-- Error: unable to create PGP subprocess! --]\n", 473},
   {"\
 \n\
 [-- End of PGP output --]\n\
-\n", 470},
+\n", 474},
   {"\
 [-- Error: could not find beginning of PGP message! --]\n\
-\n", 471},
+\n", 475},
   {"\
 [-- End of PGP output --]\n\
-\n", 472},
+\n", 476},
   {"\
 [-- The following data is PGP/MIME signed --]\n\
-\n", 473},
+\n", 477},
   {"\
 \n\
-[-- End of PGP/MIME signed data --]\n", 474},
+[-- End of PGP/MIME signed data --]\n", 478},
   {"\
 [-- Error: this message does not comply with the PGP/MIME specification! \
 --]\n\
-\n", 475},
-  {"Internal error. Inform <roessler@guug.de>.", 476},
+\n", 479},
+  {"Internal error. Inform <roessler@guug.de>.", 480},
   {"\
 [-- Error: could not create a PGP subprocess! --]\n\
-\n", 477},
+\n", 481},
   {"\
 [-- Error: malformed PGP/MIME message! --]\n\
-\n", 478},
-  {"[-- Error: could not create temporary file! --]\n", 479},
+\n", 482},
+  {"[-- Error: could not create temporary file! --]\n", 483},
   {"\
 [-- The following data is PGP/MIME encrypted --]\n\
-\n", 480},
+\n", 484},
   {"\
 \n\
-[-- End of PGP/MIME encrypted data --]\n", 481},
-  {"Can't open PGP subprocess!", 482},
-  {"Use keyID = \"%s\" for %s?", 483},
-  {"Enter keyID for %s: ", 484},
-  {"Exit  ", 485},
-  {"Select  ", 486},
-  {"Check key  ", 487},
-  {"PGP keys matching ", 488},
-  {"Can't open /dev/null", 489},
-  {"Can't create temporary file", 490},
-  {"Can't create filter", 491},
-  {"Key ID: 0x%s", 492},
-  {"This ID's trust level is undefined.", 493},
-  {"This ID is not trusted.", 494},
-  {"This ID is only marginally trusted.", 495},
-  {"%s Do you really want to use it?", 496},
-  {"Please enter the key ID: ", 497},
-  {"PGP Key 0x%s.", 498},
-  {"reserved", 499},
-  {"Encrypted Session Key", 500},
-  {"Signature Packet", 501},
-  {"Conventionally Encrypted Session Key Packet", 502},
-  {"One-Pass Signature Packet", 503},
-  {"Secret Key Packet", 504},
-  {"Public Key Packet", 505},
-  {"Secret Subkey Packet", 506},
-  {"Compressed Data Packet", 507},
-  {"Symmetrically Encrypted Data Packet", 508},
-  {"Marker Packet", 509},
-  {"Literal Data Packet", 510},
-  {"Trust Packet", 511},
-  {"Name Packet", 512},
-  {"Subkey Packet", 513},
-  {"Reserved", 514},
-  {"Comment Packet", 515},
-  {"POP Password: ", 516},
-  {"POP host is not defined.", 517},
-  {"No POP username is defined.", 518},
-  {"Could not find address for host %s.", 519},
-  {"Connecting to %s", 520},
-  {"Server closed connection!", 521},
-  {"No new mail in POP mailbox.", 522},
-  {"Error reading message!", 523},
-  {"Error while writing mailbox!", 524},
-  {"%s [%d messages read]", 525},
-  {"Postponed Messages", 526},
-  {"No postponed messages.", 527},
-  {"Illegal PGP header", 528},
-  {"Waiting for response...", 529},
-  {"Query command not defined.", 530},
-  {"Query", 531},
-  {"Query: ", 532},
-  {"Query '%s'", 533},
-  {"Saving...", 534},
-  {"Attachment saved", 535},
-  {"WARNING!  You are about to overwrite %s, continue?", 536},
-  {"Attachment filtered.", 537},
-  {"Filter through: ", 538},
-  {"Pipe to: ", 539},
-  {"I dont know how to print %s attachments!", 540},
-  {"Print tagged attachment(s)?", 541},
-  {"Print attachment?", 542},
-  {"You may only bounce message/rfc822 parts.", 543},
-  {"Bounce messages to %s...?", 544},
-  {"Bounce message to %s...?", 545},
-  {"Attachments", 546},
-  {"Only deletion of multipart attachments is supported.", 547},
-  {"Deletion of attachments from PGP messages is unsupported.", 548},
-  {"This operation is not currently supported for PGP messages.", 549},
-  {"Improperly formated entry for type %s in \"%s\" line %d", 550},
-  {"No mailcap path specified", 551},
-  {"mailcap entry for type %s not found", 552},
-  {"score: too few arguments", 553},
-  {"score: too many arguments", 554},
-  {"No subject, abort?", 555},
-  {"No subject, aborting.", 556},
-  {"Reply to %s?", 557},
-  {"No tagged messages are visible!", 558},
-  {"No mailing lists found!", 559},
-  {"Include message in reply?", 560},
-  {"Could not include all requested messages!", 561},
-  {"Forward MIME encapsulated?", 562},
-  {"Recall postponed message?", 563},
-  {"Abort unmodified message?", 564},
-  {"Aborted unmodified message.", 565},
-  {"Mail not sent.", 566},
-  {"Message postponed.", 567},
-  {"No recipients are specified!", 568},
-  {"No recipients were specified.", 569},
-  {"No subject, abort sending?", 570},
-  {"No subject specified.", 571},
-  {"Message edited. Really send?", 572},
-  {"Sending message...", 573},
-  {"Mail sent.", 574},
-  {"No boundary parameter found! [report this error]", 575},
-  {"%s no longer exists!", 576},
-  {"Could not open %s", 577},
-  {"Error sending message, child exited %d (%s).\n", 578},
-  {"Saved output of child process to %s.\n", 579},
-  {"Error sending message.", 580},
-  {"Caught %s...  Exiting.\n", 581},
-  {"Caught signal %d...  Exiting.\n", 582},
-  {"Sorting mailbox...", 583},
-  {"Could not find sorting function! [report this bug]", 584},
-  {"(no mailbox)", 585},
+[-- End of PGP/MIME encrypted data --]\n", 485},
+  {"Can't open PGP subprocess!", 486},
+  {"Use keyID = \"%s\" for %s?", 487},
+  {"Enter keyID for %s: ", 488},
+  {"Exit  ", 489},
+  {"Select  ", 490},
+  {"Check key  ", 491},
+  {"PGP keys matching ", 492},
+  {"Can't open /dev/null", 493},
+  {"Can't create temporary file", 494},
+  {"Can't create filter", 495},
+  {"Key ID: 0x%s", 496},
+  {"This ID's trust level is undefined.", 497},
+  {"This ID is not trusted.", 498},
+  {"This ID is only marginally trusted.", 499},
+  {"%s Do you really want to use it?", 500},
+  {"Please enter the key ID: ", 501},
+  {"PGP Key 0x%s.", 502},
+  {"reserved", 503},
+  {"Encrypted Session Key", 504},
+  {"Signature Packet", 505},
+  {"Conventionally Encrypted Session Key Packet", 506},
+  {"One-Pass Signature Packet", 507},
+  {"Secret Key Packet", 508},
+  {"Public Key Packet", 509},
+  {"Secret Subkey Packet", 510},
+  {"Compressed Data Packet", 511},
+  {"Symmetrically Encrypted Data Packet", 512},
+  {"Marker Packet", 513},
+  {"Literal Data Packet", 514},
+  {"Trust Packet", 515},
+  {"Name Packet", 516},
+  {"Subkey Packet", 517},
+  {"Reserved", 518},
+  {"Comment Packet", 519},
+  {"POP Password: ", 520},
+  {"POP host is not defined.", 521},
+  {"No POP username is defined.", 522},
+  {"Could not find address for host %s.", 523},
+  {"Connecting to %s", 524},
+  {"Server closed connection!", 525},
+  {"No new mail in POP mailbox.", 526},
+  {"Error reading message!", 527},
+  {"Error while writing mailbox!", 528},
+  {"%s [%d messages read]", 529},
+  {"Postponed Messages", 530},
+  {"No postponed messages.", 531},
+  {"Illegal PGP header", 532},
+  {"Waiting for response...", 533},
+  {"Query command not defined.", 534},
+  {"Query", 535},
+  {"Query: ", 536},
+  {"Query '%s'", 537},
+  {"Saving...", 538},
+  {"Attachment saved", 539},
+  {"WARNING!  You are about to overwrite %s, continue?", 540},
+  {"Attachment filtered.", 541},
+  {"Filter through: ", 542},
+  {"Pipe to: ", 543},
+  {"I dont know how to print %s attachments!", 544},
+  {"Print tagged attachment(s)?", 545},
+  {"Print attachment?", 546},
+  {"You may only bounce message/rfc822 parts.", 547},
+  {"Bounce messages to %s...?", 548},
+  {"Bounce message to %s...?", 549},
+  {"Attachments", 550},
+  {"Only deletion of multipart attachments is supported.", 551},
+  {"Deletion of attachments from PGP messages is unsupported.", 552},
+  {"This operation is not currently supported for PGP messages.", 553},
+  {"Improperly formated entry for type %s in \"%s\" line %d", 554},
+  {"No mailcap path specified", 555},
+  {"mailcap entry for type %s not found", 556},
+  {"score: too few arguments", 557},
+  {"score: too many arguments", 558},
+  {"No subject, abort?", 559},
+  {"No subject, aborting.", 560},
+  {"Reply to %s?", 561},
+  {"No tagged messages are visible!", 562},
+  {"No mailing lists found!", 563},
+  {"Include message in reply?", 564},
+  {"Could not include all requested messages!", 565},
+  {"Forward MIME encapsulated?", 566},
+  {"Recall postponed message?", 567},
+  {"Abort unmodified message?", 568},
+  {"Aborted unmodified message.", 569},
+  {"Mail not sent.", 570},
+  {"Message postponed.", 571},
+  {"No recipients are specified!", 572},
+  {"No recipients were specified.", 573},
+  {"No subject, abort sending?", 574},
+  {"No subject specified.", 575},
+  {"Message edited. Really send?", 576},
+  {"Sending message...", 577},
+  {"Mail sent.", 578},
+  {"No boundary parameter found! [report this error]", 579},
+  {"%s no longer exists!", 580},
+  {"Could not open %s", 581},
+  {"Error sending message, child exited %d (%s).\n", 582},
+  {"Saved output of child process to %s.\n", 583},
+  {"Error sending message.", 584},
+  {"Caught %s...  Exiting.\n", 585},
+  {"Caught signal %d...  Exiting.\n", 586},
+  {"Sorting mailbox...", 587},
+  {"Could not find sorting function! [report this bug]", 588},
+  {"(no mailbox)", 589},
 };
 
-int _msg_tbl_length = 585;
+int _msg_tbl_length = 589;
index 6a6b90560d69b701d13198a2d85d47b6c553b3c3..b75f4b8be05017061d625ab2422f946845d95d23 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 1998-10-01 11:31+0200\n"
+"POT-Creation-Date: 1998-10-01 12:10+0200\n"
 "PO-Revision-Date: 1998-10-01 10:20 MET DST\n"
 "Last-Translator: Thomas Roessler <roessler@guug.de>Language-Team: mutt-dev "
 "<mutt-dev@mutt.org>MIME-Version: 1.0\n"
@@ -1650,7 +1650,57 @@ msgstr ""
 msgid "Append messages to %s?"
 msgstr ""
 
-#: main.c:91
+#: main.c:35
+msgid "To contact the developers, please mail to <mutt-dev@mutt.org>.\n"
+msgstr ""
+
+#: main.c:38
+msgid ""
+"Copyright (C) 1996-8 Michael R. Elkins and others.\n"
+"Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n"
+"Mutt is free software, and you are welcome to redistribute it\n"
+"under certain conditions; type `mutt -vv' for details.\n"
+msgstr ""
+
+#: main.c:44
+msgid ""
+"Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>\n"
+"Copyright (C) 1997-8 Thomas Roessler <roessler@guug.de>\n"
+"Copyright (C) 1998   Werner Koch <wk@isil.d.shuttle.de>\n"
+"Copyright (C) 1998   Ruslan Ermilov <ru@ucb.crimea.ua>\n"
+"\n"
+"    This program is free software; you can redistribute it and/or modify\n"
+"    it under the terms of the GNU General Public License as published by\n"
+"    the Free Software Foundation; either version 2 of the License, or\n"
+"    (at your option) any later version.\n"
+"\n"
+"    This program is distributed in the hope that it will be useful,\n"
+"    but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
+"    GNU General Public License for more details.\n"
+"\n"
+"    You should have received a copy of the GNU General Public License\n"
+"    along with this program; if not, write to the Free Software\n"
+"    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n"
+msgstr ""
+
+#: main.c:66
+msgid ""
+"\n"
+"SHA1 implementation Copyright (C) 1995-7 Eric A. Young <eay@cryptsoft.com>\n"
+"\n"
+"    Redistribution and use in source and binary forms, with or without\n"
+"    modification, are permitted under certain conditions.\n"
+"\n"
+"    The SHA1 implementation comes AS IS, and ANY EXPRESS OR IMPLIED\n"
+"    WARRANTIES, including, but not limited to, the implied warranties of\n"
+"    merchantability and fitness for a particular purpose ARE DISCLAIMED.\n"
+"\n"
+"    You should have received a copy of the full distribution terms\n"
+"    along with this program; if not, write to the program's developers.\n"
+msgstr ""
+
+#: main.c:92
 msgid ""
 "usage: mutt [ -nRzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f <file> "
 "]\n"
@@ -1681,33 +1731,33 @@ msgid ""
 "  -h\t\tthis help message"
 msgstr ""
 
-#: main.c:296
+#: main.c:297
 msgid "Error initializing terminal."
 msgstr ""
 
-#: main.c:392
+#: main.c:393
 #, c-format
 msgid "Debugging at level %d.\n"
 msgstr ""
 
-#: main.c:394
+#: main.c:395
 msgid "DEBUG was not defined during compilation.  Ignored.\n"
 msgstr ""
 
-#: main.c:529
+#: main.c:533
 msgid "No recipients specified.\n"
 msgstr ""
 
-#: main.c:602
+#: main.c:606
 #, c-format
 msgid "%s: unable to attach file.\n"
 msgstr ""
 
-#: main.c:622
+#: main.c:626
 msgid "No mailbox with new mail."
 msgstr ""
 
-#: main.c:656
+#: main.c:660
 msgid "Mailbox is empty."
 msgstr ""
 
index f14f44adf6dec30444a03fbeda0ada19229ffeea..75f3854d7589795b23104a196ffd93aab1d85a14 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 1998-10-01 11:31+0200\n"
+"POT-Creation-Date: 1998-10-01 12:10+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1647,7 +1647,57 @@ msgstr ""
 msgid "Append messages to %s?"
 msgstr ""
 
-#: main.c:91
+#: main.c:35
+msgid "To contact the developers, please mail to <mutt-dev@mutt.org>.\n"
+msgstr ""
+
+#: main.c:38
+msgid ""
+"Copyright (C) 1996-8 Michael R. Elkins and others.\n"
+"Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n"
+"Mutt is free software, and you are welcome to redistribute it\n"
+"under certain conditions; type `mutt -vv' for details.\n"
+msgstr ""
+
+#: main.c:44
+msgid ""
+"Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>\n"
+"Copyright (C) 1997-8 Thomas Roessler <roessler@guug.de>\n"
+"Copyright (C) 1998   Werner Koch <wk@isil.d.shuttle.de>\n"
+"Copyright (C) 1998   Ruslan Ermilov <ru@ucb.crimea.ua>\n"
+"\n"
+"    This program is free software; you can redistribute it and/or modify\n"
+"    it under the terms of the GNU General Public License as published by\n"
+"    the Free Software Foundation; either version 2 of the License, or\n"
+"    (at your option) any later version.\n"
+"\n"
+"    This program is distributed in the hope that it will be useful,\n"
+"    but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
+"    GNU General Public License for more details.\n"
+"\n"
+"    You should have received a copy of the GNU General Public License\n"
+"    along with this program; if not, write to the Free Software\n"
+"    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n"
+msgstr ""
+
+#: main.c:66
+msgid ""
+"\n"
+"SHA1 implementation Copyright (C) 1995-7 Eric A. Young <eay@cryptsoft.com>\n"
+"\n"
+"    Redistribution and use in source and binary forms, with or without\n"
+"    modification, are permitted under certain conditions.\n"
+"\n"
+"    The SHA1 implementation comes AS IS, and ANY EXPRESS OR IMPLIED\n"
+"    WARRANTIES, including, but not limited to, the implied warranties of\n"
+"    merchantability and fitness for a particular purpose ARE DISCLAIMED.\n"
+"\n"
+"    You should have received a copy of the full distribution terms\n"
+"    along with this program; if not, write to the program's developers.\n"
+msgstr ""
+
+#: main.c:92
 msgid ""
 "usage: mutt [ -nRzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f <file> "
 "]\n"
@@ -1678,33 +1728,33 @@ msgid ""
 "  -h\t\tthis help message"
 msgstr ""
 
-#: main.c:296
+#: main.c:297
 msgid "Error initializing terminal."
 msgstr ""
 
-#: main.c:392
+#: main.c:393
 #, c-format
 msgid "Debugging at level %d.\n"
 msgstr ""
 
-#: main.c:394
+#: main.c:395
 msgid "DEBUG was not defined during compilation.  Ignored.\n"
 msgstr ""
 
-#: main.c:529
+#: main.c:533
 msgid "No recipients specified.\n"
 msgstr ""
 
-#: main.c:602
+#: main.c:606
 #, c-format
 msgid "%s: unable to attach file.\n"
 msgstr ""
 
-#: main.c:622
+#: main.c:626
 msgid "No mailbox with new mail."
 msgstr ""
 
-#: main.c:656
+#: main.c:660
 msgid "Mailbox is empty."
 msgstr ""