diff options
author | Thomas Roessler <roessler@does-not-exist.org> | 2001-06-07 20:12:16 +0000 |
---|---|---|
committer | Thomas Roessler <roessler@does-not-exist.org> | 2001-06-07 20:12:16 +0000 |
commit | d20fda320d5a7671a6b4185a32abfa9b03b3d85c (patch) | |
tree | 1e81925983577f493858592c8db39fe18b8efcef | |
parent | 772fba3597edc570e222541fe3797a47038463b0 (diff) |
automatic post-release commit for mutt-1.3.19mutt-1-3-19-rel
-rw-r--r-- | ChangeLog | 299 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | po/cs.po | 2 | ||||
-rw-r--r-- | po/da.po | 2 | ||||
-rw-r--r-- | po/de.po | 2 | ||||
-rw-r--r-- | po/el.po | 2 | ||||
-rw-r--r-- | po/eo.po | 2 | ||||
-rw-r--r-- | po/es.po | 2 | ||||
-rw-r--r-- | po/et.po | 2 | ||||
-rw-r--r-- | po/fr.po | 2 | ||||
-rw-r--r-- | po/gl.po | 2 | ||||
-rw-r--r-- | po/hu.po | 2 | ||||
-rw-r--r-- | po/id.po | 2 | ||||
-rw-r--r-- | po/it.po | 2 | ||||
-rw-r--r-- | po/ja.po | 2 | ||||
-rw-r--r-- | po/ko.po | 2 | ||||
-rw-r--r-- | po/lt.po | 2 | ||||
-rw-r--r-- | po/nl.po | 2 | ||||
-rw-r--r-- | po/pl.po | 2 | ||||
-rw-r--r-- | po/pt_BR.po | 2 | ||||
-rw-r--r-- | po/ru.po | 2 | ||||
-rw-r--r-- | po/sk.po | 2 | ||||
-rw-r--r-- | po/sv.po | 2 | ||||
-rw-r--r-- | po/tr.po | 2 | ||||
-rw-r--r-- | po/uk.po | 2 | ||||
-rw-r--r-- | po/zh_CN.GB2312.po | 2 | ||||
-rw-r--r-- | po/zh_TW.Big5.po | 54 | ||||
-rw-r--r-- | reldate.h | 2 |
28 files changed, 355 insertions, 50 deletions
@@ -1,3 +1,302 @@ +Thu Jun 7 20:09:54 2001 Thomas Roessler <roessler@does-not-exist.org> + + * check_sec.sh: Don't check in intl/ + + * m4/codeset.m4, m4/glibc21.m4, m4/iconv.m4: + More from the gettext munster patch from E.G.E. + + * po/zh_TW.Big5.po, m4/gettext.m4, m4/lcmessage.m4, + m4/progtest.m4: Gettext update. (From E.G.E., of course.) + + * intl/bindtextdom.c, intl/cat-compat.c, + intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, + intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, + intl/explodename.c, intl/finddomain.c, intl/gettext.c, + intl/gettext.h, intl/gettextP.h, intl/hash-string.h, + intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h, + intl/libgnuintl.h, intl/libintl.glibc, intl/linux-msg.sed, + intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, + intl/locale.alias, intl/localealias.c, intl/Makefile.in, + intl/ngettext.c, intl/plural.c, intl/plural.y, + intl/po2tbl.sed.in, intl/ref-add.sin, intl/ref-del.sin, + intl/textdomain.c, intl/VERSION, intl/xopen-msg.sed, + intl/ChangeLog, intl/.cvsignore, acconfig.h, configure.in, + gettext.c, lib.h, Makefile.am, mbyte.c: Gettext update. + + * po/ru.po: update. + + * configure.in: ALL_LINGUAS. I forgot to do this earlier today. + + * NEWS: Documentation update from Brendan Cully. + + * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po: + Updating the gl translation, another update-po run. + + * po/zh_TW.Big5.po: + Changed to utf-8 in order to avoid problems with recent gettext + versions. Thanks to EGE! + + (BTW, the file name is lying now. Is this a problem?) + + * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/pt_BR.po, po/pl.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/cs.po, po/da.po, po/de.po, po/el.po: + update-po; adding an Estonian translation. + + * po/it.po: Fix a small bug. + + * imap/message.c: + This patch ensures IMAP FLAGS aren't parsed twice when fetching the + full message body. It really only amounts to a cosmetic error, but + may cause spurious "Mailbox externally modified" messages. + + From Brendan Cully. + + * INSTALL, README.SSL, rfc2047.c: + Documentation updates and a little bug fix. From Brendan Cully. + + * init.c: Don't add empty strings to lists. From Thomas Parmelan + <tom@proxad.net>. + +Tue Jun 5 15:43:41 2001 Thomas Roessler <roessler@does-not-exist.org> + + * handler.c: Leave slightly more margin with format=flowed. + + * imap/command.c, mutt_socket.c, mutt_ssl.c, mutt_tunnel.c: + patch-bac.sockets-20010605.1 + + * imap/auth.c, init.h: + Change the delimiter for imap_authenticators to a colon. + + * imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, imap/imap.c, imap/auth_anon.c, imap/auth.c, imap/auth_cram.c, imap/auth.h: + The attached patch should be the last feature I want to get in + before 1.4. It creates a new config variable $imap_authenticators, + which is a comma-separated list of authentication methods for mutt + to try to use to authenticate to an IMAP server. If it is + unspecified you get the old behaviour - any method is tried, the + first to succeed or fail ends the auth loop. + + (From Brendan Cully.) + + * globals.h, init.h: + The attached patch should be the last feature I want to get in + before 1.4. It creates a new config variable $imap_authenticators, + which is a comma-separated list of authentication methods for mutt + to try to use to authenticate to an IMAP server. If it is + unspecified you get the old behaviour - any method is tried, the + first to succeed or fail ends the auth loop. + + * attach.c, commands.c, handler.c: + Check mutt_create_filter*'s return value for errors. This should + avoid a bunch of possible crashes. + +Mon Jun 4 18:29:33 2001 Thomas Roessler <roessler@does-not-exist.org> + + * doc/manual.sgml.head: Score documentation fix. + + * po/pl.po: Update. + + * doc/.cvsignore, .cvsignore: + Ignore some more generated files. From Andrew Nosenko. + + * Makefile.am: + -I$(includedir) is moved from INCLUDES variable to the end of + CPPFLAGS. This allow build Mutt with Bruno's libiconv and + --prefix=/usr on glibc-2.1.2 systems. + + From "Andrew W. Nosenko" <awn@bcs.zp.ua>. + + * doc/instdoc.sh.in, doc/Makefile.in, contrib/Makefile.in, configure.in, init.c, INSTALL, main.c, Makefile.am, muttbug.sh.in, sendlib.c: + Clean up the sharedir mess. From Lars Hecking. + +Fri Jun 1 08:53:23 2001 Thomas Roessler <roessler@does-not-exist.org> + + * imap/command.c, imap/imap.c, imap/imap_private.h, imap/message.c, curs_main.c, mailbox.h: + More concurrent IMAP modification handling from Brendan Cully. + + * po/fr.po: Update. + +Thu May 31 18:04:24 2001 Thomas Roessler <roessler@does-not-exist.org> + + * mutt_tunnel.c: Tunnel fixes. + + * configure.in: Fix some typos. + + * mutt_curses.h, configure.in: + Utf-8 support with ncurses, by Sven Verdoolaege. Thomas E. Dickey + says it looks reasonable, so I include it. + +Wed May 30 23:00:51 2001 Thomas Roessler <roessler@does-not-exist.org> + + * imap/command.c, imap/imap.c, enter.c, Makefile.am, mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h, mutt_ssl.c, mutt_ssl_nss.c, mutt_tunnel.c: + Socket API clean-up from Brendan Cully. + + * send.c: If messages have no References header, fall back to using + In-Reply-To when constructing a reply's references header. This may + not be strictly according to the book, but looks like a reasonable + suggestion (which came from Vincent Lefebvre). + + * curs_main.c: Check whether any messages are visible. + +Tue May 29 20:26:23 2001 Thomas Roessler <roessler@does-not-exist.org> + + * m4/gssapi.m4, imap/auth.c, imap/auth_gss.c, imap/auth_sasl.c, imap/imap.c, configure.in, globals.h, init.h, Makefile.am, mutt_socket.c, mutt_socket.h, mutt_tunnel.c, mutt_tunnel.h, README: + GSSAPI fixes, tunnel driver. From Brendan Cully. + + * configure.in, md5.h, sha1.h: + More type-determination fixes from Lars Hecking. + +Mon May 28 19:14:47 2001 Thomas Roessler <roessler@does-not-exist.org> + + * imap/util.c: + Consult /etc/services for imaps port. From Brendan Cully. + + * imap/Makefile.am, Attic/checktypes.c, configure.in, Makefile.am, md5c.c, md5.h, sha1.c, sha1.h: + Improve checking for 32bit integers. From Brendan Cully and Lars + Hecking. + + * muttbug.sh.in: Cosmetics. From Brendan Cully. + + * imap/command.c, imap/imap.c, imap/imap_private.h: + Detect external modifications of IMAP folders. From Brendan Cully. + + * curs_main.c: Fix attaching messages via IMAP. From Brendan Cully. + +Thu May 24 10:18:30 2001 Thomas Roessler <roessler@does-not-exist.org> + + * po/ja.po: update. + + * browser.c: patch-bac.chdir-20010523.2 + +Wed May 23 14:19:16 2001 Thomas Roessler <roessler@does-not-exist.org> + + * browser.c: patch-bac.chdir-20010523.1 + + * imap/browse.c: patch-bac.createnull-20010522.1 + +Tue May 22 21:45:52 2001 Thomas Roessler <roessler@does-not-exist.org> + + * doc/manual.sgml.head: Documentation nit from Bjrn Jacke. + + * configure.in: + Let configure --help look prettier. From Brendan Cully. + + * doc/manual.sgml.head, doc/manual.sgml.tail: + Documentation fixes from Brendan Cully. + + * imap/imap.c: Attachment deletion on IMAP servers, take two. + +Mon May 21 08:42:07 2001 Thomas Roessler <roessler@does-not-exist.org> + + * imap/imap.c, imap/message.c, commands.c, mx.c, protos.h: + Attachment deletion for IMAP folders. By Brendan Cully. + +Sun May 20 22:35:29 2001 Thomas Roessler <roessler@does-not-exist.org> + + * handler.c: + Fix character set conversion for non-plain text types with 8bit + content-transfer-encodings. Noted by Bjrn Jacke. + + * imap/message.c: \Seen for FCCs. From Brendan Cully. + +Thu May 17 18:37:21 2001 Thomas Roessler <roessler@does-not-exist.org> + + * pager.c: patch-1.3.18.bj.segfault.1. + + * handler.c: Fix multibyte encodings with quoted-printable. + (patch-1.3.18.tt.decode_quoted.1) + From TAKIZAWA Takashi <taki@luna.email.ne.jp>. + +Tue May 15 20:41:55 2001 Thomas Roessler <roessler@does-not-exist.org> + + * imap/browse.c, imap/util.c, mutt_socket.c: patch-bac.notes-20010515.1 + + * rfc1524.c: + Make tests on an attachment's file name possible. Patch from Bob + Bell <bobbell@zk3.dec.com>. + +Sun May 13 15:43:48 2001 Thomas Roessler <roessler@does-not-exist.org> + + * po/de.po: Update. + +Sat May 12 05:49:31 2001 Thomas Roessler <roessler@does-not-exist.org> + + * handler.c: Undo one of yesterday's aesthetical changes. + + * muttlib.c: IMAP path canonification hack from Brendan Cully. + + * handler.c: + Adding a hack to use format=flowed's quoting information in the + pager, using ANSI color sequences to turn off quote coloring. + +Fri May 11 22:16:17 2001 Thomas Roessler <roessler@does-not-exist.org> + + * handler.c: + Don't cut off the final part of ttachments with overlong lines. + + * handler.c: Correctly handle extremely long lines. + + * handler.c: + Improve handling of indented text when wrapping text/plain; + format=flowed. This is, in particular, important when replying to + messages with indented text. I hope this code does The Right Thing + most of the time now. + + (Further note that we still try to avoid wrapping at places where + the user didn't do so.) + + * handler.c: Some more esthetical nits. + + * handler.c: More fixes. + + * recvcmd.c: Fix some nits with respect to text/plain; format=flowed. + + * copy.c, handler.c, init.h, mutt.h, send.c: + Add experimental support for text/plain; format=flowed. + + * send.c: Fix #590. + + * headers.c: Some code simplifications. + + * headers.c, muttlib.c: + Fix a memory leak in mutt_free_envelope(); avoid dangling pointers + in header editing. + +Thu May 10 13:15:45 2001 Thomas Roessler <roessler@does-not-exist.org> + + * po/ja.po: update. + + * hdrline.c: Fix %D. From Len Lattanzi <Len.Lattanzi@migration.com>. + + * headers.c: Fix header editing and references headers. + + * imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, imap/command.c, imap/imap.c, imap/message.c, imap/util.c, sort.c, copy.c, curs_main.c, globals.h, hook.c, init.h, mbox.c, menu.c, muttlib.c, mutt_socket.c, mutt_ssl.c, mx.c, pgpkey.c, pop_auth.c, pop.c, pop_lib.c, protos.h: + A slightly extended version of Dave Ewart's sleeptime patch. + + * po/fr.po, po/id.po, po/sv.po, po/da.po: update. + + * po/hu.po, configure.in: + Adding the Hungarian translation from Szabolcs Horvath + <horvaths@fi.inf.elte.hu>. + +Mon May 7 19:21:41 2001 Thomas Roessler <roessler@does-not-exist.org> + + * imap/imap.h, imap/README, imap/util.c, muttlib.c: + IMAP path canonicalization. From Brendan Cully. + +Wed May 2 20:49:46 2001 Thomas Roessler <roessler@does-not-exist.org> + + * doc/manual.sgml.tail: Document some missing functions. + + * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/cs.po, po/da.po: + make update-po. + +Tue May 1 21:32:50 2001 Thomas Roessler <roessler@does-not-exist.org> + + * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/pl.po, po/pt_BR.po, po/lt.po, po/nl.po, po/gl.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/cs.po, ChangeLog, reldate.h, VERSION: + automatic post-release commit for mutt-1.3.18 + + * pgp.c: #568: Out-of-band reporting for traditional signed+encrypted + messages. + Tue May 1 21:24:41 2001 Thomas Roessler <roessler@guug.de> * pgp.c: #568: Out-of-band reporting for traditional signed+encrypted @@ -1 +1 @@ -1.3.18 +1.3.19 @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.1.11i\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2000-04-03 22:20+0200\n" "Last-Translator: Ji Pavlovsk <pavlovsk@ff.cuni.cz>\n" "Language-Team: Czech <cs@li.org>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt-1.3.18i \n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2001-05-08 18:32+02:00\n" "Last-Translator: Byrial Jensen <byrial@image.dk>, Morten Bo Johansen " "<mojo@image.dk> \n" @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.15\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2001-02-27 19:27+01:00\n" "Last-Translator: Roland Rosenfeld <roland@spinnaker.de>\n" "Language-Team: German <mutt-po@mutt.org>\n" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt-1.3.15i\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2001-02-14 12:00+0200\n" "Last-Translator: <madf@hellug.gr>\n" "Language-Team: Greek <el@li.org>\n" @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.1\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2001-03-04 13:05+00:00\n" "Last-Translator: Edmund GRIMLEY EVANS <edmundo@rano.org>\n" "Language-Team: eo <eo@li.org>\n" @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2000-09-07 19:18+02:00\n" "Last-Translator: Boris Wesslowski <Boris@Wesslowski.com>\n" "Language-Team: -\n" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: mutt 1.2.5\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2001-05-18 23:11+02:00\n" "Last-Translator: Toomas Soome <tsoome@ut.ee>\n" "Language-Team: Estonian <et@li.org>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.3.18\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2001-05-31 20:41+0200\n" "Last-Translator: Marc Baudoin <babafou@babafou.eu.org>, Vincent Lefevre " "<vincent@vinc17.org>\n" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.3\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2001-04-22 22:05+0200\n" "Last-Translator: Roberto Suarez Soto <ask4it@bigfoot.com>\n" "Language-Team: Galician <trasno@ceu.fi.udc.es>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.17i\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2001-04-13 18:03+0000\n" "Last-Translator: Szabolcs Horvth <horvaths@fi.inf.elte.hu>\n" "Language-Team: LME Magyaritasok Lista <magyar@lists.linux.hu>\n" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.16i\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2001-02-27 19:30-0600\n" "Last-Translator: Ronny Haryanto <ronny-mutt-po-file@haryan.to>\n" "Language-Team: Indonesia <i18n@linux.or.id>\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: mutt-1.3.17\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2001-04-06 01:17+02:00\n" "Last-Translator: Marco d'Itri <md@linux.it>\n" "Language-Team: none\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.19\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2001-05-07 14:17+0900\n" "Last-Translator: oota toshiya <oota@ppd.fc.nec.co.jp>\n" "Language-Team: mutt-j <mutt-j@ns.ribbon.or.jp>\n" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.1.2\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2000-03-09 07:40+0900\n" "Last-Translator: Byeong-Chan Kim <redhands@linux.sarag.net>\n" "Language-Team: Korean <ko@li.org>\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: mutt 1.3.12i\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2000-11-29 21:22+0200\n" "Last-Translator: Gediminas Paulauskas <menesis@delfi.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Johan van Selst <johans@stack.nl>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: mutt-1.3.18i\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2001-05-17\n" "Last-Translator: Pawe Dziekoski <p.dziekonski@mml.ch.pwr.wroc.pl>\n" "Language-Team: POLISH <pl@li.org>\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index b094eeb3..7ccb2a78 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.1.5i\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2000-03-05 01:14-0300\n" "Last-Translator: Marcus Brito <marcus@visaotec.com.br>\n" "Language-Team: LIE-BR (http://lie-br.conectiva.com.br)\n" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: mutt-1.3.16i\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2001-03-04 11:30+0200\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=koi8-r\n" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.95.6i\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 1999-07-29 00:00+0100\n" "Last-Translator: Miroslav Vasko <vasko@ies.sk>\n" "Language-Team: Slovak <sk@li.org>\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.3.17\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2001-03-29 20:16+02:00\n" "Last-Translator: Jrgen Tegnr <teg@post.netlink.se>\n" "Language-Team: \n" @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: mutt 1.3.17i\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2001-04-05 16:28+0200\n" "Last-Translator: Fatih Demir <kabalak@gmx.net>\n" "Language-Team: GNOME Turk <gnome-turk@gnome.org>\n" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.12\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2000-11-18 16:04+0200\n" "Last-Translator: Andrej N. Gritsenko <andrej@lucky.net>\n" "Language-Team: Ukrainian <uk@ua>\n" diff --git a/po/zh_CN.GB2312.po b/po/zh_CN.GB2312.po index dab9b419..d81287f3 100644 --- a/po/zh_CN.GB2312.po +++ b/po/zh_CN.GB2312.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.1.2\n" -"POT-Creation-Date: 2001-06-07 11:00+0200\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 1999-12-20 20:41+0800\n" "Last-Translator: Anthony Wong <ypwong@debian.org>\n" "Language-Team: Chinese <zh@li.org>\n" diff --git a/po/zh_TW.Big5.po b/po/zh_TW.Big5.po index a80d873e..bf475a72 100644 --- a/po/zh_TW.Big5.po +++ b/po/zh_TW.Big5.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.3.10\n" -"POT-Creation-Date: 2001-06-07 19:54+0100\n" +"POT-Creation-Date: 2001-06-07 22:11+0200\n" "PO-Revision-Date: 2000-10-15 08:22+0800\n" "Last-Translator: Anthony Wong <ypwong@debian.org>\n" "Language-Team: Chinese <zh@li.org>\n" @@ -82,7 +82,6 @@ msgstr "無法配合二個同樣名稱,繼續?" #. For now, editing requires a file, no piping #: attach.c:123 -#, c-format msgid "Mailcap compose entry requires %%s" msgstr "Mailcap 編輯項目需要 %%s" @@ -107,7 +106,6 @@ msgstr "沒有 %s 的 mailcap 組成登錄,正在建立空的檔案。" #. For now, editing requires a file, no piping #: attach.c:250 -#, c-format msgid "Mailcap Edit entry requires %%s" msgstr "編輯 Mailcap 項目時需要 %%s" @@ -404,15 +402,15 @@ msgstr "信件已印出" msgid "" "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" -"反方向 1)日期 2)發信人 3)收信時間 4)標題 5)收信人 6)序列 7)不排 8)大小 9)分" -"數:" +"反方向 1)日期 2)發信人 3)收信時間 4)標題 5)收信人 6)序列 " +"7)不排 8)大小 9)分數:" #: commands.c:456 msgid "" "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" -"排序 1)日期 2)發信人 3)收信時間 4)標題 5)收信人 6)序列 7)不排序 8)大小 9)分" -"數:" +"排序 1)日期 2)發信人 3)收信時間 4)標題 5)收信人 6)序列 " +"7)不排序 8)大小 9)分數:" #: commands.c:457 msgid "dfrsotuzc" @@ -531,8 +529,8 @@ msgstr "<預設值>" #, fuzzy msgid "(e)ncrypt, (s)ign, sign (a)s, (b)oth, or (f)orget it? " msgstr "" -"(1)加密, (2)簽名, (3)用別的身份簽, (4)兩者皆要, (5)選擇 mic 演算法 或 (6)放" -"棄?" +"(1)加密, (2)簽名, (3)用別的身份簽, (4)兩者皆要, (5)選擇 mic " +"演算法 或 (6)放棄?" #: compose.c:133 #, fuzzy @@ -1031,7 +1029,8 @@ msgstr "[-- 自動顯示 %s 的 stderr 內容 --]\n" #: handler.c:1587 msgid "[-- Error: message/external-body has no access-type parameter --]\n" msgstr "" -"[-- 錯誤:message/external-body 沒有存取類型 (access-type) 的參數 --]\n" +"[-- 錯誤:message/external-body 沒有存取類型 (access-type) " +"的參數 --]\n" #: handler.c:1604 #, c-format @@ -2263,8 +2262,10 @@ msgid "" "under certain conditions; type `mutt -vv' for details.\n" msgstr "" "版權所有 (C) 1996-2000 Michael R. Elkins 及其他人仕。\n" -"Mutt 不提供任何保證:需要更詳細的資料,請鍵入 `mutt -vv'。\n" -"Mutt 是一個自由軟體, 歡迎您在某些特定的條件上,重新將它分發。\n" +"Mutt 不提供任何保證:需要更詳細的資料,請鍵入 `mutt " +"-vv'。\n" +"Mutt 是一個自由軟體, " +"歡迎您在某些特定的條件上,重新將它分發。\n" "若需要更詳細的資料, 請鍵入 `mutt -vv'\n" #: main.c:51 @@ -2354,10 +2355,11 @@ msgid "" " -Z\t\topen the first folder with new message, exit immediately if none\n" " -h\t\tthis help message" msgstr "" -"用法: mutt [ -nRzZ ] [ -e <命令> ] [ -F <檔案> ] [ -m <類型> ] [ -f <檔案" -"> ]\n" -" mutt [ -nx ] [ -e <命令> ] [ -a <檔案> ] [ -F <檔案> ] [ -H <檔案> ] " -"[ -i <檔案> ] [ -s <主題> ] [ -b <地址> ] [ -c <地址> ] <地址> [ ... ]\n" +"用法: mutt [ -nRzZ ] [ -e <命令> ] [ -F <檔案> ] [ -m <類型> ] [ -f " +"<檔案> ]\n" +" mutt [ -nx ] [ -e <命令> ] [ -a <檔案> ] [ -F <檔案> ] [ -H " +"<檔案> ] [ -i <檔案> ] [ -s <主題> ] [ -b <地址> ] [ -c <地址> ] " +"<地址> [ ... ]\n" " mutt [ -n ] [ -e <命令> ] [ -F <檔案> ] -p\n" " mutt -v[v]\n" "\n" @@ -2438,7 +2440,6 @@ msgid "Mailbox is empty." msgstr "信箱內空無一物。" #: mbox.c:129 mbox.c:286 -#, c-format msgid "Reading %s... %d (%d%%)" msgstr "讀取 %s 中… %d (%d%%)" @@ -3492,7 +3493,8 @@ msgstr "顯示 MIME 附件" #: recvcmd.c:419 msgid "Can't decode all tagged attachments. MIME-forward the others?" -msgstr "未能把所有已標簽的附件解碼。要用 MIME 轉寄其它的嗎?" +msgstr "" +"未能把所有已標簽的附件解碼。要用 MIME 轉寄其它的嗎?" #: recvcmd.c:544 msgid "Forward MIME encapsulated?" @@ -3513,7 +3515,8 @@ msgstr "沒有找到郵寄論壇!" #: recvcmd.c:787 msgid "Can't decode all tagged attachments. MIME-encapsulate the others?" -msgstr "未能把所有已標簽的附件解碼。要用 MIME 包封其它的嗎?" +msgstr "" +"未能把所有已標簽的附件解碼。要用 MIME 包封其它的嗎?" #: remailer.c:480 msgid "Append" @@ -3770,15 +3773,17 @@ msgstr "主信件不存在。" #~ msgstr "MIC 演算法:" #~ msgid "This doesn't make sense if you don't want to sign the message." -#~ msgstr "如果您不 |