diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-12-27 17:37:28 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-12-27 17:37:28 +0000 |
commit | 307f6bbd2bf9707d4db601146854a79a98d3b6b1 (patch) | |
tree | d750bff552755ea2fdb0fb37217adce5b34c23ff | |
parent | fd1ddc79d9205c3101529654fe73a3bd346f2358 (diff) | |
download | fetchmail-307f6bbd2bf9707d4db601146854a79a98d3b6b1.tar.gz fetchmail-307f6bbd2bf9707d4db601146854a79a98d3b6b1.tar.bz2 fetchmail-307f6bbd2bf9707d4db601146854a79a98d3b6b1.zip |
Jorge Godoy's translation fixes.
svn path=/trunk/; revision=2691
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | driver.c | 2 | ||||
-rw-r--r-- | imap.c | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -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. @@ -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); @@ -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"); |