]> Pileus Git - ~andy/fetchmail/commitdiff
Jorge Godoy's translation fixes.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 27 Dec 1999 17:37:28 +0000 (17:37 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 27 Dec 1999 17:37:28 +0000 (17:37 -0000)
svn path=/trunk/; revision=2691

NEWS
driver.c
imap.c

diff --git a/NEWS b/NEWS
index d9b257623536383520b0b95b6b4f1b43f9113e71..557e16e841eb1b1e2961ffe302f6e101e27df66d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@ a Certifying Authority we recognize?).
 (The `lines' figures total .c, .h, .l, and .y files under version control.)
 
 * Ken Estes's patch to check for unreachable UIDL file due to bad NFS mount.
+* Jorge Godoy's replacement pt_BR.po and various minor translation fixes.
 
 fetchmail-5.2.2 (Sun Dec 26 09:31:07 EST 1999), 18365 lines:
 * Arrange for fetchmail to restart itself quietly when the rc file is touched.
index b1cb68436d8b1eab6b6abbfc076a8260b5a0cf13..ee42282a6c9c4b77a80d851464dbe59c07e4bcc7 100644 (file)
--- a/driver.c
+++ b/driver.c
@@ -1509,7 +1509,7 @@ const int maxfetch;               /* maximum number of messages to fetch */
                stuff_warning(ctl,
                              _("Subject: fetchmail sees repeated timeouts\r\n"));
                stuff_warning(ctl,
-                             _("Fetchmail saw more than %d timouts while attempting to get mail from %s@%s.\n"), 
+                             _("Fetchmail saw more than %d timeouts while attempting to get mail from %s@%s.\n"), 
                              MAX_TIMEOUTS,
                              ctl->remotename,
                              ctl->server.truename);
diff --git a/imap.c b/imap.c
index 467a34b9c39c38dd62b70b6692073639742aa257..0481587a7401affe5fd08fc5216b49cc117c8273 100644 (file)
--- a/imap.c
+++ b/imap.c
@@ -595,7 +595,7 @@ static int do_gssauth(int sock, char *hostname, char *username)
     }
     to64frombits(buf1, send_token.value, send_token.length);
     if (outlevel >= O_DEBUG) {
-        report(stdout, _("Requesting authorisation as %s\n"), username);
+        report(stdout, _("Requesting authorization as %s\n"), username);
         report(stdout, "IMAP> %s\n",buf1);
     }
     strcat(buf1, "\r\n");