Index: mutt/ChangeLog diff -u mutt/ChangeLog:2.73.2.6 mutt/ChangeLog:2.73.2.8 --- mutt/ChangeLog:2.73.2.6 Thu Feb 12 09:50:56 2004 +++ mutt/ChangeLog Fri Jul 14 20:37:44 2006 @@ -1,5 +1,21 @@ +Fri Jul 14 14:37:00 2006 Thomas Roessler + + * keymap.h: make sure that this builds in a modern + environment; needed to #include mapping.h + +Mon Jun 19 18:20:00 2006 TAKAHASHI Tamotsu + + * imap/browse.c: Fix browse_get_namespace() which could + overflow ns[LONG_STRING]. + Thu Feb 12 08:46:17 2004 Thomas Roessler + * po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, ChangeLog, VERSION, po/bg.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, reldate.h: + automatic post-release commit for mutt-1.4.2.1 + + * Makefile.am: From: Thomas Roessler + + (stable) Include regex.c and snprintf.c with the distribution. * /cvs/mutt/mutt/Makefile.am: From: Thomas Roessler Index: mutt/VERSION diff -u mutt/VERSION:2.63.2.6 mutt/VERSION:2.63.2.7 --- mutt/VERSION:2.63.2.6 Thu Feb 12 09:50:57 2004 +++ mutt/VERSION Fri Jul 14 20:39:03 2006 @@ -1 +1 @@ -1.4.2.1 +1.4.2.2 Index: mutt/keymap.h diff -u mutt/keymap.h:2.6 mutt/keymap.h:2.6.2.1 --- mutt/keymap.h:2.6 Tue Sep 11 13:20:34 2001 +++ mutt/keymap.h Fri Jul 14 20:36:35 2006 @@ -19,6 +19,8 @@ #ifndef KEYMAP_H #define KEYMAP_H +#include "mapping.h" + /* maximal length of a key binding sequence used for buffer in km_bindkey */ #define MAX_SEQ 8 Index: mutt/reldate.h diff -u mutt/reldate.h:2.55.2.6 mutt/reldate.h:2.55.2.7 --- mutt/reldate.h:2.55.2.6 Thu Feb 12 09:50:57 2004 +++ mutt/reldate.h Fri Jul 14 20:39:03 2006 @@ -1 +1 @@ -const char *ReleaseDate = "2004-02-12"; +const char *ReleaseDate = "2006-07-14"; Index: mutt/imap/browse.c diff -u mutt/imap/browse.c:1.34.2.2 mutt/imap/browse.c:1.34.2.3 --- mutt/imap/browse.c:1.34.2.2 Tue Feb 26 11:38:56 2002 +++ mutt/imap/browse.c Mon Jun 19 20:20:00 2006 @@ -452,7 +452,7 @@ if (*s == '\"') { s++; - while (*s && *s != '\"') + while (*s && *s != '\"' && n < sizeof (ns) - 1) { if (*s == '\\') s++; @@ -463,12 +463,14 @@ s++; } else - while (*s && !ISSPACE (*s)) + while (*s && !ISSPACE (*s) && n < sizeof (ns) - 1) { ns[n++] = *s; s++; } ns[n] = '\0'; + if (n == sizeof (ns) - 1) + dprint (1, (debugfile, "browse_get_namespace: too long: [%s]\n", ns)); /* delim? */ s = imap_next_word (s); /* delimiter is meaningless if namespace is "". Why does Index: mutt/po/bg.po diff -u mutt/po/bg.po:1.1.2.5 mutt/po/bg.po:1.1.2.6 --- mutt/po/bg.po:1.1.2.5 Thu Feb 12 09:50:57 2004 +++ mutt/po/bg.po Fri Jul 14 20:39:03 2006 @@ -8,7 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.4\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-06-29 19:50+0200\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=windows-1251\n" @@ -225,9 +226,7 @@ #: browser.c:1048 msgid "Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " -msgstr "" -" : (d), (a), (z) " -"(n)? " +msgstr " : (d), (a), (z) (n)? " #: browser.c:1049 msgid "Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " @@ -410,16 +409,12 @@ #: commands.c:467 msgid "" "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " -msgstr "" -" : (d)/(f)/ (r)/(s)/" -"(o)/(t)/(u)/(z)/(c)? :" +msgstr " : (d)/(f)/ (r)/(s)/(o)/(t)/(u)/(z)/(c)? :" #: commands.c:468 msgid "" "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " -msgstr "" -" : (d)/(f)/ (r)/(s)/(o)/" -"(t)/(u)/(z)/(c)? :" +msgstr " : (d)/(f)/ (r)/(s)/(o)/(t)/(u)/(z)/(c)? :" #: commands.c:469 msgid "dfrsotuzc" @@ -904,12 +899,10 @@ "~b \t Bcc:\n" "~c \t Cc:\n" "~f \t \n" -"~F \t ~f, , " -"\n" +"~F \t ~f, , \n" "~h\t\t \n" "~m \t \n" -"~M \t ~m, , " -"\n" +"~M \t ~m, , \n" "~p\t\t \n" "~q\t\t \n" "~r \t\t \n" @@ -998,9 +991,7 @@ #: handler.c:1330 msgid "[-- Error: Could not display any parts of Multipart/Alternative! --]\n" -msgstr "" -"[-- : Multipart/" -"Altermative! --]\n" +msgstr "[-- : Multipart/Altermative! --]\n" #: handler.c:1448 #, c-format @@ -1034,8 +1025,7 @@ #: handler.c:1629 msgid "[-- Error: message/external-body has no access-type parameter --]\n" -msgstr "" -"[-- : message/external-body --]\n" +msgstr "[-- : message/external-body --]\n" #: handler.c:1648 #, c-format @@ -1144,6 +1134,7 @@ msgstr " %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: unhook * hook." @@ -1330,8 +1321,7 @@ #. Unable to fetch headers for lower versions #: imap/message.c:74 msgid "Unable to fetch headers from this IMAP server version." -msgstr "" -" IMAP-." +msgstr " IMAP-." #: imap/message.c:84 #, c-format @@ -1393,10 +1383,12 @@ msgstr "%s: " #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr " \"reset\" " #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr " \"reset\"" @@ -1566,9 +1558,7 @@ #: keymap_alldefs.h:16 msgid "toggle view all/subscribed mailboxes (IMAP only)" -msgstr "" -"/ " -" ( IMAP)" +msgstr "/ ( IMAP)" #: keymap_alldefs.h:17 msgid "change directories" @@ -1740,9 +1730,7 @@ #: keymap_alldefs.h:59 msgid "display message and toggle header weeding" -msgstr "" -" / " -"" +msgstr " / " #: keymap_alldefs.h:60 msgid "display a message" @@ -2050,9 +2038,7 @@ #: keymap_alldefs.h:136 msgid "pipe message/attachment to a shell command" -msgstr "" -" " -"(pipe)" +msgstr " (pipe)" #: keymap_alldefs.h:137 msgid "move to the previous entry" @@ -2188,8 +2174,7 @@ #: keymap_alldefs.h:170 msgid "view attachment using mailcap entry if necessary" -msgstr "" -" , mailcap " +msgstr " , mailcap " #: keymap_alldefs.h:171 msgid "show MIME attachments" @@ -2339,8 +2324,7 @@ ", , , \n" "\n" " ; /\n" -" GNU General Public License, " -"\n" +" GNU General Public License, \n" " , 2 \n" " ( ) - .\n" "\n" @@ -2350,8 +2334,7 @@ " GNU General Public License .\n" "\n" " GNU General Public License\n" -" ; , Free " -"Software\n" +" ; , Free Software\n" " Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n" #: main.c:88 @@ -2384,11 +2367,8 @@ " -Z\t\topen the first folder with new message, exit immediately if none\n" " -h\t\tthis help message" msgstr "" -": mutt [ -nRyzZ ] [ -e <> ] [ -F <> ] [ -m <> ] [ -f " -"<> ]\n" -" mutt [ -nx ] [ -e <> ] [ -a <> ] [ -F <> ] [ -H " -"<> ] [ -i <> ] [ -s <> ] [ -b <> ] [ -c <> ] <> " -"[ ... ]\n" +": mutt [ -nRyzZ ] [ -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" @@ -2410,8 +2390,7 @@ " -x\t\t mailx \n" " -y\t\t , `mailboxes' \n" " -z\t\t , \n" -" -Z\t\t " -" \n" +" -Z\t\t \n" " -h\t\t " #: main.c:142 @@ -2481,8 +2460,7 @@ #: mbox.c:702 mbox.c:978 msgid "Fatal error! Could not reopen mailbox!" -msgstr "" -" ! !" +msgstr " ! !" #: mbox.c:711 msgid "Unable to lock mailbox!" @@ -2494,9 +2472,7 @@ #. #: mbox.c:757 msgid "sync: mbox modified, but no modified messages! (report this bug)" -msgstr "" -"sync: , ! (, " -" )" +msgstr "sync: , ! (, )" #: mbox.c:798 #, c-format @@ -2718,6 +2694,7 @@ msgstr "" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[ ]" @@ -2742,6 +2719,7 @@ msgstr " :" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr " " @@ -2990,6 +2968,7 @@ msgstr "%c: " #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr " " @@ -3286,6 +3265,7 @@ msgstr " , \"%s\"..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr " \"TOP\" ." @@ -3294,6 +3274,7 @@ msgstr " !" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr " \"UIDL\" ." @@ -3353,6 +3334,7 @@ msgstr " APOP ." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr " \"USER\" ." @@ -3410,6 +3392,7 @@ msgstr " ." #: query.c:277 +#, c-format msgid "Query" msgstr "" @@ -3510,9 +3493,7 @@ #: 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?" @@ -3533,9 +3514,7 @@ #: recvcmd.c:781 msgid "Can't decode all tagged attachments. MIME-encapsulate the others?" -msgstr "" -" . MIME " -"?" +msgstr " . MIME ?" #: remailer.c:480 msgid "Append" @@ -3590,8 +3569,7 @@ #: remailer.c:734 msgid "" "Please set the hostname variable to a proper value when using mixmaster!" -msgstr "" -", \"hostname\" mixmaster!" +msgstr ", \"hostname\" mixmaster!" #: remailer.c:768 #, c-format @@ -3779,8 +3757,7 @@ #: sort.c:239 msgid "Could not find sorting function! [report this bug]" -msgstr "" -" ! (, )" +msgstr " ! (, )" #: status.c:102 msgid "(no mailbox)" Index: mutt/po/ca.po diff -u mutt/po/ca.po:1.6.2.9 mutt/po/ca.po:1.6.2.10 --- mutt/po/ca.po:1.6.2.9 Thu Feb 12 09:50:57 2004 +++ mutt/po/ca.po Fri Jul 14 20:39:03 2006 @@ -10,7 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: mutt 1.3.27i\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-06-10 16:03+0200\n" "Last-Translator: Ivan Vilata i Balaguer \n" "Language-Team: Catalan \n" @@ -1209,6 +1210,7 @@ msgstr "Ajuda de %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: No es pot fer unhook * des d'un hook." @@ -1458,10 +1460,12 @@ msgstr "%s: La variable no s coneguda." #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "El prefix usat en reset no s perms." #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "El valor usat en reset no s perms." @@ -2808,6 +2812,7 @@ msgstr "Desconegut/da" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[no s'ha pogut calcular]" @@ -2834,6 +2839,7 @@ # ivb (2001/12/08) # ivb A continuaci ve el rang de validesa. #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "Aquest certificat t validesa" @@ -3107,6 +3113,7 @@ msgstr "%c: No es suporta en aquest mode." #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "Manca un parmetre." @@ -3420,6 +3427,7 @@ msgstr "S'estan cercant les claus que concorden amb %s..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "El servidor no suporta l'ordre TOP." @@ -3428,6 +3436,7 @@ msgstr "No s'ha pogut escriure la capalera en un fitxer temporal!" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "El servidor no suporta l'ordre UIDL." @@ -3490,6 +3499,7 @@ msgstr "L'autenticaci APOP ha fallat." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "El servidor no suporta l'ordre USER." @@ -3550,6 +3560,7 @@ msgstr "No s'ha definit cap ordre de consulta." #: query.c:277 +#, c-format msgid "Query" msgstr "Consulta" Index: mutt/po/cs.po diff -u mutt/po/cs.po:1.75.2.7 mutt/po/cs.po:1.75.2.8 --- mutt/po/cs.po:1.75.2.7 Thu Feb 12 09:50:57 2004 +++ mutt/po/cs.po Fri Jul 14 20:39:03 2006 @@ -3,7 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.19\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2001-06-09 23:27+0200\n" "Last-Translator: Ji Pavlovsk \n" "Language-Team: Czech \n" @@ -1374,6 +1375,7 @@ msgstr "Npovda pro %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: unhook * nelze z jinho hooku provst" @@ -1664,11 +1666,13 @@ # #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "Prefix nen s 'reset' povolen." # #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "Hodnota nen s 'reset' povolena." @@ -3250,6 +3254,7 @@ # #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[nelze spotat]" @@ -3275,6 +3280,7 @@ msgstr "Tento certifikt vydal:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "Tento certifikt je platn." @@ -3568,6 +3574,7 @@ # #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "chyb parametr" @@ -3927,6 +3934,7 @@ # #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "Server nepodporuje pkaz TOP." @@ -3937,6 +3945,7 @@ # #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "Server nepodporuje pkaz UIDL." @@ -4007,6 +4016,7 @@ # #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "Server nepodporuje pkaz USER." @@ -4078,6 +4088,7 @@ # #: query.c:277 +#, c-format msgid "Query" msgstr "Dotaz" Index: mutt/po/da.po diff -u mutt/po/da.po:1.67.2.8 mutt/po/da.po:1.67.2.9 --- mutt/po/da.po:1.67.2.8 Thu Feb 12 09:50:58 2004 +++ mutt/po/da.po Fri Jul 14 20:39:04 2006 @@ -6,7 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Mutt-1.3.99\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-05-04 08:47+0200\n" "Last-Translator: Byrial Jensen , Morten Bo Johansen " "\n" @@ -1137,6 +1138,7 @@ msgstr "Hjlp for %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: Kan ikke foretage unhook * inde fra en hook." @@ -1385,10 +1387,12 @@ msgstr "%s: ukendt variabel." #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "prfiks er ikke tilladt med reset" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "vrdi er ikke tilladt med reset" @@ -2697,6 +2701,7 @@ msgstr "Ukendt" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[kan ikke beregne]" @@ -2721,6 +2726,7 @@ msgstr "Dette certifikat er udstedt af:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "Dette certifikat er gyldigt" @@ -2969,6 +2975,7 @@ msgstr "%c: er ikke understttet i denne tilstand." #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "manglende parameter" @@ -3259,6 +3266,7 @@ msgstr "Leder efter ngler, der matcher \"%s\"..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "Kommandoen TOP understttes ikke af server." @@ -3267,6 +3275,7 @@ msgstr "Kan ikke skrive brevhoved til midlertidig fil!" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "Kommandoen UIDL er ikke understttet af server." @@ -3326,6 +3335,7 @@ msgstr "APOP-godkendelse slog fejl." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "Kommandoen USER er ikke understttet af server." @@ -3383,6 +3393,7 @@ msgstr "Ingen foresprgsels-kommando defineret." #: query.c:277 +#, c-format msgid "Query" msgstr "Foresprgsel" Index: mutt/po/de.po diff -u mutt/po/de.po:1.160.2.8 mutt/po/de.po:1.160.2.9 --- mutt/po/de.po:1.160.2.8 Thu Feb 12 09:50:58 2004 +++ mutt/po/de.po Fri Jul 14 20:39:04 2006 @@ -1,7 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.26\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-05-02 17:33+0200\n" "Last-Translator: Roland Rosenfeld \n" "Language-Team: German \n" @@ -1138,6 +1139,7 @@ msgstr "Hilfe fr %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: Innerhalb eines hook kann kein unhook * aufgerufen werden." @@ -1388,10 +1390,12 @@ msgstr "%s: Unbekannte Variable." #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "Prfix ist bei \"reset\" nicht zulssig." #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "Wertzuweisung ist bei \"reset\" nicht zulssig." @@ -2706,6 +2710,7 @@ msgstr "unbekannt" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[kann nicht berechnet werden]" @@ -2730,6 +2735,7 @@ msgstr "Dieses Zertifikat wurde ausgegeben von:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "Dieses Zertifikat ist gltig" @@ -2978,6 +2984,7 @@ msgstr "%c: Wird in diesem Modus nicht untersttzt." #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "Fehlender Parameter" @@ -3275,6 +3282,7 @@ msgstr "Suche nach Schlsseln, die auf \"%s\" passen..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "Das Kommando TOP wird vom Server nicht untersttzt." @@ -3283,6 +3291,7 @@ msgstr "Kann Header nicht in temporre Datei schreiben!" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "Kommando UIDL wird vom Server nicht untersttzt." @@ -3342,6 +3351,7 @@ msgstr "APOP Authentifizierung fehlgeschlagen." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "Kommando USER wird vom Server nicht untersttzt." @@ -3399,6 +3409,7 @@ msgstr "Kein Abfragekommando definiert." #: query.c:277 +#, c-format msgid "Query" msgstr "Abfrage" Index: mutt/po/el.po diff -u mutt/po/el.po:1.77.2.7 mutt/po/el.po:1.77.2.8 --- mutt/po/el.po:1.77.2.7 Thu Feb 12 09:50:59 2004 +++ mutt/po/el.po Fri Jul 14 20:39:04 2006 @@ -10,7 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Mutt-1.3.27i\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-01-24 00:03GMT+2\n" "Last-Translator: Dokianakis Fanis \n" "Language-Team: Greek \n" @@ -1392,6 +1393,7 @@ msgstr " %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: unhook * hook." @@ -1680,11 +1682,13 @@ # #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr " " # #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr " " @@ -3270,6 +3274,7 @@ # #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[ ]" @@ -3295,6 +3300,7 @@ msgstr " :" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr " " @@ -3588,6 +3594,7 @@ # #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr " " @@ -3963,6 +3970,7 @@ # #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr " TOP ." @@ -3973,6 +3981,7 @@ # #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr " UIDL ." @@ -4043,6 +4052,7 @@ # #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr " USER ." @@ -4115,6 +4125,7 @@ # #: query.c:277 +#, c-format msgid "Query" msgstr "" Index: mutt/po/eo.po diff -u mutt/po/eo.po:1.80.2.8 mutt/po/eo.po:1.80.2.9 --- mutt/po/eo.po:1.80.2.8 Thu Feb 12 09:50:59 2004 +++ mutt/po/eo.po Fri Jul 14 20:39:05 2006 @@ -4,7 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.3.99\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-05-19 13:27+0100\n" "Last-Translator: Edmund GRIMLEY EVANS \n" "Language-Team: eo \n" @@ -1135,6 +1136,7 @@ msgstr "Helpo por %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: Ne povas fari unhook * de en hoko." @@ -1383,10 +1385,12 @@ msgstr "%s: nekonata variablo" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "reset: prefikso ne permesata" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "reset: valoro ne permesata" @@ -2696,6 +2700,7 @@ msgstr "Nekonata" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[ne povas kalkuli]" @@ -2720,6 +2725,7 @@ msgstr "i tiu atestilo estis eldonita de:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "i tiu atestilo estis valida" @@ -2968,6 +2974,7 @@ msgstr "%c: ne funkcias en i tiu reimo" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "parametro mankas" @@ -3262,6 +3269,7 @@ msgstr "Seras losilojn, kiuj kongruas kun \"%s\" ..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "Servilo ne havas la komandon TOP." @@ -3270,6 +3278,7 @@ msgstr "Ne povas skribi la apaon al dumtempa dosiero!" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "Servilo ne havas la komandon UIDL." @@ -3329,6 +3338,7 @@ msgstr "APOP-rajtio malsukcesis." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "Servilo ne havas la komandon USER." @@ -3386,6 +3396,7 @@ msgstr "Demandokomando ne difinita." #: query.c:277 +#, c-format msgid "Query" msgstr "Demando" Index: mutt/po/es.po diff -u mutt/po/es.po:1.89.2.7 mutt/po/es.po:1.89.2.8 --- mutt/po/es.po:1.89.2.7 Thu Feb 12 09:51:00 2004 +++ mutt/po/es.po Fri Jul 14 20:39:05 2006 @@ -3,7 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: mutt 1.4\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2001-06-08 19:44+02:00\n" "Last-Translator: Boris Wesslowski \n" "Language-Team: -\n" @@ -1141,6 +1142,7 @@ msgstr "Ayuda para %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: No se puede desenganchar * desde dentro de un gancho." @@ -1394,10 +1396,12 @@ msgstr "%s: varibale desconocida" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "prefijo es ilegal con reset" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "valor es ilegal con reset" @@ -2714,6 +2718,7 @@ msgstr "Desconocido" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[imposible calcular]" @@ -2738,6 +2743,7 @@ msgstr "Este certificado fue producido por:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "Este certificado es vlido" @@ -2987,6 +2993,7 @@ msgstr "%c: no soportado en este modo" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "falta un parmetro" @@ -3300,6 +3307,7 @@ msgstr "Buscando claves que conincidan con \"%s\"..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "La rden TOP no es soportada por el servidor." @@ -3308,6 +3316,7 @@ msgstr "No se pudo escribir la cabecera al archivo temporal!" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "La rden UIDL no es soportada por el servidor." @@ -3367,6 +3376,7 @@ msgstr "Verificacin de autentidad APOP fall." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "La rden USER no es soportada por el servidor." @@ -3424,6 +3434,7 @@ msgstr "El comando de indagacin no fue definido." #: query.c:277 +#, c-format msgid "Query" msgstr "Indagacin" Index: mutt/po/et.po diff -u mutt/po/et.po:1.21.2.8 mutt/po/et.po:1.21.2.9 --- mutt/po/et.po:1.21.2.8 Thu Feb 12 09:51:00 2004 +++ mutt/po/et.po Fri Jul 14 20:39:06 2006 @@ -5,7 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: mutt 1.3.99\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-05-13 20:01+0300\n" "Last-Translator: Toomas Soome \n" "Language-Team: Estonian \n" @@ -1133,6 +1134,7 @@ msgstr "%s abiinfo" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: seose sees ei saa unhook * kasutada." @@ -1381,10 +1383,12 @@ msgstr "%s: tundmatu muutuja" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "reset ksuga ei ole prefiks lubatud" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "reset ksuga ei ole vrtus lubatud" @@ -2695,6 +2699,7 @@ msgstr "Tundmatu" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[arvutamine ei nnestu]" @@ -2719,6 +2724,7 @@ msgstr "Selle sertifikaadi vljastas:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "See sertifikaat on kehtiv" @@ -2967,6 +2973,7 @@ msgstr "%c: ei toetata selles moodis" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "parameeter puudub" @@ -3263,6 +3270,7 @@ msgstr "Otsin vtmeid, mis sisaldavad \"%s\"..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "Server ei toeta ksklust TOP." @@ -3271,6 +3279,7 @@ msgstr "Pist ei nnestu ajutissse faili kirjutada!" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "Server ei toeta UIDL ksklust." @@ -3330,6 +3339,7 @@ msgstr "APOP autentimine ebannestus." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "Server ei toeta ksklust USER." @@ -3387,6 +3397,7 @@ msgstr "Pringuksku ei ole defineeritud." #: query.c:277 +#, c-format msgid "Query" msgstr "Pring" Index: mutt/po/fr.po diff -u mutt/po/fr.po:1.108.2.8 mutt/po/fr.po:1.108.2.9 --- mutt/po/fr.po:1.108.2.8 Thu Feb 12 09:51:00 2004 +++ mutt/po/fr.po Fri Jul 14 20:39:06 2006 @@ -6,7 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.3.99\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-05-02 03:12+0200\n" "Last-Translator: Marc Baudoin , Vincent Lefevre " "\n" @@ -1196,6 +1197,7 @@ msgstr "Aide pour %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook : impossible de faire un unhook * l'intrieur d'un hook." @@ -1461,10 +1463,12 @@ msgstr "%s : variable inconnue" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "ce prfixe est illgal avec reset" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "cette valeur est illgale avec reset" @@ -2809,6 +2813,7 @@ # , c-format #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[impossible de calculer]" @@ -2834,6 +2839,7 @@ msgstr "Ce certificat a t mis par :" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "Ce certificat est valide" @@ -3104,6 +3110,7 @@ msgstr "%c : non support dans ce mode" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "paramtre manquant" @@ -3407,6 +3414,7 @@ msgstr "Recherche des cls correspondant \"%s\"..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "La commande TOP n'est pas supporte par le serveur." @@ -3415,6 +3423,7 @@ msgstr "Impossible d'crire l'en-tte dans le fichier temporaire !" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "La commande UIDL n'est pas supporte par le serveur." @@ -3476,6 +3485,7 @@ msgstr "L'authentification APOP a chou." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "La commande USER n'est pas supporte par le serveur." @@ -3535,6 +3545,7 @@ msgstr "Commande de requte non dfinie." #: query.c:277 +#, c-format msgid "Query" msgstr "Requte" Index: mutt/po/gl.po diff -u mutt/po/gl.po:1.61.2.7 mutt/po/gl.po:1.61.2.8 --- mutt/po/gl.po:1.61.2.7 Thu Feb 12 09:51:01 2004 +++ mutt/po/gl.po Fri Jul 14 20:39:06 2006 @@ -5,7 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.3\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2001-04-22 22:05+0200\n" "Last-Translator: Roberto Suarez Soto \n" "Language-Team: Galician \n" @@ -1149,6 +1150,7 @@ msgstr "Axuda sobre %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: Non posible facer 'unhook *' dentro doutro hook." @@ -1405,10 +1407,12 @@ msgstr "%s: variable descoecida" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "prefixo ilegal con reset" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "valor ilegal con reset" @@ -2727,6 +2731,7 @@ msgstr "Descoecido" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[imposible calcular]" @@ -2751,6 +2756,7 @@ msgstr "Este certificado foi emitido por:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "Este certificado vlido" @@ -3000,6 +3006,7 @@ msgstr "%c: non est soportado neste modo" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "falta un parmetro" @@ -3305,6 +3312,7 @@ msgstr "Buscando chaves que coincidan con \"%s\"..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "O comando TOP non est soportado polo servidor." @@ -3313,6 +3321,7 @@ msgstr "Non foi posible escribi-la cabeceira ficheiro temporal" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "O comando UIDL non est soportado polo servidor." @@ -3372,6 +3381,7 @@ msgstr "Autenticacin APOP fallida." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "O comando USER non est soportado polo servidor." @@ -3429,6 +3439,7 @@ msgstr "Comando de consulta non definido." #: query.c:277 +#, c-format msgid "Query" msgstr "Consulta" Index: mutt/po/hu.po diff -u mutt/po/hu.po:1.17.2.7 mutt/po/hu.po:1.17.2.8 --- mutt/po/hu.po:1.17.2.7 Thu Feb 12 09:51:01 2004 +++ mutt/po/hu.po Fri Jul 14 20:39:07 2006 @@ -6,7 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.17i\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2001-04-13 18:03+0000\n" "Last-Translator: Szabolcs Horvth \n" "Language-Team: LME Magyaritasok Lista \n" @@ -1149,6 +1150,7 @@ msgstr "Sg: %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "" @@ -1420,10 +1422,12 @@ msgstr "%s: ismeretlen vltoz" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "\"reset\"-nl nem adhat meg eltag" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "\"reset\"-nl nem adhat meg rtk" @@ -2810,6 +2814,7 @@ msgstr "Ismeretlen" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[nem kiszmthat]" @@ -2834,6 +2839,7 @@ msgstr "A tanustvnyt killtotta:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "Ez a tanstvny rvnyes" @@ -3082,6 +3088,7 @@ msgstr "%c: nincs tmogatva ebben a mdban" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "hinyz paramter" @@ -3394,6 +3401,7 @@ msgstr "Egyez \"%s\" kulcsok keresse..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "A TOP parancsot nem tmogatja a szerver." @@ -3402,6 +3410,7 @@ msgstr "Nem lehet rni az ideiglenes fjlba!" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "Az UIDL parancsot nem tmogatja a szerver." @@ -3461,6 +3470,7 @@ msgstr "APOP azonosts sikertelen." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "A USER parancsot nem ismeri ez a kiszolgl." @@ -3518,6 +3528,7 @@ msgstr "A lekrdezs parancs nincs megadva." #: query.c:277 +#, c-format msgid "Query" msgstr "Lekrdezs" Index: mutt/po/id.po diff -u mutt/po/id.po:1.84.2.8 mutt/po/id.po:1.84.2.9 --- mutt/po/id.po:1.84.2.8 Thu Feb 12 09:51:02 2004 +++ mutt/po/id.po Fri Jul 14 20:39:07 2006 @@ -5,7 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.99i\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-05-07 09:46+0700\n" "Last-Translator: Ronny Haryanto \n" "Language-Team: Indonesia \n" @@ -1142,6 +1143,7 @@ msgstr "Bantuan utk %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: Tidak dapat melakukan unhook * dari hook." @@ -1390,10 +1392,12 @@ msgstr "%s: variable tidak diketahui" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "prefix tidak diperbolehkan dengan reset" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "nilai tidak diperbolehkan dengan reset" @@ -2705,6 +2709,7 @@ msgstr "Tidak diketahui" #: mutt_ssl.c:406 +#, fuzzy, c-format msgid "[unable to calculate]" msgstr "%s: tidak bisa melampirkan file" @@ -2729,6 +2734,7 @@ msgstr "Sertifikat ini dikeluarkan oleh:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "Sertifikat ini sah" @@ -2977,6 +2983,7 @@ msgstr "%c: tidak didukung pada mode ini" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "parameter tidak ada" @@ -3273,6 +3280,7 @@ msgstr "Mencari kunci yg cocok dengan \"%s\"..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "Perintah TOP tidak didukung oleh server." @@ -3281,6 +3289,7 @@ msgstr "Tidak bisa menulis header ke file sementara!" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "Perintah UIDL tidak didukung oleh server." @@ -3340,6 +3349,7 @@ msgstr "Authentikasi APOP gagal." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "Perintah USER tidak didukung oleh server." @@ -3397,6 +3407,7 @@ msgstr "Perintah query tidak diketahui." #: query.c:277 +#, c-format msgid "Query" msgstr "Query" Index: mutt/po/it.po diff -u mutt/po/it.po:1.103.2.7 mutt/po/it.po:1.103.2.8 --- mutt/po/it.po:1.103.2.7 Thu Feb 12 09:51:02 2004 +++ mutt/po/it.po Fri Jul 14 20:39:08 2006 @@ -2,12 +2,13 @@ # Copyright (C) 1998-2001 Marco d'Itri # Marco d'Itri , 2000. # -# $Id: it.po,v 1.103.2.7 2004/02/12 08:51:02 roessler Exp $ +# $Id: it.po,v 1.103.2.8 2006/07/14 18:39:08 roessler Exp $ # msgid "" msgstr "" "Project-Id-Version: mutt-1.3.23\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-01-19 21:09+0100\n" "Last-Translator: Marco d'Itri \n" "Language-Team: none\n" @@ -1143,6 +1144,7 @@ msgstr "Aiuto per %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: impossibile usare unhook * dentro un hook." @@ -1391,10 +1393,12 @@ msgstr "%s: variabile sconosciuta" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "prefix non consentito con reset" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "value non consentito con reset" @@ -2705,6 +2709,7 @@ msgstr "Sconosciuto" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[impossibile da calcolare]" @@ -2729,6 +2734,7 @@ msgstr "Questo certificato stato emesso da:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "Questo certificato valido" @@ -2977,6 +2983,7 @@ msgstr "%c: non gestito in questa modalit" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "parametro mancante" @@ -3263,6 +3270,7 @@ msgstr "Cerco chiavi corrispondenti a \"%s\"..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "Il comando TOP non gestito dal server." @@ -3271,6 +3279,7 @@ msgstr "Impossibile scrivere l'header nel file temporaneo!" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "Il comando UIDL non gestito dal server." @@ -3330,6 +3339,7 @@ msgstr "Autenticazione APOP fallita." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "Il comando USER non gestito dal server." @@ -3387,6 +3397,7 @@ msgstr "Il comando della ricerca non definito." #: query.c:277 +#, c-format msgid "Query" msgstr "Ricerca" Index: mutt/po/ja.po diff -u mutt/po/ja.po:1.33.2.10 mutt/po/ja.po:1.33.2.11 --- mutt/po/ja.po:1.33.2.10 Thu Feb 12 09:51:03 2004 +++ mutt/po/ja.po Fri Jul 14 20:39:08 2006 @@ -5,7 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.28\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-04-24 16:37+0900\n" "Last-Translator: oota toshiya \n" "Language-Team: mutt-j \n" @@ -1135,6 +1136,7 @@ msgstr "%s Υإ" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: եå⤫ unhook * Ǥʤ" @@ -1383,10 +1385,12 @@ msgstr "%s: ̤ѿ" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "reset ȶ˻Ȥ Ƭ " #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "reset ȶ˻Ȥͤ" @@ -2669,6 +2673,7 @@ msgstr "" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[׻ǽ]" @@ -2693,6 +2698,7 @@ msgstr "ξȯԸ:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "ξ֤ͭ" @@ -2941,6 +2947,7 @@ msgstr "%c: ϤΥ⡼ɤǤ̤ݡ" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "ѥ᡼ʤ" @@ -3237,6 +3244,7 @@ msgstr "\"%s\" ˰פ븰򸡺..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "ޥ TOP 򥵡ФݡȤƤʤ" @@ -3245,6 +3253,7 @@ msgstr "إåե˽񤭹ʤ!" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "ޥ UIDL 򥵡ФݡȤƤʤ" @@ -3304,6 +3313,7 @@ msgstr "APOPǧڼԡ" #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "ޥ USER ϥФǤ̤ݡȡ" @@ -3361,6 +3371,7 @@ msgstr "䤤碌ޥɤƤʤ" #: query.c:277 +#, c-format msgid "Query" msgstr "䤤碌" Index: mutt/po/ko.po diff -u mutt/po/ko.po:1.72.2.8 mutt/po/ko.po:1.72.2.9 --- mutt/po/ko.po:1.72.2.8 Thu Feb 12 09:51:03 2004 +++ mutt/po/ko.po Fri Jul 14 20:39:09 2006 @@ -7,7 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.99i\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-05-02 19:15+300\n" "Last-Translator: Im Eunjea \n" "Language-Team: Im Eunjea \n" @@ -1133,6 +1134,7 @@ msgstr "%s " #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: unhook * Ҽ ." @@ -1381,10 +1383,12 @@ msgstr "%s: " #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "߸ λ" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "߸ " @@ -2694,6 +2698,7 @@ msgstr " " #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[ ]" @@ -2718,6 +2723,7 @@ msgstr " :" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr " ȿ" @@ -2966,6 +2972,7 @@ msgstr "%c: 忡 " #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr " " @@ -3262,6 +3269,7 @@ msgstr "\"%s\" ġϴ Ű ã ..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "ɾ TOP ." @@ -3270,6 +3278,7 @@ msgstr "ӽ " #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "ɾ UIDL ." @@ -3329,6 +3338,7 @@ msgstr "APOP ." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "ɾ USER ." @@ -3386,6 +3396,7 @@ msgstr " ǵ ." #: query.c:277 +#, c-format msgid "Query" msgstr "" Index: mutt/po/lt.po diff -u mutt/po/lt.po:1.25.2.7 mutt/po/lt.po:1.25.2.8 --- mutt/po/lt.po:1.25.2.7 Thu Feb 12 09:51:03 2004 +++ mutt/po/lt.po Fri Jul 14 20:39:10 2006 @@ -7,7 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: mutt 1.3.12i\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2000-11-29 21:22+0200\n" "Last-Translator: Gediminas Paulauskas \n" "Language-Team: Lithuanian \n" @@ -1147,6 +1148,7 @@ msgstr "Pagalba apie %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "" @@ -1403,10 +1405,12 @@ msgstr "%s: neinomas kintamasis" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "negalima vartoti priedlio su reset" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "reikm neleistina reset komandoje" @@ -2723,6 +2727,7 @@ msgstr "Neinoma" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[negaliu suskaiiuoti]" @@ -2747,6 +2752,7 @@ msgstr "is sertifikatas buvo iduotas:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "is sertifikatas galioja" @@ -2995,6 +3001,7 @@ msgstr "%c: nepalaikomas iame reime" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "trksta parametro" @@ -3307,6 +3314,7 @@ msgstr "Iekau rakt, tenkinani \"%s\"..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "Serveris nepalaiko komandos TOP." @@ -3315,6 +3323,7 @@ msgstr "Negaliu rayti antrats laikin byl!" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "Serveris nepalaiko komandos UIDL." @@ -3374,6 +3383,7 @@ msgstr "APOP autentikacija nepavyko." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "Serveris nepalaiko komandos USER." @@ -3431,6 +3441,7 @@ msgstr "Uklausos komanda nenurodyta." #: query.c:277 +#, c-format msgid "Query" msgstr "Uklausa" Index: mutt/po/nl.po diff -u mutt/po/nl.po:1.74.2.7 mutt/po/nl.po:1.74.2.8 --- mutt/po/nl.po:1.74.2.7 Thu Feb 12 09:51:04 2004 +++ mutt/po/nl.po Fri Jul 14 20:39:10 2006 @@ -1,8 +1,9 @@ -# $Id: nl.po,v 1.74.2.7 2004/02/12 08:51:04 roessler Exp $ +# $Id: nl.po,v 1.74.2.8 2006/07/14 18:39:10 roessler Exp $ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Johan van Selst \n" "Language-Team: LANGUAGE \n" @@ -1152,6 +1153,7 @@ msgstr "Hulp voor %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "" @@ -1413,10 +1415,12 @@ msgstr "%s: Onbekende variable" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "Prefix is niet toegestaan" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "Toekenning van een waarde is niet toegestaan" @@ -2678,6 +2682,7 @@ msgstr "Onbekende vaud" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[kan niet berekend worden]" @@ -2704,7 +2709,7 @@ msgstr "Dit certificaat is uitgegeven door:" #: mutt_ssl.c:601 -#, fuzzy +#, fuzzy, c-format msgid "This certificate is valid" msgstr "Dit certificaat is uitgegeven door:" @@ -2954,6 +2959,7 @@ msgstr "%c: Niet ondersteund in deze modus" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "Te weinig parameters" @@ -3266,7 +3272,7 @@ msgstr "Zoeken naar sleutels voor \"%s\"..." #: pop.c:89 pop_lib.c:159 -#, fuzzy +#, fuzzy, c-format msgid "Command TOP is not supported by server." msgstr "Markeren is niet ondersteund." @@ -3276,7 +3282,7 @@ msgstr "Kan tijdelijk bestand niet aanmaken" #: pop.c:197 pop_lib.c:161 -#, fuzzy +#, fuzzy, c-format msgid "Command UIDL is not supported by server." msgstr "Markeren is niet ondersteund." @@ -3342,7 +3348,7 @@ msgstr "GSSAPI authenticatie geweigerd." #: pop_auth.c:246 -#, fuzzy +#, fuzzy, c-format msgid "Command USER is not supported by server." msgstr "Markeren is niet ondersteund." @@ -3404,6 +3410,7 @@ msgstr "Query-commando niet gedefinieerd." #: query.c:277 +#, c-format msgid "Query" msgstr "" Index: mutt/po/pl.po diff -u mutt/po/pl.po:1.94.2.10 mutt/po/pl.po:1.94.2.11 --- mutt/po/pl.po:1.94.2.10 Thu Feb 12 09:51:04 2004 +++ mutt/po/pl.po Fri Jul 14 20:39:11 2006 @@ -7,7 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: mutt-1.3.99i\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-05-16\n" "Last-Translator: Pawe Dziekoski \n" "Language-Team: POLISH \n" @@ -1140,6 +1141,7 @@ msgstr "Pomoc dla menu %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: Nie mona wykona \"unhook *\" wewntrz innego polecenia hook." @@ -1388,10 +1390,12 @@ msgstr "%s: nieznana zmienna" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "reset: nieprawidowy prefiks" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "reset: nieprawidowa warto" @@ -2707,6 +2711,7 @@ msgstr "Nieznany" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "" @@ -2731,6 +2736,7 @@ msgstr "Ten certyfikat zosta wydany przez:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "Ten certyfikat jest wany" @@ -2979,6 +2985,7 @@ msgstr "%c: nie obsugiwane w tym trybie" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "brakujcy parametr" @@ -3275,6 +3282,7 @@ msgstr "Wyszukiwanie odpowiednich kluczy dla \"%s\"..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "Polecenie TOP nie jest obsugiwane przez serwer." @@ -3283,6 +3291,7 @@ msgstr "Nie mona zapisa nagwka do pliku tymczasowego!" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "Polecenie UIDL nie jest obsugiwane przez serwer." @@ -3342,6 +3351,7 @@ msgstr "Uwierzytelnianie APOP nie powiodo si." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "Polecenie USER nie jest obsugiwane przez serwer." @@ -3399,6 +3409,7 @@ msgstr "Pytanie nie zostao okrelone." #: query.c:277 +#, c-format msgid "Query" msgstr "Pytanie" Index: mutt/po/pt_BR.po diff -u mutt/po/pt_BR.po:1.58.2.8 mutt/po/pt_BR.po:1.58.2.9 --- mutt/po/pt_BR.po:1.58.2.8 Thu Feb 12 09:51:05 2004 +++ mutt/po/pt_BR.po Fri Jul 14 20:39:11 2006 @@ -2,7 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: 1.1.5i\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2000-03-05 01:14-0300\n" "Last-Translator: Marcus Brito \n" "Language-Team: LIE-BR (http://lie-br.conectiva.com.br)\n" @@ -1152,6 +1153,7 @@ msgstr "Ajuda para %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "" @@ -1414,10 +1416,12 @@ msgstr "%s: varivel desconhecida" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "prefixo ilegal com reset" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "valor ilegal com reset" @@ -2748,6 +2752,7 @@ msgstr "Desconhecido" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[impossvel calcular]" @@ -2774,7 +2779,7 @@ msgstr "Este certificado foi emitido por:" #: mutt_ssl.c:601 -#, fuzzy +#, fuzzy, c-format msgid "This certificate is valid" msgstr "Este certificado foi emitido por:" @@ -3024,6 +3029,7 @@ msgstr "%c: no possvel neste modo" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "faltam parmetros" @@ -3335,7 +3341,7 @@ msgstr "Procurando por chaves que casam com \"%s\"..." #: pop.c:89 pop_lib.c:159 -#, fuzzy +#, fuzzy, c-format msgid "Command TOP is not supported by server." msgstr "No possvel marcar." @@ -3345,7 +3351,7 @@ msgstr "No foi possvel criar um arquivo temporrio" #: pop.c:197 pop_lib.c:161 -#, fuzzy +#, fuzzy, c-format msgid "Command UIDL is not supported by server." msgstr "No possvel marcar." @@ -3411,7 +3417,7 @@ msgstr "Autenticao GSSAPI falhou." #: pop_auth.c:246 -#, fuzzy +#, fuzzy, c-format msgid "Command USER is not supported by server." msgstr "No possvel marcar." @@ -3473,6 +3479,7 @@ msgstr "Comando de consulta no definido." #: query.c:277 +#, c-format msgid "Query" msgstr "Consulta" Index: mutt/po/ru.po diff -u mutt/po/ru.po:1.129.2.11 mutt/po/ru.po:1.129.2.12 --- mutt/po/ru.po:1.129.2.11 Thu Feb 12 09:51:05 2004 +++ mutt/po/ru.po Fri Jul 14 20:39:11 2006 @@ -11,7 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: mutt-1.4i\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-05-03 22:53+0300\n" "Last-Translator: mutt-ru@woe.spb.ru\n" "Language-Team: RUSSIAN \n" @@ -1147,6 +1148,7 @@ msgstr " %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: unhook * hook." @@ -1400,10 +1402,12 @@ msgstr "%s: " #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr " " #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr " " @@ -2722,6 +2726,7 @@ msgstr "" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[ ]" @@ -2746,6 +2751,7 @@ msgstr " :" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr " " @@ -2994,6 +3000,7 @@ msgstr "%c: " #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr " " @@ -3290,6 +3297,7 @@ msgstr " , \"%s\"..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr " TOP ." @@ -3298,6 +3306,7 @@ msgstr " !" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr " UIDL ." @@ -3357,6 +3366,7 @@ msgstr " APOP-." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr " USER ." @@ -3414,6 +3424,7 @@ msgstr " ." #: query.c:277 +#, c-format msgid "Query" msgstr "" Index: mutt/po/sk.po diff -u mutt/po/sk.po:1.66.2.7 mutt/po/sk.po:1.66.2.8 --- mutt/po/sk.po:1.66.2.7 Thu Feb 12 09:51:06 2004 +++ mutt/po/sk.po Fri Jul 14 20:39:12 2006 @@ -5,7 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: 0.95.6i\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 1999-07-29 00:00+0100\n" "Last-Translator: Miroslav Vasko \n" "Language-Team: Slovak \n" @@ -1165,6 +1166,7 @@ msgstr "Pomoc pre %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "" @@ -1424,10 +1426,12 @@ msgstr "%s: neznma premenn" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "prefix je neplatn s vynulovanm" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "hodnota je neplatn s vynulovanm" @@ -2765,7 +2769,7 @@ msgstr "neznma chyba" #: mutt_ssl.c:406 -#, fuzzy +#, fuzzy, c-format msgid "[unable to calculate]" msgstr "%s: sbor nemono pripoji" @@ -2791,6 +2795,7 @@ msgstr "" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "" @@ -3043,6 +3048,7 @@ msgstr "%c: nepodporovan v tomto mde" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "chbajci parameter" @@ -3350,7 +3356,7 @@ msgstr "" #: pop.c:89 pop_lib.c:159 -#, fuzzy +#, fuzzy, c-format msgid "Command TOP is not supported by server." msgstr "Oznaovanie nie je podporovan." @@ -3360,7 +3366,7 @@ msgstr "Nemono vytvori doasn sbor" #: pop.c:197 pop_lib.c:161 -#, fuzzy +#, fuzzy, c-format msgid "Command UIDL is not supported by server." msgstr "Oznaovanie nie je podporovan." @@ -3424,7 +3430,7 @@ msgstr "" #: pop_auth.c:246 -#, fuzzy +#, fuzzy, c-format msgid "Command USER is not supported by server." msgstr "Oznaovanie nie je podporovan." @@ -3486,6 +3492,7 @@ msgstr "Prkaz otzky nie je definovan." #: query.c:277 +#, c-format msgid "Query" msgstr "Otzka" Index: mutt/po/sv.po diff -u mutt/po/sv.po:1.80.2.9 mutt/po/sv.po:1.80.2.10 --- mutt/po/sv.po:1.80.2.9 Thu Feb 12 09:51:06 2004 +++ mutt/po/sv.po Fri Jul 14 20:39:12 2006 @@ -1,8 +1,9 @@ -# $Id: sv.po,v 1.80.2.9 2004/02/12 08:51:06 roessler Exp $ +# $Id: sv.po,v 1.80.2.10 2006/07/14 18:39:12 roessler Exp $ msgid "" msgstr "" "Project-Id-Version: Mutt 1.3.99\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-01-19 14:33+01:00\n" "Last-Translator: Jrgen Tegnr \n" "Language-Team: Swedish \n" @@ -1131,6 +1132,7 @@ msgstr "Hjlp fr %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "'unhook': Kan inte gra 'unhook *'inifrn en 'hook'." @@ -1381,10 +1383,12 @@ msgstr "%s: oknd variabel" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "prefix r inte tilltet med 'reset'" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "vrde r inte tilltet med 'reset'" @@ -2704,6 +2708,7 @@ msgstr "Oknd" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[kan inte berkna]" @@ -2728,6 +2733,7 @@ msgstr "Certifikatet utfrdat av:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "Certifikatet r giltigt" @@ -2976,6 +2982,7 @@ msgstr "%c: stds inte i det hr lget" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "parameter saknas" @@ -3272,6 +3279,7 @@ msgstr "Letar efter nycklar som passar \"%s\"..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "Kommandot TOP stds inte av servern." @@ -3280,6 +3288,7 @@ msgstr "Kan inte skriva brevhuvud till den tillflliga filen!" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "Kommandot UIDL stds inte av servern." @@ -3339,6 +3348,7 @@ msgstr "Verifiering med APOP misslyckades." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "Kommandot USER stds inte av servern." @@ -3396,6 +3406,7 @@ msgstr "Skkommando r inte definierat." #: query.c:277 +#, c-format msgid "Query" msgstr "Skning" Index: mutt/po/tr.po diff -u mutt/po/tr.po:1.25.2.7 mutt/po/tr.po:1.25.2.8 --- mutt/po/tr.po:1.25.2.7 Thu Feb 12 09:51:06 2004 +++ mutt/po/tr.po Fri Jul 14 20:39:13 2006 @@ -5,7 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: mutt 1.4i\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2001-06-12 12:47+0200\n" "Last-Translator: Fatih Demir \n" "Language-Team: Turkish \n" @@ -1139,6 +1140,7 @@ msgstr "%s yardm" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "" @@ -1391,10 +1393,12 @@ msgstr "%s: bilinmeyen veri" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "" @@ -2700,6 +2704,7 @@ msgstr "Bilinmiyor" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[hesaplanamyor]" @@ -2724,6 +2729,7 @@ msgstr "Sertifikay veren kurulu:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "Bu sertifika geerlidir" @@ -2974,6 +2980,7 @@ msgstr "%c : bu trde desteklenmiyor" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "eksik argman" @@ -3286,6 +3293,7 @@ msgstr "\"%s\" tabirine uyan anahtarlar aranyor..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "TOP komutas sunucu tarafndan desteklenmiyor." @@ -3294,6 +3302,7 @@ msgstr "Bal geici bir dosyaya yazamadm!" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "UIDL komutas sunucu tarafndan desteklenmiyor." @@ -3353,6 +3362,7 @@ msgstr "APOP dorulamas baarsz oldu." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "Sunucu USER komutasn desteklentiiyor." @@ -3410,6 +3420,7 @@ msgstr "Sorgulama komutas belirlenmedi." #: query.c:277 +#, c-format msgid "Query" msgstr "Sorgula" Index: mutt/po/uk.po diff -u mutt/po/uk.po:1.84.2.8 mutt/po/uk.po:1.84.2.9 --- mutt/po/uk.po:1.84.2.8 Thu Feb 12 09:51:07 2004 +++ mutt/po/uk.po Fri Jul 14 20:39:13 2006 @@ -5,7 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.99/1.4\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2002-05-04 12:23+0200\n" "Last-Translator: Andriy N. Gritsenko \n" "MIME-Version: 1.0\n" @@ -1130,6 +1131,7 @@ msgstr " %s" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: unhook * hook." @@ -1378,10 +1380,12 @@ msgstr "%s: צ ͦ" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "Ʀ " #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr " " @@ -2660,6 +2664,7 @@ msgstr "צ" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "[ ]" @@ -2684,6 +2689,7 @@ msgstr " Ʀ :" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr " Ʀ Ħ" @@ -2932,6 +2938,7 @@ msgstr " צ '%c' Цդ" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "צΦ " @@ -3228,6 +3235,7 @@ msgstr " ަ, צצ \"%s\"..." #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr " TOP Цդ ." @@ -3236,6 +3244,7 @@ msgstr " !" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr " UIDL Цդ ." @@ -3295,6 +3304,7 @@ msgstr " Ʀæ APOP." #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr " USER Цդ ." @@ -3352,6 +3362,7 @@ msgstr " ." #: query.c:277 +#, c-format msgid "Query" msgstr "" Index: mutt/po/zh_CN.po diff -u mutt/po/zh_CN.po:1.14.2.7 mutt/po/zh_CN.po:1.14.2.8 --- mutt/po/zh_CN.po:1.14.2.7 Thu Feb 12 09:51:07 2004 +++ mutt/po/zh_CN.po Fri Jul 14 20:39:14 2006 @@ -5,7 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.1.2\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 1999-12-20 20:41+0800\n" "Last-Translator: Anthony Wong \n" "Language-Team: Chinese \n" @@ -1159,6 +1160,7 @@ msgstr "%s " #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "" @@ -1425,10 +1427,12 @@ msgstr "%sı" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "úԲϹ涨" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "úֵԲϹ涨" @@ -2758,7 +2762,7 @@ msgstr "Ĵ" #: mutt_ssl.c:406 -#, fuzzy +#, fuzzy, c-format msgid "[unable to calculate]" msgstr "%s޷ļ" @@ -2784,6 +2788,7 @@ msgstr "" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "" @@ -3034,6 +3039,7 @@ msgstr "%cģʽ֧" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "ʧ" @@ -3347,7 +3353,7 @@ msgstr "Ѱƥ \"%s\" Կס" #: pop.c:89 pop_lib.c:159 -#, fuzzy +#, fuzzy, c-format msgid "Command TOP is not supported by server." msgstr "ֱ֧ǹܡ" @@ -3357,7 +3363,7 @@ msgstr "޷ݴ浵" #: pop.c:197 pop_lib.c:161 -#, fuzzy +#, fuzzy, c-format msgid "Command UIDL is not supported by server." msgstr "ֱ֧ǹܡ" @@ -3423,7 +3429,7 @@ msgstr "GSSAPI ֤ʧܡ" #: pop_auth.c:246 -#, fuzzy +#, fuzzy, c-format msgid "Command USER is not supported by server." msgstr "ֱ֧ǹܡ" @@ -3485,6 +3491,7 @@ msgstr "ѯָδ塣" #: query.c:277 +#, c-format msgid "Query" msgstr "ѯ" Index: mutt/po/zh_TW.po diff -u mutt/po/zh_TW.po:1.11.2.7 mutt/po/zh_TW.po:1.11.2.8 --- mutt/po/zh_TW.po:1.11.2.7 Thu Feb 12 09:51:07 2004 +++ mutt/po/zh_TW.po Fri Jul 14 20:39:14 2006 @@ -5,7 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 1.3.22.1\n" -"POT-Creation-Date: 2004-02-12 09:52+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-14 14:39-0400\n" "PO-Revision-Date: 2001-09-06 18:25+0800\n" "Last-Translator: Anthony Wong \n" "Language-Team: Chinese \n" @@ -1144,6 +1145,7 @@ msgstr "%s 的求助" #: hook.c:240 +#, c-format msgid "unhook: Can't do unhook * from within a hook." msgstr "unhook: 在 hook 裡面不能做 unhook *" @@ -1394,10 +1396,12 @@ msgstr "%s:不明的變數" #: init.c:830 +#, c-format msgid "prefix is illegal with reset" msgstr "重新設置後字首仍不合規定" #: init.c:836 +#, c-format msgid "value is illegal with reset" msgstr "重新設置後值仍不合規定" @@ -2705,6 +2709,7 @@ msgstr "不清楚" #: mutt_ssl.c:406 +#, c-format msgid "[unable to calculate]" msgstr "【無法計算】" @@ -2729,6 +2734,7 @@ msgstr "這個驗証的派發者:" #: mutt_ssl.c:601 +#, c-format msgid "This certificate is valid" msgstr "這個驗証有效" @@ -2978,6 +2984,7 @@ msgstr "%c:在這個模式不支援" #: pattern.c:815 +#, c-format msgid "missing parameter" msgstr "錯失參數" @@ -3289,6 +3296,7 @@ msgstr "正找尋匹配 \"%s\" 的鑰匙…" #: pop.c:89 pop_lib.c:159 +#, c-format msgid "Command TOP is not supported by server." msgstr "伺服器不支援 TOP 指令。" @@ -3297,6 +3305,7 @@ msgstr "無法把標頭寫到暫存檔!" #: pop.c:197 pop_lib.c:161 +#, c-format msgid "Command UIDL is not supported by server." msgstr "伺服器不支援 UIDL 指令。" @@ -3356,6 +3365,7 @@ msgstr "APOP 驗證失敗。" #: pop_auth.c:246 +#, c-format msgid "Command USER is not supported by server." msgstr "伺服器不支援 USER 指令。" @@ -3413,6 +3423,7 @@ msgstr "查詢指令尚未定義。" #: query.c:277 +#, c-format msgid "Query" msgstr "查詢"