You can subscribe to this list here.
2003 |
Jan
|
Feb
(160) |
Mar
(119) |
Apr
(111) |
May
(118) |
Jun
(101) |
Jul
(304) |
Aug
(113) |
Sep
(140) |
Oct
(137) |
Nov
(87) |
Dec
(122) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(78) |
Feb
(125) |
Mar
(131) |
Apr
(59) |
May
(121) |
Jun
(166) |
Jul
(150) |
Aug
(137) |
Sep
(73) |
Oct
(58) |
Nov
(27) |
Dec
(60) |
2005 |
Jan
(131) |
Feb
(84) |
Mar
(36) |
Apr
(8) |
May
(28) |
Jun
(20) |
Jul
(10) |
Aug
(72) |
Sep
(76) |
Oct
(34) |
Nov
(3) |
Dec
(29) |
2006 |
Jan
(13) |
Feb
(92) |
Mar
(7) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(4) |
Aug
(17) |
Sep
(5) |
Oct
(2) |
Nov
(8) |
Dec
(12) |
2007 |
Jan
(28) |
Feb
(15) |
Mar
|
Apr
|
May
(8) |
Jun
(4) |
Jul
(5) |
Aug
(8) |
Sep
(20) |
Oct
(38) |
Nov
(65) |
Dec
(92) |
2008 |
Jan
(21) |
Feb
(56) |
Mar
(27) |
Apr
(174) |
May
(25) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: naoki i. <am...@us...> - 2008-02-07 15:36:32
|
Update of /cvsroot/popfile/engine/POPFile In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11320/POPFile Modified Files: Tag: b0_22_2 History.pm Log Message: Fixed a bug that causes a few warnings during the corpus upgrade process. Index: History.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/History.pm,v retrieving revision 1.29.4.2 retrieving revision 1.29.4.3 diff -C2 -d -r1.29.4.2 -r1.29.4.3 *** History.pm 16 Oct 2007 17:19:52 -0000 1.29.4.2 --- History.pm 7 Feb 2008 15:36:35 -0000 1.29.4.3 *************** *** 278,281 **** --- 278,283 ---- my $r; + my $in_transaction = ! ( $self->db__()->{AutoCommit} ); + $self->log_( 2, "already in a transaction." ) if ($in_transaction); while (1) { *************** *** 285,289 **** # Avoid another POPFile process using the same committed id ! $self->db__()->begin_work; # TODO Replace the hardcoded user ID 1 with the looked up --- 287,291 ---- # Avoid another POPFile process using the same committed id ! $self->db__()->begin_work unless ($in_transaction); # TODO Replace the hardcoded user ID 1 with the looked up *************** *** 294,298 **** if ( defined( $test ) ) { ! $self->db__()->commit; next; } --- 296,300 ---- if ( defined( $test ) ) { ! $self->db__()->commit unless ($in_transaction); next; } *************** *** 310,314 **** my $result = $self->db__()->selectrow_arrayref( "select id from history where committed = $r limit 1;"); ! $self->db__()->commit; my $slot = $result->[0]; --- 312,316 ---- my $result = $self->db__()->selectrow_arrayref( "select id from history where committed = $r limit 1;"); ! $self->db__()->commit unless ($in_transaction); my $slot = $result->[0]; |
From: Manni H. <man...@us...> - 2008-02-07 15:16:30
|
Update of /cvsroot/popfile/engine/skins/ocean In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31768/skins/ocean Modified Files: Tag: b0_22_2 common-bottom.thtml Log Message: Adapt links to our new homepage (/wiki now points to the trac wiki, the old wiki can be found at /docs) Index: common-bottom.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/ocean/Attic/common-bottom.thtml,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** common-bottom.thtml 3 Dec 2007 14:43:40 -0000 1.1.2.2 --- common-bottom.thtml 7 Feb 2008 15:16:32 -0000 1.1.2.3 *************** *** 4,11 **** <a class="bottomLink" href="http://getpopfile.org/"><TMPL_VAR NAME="Localize_Footer_HomePage"></a> ! <a class="bottomLink" href="http://getpopfile.org/wiki"><TMPL_VAR NAME="Localize_Footer_Wiki"></a> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_FAQLink">"><TMPL_VAR NAME="Localize_FAQ"></a> ! <a class="bottomLink" href="http://sourceforge.net/tracker/index.php?group_id=63137&atid=502959"><TMPL_VAR NAME="Localize_Footer_RequestFeature"></a> ! <a class="bottomLink" href="http://lists.sourceforge.net/lists/listinfo/popfile-announce"><TMPL_VAR NAME="Localize_Footer_MailingList"></a> <a class="bottomLink" href="http://sourceforge.net/forum/forum.php?forum_id=213876"><TMPL_VAR NAME="Localize_Footer_FeedMe"></a> <br /> --- 4,11 ---- <a class="bottomLink" href="http://getpopfile.org/"><TMPL_VAR NAME="Localize_Footer_HomePage"></a> ! <a class="bottomLink" href="http://getpopfile.org/docs"><TMPL_VAR NAME="Localize_Footer_Wiki"></a> ! <a class="bottomLink" href="http://getpopfile.org/docs/<TMPL_VAR NAME="Localize_FAQLink">"><TMPL_VAR NAME="Localize_FAQ"></a> ! <a class="bottomLink" href="http://getpopfile.org/docs/<TMPL_VAR NAME="Localize_RequestFeatureLink">"><TMPL_VAR NAME="Localize_Footer_RequestFeature"></a> ! <a class="bottomLink" href="http://getpopfile.org/docs/<TMPL_VAR NAME="Localize_MailingListLink">"><TMPL_VAR NAME="Localize_Footer_MailingList"></a> <a class="bottomLink" href="http://sourceforge.net/forum/forum.php?forum_id=213876"><TMPL_VAR NAME="Localize_Footer_FeedMe"></a> <br /> |
From: Manni H. <man...@us...> - 2008-02-07 15:14:07
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30390/skins/default Modified Files: Tag: b0_22_2 common-bottom.thtml Log Message: Adapt links to our new homepage (/wiki now points to the trac wiki, the old wiki can be found at /docs) Index: common-bottom.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/common-bottom.thtml,v retrieving revision 1.8.6.3 retrieving revision 1.8.6.4 diff -C2 -d -r1.8.6.3 -r1.8.6.4 *** common-bottom.thtml 25 Jan 2008 19:40:00 -0000 1.8.6.3 --- common-bottom.thtml 7 Feb 2008 15:14:04 -0000 1.8.6.4 *************** *** 13,20 **** <a class="bottomLink" href="http://getpopfile.org/"><TMPL_VAR NAME="Localize_Footer_HomePage"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_WikiLink">"> <TMPL_VAR NAME="Localize_Footer_Wiki"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_FAQLink">"><TMPL_VAR NAME="Localize_FAQ"></a> <br /> </td> --- 13,20 ---- <a class="bottomLink" href="http://getpopfile.org/"><TMPL_VAR NAME="Localize_Footer_HomePage"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/docs/<TMPL_VAR NAME="Localize_WikiLink">"> <TMPL_VAR NAME="Localize_Footer_Wiki"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/docs/<TMPL_VAR NAME="Localize_FAQLink">"><TMPL_VAR NAME="Localize_FAQ"></a> <br /> </td> *************** *** 28,34 **** </td> <td class="footerBody"> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_RequestFeatureLink">"><TMPL_VAR NAME="Localize_Footer_RequestFeature"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_MailingListLink">"><TMPL_VAR NAME="Localize_Footer_MailingList"></a> <br /> <a class="bottomLink" href="http://sourceforge.net/forum/forum.php?forum_id=213876"><TMPL_VAR NAME="Localize_Footer_FeedMe"></a> --- 28,34 ---- </td> <td class="footerBody"> ! <a class="bottomLink" href="http://getpopfile.org/docs/<TMPL_VAR NAME="Localize_RequestFeatureLink">"><TMPL_VAR NAME="Localize_Footer_RequestFeature"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/docs/<TMPL_VAR NAME="Localize_MailingListLink">"><TMPL_VAR NAME="Localize_Footer_MailingList"></a> <br /> <a class="bottomLink" href="http://sourceforge.net/forum/forum.php?forum_id=213876"><TMPL_VAR NAME="Localize_Footer_FeedMe"></a> |
From: Manni H. <man...@us...> - 2008-02-05 09:48:40
|
Update of /cvsroot/popfile/engine/Services In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4518/Services Modified Files: Tag: b0_22_2 IMAP.pm Log Message: Make sure that users are not able to map the unclassified bucket to a folder to which another bucket is also mapped. Index: IMAP.pm =================================================================== RCS file: /cvsroot/popfile/engine/Services/IMAP.pm,v retrieving revision 1.9.4.19 retrieving revision 1.9.4.20 diff -C2 -d -r1.9.4.19 -r1.9.4.20 *** IMAP.pm 4 Feb 2008 20:25:51 -0000 1.9.4.19 --- IMAP.pm 5 Feb 2008 09:48:43 -0000 1.9.4.20 *************** *** 1437,1446 **** $bucket2folder{ $bucket } = $folder; ! ! # pseudo buckets are free to map wherever they like since ! # we will never reclassify to them anyway ! unless ( $self->classifier()->is_pseudo_bucket( $self->api_session(), $bucket ) ) { ! $folders{ $folder }++; ! } } } --- 1437,1441 ---- $bucket2folder{ $bucket } = $folder; ! $folders{ $folder }++; } } *************** *** 1454,1458 **** else { $self->folder_for_bucket__( $bucket, $folder ); - $self->{folder_change_flag__} = 1; } --- 1449,1452 ---- |
From: Manni H. <man...@us...> - 2008-02-04 20:25:48
|
Update of /cvsroot/popfile/engine/Services In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30858/Services Modified Files: Tag: b0_22_2 IMAP.pm Log Message: First step toward squashing bug 1886551: can_reclassify checks whether the target bucket is a pseudo-bucket. Index: IMAP.pm =================================================================== RCS file: /cvsroot/popfile/engine/Services/IMAP.pm,v retrieving revision 1.9.4.18 retrieving revision 1.9.4.19 diff -C2 -d -r1.9.4.18 -r1.9.4.19 *** IMAP.pm 2 Dec 2007 09:35:09 -0000 1.9.4.18 --- IMAP.pm 4 Feb 2008 20:25:51 -0000 1.9.4.19 *************** *** 339,344 **** # watched folders ! foreach ( $self->watched_folders__() ) { ! $self->{folders__}{$_}{watched} = 1; } --- 339,344 ---- # watched folders ! foreach my $folder ( $self->watched_folders__() ) { ! $self->{folders__}{$folder}{watched} = 1; } *************** *** 616,620 **** # make the flags more accessible. my $is_watched = ( exists $self->{folders__}{$folder}{watched} ) ? 1 : 0; ! my $is_output = ( exists $self->{folders__}{$folder}{output} ) ? $self->{folders__}{$folder}{output} : ''; $self->log_( 1, "Looking for new messages in folder $folder." ); --- 616,620 ---- # make the flags more accessible. my $is_watched = ( exists $self->{folders__}{$folder}{watched} ) ? 1 : 0; ! my $is_output = ( exists $self->{folders__}{$folder}{output } ) ? $self->{folders__}{$folder}{output} : ''; $self->log_( 1, "Looking for new messages in folder $folder." ); *************** *** 1173,1177 **** # new and old bucket must be different if ( $new_bucket ne $bucket ) { ! return $bucket; } else { --- 1173,1184 ---- # new and old bucket must be different if ( $new_bucket ne $bucket ) { ! ! # The new bucket must not be a pseudo-bucket ! if ( ! $self->classifier()->is_pseudo_bucket( $self->api_session(), $new_bucket ) ) { ! return $bucket; ! } ! else { ! $self->log_( 1, "Will not reclassify to pseudo-bucket ($new_bucket)" ); ! } } else { |
From: naoki i. <am...@us...> - 2008-01-29 15:03:37
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24849/UI Modified Files: HTML.pm Log Message: Fixed a bug that causes segmentation faults when displaying messages which have very long To, Cc or From headers in the POPFile UI. Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.380 retrieving revision 1.381 diff -C2 -d -r1.380 -r1.381 *** HTML.pm 3 Dec 2007 12:58:41 -0000 1.380 --- HTML.pm 29 Jan 2008 15:03:29 -0000 1.381 *************** *** 3047,3051 **** # Remove wrong characters as euc-jp. for my $i (1..4) { ! $$row[$i] =~ s/\G((?:$euc_jp)*)([\x80-\xFF](?=(?:$euc_jp)*))?/$1/og; } } --- 3047,3055 ---- # Remove wrong characters as euc-jp. for my $i (1..4) { ! my $result = ''; ! while ( $$row[$i] =~ /((?:$euc_jp){1,300})/og ) { ! $result .= $1; ! } ! $$row[$i] = $result; } } |
From: naoki i. <am...@us...> - 2008-01-29 15:02:36
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24469/UI Modified Files: Tag: b0_22_2 HTML.pm Log Message: Fixed a bug that causes segmentation faults when displaying messages which have very long To, Cc or From headers in the POPFile UI. Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.311.4.13 retrieving revision 1.311.4.14 diff -C2 -d -r1.311.4.13 -r1.311.4.14 *** HTML.pm 18 Dec 2007 12:51:19 -0000 1.311.4.13 --- HTML.pm 29 Jan 2008 15:02:30 -0000 1.311.4.14 *************** *** 2466,2470 **** # Remove wrong characters as euc-jp. for my $i (1..4) { ! $$row[$i] =~ s/\G((?:$euc_jp)*)([\x80-\xFF](?=(?:$euc_jp)*))?/$1/og; } } --- 2466,2474 ---- # Remove wrong characters as euc-jp. for my $i (1..4) { ! my $result = ''; ! while ( $$row[$i] =~ /((?:$euc_jp){1,300})/og ) { ! $result .= $1; ! } ! $$row[$i] = $result; } } |
From: naoki i. <am...@us...> - 2008-01-27 06:08:10
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1282/languages Modified Files: Nihongo.msg Log Message: Change some of the UI's footer links to point to Wiki pages and make some of the links localizable. Index: Nihongo.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Nihongo.msg,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Nihongo.msg 27 Jan 2008 06:07:28 -0000 1.18 --- Nihongo.msg 27 Jan 2008 06:08:13 -0000 1.19 *************** *** 1,3 **** ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile --- 1,3 ---- ! # Copyright (c) 2001-2008 John Graham-Cumming # # This file is part of POPFile *************** *** 26,31 **** ! # This is where to find the FAQ on the Wiki ! FAQLink JP_FrequentlyAskedQuestions # Common words that are used on their own all over the interface --- 26,34 ---- ! # These are where to find the documents on the Wiki ! WikiLink ! FAQLink FAQ ! RequestFeatureLink RequestFeature ! MailingListLink POPFileAnnounce # Common words that are used on their own all over the interface |
From: naoki i. <am...@us...> - 2008-01-27 06:07:24
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv915/languages Modified Files: Nihongo.msg Log Message: Reverted to rev 1.16 Index: Nihongo.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Nihongo.msg,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Nihongo.msg 27 Jan 2008 04:55:21 -0000 1.17 --- Nihongo.msg 27 Jan 2008 06:07:28 -0000 1.18 *************** *** 1,10 **** ! # Copyright (c) 2001-2003 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2 of the License, or ! # (at your option) any later version. # # POPFile is distributed in the hope that it will be useful, --- 1,9 ---- ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, *************** *** 27,40 **** ! # These are where to find the documents on the Wiki ! WikiLink JP ! FAQLink JP:FAQ ! RequestFeatureLink JP:RequestFeature ! MailingListLink JP:POPFileAnnounce # Common words that are used on their own all over the interface - Account POP3 ¥¢¥«¥¦¥ó¥È Apply ŬÍÑ - ApplyChanges Êѹ¹¤òŬÍÑ On ON Off OFF --- 26,34 ---- ! # This is where to find the FAQ on the Wiki ! FAQLink JP_FrequentlyAskedQuestions # Common words that are used on their own all over the interface Apply ŬÍÑ On ON Off OFF *************** *** 81,89 **** Arrived ¼õ¿®Æü»þ Size ¥µ¥¤¥º - Up ¾å¤Ø - Down ²¼¤Ø - Go ¥¸¥ã¥ó¥× - Edit ÊÔ½¸ - Logout ¥í¥°¥¢¥¦¥È # This is a regular expression pattern that is used to convert --- 75,78 ---- *************** *** 112,118 **** Header_Advanced ¾ÜºÙÀßÄê Header_Security ¥»¥¥å¥ê¥Æ¥£ - Header_Administration ´ÉÍý Header_Magnets ¥Þ¥°¥Í¥Ã¥È - Header_Users ¥æ¡¼¥¶¡¼ Footer_HomePage POPFile ¥Û¡¼¥à¥Ú¡¼¥¸ --- 101,105 ---- *************** *** 182,195 **** Configuration_SOCKSServerUpdate SOCKS V ¥×¥í¥¥·¤Î¥µ¡¼¥Ð¤ò %s ¤ËÊѹ¹¤·¤Þ¤·¤¿¡£ Configuration_Fields ÍúÎò¥¿¥Ö¤Ëɽ¼¨¤¹¤ë¹àÌÜ - Configuration_ChangePassword ¥Ñ¥¹¥ï¡¼¥É¤ÎÊѹ¹ - Configuration_OldPassword ¸½ºß¤Î¥Ñ¥¹¥ï¡¼¥É - Configuration_NewPassword ¿·¤·¤¤¥Ñ¥¹¥ï¡¼¥É - Configuration_ConfirmPassword ¿·¤·¤¤¥Ñ¥¹¥ï¡¼¥É¤Î³Îǧ - Configuration_Password_Mismatch ¿·¤·¤¤¥Ñ¥¹¥ï¡¼¥É¤È¿·¤·¤¤¥Ñ¥¹¥ï¡¼¥É¤Î³Îǧ¤ÏƱ°ì¤Ç¤Ê¤¯¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó - Configuration_Password_Bad ÆþÎϤµ¤ì¤¿¸Å¤¤¥Ñ¥¹¥ï¡¼¥É¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹ - Configuration_Password_Fail ¿·¤·¤¤¥Ñ¥¹¥ï¡¼¥É¤ËÀßÄê¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿ - Configuration_Set_Password ¿·¤·¤¤¥Ñ¥¹¥ï¡¼¥É¤¬ÀßÄꤵ¤ì¤Þ¤·¤¿ - Configuration_Hide_Bar ÀßÄê¥Ð¡¼¤ò±£¤¹ - Configuration_Show_Bar ÀßÄê¥Ð¡¼¤òɽ¼¨ Advanced_Error1 '%s' ¤Ï´û¤Ë̵»ë¤¹¤ëñ¸ì¤Î¥ê¥¹¥È¤Ë´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ --- 169,172 ---- *************** *** 208,234 **** Advanced_ConfigFile ÀßÄê¥Õ¥¡¥¤¥ë: - Users_Create ¿·¤·¤¤¥æ¡¼¥¶¡¼¤ÎºîÀ® - Users_Remove ´û¸¤Î¥æ¡¼¥¶¡¼¤Îºï½ü - Users_Edit ¥æ¡¼¥¶¡¼ÀßÄê¤ÎÊÔ½¸ - Users_CopyFrom ¥æ¡¼¥¶¡¼ÀßÄê¤Î¥³¥Ô¡¼ - Users_RemoveUser ¥æ¡¼¥¶¡¼¤Îºï½ü - Users_CreateUser ¥æ¡¼¥¶¡¼¤ÎºîÀ® - Users_EditUser ÊÔ½¸¤¹¤ë¥æ¡¼¥¶¡¼ - Users_Parameters ¥Ñ¥é¥á¡¼¥¿¡¼ - Users_Created ¥æ¡¼¥¶¡¼ '%s' ¤òºîÀ®¤·¤Þ¤·¤¿¡Ê½é´ü¥Ñ¥¹¥ï¡¼¥É¤Ï '%s'¡Ë - Users_Not_Created ¥æ¡¼¥¶¡¼ '%s' ¤òºîÀ®¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿ - Users_Created_And_Cloned ¥æ¡¼¥¶¡¼ '%s' ¤ò '%s' ¤ÎÀßÄê¤ò¥³¥Ô¡¼¤·¤ÆºîÀ®¤·¤Þ¤·¤¿¡Ê½é´ü¥Ñ¥¹¥ï¡¼¥É¤Ï '%s'¡Ë - Users_Not_Created_Exists ¥æ¡¼¥¶¡¼ '%s' ¤ÏºîÀ®¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£¤¹¤Ç¤Ë¸ºß¤·¤Æ¤¤¤Þ¤¹ - Users_Created_Not_Cloned ¥æ¡¼¥¶¡¼ '%s' ¤òºîÀ®¤·¤Þ¤·¤¿¤¬¡¢'%s' ¤ÎÀßÄê¤Ï¥³¥Ô¡¼¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡Ê½é´ü¥Ñ¥¹¥ï¡¼¥É¤Ï '%s'¡Ë - Users_Removed ¥æ¡¼¥¶¡¼ '%s' ¤òºï½ü¤·¤Þ¤·¤¿ - Users_Removed_Failed ¥æ¡¼¥¶¡¼ '%s' ¤òºï½ü¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿ - Users_Removed_Failed_Admin ¥æ¡¼¥¶¡¼ '%s' ¤òºï½ü¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£Àè¤Ë´ÉÍý¼Ô¸¢¸Â¤ò̵¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤ - Users_SingleUserMode ¥·¥ó¥°¥ë¥æ¡¼¥¶¡¼¥â¡¼¥É¡ÊPOPFile ¥¯¥é¥·¥Ã¥¯¡Ë - Users_Accounts ´ØÏ¢¤Å¤±¤é¤ì¤¿ POP3 ¥¢¥«¥¦¥ó¥È - Users_AddAccount POP3 ¥¢¥«¥¦¥ó¥È¤ÎÄɲáʥۥ¹¥È̾:¥æ¡¼¥¶¡¼Ì¾¡Ë - Users_Bad_Account ¿·¤·¤¤¥¢¥«¥¦¥ó¥È̾¤Ï¡Ö¥Û¥¹¥È̾:¥æ¡¼¥¶¡¼Ì¾¡×¤Î·Á¼°¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó - Users_Duplicate_Account ¥¢¥«¥¦¥ó¥È¤òÄɲäǤ¤Þ¤»¤ó¤Ç¤·¤¿¡£Ê̤Υ桼¥¶¡¼¤Ë´ØÏ¢¤Å¤±¤é¤ì¤Æ¤¤¤Þ¤¹ - Users_Failed_Account ¥¢¥«¥¦¥ó¥È¤òÄɲäǤ¤Þ¤»¤ó¤Ç¤·¤¿¡£ - History_Filter (<font color="%s">%s </font>¥Ð¥±¥Ä¤Î¤ß¤òɽ¼¨) History_FilterBy ¥Õ¥£¥ë¥¿¥ê¥ó¥° --- 185,188 ---- *************** *** 241,247 **** History_NoSubject ·ï̾¤Ê¤· History_ClassifyAs ʬÎàÀè - History_RemoveColumn ¤³¤Î¹àÌܤòɽ¼¨¤·¤Ê¤¤ - History_MoveLeft º¸¤Ø°Üư - History_MoveRight ±¦¤Ø°Üư History_MagnetUsed ¥Þ¥°¥Í¥Ã¥È»ÈÍÑ History_MagnetBecause <b>¥Þ¥°¥Í¥Ã¥È»ÈÍÑ</b><p><font color="%s">%s</font> ¤ËʬÎव¤ì¤Þ¤·¤¿¡£(¥Þ¥°¥Í¥Ã¥È %s ¤Î¤¿¤á)</p> --- 195,198 ---- *************** *** 269,277 **** History_Size_KiloBytes %.1f KB History_Size_MegaBytes %.1f MB - History_Click_To_Sort ¤³¤Î¹àÌܤÇʤÓÂØ¤¨ Password_Title ¥Ñ¥¹¥ï¡¼¥É - Password_Password ¥Ñ¥¹¥ï¡¼¥É - Password_Username ¥æ¡¼¥¶¡¼Ì¾ Password_Enter ¥Ñ¥¹¥ï¡¼¥É¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤ Password_Go ¥í¥°¥¤¥ó --- 220,225 ---- *************** *** 302,306 **** Security_XMLRPC ¥ê¥â¡¼¥È¥Þ¥·¥ó¤«¤é¤Î XML-RPC Àܳ¤òǧ¤á¤ë (POPFile ¤ÎºÆµ¯Æ°¤¬É¬Í×) Security_UpdateTitle ¹¹¿·¼«Æ°¥Á¥§¥Ã¥¯ ! Security_Update POPFile ¤¬¹¹¿·¤µ¤ì¤Æ¤¤¤ë¤«¤É¤¦¤«ËèÆü¥Á¥§¥Ã¥¯¤¹¤ë Security_StatsTitle Åý·×¾ðÊó¥ì¥Ý¡¼¥È Security_Stats Åý·×¾ðÊó¤òËèÆüÁ÷¤ë --- 250,254 ---- Security_XMLRPC ¥ê¥â¡¼¥È¥Þ¥·¥ó¤«¤é¤Î XML-RPC Àܳ¤òǧ¤á¤ë (POPFile ¤ÎºÆµ¯Æ°¤¬É¬Í×) Security_UpdateTitle ¹¹¿·¼«Æ°¥Á¥§¥Ã¥¯ ! Security_Update POPFile ¤¬¹¹¿·¤µ¤ì¤Æ¤¤¤ë¤«¤É¤¦¤«ËèÆü¥Á¥§¥Ã¥¯¤·¤Þ¤¹ Security_StatsTitle Åý·×¾ðÊó¥ì¥Ý¡¼¥È Security_Stats Åý·×¾ðÊó¤òËèÆüÁ÷¤ë *************** *** 317,321 **** Magnet_Always ʬÎàÀè¤Î¥Ð¥±¥Ä Magnet_Jump ¥Þ¥°¥Í¥Ã¥È¥Ú¡¼¥¸¤Ë¥¸¥ã¥ó¥× - Magnet_Note ¥Þ¥°¥Í¥Ã¥È¤Ï POPFile ¤Î³Ø½¬¥×¥í¥»¥¹¤ò¥Ð¥¤¥Ñ¥¹¤¹¤ë¤³¤È¤Ë¤Ê¤ë¤¿¤á¡¢¿µ½Å¤Ë»È¤¦¤Ù¤¤Ç¤¹¡£¥Þ¥°¥Í¥Ã¥È¤ò»ÈÍѤ¹¤ë¤³¤È¤Ë¤è¤ê¡¢POPFile ¤¬¹â¤¤ÀºÅÙ¤Ë㤹¤ë¤Þ¤Ç¤Ë¤è¤êŤ¤»þ´Ö¤¬¤«¤«¤ë¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£<br /><br >¥Þ¥°¥Í¥Ã¥È¤Ë¤Ä¤¤¤Æ¤Î¾ÜºÙ¤Ï<a href="http://popfile.sourceforge.net/wiki/jp:glossary:amagnet">POPFile ¥É¥¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¥×¥í¥¸¥§¥¯¥È</a>¤ò¤ªÆÉ¤ß¤¯¤À¤µ¤¤¡£ Bucket_Error1 ¥Ð¥±¥Ä̾¤Ë¤Ï¥¢¥ë¥Õ¥¡¥Ù¥Ã¥È¤Î¾®Ê¸»ú(a ¤«¤é z ¤Þ¤Ç)¤« - (¥Ï¥¤¥Õ¥ó)¡¢¤Þ¤¿¤Ï _ (¥¢¥ó¥À¡¼¥¹¥³¥¢)¤·¤«»È¤¨¤Þ¤»¤ó¡£ --- 265,268 ---- *************** *** 343,347 **** Bucket_ResetStatistics ¥ê¥»¥Ã¥È Bucket_LastReset ºÇ¸å¤Î¥ê¥»¥Ã¥È - Bucket_MessagesPerDay 1 Æü¤¢¤¿¤ê¤Î¥á¡¼¥ë¿ô Bucket_CurrentColor %s ¸½ºß¤Î¿§¤Ï %s Bucket_SetColorTo %s ¤Î¿§¤ò %s ¤ËÀßÄê --- 290,293 ---- *************** *** 382,387 **** View_DownloadMessage ¥á¥Ã¥»¡¼¥¸¤ò¥À¥¦¥ó¥í¡¼¥É ! Windows_TrayIcon POPFile ¤Î¥¢¥¤¥³¥ó¤ò Windows ¥·¥¹¥Æ¥à¥È¥ì¥¤¤Ëɽ¼¨¤¹¤ë ! Windows_Console POPFile ¤Î¥á¥Ã¥»¡¼¥¸¤ò¥³¥ó¥½¡¼¥ë¥¦¥£¥ó¥É¥¦¤Ë½ÐÎϤ¹¤ë Windows_NextTime <p><font color="red">¤³¤ÎÊѹ¹¤Ï POPFile ¤ò¼¡²óµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£</font> --- 328,333 ---- View_DownloadMessage ¥á¥Ã¥»¡¼¥¸¤ò¥À¥¦¥ó¥í¡¼¥É ! Windows_TrayIcon POPFile ¤Î¥¢¥¤¥³¥ó¤ò Windows ¥·¥¹¥Æ¥à¥È¥ì¥¤¤Ëɽ¼¨¤·¤Þ¤¹¤«¡© ! Windows_Console POPFile ¤Î¥á¥Ã¥»¡¼¥¸¤ò¥³¥ó¥½¡¼¥ë¥¦¥£¥ó¥É¥¦¤Ë½ÐÎϤ·¤Þ¤¹¤«¡© Windows_NextTime <p><font color="red">¤³¤ÎÊѹ¹¤Ï POPFile ¤ò¼¡²óµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£</font> *************** *** 401,409 **** Security_MainTableSummary This table provides sets of controls that affect the security of the overall configuration of POPFile, whether it should automatically check for updates to the program, and whether statistics about POPFile's performance should be sent to the central datastore of the program's author for general information. Advanced_MainTableSummary This table provides a list of words that POPFile ignores when classifying email due to their relative frequency in email in general. They are organized per row according to the first letter of the words. - Users_AccountTableSummary This table provides a list of POP3 accounts that are associated with the user being edited. Imap_Bucket2Folder <b>%s</b> ¥Ð¥±¥Ä¤ËʬÎव¤ì¤¿¥á¡¼¥ë¤Î°ÜưÀè Imap_MapError Ê£¿ô¤Î¥Ð¥±¥Ä¤ò¤Ò¤È¤Ä¤Î¥Õ¥©¥ë¥À¤ËÂбþÉÕ¤±¤¹¤ë¤³¤È¤Ï¤Ç¤¤Þ¤»¤ó¡£ - Imap_MapUpdated ¥Ð¥±¥Ä '%s' ¤ò ¥Õ¥©¥ë¥À '%s' ¤ËÂбþÉÕ¤±¤Þ¤·¤¿¡£ Imap_Server IMAP ¥µ¡¼¥Ð ¥Û¥¹¥È̾: Imap_ServerNameError ¥µ¡¼¥Ð¤Î¥Û¥¹¥È̾¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ --- 347,353 ---- *************** *** 414,422 **** Imap_Password IMAP ¥¢¥«¥¦¥ó¥È¤Î¥Ñ¥¹¥ï¡¼¥É: Imap_PasswordError ¥µ¡¼¥Ð¤ËÂФ¹¤ë¥Ñ¥¹¥ï¡¼¥É¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ - Imap_ConnectionDetailsUpdated The IMAP connection details were updated. Please refresh the list of folders next. Imap_Expunge ´Æ»ë¥Õ¥©¥ë¥À¤«¤é°Üư¤µ¤ì¤¿¥á¥Ã¥»¡¼¥¸¤òºï½ü¤¹¤ë¡£ Imap_Interval ¹¹¿·¤Î´Ö³Ö¡ÊÉáË: Imap_IntervalError ¹¹¿·´Ö³Ö¤Ï10É䫤é3600ÉÃ¤Î´Ö¤ÇÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ - Imap_OptionsUpdated IMAP ¤Î¥ª¥×¥·¥ç¥ó¤ÏÀµ¾ï¤Ë¹¹¿·¤µ¤ì¤Þ¤·¤¿¡£ Imap_Bytelimit ʬÎà¤Î¤¿¤á¤Ë»ÈÍѤ¹¤ë¥á¥Ã¥»¡¼¥¸¤Î¥Ð¥¤¥È¿ô¡£0¡Ê¶õÇò¡Ë¤Î¾ì¹ç¡¢¥á¥Ã¥»¡¼¥¸¤ÎÁ´ÂΤò»ÈÍѤ·¤Þ¤¹: Imap_BytelimitError ¿ô»ú¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ --- 358,364 ---- *************** *** 426,534 **** Imap_UpdateError2 ¥µ¡¼¥Ð¤ËÀܳ¤Ç¤¤Þ¤»¤ó¡£¥Û¥¹¥È̾¤È¥Ý¡¼¥ÈÈÖ¹æ¤ò³Îǧ¤¹¤ë¤È¤È¤â¤Ë¡¢¥¤¥ó¥¿¡¼¥Í¥Ã¥È¤ËÀܳ¤µ¤ì¤Æ¤¤¤ë¤«¤É¤¦¤«¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ Imap_UpdateError3 ¥µ¡¼¥Ð¤ËÀܳ¤¹¤ë¤¿¤á¤Î¾ðÊó¤òÀè¤ËÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ - Imap_UpdateOK Successfully read the list of mailboxes/folders on the server. Imap_NoConnectionMessage ¥µ¡¼¥Ð¤ËÀܳ¤¹¤ë¤¿¤á¤Î¾ðÊó¤òÀè¤ËÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£¤½¤¦¤¹¤ë¤È¡¢¤µ¤é¤Ë¿¤¯¤Î¥ª¥×¥·¥ç¥ó¤¬ÀßÄê¤Ç¤¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ Imap_WatchMore ´Æ»ë¥Õ¥©¥ë¥À¥ê¥¹¥È¤Ë¥Õ¥©¥ë¥À¤òÄɲà - Imap_WatchedFolderAdded Another folder was added to the list of watched folders. Please choose the desired folder now. Imap_WatchedFolder ´Æ»ë¥Õ¥©¥ë¥À - Imap_WatchedFoldersUpdated ´Æ»ë¥Õ¥©¥ë¥À¤Î¥ê¥¹¥È¤ò¹¹¿·¤·¤Þ¤·¤¿ - Imap_WatchedFolderRemoved ´Æ»ë¥Õ¥©¥ë¥À¤Î¥ê¥¹¥È¤«¤é¥Õ¥©¥ë¥À '%' ¤òºï½ü¤·¤Þ¤·¤¿ - Imap_DoingTraining The IMAP module is now going to start training on your message archive. The POPFile UI will remain unresponsive until training is completed. Depending on the size of your archive and the speed of the connection to the IMAP server, this may take a while. - Imap_DoTraining ´û¸¤Î¥á¡¼¥ë¥¢¡¼¥«¥¤¥Ö¤«¤é³Ø½¬¤·¤Þ¤¹¡£ Shutdown_Message POPFile ¤Ï½ªÎ»¤·¤Þ¤·¤¿¡£ ! Help_Training POPFile ¤ò¤³¤ì¤«¤é»È¤¤»Ï¤á¤ë¾ì¹ç¡¢¤¢¤ëÄøÅ٤Υȥ졼¥Ë¥ó¥°¤¬É¬ÍפȤʤê¤Þ¤¹¡£¤½¤ì¤Ï¡¢POPFile ¤Ï¤É¤Î¥á¡¼¥ë¤¬É¬Íפʥ᡼¥ë¤Ç¤É¤Î¥á¡¼¥ë¤¬ÉÔÍפʥ᡼¥ë¤«¤Ë¤Ä¤¤¤Æ¤Ê¤Ë¤âÃΤé¤Ê¤¤¤«¤é¤Ç¤¹¡£¥È¥ì¡¼¥Ë¥ó¥°¤Ï¤½¤ì¤¾¤ì¤Î¥Ð¥±¥Ä¤Ë¤Ä¤¤¤Æ¹Ô¤¦É¬Íפ¬¤¢¤ê¡ÊºÇÄã¤Ç¤â£±¤Ä¤Î¥Ð¥±¥Ä¤Ë¤Ä¤¤¤Æ¡¢£±¤Ä°Ê¾å¤Î¥á¥Ã¥»¡¼¥¸¤òºÆÊ¬Îह¤ë¡Ë¡¢POPFile ¤¬Ê¬Îà¤ò´Ö°ã¤¨¤¿¥á¥Ã¥»¡¼¥¸¤òÀµ¤·¤¤¥Ð¥±¥Ä¤ËºÆÊ¬Îह¤ë¤³¤È¤Ë¤è¤Ã¤Æ¥È¥ì¡¼¥Ë¥ó¥°¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¤Þ¤¿¡¢POPFile ¤¬¹Ô¤Ã¤¿Ê¬Îà¤Ë¤¢¤ï¤»¤Æ¥Õ¥©¥ë¥À¤Ë°Üư¤¹¤ë¤Ê¤É¡¢¥á¡¼¥ë¥¯¥é¥¤¥¢¥ó¥È¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥á¡¼¥ë¥¯¥é¥¤¥¢¥ó¥È¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ¤Ï¡¢<a href="http://popfile.sourceforge.net/wiki/JP:FAQ:EmailSorting">POPFile ¥É¥¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¥×¥í¥¸¥§¥¯¥È</a>¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ Help_Bucket_Setup POPFile ¤Ç¤Ï¡¢¤â¤È¤â¤È¤¢¤ë unclassified ¤È¤¤¤¦²¾ÁÛŪ¤Ê¥Ð¥±¥Ä°Ê³°¤Ë¡¢ºÇÄã¤Ç¤â£²¤Ä¤Î¥Ð¥±¥Ä¤òºîÀ®¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£POPFile ¤ÎÆÃħ¤Ï¡¢¡Ê¥á¡¼¥ë¤ò spam ¤È¤½¤ì°Ê³°¤ËʬÎह¤ë¤È¤¤¤¦¤À¤±¤Ç¤Ï¤Ê¤¯¡Ë¤¤¤¯¤Ä¤Ç¤â¥Ð¥±¥Ä¤òºîÀ®¤·¡¢¤½¤ì¤é¤Ë¥á¡¼¥ë¤òʬÎह¤ë¤³¤È¤¬¤Ç¤¤ë¤³¤È¤Ç¤¹¡£´Êñ¤ÊÀßÄê¤Ç¤Ï¡¢"spam"¡¢"personal"¡¢"work" ¤È¤¤¤Ã¤¿¥Ð¥±¥Ä¤òÀßÄꤹ¤ë¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ Help_No_More ¼¡²ó¤«¤éɽ¼¨¤·¤Ê¤¤¡£ - - # Tooltips used in title attribute of parts of the UI - tip_Menu_History View and reclassify email that POPFile has processed - tip_Menu_Buckets Manage buckets and browse classification statistics - tip_Menu_Magnets Manage simple filters that bypass the Bayesian filtering system - tip_Menu_Admin Configuration options - tip_Menu_Users User management - tip_Menu_Advanced Advanced configuration settings - - tip_History_RecentNum Number of messages matching current Search and Filter - tip_History_Reclassify Apply bucket corrections - tip_History_Search Find matches in the From address or Subject - tip_History_Filter Limit the view to the items in the selected bucket - tip_History_SearchNegate Invert both the Search and Filter - tip_History_SearchSubmit Submit Search and Filter - tip_History_SearchReset Clear Search and Filter - tip_History_RemoveAll Remove all messages from history (matching Search and Filter) - tip_History_RemoveChecked Remove selected messages from history - tip_History_RemovePage Remove messages on this page from history - tip_History_RemoveColumn Remove column - tip_History_MoveLeft Move left - tip_History_MoveRight Move right - tip_History_Sort Sort by this column - - tip_Bucket_BucketName View bucket details - tip_Bucket_Unique Unique words in each bucket - tip_Bucket_SubjectMod Insert bucket name to begining of the subject - tip_Bucket_XTCHeader Insert header that most mail clients can use to filter based on POPFile's classification - tip_Bucket_XPLHeader Insert a header with a link to the message to allow for quickly reclassifing a message - tip_Bucket_Quarantine Islolate potentially dangerous email by placing it in attachment - tip_Bucket_Color Select a color for each bucket - tip_Bucket_Lookup Look up the probability and frequency of a word in all buckets - tip_Bucket_Accuracy Overall classification accuracy - tip_Bucket_Classified Bucket statistics and accuracy - tip_Bucket_WordCount Number and percentage of total words in each bucket - tip_Bucket_Create Create a new bucket - tip_Bucket_Delete Remove a bucket and its training - tip_Bucket_Rename Rename a bucket - tip_Bucket_FalsePos Messages that were incorrectly placed in this bucket - tip_Bucket_FalseNeg Messages that were incorrectly NOT placed in this bucket - tip_Bucket_ResetStats Clear classification statistics - - tip_Magnet_Type Message header to match - tip_Magnet_Value Text or address to match - tip_Magnet_Bucket Bucket to send matches to - - tip_Config_Skin Change the look of POPFile - tip_Config_Language Change the interface language - tip_Config_HistoryColumns Add columns you want to display in message history - tip_Config_PageSize Number of messages to display per page - tip_Config_Days Number of days to keep messages in history - tip_Config_Purge Purge older messages now - tip_Config_HistoryWidth Adjust size of history columns - tip_Config_ColumnIncrease Increase width of columns - tip_Config_ColumnDecrease Decrease width of columns - tip_Config_ColumnAuto Reset column width based on current columns - tip_Config_HideBar Hide configuration bar - tip_Config_ShowBar Show configuration bar - tip_Config_Password Change password for accessing POPFile's Control Center - - tip_Admin_AcceptRemoteHTTP Allow UI access from another machine - tip_Admin_AcceptRemotePOP3 Allow POP3 mail dowload from another machine - tip_Admin_Password Add a password to limit access to POPFile - tip_Admin_UpdateCheck 0.22 text should be put back - tip_Admin_ReportStats 0.22 text should be put back - - tip_Users_Remove Delete user from POPFile - - tip_Footer_HomePage Visit the POPFile home page - tip_Footer_Manual The original POPFile documentation (slightly outdated) - tip_Footer_Wiki POPFile's documentation wiki - tip_Footer_FAQ POPFile Frequently Asked Questions - tip_Footer_Version POPFile version number - tip_Footer_Login Date and time last accessed by this user - tip_Footer_RFE Have an idea to improve POPFile? Let us know. - tip_Footer_MailingList Want to hear about changes to POPFile? Sign up. - tip_Footer_FeedMe Like POPFile? Contribute to making it more successful. - - # Jim's Bucket Stats stuff - Words ñ¸ì - Percent ¥Ñ¡¼¥»¥ó¥È - Header_ConfigurationShort ÀßÄê - Footer_HomePage_short ¥Û¡¼¥à¥Ú¡¼¥¸ - Footer_QuickStart ¥¯¥¤¥Ã¥¯¥¹¥¿¡¼¥È - Footer_WikiShort ¥É¥¥å¥á¥ó¥È - Bucket_BreakEmailsClassifiedUpper ʬÎव¤ì¤¿<br>¥á¥Ã¥»¡¼¥¸ - Bucket_ClassificationErrorsUpper ʬÎà¥ß¥¹ - Bucket_BreakClassificationFP ¸í¸¡½Ð - Bucket_BreakClassificationFN ¸«Æ¨¤· - Bucket_HitRate Hit<br>Rate - Bucket_StrikeRate Strike<br>Rate - --- 368,378 ---- Imap_UpdateError2 ¥µ¡¼¥Ð¤ËÀܳ¤Ç¤¤Þ¤»¤ó¡£¥Û¥¹¥È̾¤È¥Ý¡¼¥ÈÈÖ¹æ¤ò³Îǧ¤¹¤ë¤È¤È¤â¤Ë¡¢¥¤¥ó¥¿¡¼¥Í¥Ã¥È¤ËÀܳ¤µ¤ì¤Æ¤¤¤ë¤«¤É¤¦¤«¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ Imap_UpdateError3 ¥µ¡¼¥Ð¤ËÀܳ¤¹¤ë¤¿¤á¤Î¾ðÊó¤òÀè¤ËÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ Imap_NoConnectionMessage ¥µ¡¼¥Ð¤ËÀܳ¤¹¤ë¤¿¤á¤Î¾ðÊó¤òÀè¤ËÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£¤½¤¦¤¹¤ë¤È¡¢¤µ¤é¤Ë¿¤¯¤Î¥ª¥×¥·¥ç¥ó¤¬ÀßÄê¤Ç¤¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ Imap_WatchMore ´Æ»ë¥Õ¥©¥ë¥À¥ê¥¹¥È¤Ë¥Õ¥©¥ë¥À¤òÄɲà Imap_WatchedFolder ´Æ»ë¥Õ¥©¥ë¥À Shutdown_Message POPFile ¤Ï½ªÎ»¤·¤Þ¤·¤¿¡£ ! Help_Training POPFile ¤ò¤³¤ì¤«¤é»È¤¤»Ï¤á¤ë¾ì¹ç¡¢¤¢¤ëÄøÅ٤Υȥ졼¥Ë¥ó¥°¤¬É¬ÍפȤʤê¤Þ¤¹¡£¤½¤ì¤Ï¡¢POPFile ¤Ï¤É¤Î¥á¡¼¥ë¤¬É¬Íפʥ᡼¥ë¤Ç¤É¤Î¥á¡¼¥ë¤¬ÉÔÍפʥ᡼¥ë¤«¤Ë¤Ä¤¤¤Æ¤Ê¤Ë¤âÃΤé¤Ê¤¤¤«¤é¤Ç¤¹¡£¥È¥ì¡¼¥Ë¥ó¥°¤Ï¤½¤ì¤¾¤ì¤Î¥Ð¥±¥Ä¤Ë¤Ä¤¤¤Æ¹Ô¤¦É¬Íפ¬¤¢¤ê¡ÊºÇÄã¤Ç¤â£±¤Ä¤Î¥Ð¥±¥Ä¤Ë¤Ä¤¤¤Æ¡¢£±¤Ä°Ê¾å¤Î¥á¥Ã¥»¡¼¥¸¤òºÆÊ¬Îह¤ë¡Ë¡¢POPFile ¤¬Ê¬Îà¤ò´Ö°ã¤¨¤¿¥á¥Ã¥»¡¼¥¸¤òÀµ¤·¤¤¥Ð¥±¥Ä¤ËºÆÊ¬Îह¤ë¡ÊÍúÎò¤Î±¦Â¦¤Ë¤¢¤ë¥á¥Ë¥å¡¼¤«¤éÀµ¤·¤¤Ê¬ÎàÀè¤òÁªÂò¤·¤Æ¡ÖºÆÊ¬Îà¡×¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤¹¤ë¡Ë¤³¤È¤Ë¤è¤Ã¤Æ¥È¥ì¡¼¥Ë¥ó¥°¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¤Þ¤¿¡¢POPFile ¤¬¹Ô¤Ã¤¿Ê¬Îà¤Ë¤¢¤ï¤»¤Æ¥Õ¥©¥ë¥À¤Ë°Üư¤¹¤ë¤Ê¤É¡¢¥á¡¼¥ë¥¯¥é¥¤¥¢¥ó¥È¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥á¡¼¥ë¥¯¥é¥¤¥¢¥ó¥È¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ¤Ï¡¢<a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?JP_FrequentlyAskedQuestions/EmailSorting">POPFile ¥É¥¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¥×¥í¥¸¥§¥¯¥È</a>¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ Help_Bucket_Setup POPFile ¤Ç¤Ï¡¢¤â¤È¤â¤È¤¢¤ë unclassified ¤È¤¤¤¦²¾ÁÛŪ¤Ê¥Ð¥±¥Ä°Ê³°¤Ë¡¢ºÇÄã¤Ç¤â£²¤Ä¤Î¥Ð¥±¥Ä¤òºîÀ®¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£POPFile ¤ÎÆÃħ¤Ï¡¢¡Ê¥á¡¼¥ë¤ò spam ¤È¤½¤ì°Ê³°¤ËʬÎह¤ë¤È¤¤¤¦¤À¤±¤Ç¤Ï¤Ê¤¯¡Ë¤¤¤¯¤Ä¤Ç¤â¥Ð¥±¥Ä¤òºîÀ®¤·¡¢¤½¤ì¤é¤Ë¥á¡¼¥ë¤òʬÎह¤ë¤³¤È¤¬¤Ç¤¤ë¤³¤È¤Ç¤¹¡£´Êñ¤ÊÀßÄê¤Ç¤Ï¡¢"spam"¡¢"personal"¡¢"work" ¤È¤¤¤Ã¤¿¥Ð¥±¥Ä¤òÀßÄꤹ¤ë¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ Help_No_More ¼¡²ó¤«¤éɽ¼¨¤·¤Ê¤¤¡£ |
From: naoki i. <am...@us...> - 2008-01-27 04:58:57
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6532/skins/default Modified Files: common-bottom.thtml Log Message: Change some of the UI's footer links to point to Wiki pages and make some of the links localizable. Index: common-bottom.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/common-bottom.thtml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** common-bottom.thtml 29 Sep 2005 08:26:11 -0000 1.15 --- common-bottom.thtml 27 Jan 2008 04:55:21 -0000 1.16 *************** *** 20,27 **** <TMPL_VAR NAME="Localize_Footer_Manual"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/cgi-bin/wiki.pl" title="<TMPL_VAR NAME="Localize_tip_Footer_Wiki">"> <TMPL_VAR NAME="Localize_Footer_Wiki"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/cgi-bin/wiki.pl?<TMPL_VAR NAME="Localize_FAQLink">" title="<TMPL_VAR NAME="Localize_tip_Footer_FAQ">"> <TMPL_VAR NAME="Localize_FAQ"></a> <br /> --- 20,27 ---- <TMPL_VAR NAME="Localize_Footer_Manual"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_WikiLink">" title="<TMPL_VAR NAME="Localize_tip_Footer_Wiki">"> <TMPL_VAR NAME="Localize_Footer_Wiki"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_FAQLink">" title="<TMPL_VAR NAME="Localize_tip_Footer_FAQ">"> <TMPL_VAR NAME="Localize_FAQ"></a> <br /> *************** *** 36,43 **** </td> <td class="footerBody"> ! <a class="bottomLink" href="http://sourceforge.net/tracker/index.php?group_id=63137&atid=502959" title="<TMPL_VAR NAME="Localize_tip_Footer_RFE">"> <TMPL_VAR NAME="Localize_Footer_RequestFeature"></a> <br /> ! <a class="bottomLink" href="http://lists.sourceforge.net/lists/listinfo/popfile-announce" title="<TMPL_VAR NAME="Localize_tip_Footer_MailingList">"> <TMPL_VAR NAME="Localize_Footer_MailingList"></a> <br /> --- 36,43 ---- </td> <td class="footerBody"> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_RequestFeatureLink">" title="<TMPL_VAR NAME="Localize_tip_Footer_RFE">"> <TMPL_VAR NAME="Localize_Footer_RequestFeature"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_MailingListLink">" title="<TMPL_VAR NAME="Localize_tip_Footer_MailingList">"> <TMPL_VAR NAME="Localize_Footer_MailingList"></a> <br /> |
From: naoki i. <am...@us...> - 2008-01-27 04:58:45
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6532/languages Modified Files: English.msg Nihongo.msg Log Message: Change some of the UI's footer links to point to Wiki pages and make some of the links localizable. Index: Nihongo.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Nihongo.msg,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Nihongo.msg 26 Nov 2007 15:22:49 -0000 1.16 --- Nihongo.msg 27 Jan 2008 04:55:21 -0000 1.17 *************** *** 1,9 **** ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, --- 1,10 ---- ! # Copyright (c) 2001-2003 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify ! # it under the terms of the GNU General Public License as published by ! # the Free Software Foundation; either version 2 of the License, or ! # (at your option) any later version. # # POPFile is distributed in the hope that it will be useful, *************** *** 26,34 **** ! # This is where to find the FAQ on the Wiki ! FAQLink JP_FrequentlyAskedQuestions # Common words that are used on their own all over the interface Apply ŬÍÑ On ON Off OFF --- 27,40 ---- ! # These are where to find the documents on the Wiki ! WikiLink JP ! FAQLink JP:FAQ ! RequestFeatureLink JP:RequestFeature ! MailingListLink JP:POPFileAnnounce # Common words that are used on their own all over the interface + Account POP3 ¥¢¥«¥¦¥ó¥È Apply ŬÍÑ + ApplyChanges Êѹ¹¤òŬÍÑ On ON Off OFF *************** *** 75,78 **** --- 81,89 ---- Arrived ¼õ¿®Æü»þ Size ¥µ¥¤¥º + Up ¾å¤Ø + Down ²¼¤Ø + Go ¥¸¥ã¥ó¥× + Edit ÊÔ½¸ + Logout ¥í¥°¥¢¥¦¥È # This is a regular expression pattern that is used to convert *************** *** 101,105 **** --- 112,118 ---- Header_Advanced ¾ÜºÙÀßÄê Header_Security ¥»¥¥å¥ê¥Æ¥£ + Header_Administration ´ÉÍý Header_Magnets ¥Þ¥°¥Í¥Ã¥È + Header_Users ¥æ¡¼¥¶¡¼ Footer_HomePage POPFile ¥Û¡¼¥à¥Ú¡¼¥¸ *************** *** 169,172 **** --- 182,195 ---- Configuration_SOCKSServerUpdate SOCKS V ¥×¥í¥¥·¤Î¥µ¡¼¥Ð¤ò %s ¤ËÊѹ¹¤·¤Þ¤·¤¿¡£ Configuration_Fields ÍúÎò¥¿¥Ö¤Ëɽ¼¨¤¹¤ë¹àÌÜ + Configuration_ChangePassword ¥Ñ¥¹¥ï¡¼¥É¤ÎÊѹ¹ + Configuration_OldPassword ¸½ºß¤Î¥Ñ¥¹¥ï¡¼¥É + Configuration_NewPassword ¿·¤·¤¤¥Ñ¥¹¥ï¡¼¥É + Configuration_ConfirmPassword ¿·¤·¤¤¥Ñ¥¹¥ï¡¼¥É¤Î³Îǧ + Configuration_Password_Mismatch ¿·¤·¤¤¥Ñ¥¹¥ï¡¼¥É¤È¿·¤·¤¤¥Ñ¥¹¥ï¡¼¥É¤Î³Îǧ¤ÏƱ°ì¤Ç¤Ê¤¯¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó + Configuration_Password_Bad ÆþÎϤµ¤ì¤¿¸Å¤¤¥Ñ¥¹¥ï¡¼¥É¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹ + Configuration_Password_Fail ¿·¤·¤¤¥Ñ¥¹¥ï¡¼¥É¤ËÀßÄê¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿ + Configuration_Set_Password ¿·¤·¤¤¥Ñ¥¹¥ï¡¼¥É¤¬ÀßÄꤵ¤ì¤Þ¤·¤¿ + Configuration_Hide_Bar ÀßÄê¥Ð¡¼¤ò±£¤¹ + Configuration_Show_Bar ÀßÄê¥Ð¡¼¤òɽ¼¨ Advanced_Error1 '%s' ¤Ï´û¤Ë̵»ë¤¹¤ëñ¸ì¤Î¥ê¥¹¥È¤Ë´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ *************** *** 185,188 **** --- 208,234 ---- Advanced_ConfigFile ÀßÄê¥Õ¥¡¥¤¥ë: + Users_Create ¿·¤·¤¤¥æ¡¼¥¶¡¼¤ÎºîÀ® + Users_Remove ´û¸¤Î¥æ¡¼¥¶¡¼¤Îºï½ü + Users_Edit ¥æ¡¼¥¶¡¼ÀßÄê¤ÎÊÔ½¸ + Users_CopyFrom ¥æ¡¼¥¶¡¼ÀßÄê¤Î¥³¥Ô¡¼ + Users_RemoveUser ¥æ¡¼¥¶¡¼¤Îºï½ü + Users_CreateUser ¥æ¡¼¥¶¡¼¤ÎºîÀ® + Users_EditUser ÊÔ½¸¤¹¤ë¥æ¡¼¥¶¡¼ + Users_Parameters ¥Ñ¥é¥á¡¼¥¿¡¼ + Users_Created ¥æ¡¼¥¶¡¼ '%s' ¤òºîÀ®¤·¤Þ¤·¤¿¡Ê½é´ü¥Ñ¥¹¥ï¡¼¥É¤Ï '%s'¡Ë + Users_Not_Created ¥æ¡¼¥¶¡¼ '%s' ¤òºîÀ®¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿ + Users_Created_And_Cloned ¥æ¡¼¥¶¡¼ '%s' ¤ò '%s' ¤ÎÀßÄê¤ò¥³¥Ô¡¼¤·¤ÆºîÀ®¤·¤Þ¤·¤¿¡Ê½é´ü¥Ñ¥¹¥ï¡¼¥É¤Ï '%s'¡Ë + Users_Not_Created_Exists ¥æ¡¼¥¶¡¼ '%s' ¤ÏºîÀ®¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£¤¹¤Ç¤Ë¸ºß¤·¤Æ¤¤¤Þ¤¹ + Users_Created_Not_Cloned ¥æ¡¼¥¶¡¼ '%s' ¤òºîÀ®¤·¤Þ¤·¤¿¤¬¡¢'%s' ¤ÎÀßÄê¤Ï¥³¥Ô¡¼¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡Ê½é´ü¥Ñ¥¹¥ï¡¼¥É¤Ï '%s'¡Ë + Users_Removed ¥æ¡¼¥¶¡¼ '%s' ¤òºï½ü¤·¤Þ¤·¤¿ + Users_Removed_Failed ¥æ¡¼¥¶¡¼ '%s' ¤òºï½ü¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿ + Users_Removed_Failed_Admin ¥æ¡¼¥¶¡¼ '%s' ¤òºï½ü¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£Àè¤Ë´ÉÍý¼Ô¸¢¸Â¤ò̵¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤ + Users_SingleUserMode ¥·¥ó¥°¥ë¥æ¡¼¥¶¡¼¥â¡¼¥É¡ÊPOPFile ¥¯¥é¥·¥Ã¥¯¡Ë + Users_Accounts ´ØÏ¢¤Å¤±¤é¤ì¤¿ POP3 ¥¢¥«¥¦¥ó¥È + Users_AddAccount POP3 ¥¢¥«¥¦¥ó¥È¤ÎÄɲáʥۥ¹¥È̾:¥æ¡¼¥¶¡¼Ì¾¡Ë + Users_Bad_Account ¿·¤·¤¤¥¢¥«¥¦¥ó¥È̾¤Ï¡Ö¥Û¥¹¥È̾:¥æ¡¼¥¶¡¼Ì¾¡×¤Î·Á¼°¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó + Users_Duplicate_Account ¥¢¥«¥¦¥ó¥È¤òÄɲäǤ¤Þ¤»¤ó¤Ç¤·¤¿¡£Ê̤Υ桼¥¶¡¼¤Ë´ØÏ¢¤Å¤±¤é¤ì¤Æ¤¤¤Þ¤¹ + Users_Failed_Account ¥¢¥«¥¦¥ó¥È¤òÄɲäǤ¤Þ¤»¤ó¤Ç¤·¤¿¡£ + History_Filter (<font color="%s">%s </font>¥Ð¥±¥Ä¤Î¤ß¤òɽ¼¨) History_FilterBy ¥Õ¥£¥ë¥¿¥ê¥ó¥° *************** *** 195,198 **** --- 241,247 ---- History_NoSubject ·ï̾¤Ê¤· History_ClassifyAs ʬÎàÀè + History_RemoveColumn ¤³¤Î¹àÌܤòɽ¼¨¤·¤Ê¤¤ + History_MoveLeft º¸¤Ø°Üư + History_MoveRight ±¦¤Ø°Üư History_MagnetUsed ¥Þ¥°¥Í¥Ã¥È»ÈÍÑ History_MagnetBecause <b>¥Þ¥°¥Í¥Ã¥È»ÈÍÑ</b><p><font color="%s">%s</font> ¤ËʬÎव¤ì¤Þ¤·¤¿¡£(¥Þ¥°¥Í¥Ã¥È %s ¤Î¤¿¤á)</p> *************** *** 220,225 **** --- 269,277 ---- History_Size_KiloBytes %.1f KB History_Size_MegaBytes %.1f MB + History_Click_To_Sort ¤³¤Î¹àÌܤÇʤÓÂØ¤¨ Password_Title ¥Ñ¥¹¥ï¡¼¥É + Password_Password ¥Ñ¥¹¥ï¡¼¥É + Password_Username ¥æ¡¼¥¶¡¼Ì¾ Password_Enter ¥Ñ¥¹¥ï¡¼¥É¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤ Password_Go ¥í¥°¥¤¥ó *************** *** 250,254 **** Security_XMLRPC ¥ê¥â¡¼¥È¥Þ¥·¥ó¤«¤é¤Î XML-RPC Àܳ¤òǧ¤á¤ë (POPFile ¤ÎºÆµ¯Æ°¤¬É¬Í×) Security_UpdateTitle ¹¹¿·¼«Æ°¥Á¥§¥Ã¥¯ ! Security_Update POPFile ¤¬¹¹¿·¤µ¤ì¤Æ¤¤¤ë¤«¤É¤¦¤«ËèÆü¥Á¥§¥Ã¥¯¤·¤Þ¤¹ Security_StatsTitle Åý·×¾ðÊó¥ì¥Ý¡¼¥È Security_Stats Åý·×¾ðÊó¤òËèÆüÁ÷¤ë --- 302,306 ---- Security_XMLRPC ¥ê¥â¡¼¥È¥Þ¥·¥ó¤«¤é¤Î XML-RPC Àܳ¤òǧ¤á¤ë (POPFile ¤ÎºÆµ¯Æ°¤¬É¬Í×) Security_UpdateTitle ¹¹¿·¼«Æ°¥Á¥§¥Ã¥¯ ! Security_Update POPFile ¤¬¹¹¿·¤µ¤ì¤Æ¤¤¤ë¤«¤É¤¦¤«ËèÆü¥Á¥§¥Ã¥¯¤¹¤ë Security_StatsTitle Åý·×¾ðÊó¥ì¥Ý¡¼¥È Security_Stats Åý·×¾ðÊó¤òËèÆüÁ÷¤ë *************** *** 265,268 **** --- 317,321 ---- Magnet_Always ʬÎàÀè¤Î¥Ð¥±¥Ä Magnet_Jump ¥Þ¥°¥Í¥Ã¥È¥Ú¡¼¥¸¤Ë¥¸¥ã¥ó¥× + Magnet_Note ¥Þ¥°¥Í¥Ã¥È¤Ï POPFile ¤Î³Ø½¬¥×¥í¥»¥¹¤ò¥Ð¥¤¥Ñ¥¹¤¹¤ë¤³¤È¤Ë¤Ê¤ë¤¿¤á¡¢¿µ½Å¤Ë»È¤¦¤Ù¤¤Ç¤¹¡£¥Þ¥°¥Í¥Ã¥È¤ò»ÈÍѤ¹¤ë¤³¤È¤Ë¤è¤ê¡¢POPFile ¤¬¹â¤¤ÀºÅÙ¤Ë㤹¤ë¤Þ¤Ç¤Ë¤è¤êŤ¤»þ´Ö¤¬¤«¤«¤ë¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£<br /><br >¥Þ¥°¥Í¥Ã¥È¤Ë¤Ä¤¤¤Æ¤Î¾ÜºÙ¤Ï<a href="http://popfile.sourceforge.net/wiki/jp:glossary:amagnet">POPFile ¥É¥¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¥×¥í¥¸¥§¥¯¥È</a>¤ò¤ªÆÉ¤ß¤¯¤À¤µ¤¤¡£ Bucket_Error1 ¥Ð¥±¥Ä̾¤Ë¤Ï¥¢¥ë¥Õ¥¡¥Ù¥Ã¥È¤Î¾®Ê¸»ú(a ¤«¤é z ¤Þ¤Ç)¤« - (¥Ï¥¤¥Õ¥ó)¡¢¤Þ¤¿¤Ï _ (¥¢¥ó¥À¡¼¥¹¥³¥¢)¤·¤«»È¤¨¤Þ¤»¤ó¡£ *************** *** 290,293 **** --- 343,347 ---- Bucket_ResetStatistics ¥ê¥»¥Ã¥È Bucket_LastReset ºÇ¸å¤Î¥ê¥»¥Ã¥È + Bucket_MessagesPerDay 1 Æü¤¢¤¿¤ê¤Î¥á¡¼¥ë¿ô Bucket_CurrentColor %s ¸½ºß¤Î¿§¤Ï %s Bucket_SetColorTo %s ¤Î¿§¤ò %s ¤ËÀßÄê *************** *** 328,333 **** View_DownloadMessage ¥á¥Ã¥»¡¼¥¸¤ò¥À¥¦¥ó¥í¡¼¥É ! Windows_TrayIcon POPFile ¤Î¥¢¥¤¥³¥ó¤ò Windows ¥·¥¹¥Æ¥à¥È¥ì¥¤¤Ëɽ¼¨¤·¤Þ¤¹¤«¡© ! Windows_Console POPFile ¤Î¥á¥Ã¥»¡¼¥¸¤ò¥³¥ó¥½¡¼¥ë¥¦¥£¥ó¥É¥¦¤Ë½ÐÎϤ·¤Þ¤¹¤«¡© Windows_NextTime <p><font color="red">¤³¤ÎÊѹ¹¤Ï POPFile ¤ò¼¡²óµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£</font> --- 382,387 ---- View_DownloadMessage ¥á¥Ã¥»¡¼¥¸¤ò¥À¥¦¥ó¥í¡¼¥É ! Windows_TrayIcon POPFile ¤Î¥¢¥¤¥³¥ó¤ò Windows ¥·¥¹¥Æ¥à¥È¥ì¥¤¤Ëɽ¼¨¤¹¤ë ! Windows_Console POPFile ¤Î¥á¥Ã¥»¡¼¥¸¤ò¥³¥ó¥½¡¼¥ë¥¦¥£¥ó¥É¥¦¤Ë½ÐÎϤ¹¤ë Windows_NextTime <p><font color="red">¤³¤ÎÊѹ¹¤Ï POPFile ¤ò¼¡²óµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£</font> *************** *** 347,353 **** --- 401,409 ---- Security_MainTableSummary This table provides sets of controls that affect the security of the overall configuration of POPFile, whether it should automatically check for updates to the program, and whether statistics about POPFile's performance should be sent to the central datastore of the program's author for general information. Advanced_MainTableSummary This table provides a list of words that POPFile ignores when classifying email due to their relative frequency in email in general. They are organized per row according to the first letter of the words. + Users_AccountTableSummary This table provides a list of POP3 accounts that are associated with the user being edited. Imap_Bucket2Folder <b>%s</b> ¥Ð¥±¥Ä¤ËʬÎव¤ì¤¿¥á¡¼¥ë¤Î°ÜưÀè Imap_MapError Ê£¿ô¤Î¥Ð¥±¥Ä¤ò¤Ò¤È¤Ä¤Î¥Õ¥©¥ë¥À¤ËÂбþÉÕ¤±¤¹¤ë¤³¤È¤Ï¤Ç¤¤Þ¤»¤ó¡£ + Imap_MapUpdated ¥Ð¥±¥Ä '%s' ¤ò ¥Õ¥©¥ë¥À '%s' ¤ËÂбþÉÕ¤±¤Þ¤·¤¿¡£ Imap_Server IMAP ¥µ¡¼¥Ð ¥Û¥¹¥È̾: Imap_ServerNameError ¥µ¡¼¥Ð¤Î¥Û¥¹¥È̾¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ *************** *** 358,364 **** --- 414,422 ---- Imap_Password IMAP ¥¢¥«¥¦¥ó¥È¤Î¥Ñ¥¹¥ï¡¼¥É: Imap_PasswordError ¥µ¡¼¥Ð¤ËÂФ¹¤ë¥Ñ¥¹¥ï¡¼¥É¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ + Imap_ConnectionDetailsUpdated The IMAP connection details were updated. Please refresh the list of folders next. Imap_Expunge ´Æ»ë¥Õ¥©¥ë¥À¤«¤é°Üư¤µ¤ì¤¿¥á¥Ã¥»¡¼¥¸¤òºï½ü¤¹¤ë¡£ Imap_Interval ¹¹¿·¤Î´Ö³Ö¡ÊÉáË: Imap_IntervalError ¹¹¿·´Ö³Ö¤Ï10É䫤é3600ÉÃ¤Î´Ö¤ÇÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ + Imap_OptionsUpdated IMAP ¤Î¥ª¥×¥·¥ç¥ó¤ÏÀµ¾ï¤Ë¹¹¿·¤µ¤ì¤Þ¤·¤¿¡£ Imap_Bytelimit ʬÎà¤Î¤¿¤á¤Ë»ÈÍѤ¹¤ë¥á¥Ã¥»¡¼¥¸¤Î¥Ð¥¤¥È¿ô¡£0¡Ê¶õÇò¡Ë¤Î¾ì¹ç¡¢¥á¥Ã¥»¡¼¥¸¤ÎÁ´ÂΤò»ÈÍѤ·¤Þ¤¹: Imap_BytelimitError ¿ô»ú¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ *************** *** 368,378 **** Imap_UpdateError2 ¥µ¡¼¥Ð¤ËÀܳ¤Ç¤¤Þ¤»¤ó¡£¥Û¥¹¥È̾¤È¥Ý¡¼¥ÈÈÖ¹æ¤ò³Îǧ¤¹¤ë¤È¤È¤â¤Ë¡¢¥¤¥ó¥¿¡¼¥Í¥Ã¥È¤ËÀܳ¤µ¤ì¤Æ¤¤¤ë¤«¤É¤¦¤«¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ Imap_UpdateError3 ¥µ¡¼¥Ð¤ËÀܳ¤¹¤ë¤¿¤á¤Î¾ðÊó¤òÀè¤ËÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ Imap_NoConnectionMessage ¥µ¡¼¥Ð¤ËÀܳ¤¹¤ë¤¿¤á¤Î¾ðÊó¤òÀè¤ËÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£¤½¤¦¤¹¤ë¤È¡¢¤µ¤é¤Ë¿¤¯¤Î¥ª¥×¥·¥ç¥ó¤¬ÀßÄê¤Ç¤¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ Imap_WatchMore ´Æ»ë¥Õ¥©¥ë¥À¥ê¥¹¥È¤Ë¥Õ¥©¥ë¥À¤òÄɲà Imap_WatchedFolder ´Æ»ë¥Õ¥©¥ë¥À Shutdown_Message POPFile ¤Ï½ªÎ»¤·¤Þ¤·¤¿¡£ ! Help_Training POPFile ¤ò¤³¤ì¤«¤é»È¤¤»Ï¤á¤ë¾ì¹ç¡¢¤¢¤ëÄøÅ٤Υȥ졼¥Ë¥ó¥°¤¬É¬ÍפȤʤê¤Þ¤¹¡£¤½¤ì¤Ï¡¢POPFile ¤Ï¤É¤Î¥á¡¼¥ë¤¬É¬Íפʥ᡼¥ë¤Ç¤É¤Î¥á¡¼¥ë¤¬ÉÔÍפʥ᡼¥ë¤«¤Ë¤Ä¤¤¤Æ¤Ê¤Ë¤âÃΤé¤Ê¤¤¤«¤é¤Ç¤¹¡£¥È¥ì¡¼¥Ë¥ó¥°¤Ï¤½¤ì¤¾¤ì¤Î¥Ð¥±¥Ä¤Ë¤Ä¤¤¤Æ¹Ô¤¦É¬Íפ¬¤¢¤ê¡ÊºÇÄã¤Ç¤â£±¤Ä¤Î¥Ð¥±¥Ä¤Ë¤Ä¤¤¤Æ¡¢£±¤Ä°Ê¾å¤Î¥á¥Ã¥»¡¼¥¸¤òºÆÊ¬Îह¤ë¡Ë¡¢POPFile ¤¬Ê¬Îà¤ò´Ö°ã¤¨¤¿¥á¥Ã¥»¡¼¥¸¤òÀµ¤·¤¤¥Ð¥±¥Ä¤ËºÆÊ¬Îह¤ë¡ÊÍúÎò¤Î±¦Â¦¤Ë¤¢¤ë¥á¥Ë¥å¡¼¤«¤éÀµ¤·¤¤Ê¬ÎàÀè¤òÁªÂò¤·¤Æ¡ÖºÆÊ¬Îà¡×¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤¹¤ë¡Ë¤³¤È¤Ë¤è¤Ã¤Æ¥È¥ì¡¼¥Ë¥ó¥°¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¤Þ¤¿¡¢POPFile ¤¬¹Ô¤Ã¤¿Ê¬Îà¤Ë¤¢¤ï¤»¤Æ¥Õ¥©¥ë¥À¤Ë°Üư¤¹¤ë¤Ê¤É¡¢¥á¡¼¥ë¥¯¥é¥¤¥¢¥ó¥È¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥á¡¼¥ë¥¯¥é¥¤¥¢¥ó¥È¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ¤Ï¡¢<a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?JP_FrequentlyAskedQuestions/EmailSorting">POPFile ¥É¥¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¥×¥í¥¸¥§¥¯¥È</a>¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ Help_Bucket_Setup POPFile ¤Ç¤Ï¡¢¤â¤È¤â¤È¤¢¤ë unclassified ¤È¤¤¤¦²¾ÁÛŪ¤Ê¥Ð¥±¥Ä°Ê³°¤Ë¡¢ºÇÄã¤Ç¤â£²¤Ä¤Î¥Ð¥±¥Ä¤òºîÀ®¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£POPFile ¤ÎÆÃħ¤Ï¡¢¡Ê¥á¡¼¥ë¤ò spam ¤È¤½¤ì°Ê³°¤ËʬÎह¤ë¤È¤¤¤¦¤À¤±¤Ç¤Ï¤Ê¤¯¡Ë¤¤¤¯¤Ä¤Ç¤â¥Ð¥±¥Ä¤òºîÀ®¤·¡¢¤½¤ì¤é¤Ë¥á¡¼¥ë¤òʬÎह¤ë¤³¤È¤¬¤Ç¤¤ë¤³¤È¤Ç¤¹¡£´Êñ¤ÊÀßÄê¤Ç¤Ï¡¢"spam"¡¢"personal"¡¢"work" ¤È¤¤¤Ã¤¿¥Ð¥±¥Ä¤òÀßÄꤹ¤ë¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ Help_No_More ¼¡²ó¤«¤éɽ¼¨¤·¤Ê¤¤¡£ --- 426,534 ---- Imap_UpdateError2 ¥µ¡¼¥Ð¤ËÀܳ¤Ç¤¤Þ¤»¤ó¡£¥Û¥¹¥È̾¤È¥Ý¡¼¥ÈÈÖ¹æ¤ò³Îǧ¤¹¤ë¤È¤È¤â¤Ë¡¢¥¤¥ó¥¿¡¼¥Í¥Ã¥È¤ËÀܳ¤µ¤ì¤Æ¤¤¤ë¤«¤É¤¦¤«¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ Imap_UpdateError3 ¥µ¡¼¥Ð¤ËÀܳ¤¹¤ë¤¿¤á¤Î¾ðÊó¤òÀè¤ËÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ + Imap_UpdateOK Successfully read the list of mailboxes/folders on the server. Imap_NoConnectionMessage ¥µ¡¼¥Ð¤ËÀܳ¤¹¤ë¤¿¤á¤Î¾ðÊó¤òÀè¤ËÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£¤½¤¦¤¹¤ë¤È¡¢¤µ¤é¤Ë¿¤¯¤Î¥ª¥×¥·¥ç¥ó¤¬ÀßÄê¤Ç¤¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£ Imap_WatchMore ´Æ»ë¥Õ¥©¥ë¥À¥ê¥¹¥È¤Ë¥Õ¥©¥ë¥À¤òÄɲà + Imap_WatchedFolderAdded Another folder was added to the list of watched folders. Please choose the desired folder now. Imap_WatchedFolder ´Æ»ë¥Õ¥©¥ë¥À + Imap_WatchedFoldersUpdated ´Æ»ë¥Õ¥©¥ë¥À¤Î¥ê¥¹¥È¤ò¹¹¿·¤·¤Þ¤·¤¿ + Imap_WatchedFolderRemoved ´Æ»ë¥Õ¥©¥ë¥À¤Î¥ê¥¹¥È¤«¤é¥Õ¥©¥ë¥À '%' ¤òºï½ü¤·¤Þ¤·¤¿ + Imap_DoingTraining The IMAP module is now going to start training on your message archive. The POPFile UI will remain unresponsive until training is completed. Depending on the size of your archive and the speed of the connection to the IMAP server, this may take a while. + Imap_DoTraining ´û¸¤Î¥á¡¼¥ë¥¢¡¼¥«¥¤¥Ö¤«¤é³Ø½¬¤·¤Þ¤¹¡£ Shutdown_Message POPFile ¤Ï½ªÎ»¤·¤Þ¤·¤¿¡£ ! Help_Training POPFile ¤ò¤³¤ì¤«¤é»È¤¤»Ï¤á¤ë¾ì¹ç¡¢¤¢¤ëÄøÅ٤Υȥ졼¥Ë¥ó¥°¤¬É¬ÍפȤʤê¤Þ¤¹¡£¤½¤ì¤Ï¡¢POPFile ¤Ï¤É¤Î¥á¡¼¥ë¤¬É¬Íפʥ᡼¥ë¤Ç¤É¤Î¥á¡¼¥ë¤¬ÉÔÍפʥ᡼¥ë¤«¤Ë¤Ä¤¤¤Æ¤Ê¤Ë¤âÃΤé¤Ê¤¤¤«¤é¤Ç¤¹¡£¥È¥ì¡¼¥Ë¥ó¥°¤Ï¤½¤ì¤¾¤ì¤Î¥Ð¥±¥Ä¤Ë¤Ä¤¤¤Æ¹Ô¤¦É¬Íפ¬¤¢¤ê¡ÊºÇÄã¤Ç¤â£±¤Ä¤Î¥Ð¥±¥Ä¤Ë¤Ä¤¤¤Æ¡¢£±¤Ä°Ê¾å¤Î¥á¥Ã¥»¡¼¥¸¤òºÆÊ¬Îह¤ë¡Ë¡¢POPFile ¤¬Ê¬Îà¤ò´Ö°ã¤¨¤¿¥á¥Ã¥»¡¼¥¸¤òÀµ¤·¤¤¥Ð¥±¥Ä¤ËºÆÊ¬Îह¤ë¤³¤È¤Ë¤è¤Ã¤Æ¥È¥ì¡¼¥Ë¥ó¥°¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¤Þ¤¿¡¢POPFile ¤¬¹Ô¤Ã¤¿Ê¬Îà¤Ë¤¢¤ï¤»¤Æ¥Õ¥©¥ë¥À¤Ë°Üư¤¹¤ë¤Ê¤É¡¢¥á¡¼¥ë¥¯¥é¥¤¥¢¥ó¥È¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥á¡¼¥ë¥¯¥é¥¤¥¢¥ó¥È¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ¤Ï¡¢<a href="http://popfile.sourceforge.net/wiki/JP:FAQ:EmailSorting">POPFile ¥É¥¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¥×¥í¥¸¥§¥¯¥È</a>¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ Help_Bucket_Setup POPFile ¤Ç¤Ï¡¢¤â¤È¤â¤È¤¢¤ë unclassified ¤È¤¤¤¦²¾ÁÛŪ¤Ê¥Ð¥±¥Ä°Ê³°¤Ë¡¢ºÇÄã¤Ç¤â£²¤Ä¤Î¥Ð¥±¥Ä¤òºîÀ®¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£POPFile ¤ÎÆÃħ¤Ï¡¢¡Ê¥á¡¼¥ë¤ò spam ¤È¤½¤ì°Ê³°¤ËʬÎह¤ë¤È¤¤¤¦¤À¤±¤Ç¤Ï¤Ê¤¯¡Ë¤¤¤¯¤Ä¤Ç¤â¥Ð¥±¥Ä¤òºîÀ®¤·¡¢¤½¤ì¤é¤Ë¥á¡¼¥ë¤òʬÎह¤ë¤³¤È¤¬¤Ç¤¤ë¤³¤È¤Ç¤¹¡£´Êñ¤ÊÀßÄê¤Ç¤Ï¡¢"spam"¡¢"personal"¡¢"work" ¤È¤¤¤Ã¤¿¥Ð¥±¥Ä¤òÀßÄꤹ¤ë¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ Help_No_More ¼¡²ó¤«¤éɽ¼¨¤·¤Ê¤¤¡£ + + # Tooltips used in title attribute of parts of the UI + tip_Menu_History View and reclassify email that POPFile has processed + tip_Menu_Buckets Manage buckets and browse classification statistics + tip_Menu_Magnets Manage simple filters that bypass the Bayesian filtering system + tip_Menu_Admin Configuration options + tip_Menu_Users User management + tip_Menu_Advanced Advanced configuration settings + + tip_History_RecentNum Number of messages matching current Search and Filter + tip_History_Reclassify Apply bucket corrections + tip_History_Search Find matches in the From address or Subject + tip_History_Filter Limit the view to the items in the selected bucket + tip_History_SearchNegate Invert both the Search and Filter + tip_History_SearchSubmit Submit Search and Filter + tip_History_SearchReset Clear Search and Filter + tip_History_RemoveAll Remove all messages from history (matching Search and Filter) + tip_History_RemoveChecked Remove selected messages from history + tip_History_RemovePage Remove messages on this page from history + tip_History_RemoveColumn Remove column + tip_History_MoveLeft Move left + tip_History_MoveRight Move right + tip_History_Sort Sort by this column + + tip_Bucket_BucketName View bucket details + tip_Bucket_Unique Unique words in each bucket + tip_Bucket_SubjectMod Insert bucket name to begining of the subject + tip_Bucket_XTCHeader Insert header that most mail clients can use to filter based on POPFile's classification + tip_Bucket_XPLHeader Insert a header with a link to the message to allow for quickly reclassifing a message + tip_Bucket_Quarantine Islolate potentially dangerous email by placing it in attachment + tip_Bucket_Color Select a color for each bucket + tip_Bucket_Lookup Look up the probability and frequency of a word in all buckets + tip_Bucket_Accuracy Overall classification accuracy + tip_Bucket_Classified Bucket statistics and accuracy + tip_Bucket_WordCount Number and percentage of total words in each bucket + tip_Bucket_Create Create a new bucket + tip_Bucket_Delete Remove a bucket and its training + tip_Bucket_Rename Rename a bucket + tip_Bucket_FalsePos Messages that were incorrectly placed in this bucket + tip_Bucket_FalseNeg Messages that were incorrectly NOT placed in this bucket + tip_Bucket_ResetStats Clear classification statistics + + tip_Magnet_Type Message header to match + tip_Magnet_Value Text or address to match + tip_Magnet_Bucket Bucket to send matches to + + tip_Config_Skin Change the look of POPFile + tip_Config_Language Change the interface language + tip_Config_HistoryColumns Add columns you want to display in message history + tip_Config_PageSize Number of messages to display per page + tip_Config_Days Number of days to keep messages in history + tip_Config_Purge Purge older messages now + tip_Config_HistoryWidth Adjust size of history columns + tip_Config_ColumnIncrease Increase width of columns + tip_Config_ColumnDecrease Decrease width of columns + tip_Config_ColumnAuto Reset column width based on current columns + tip_Config_HideBar Hide configuration bar + tip_Config_ShowBar Show configuration bar + tip_Config_Password Change password for accessing POPFile's Control Center + + tip_Admin_AcceptRemoteHTTP Allow UI access from another machine + tip_Admin_AcceptRemotePOP3 Allow POP3 mail dowload from another machine + tip_Admin_Password Add a password to limit access to POPFile + tip_Admin_UpdateCheck 0.22 text should be put back + tip_Admin_ReportStats 0.22 text should be put back + + tip_Users_Remove Delete user from POPFile + + tip_Footer_HomePage Visit the POPFile home page + tip_Footer_Manual The original POPFile documentation (slightly outdated) + tip_Footer_Wiki POPFile's documentation wiki + tip_Footer_FAQ POPFile Frequently Asked Questions + tip_Footer_Version POPFile version number + tip_Footer_Login Date and time last accessed by this user + tip_Footer_RFE Have an idea to improve POPFile? Let us know. + tip_Footer_MailingList Want to hear about changes to POPFile? Sign up. + tip_Footer_FeedMe Like POPFile? Contribute to making it more successful. + + # Jim's Bucket Stats stuff + Words ñ¸ì + Percent ¥Ñ¡¼¥»¥ó¥È + Header_ConfigurationShort ÀßÄê + Footer_HomePage_short ¥Û¡¼¥à¥Ú¡¼¥¸ + Footer_QuickStart ¥¯¥¤¥Ã¥¯¥¹¥¿¡¼¥È + Footer_WikiShort ¥É¥¥å¥á¥ó¥È + Bucket_BreakEmailsClassifiedUpper ʬÎव¤ì¤¿<br>¥á¥Ã¥»¡¼¥¸ + Bucket_ClassificationErrorsUpper ʬÎà¥ß¥¹ + Bucket_BreakClassificationFP ¸í¸¡½Ð + Bucket_BreakClassificationFN ¸«Æ¨¤· + Bucket_HitRate Hit<br>Rate + Bucket_StrikeRate Strike<br>Rate + Index: English.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/English.msg,v retrieving revision 1.106 retrieving revision 1.107 diff -C2 -d -r1.106 -r1.107 *** English.msg 3 Dec 2007 12:57:03 -0000 1.106 --- English.msg 27 Jan 2008 04:55:21 -0000 1.107 *************** *** 25,30 **** ManualLanguage en ! # This is where to find the FAQ on the Wiki ! FAQLink FrequentlyAskedQuestions # Common words that are used on their own all over the interface --- 25,33 ---- ManualLanguage en ! # These are where to find the documents on the Wiki ! WikiLink ! FAQLink FAQ ! RequestFeatureLink RequestFeature ! MailingListLink POPFileAnnounce # Common words that are used on their own all over the interface |
From: Brian S. <xue...@us...> - 2008-01-26 14:54:56
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30981 Modified Files: Tag: b0_22_2 installer.nsi Log Message: When upgrading an existing installation include the SSL component when comparing the list of currently selected components against the existing POPFile installation. Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.242.4.24 retrieving revision 1.242.4.25 diff -C2 -d -r1.242.4.24 -r1.242.4.25 *** installer.nsi 9 Jan 2008 12:22:05 -0000 1.242.4.24 --- installer.nsi 26 Jan 2008 14:54:58 -0000 1.242.4.25 *************** *** 2127,2130 **** --- 2127,2131 ---- ; version we are about to upgrade includes that program component then the user is asked for ; permission to upgrade the component [To do: disable the component if user says 'No' ??] + ; Check the components in alphabetic order for the sake of convenience. !insertmacro SectionFlagIsSet ${SecIMAP} ${SF_SELECTED} check_nntp look_for_imap *************** *** 2165,2178 **** check_socks: ! !insertmacro SectionFlagIsSet ${SecSOCKS} ${SF_SELECTED} check_xmlrpc look_for_socks look_for_socks: ! IfFileExists "$G_ROOTDIR\lib\IO\Socket\Socks.pm" 0 check_xmlrpc StrCpy $G_PLS_FIELD_1 "SOCKS support" MessageBox MB_YESNO|MB_ICONQUESTION "$(MBCOMPONENT_PROB_1)\ ${MB_NL}${MB_NL}\ ! $(MBCOMPONENT_PROB_2)" IDNO check_xmlrpc !insertmacro SelectSection ${SecSOCKS} check_xmlrpc: !insertmacro SectionFlagIsSet ${SecXMLRPC} ${SF_SELECTED} continue look_for_xmlrpc --- 2166,2190 ---- check_socks: ! !insertmacro SectionFlagIsSet ${SecSOCKS} ${SF_SELECTED} check_ssl look_for_socks look_for_socks: ! IfFileExists "$G_ROOTDIR\lib\IO\Socket\Socks.pm" 0 check_ssl StrCpy $G_PLS_FIELD_1 "SOCKS support" MessageBox MB_YESNO|MB_ICONQUESTION "$(MBCOMPONENT_PROB_1)\ ${MB_NL}${MB_NL}\ ! $(MBCOMPONENT_PROB_2)" IDNO check_ssl !insertmacro SelectSection ${SecSOCKS} + check_ssl: + !insertmacro SectionFlagIsSet ${SecSSL} ${SF_SELECTED} check_xmlrpc look_for_ssl + + look_for_ssl: + IfFileExists "$G_ROOTDIR\lib\Net\SSLeay.pm" 0 check_xmlrpc + StrCpy $G_PLS_FIELD_1 "SSL Support" + MessageBox MB_YESNO|MB_ICONQUESTION "$(MBCOMPONENT_PROB_1)\ + ${MB_NL}${MB_NL}\ + $(MBCOMPONENT_PROB_2)" IDNO check_xmlrpc + !insertmacro SelectSection ${SecSSL} + check_xmlrpc: !insertmacro SectionFlagIsSet ${SecXMLRPC} ${SF_SELECTED} continue look_for_xmlrpc |
From: naoki i. <am...@us...> - 2008-01-25 19:40:00
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6352/skins/default Modified Files: Tag: b0_22_2 common-bottom.thtml Log Message: Change some of the UI's footer links to point to Wiki pages and make some of the links localizable. Index: common-bottom.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/common-bottom.thtml,v retrieving revision 1.8.6.2 retrieving revision 1.8.6.3 diff -C2 -d -r1.8.6.2 -r1.8.6.3 *** common-bottom.thtml 31 Jan 2007 11:39:29 -0000 1.8.6.2 --- common-bottom.thtml 25 Jan 2008 19:40:00 -0000 1.8.6.3 *************** *** 13,17 **** <a class="bottomLink" href="http://getpopfile.org/"><TMPL_VAR NAME="Localize_Footer_HomePage"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/wiki"> <TMPL_VAR NAME="Localize_Footer_Wiki"></a> <br /> --- 13,17 ---- <a class="bottomLink" href="http://getpopfile.org/"><TMPL_VAR NAME="Localize_Footer_HomePage"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_WikiLink">"> <TMPL_VAR NAME="Localize_Footer_Wiki"></a> <br /> *************** *** 28,34 **** </td> <td class="footerBody"> ! <a class="bottomLink" href="http://sourceforge.net/tracker/index.php?group_id=63137&atid=502959"><TMPL_VAR NAME="Localize_Footer_RequestFeature"></a> <br /> ! <a class="bottomLink" href="http://lists.sourceforge.net/lists/listinfo/popfile-announce"><TMPL_VAR NAME="Localize_Footer_MailingList"></a> <br /> <a class="bottomLink" href="http://sourceforge.net/forum/forum.php?forum_id=213876"><TMPL_VAR NAME="Localize_Footer_FeedMe"></a> --- 28,34 ---- </td> <td class="footerBody"> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_RequestFeatureLink">"><TMPL_VAR NAME="Localize_Footer_RequestFeature"></a> <br /> ! <a class="bottomLink" href="http://getpopfile.org/wiki/<TMPL_VAR NAME="Localize_MailingListLink">"><TMPL_VAR NAME="Localize_Footer_MailingList"></a> <br /> <a class="bottomLink" href="http://sourceforge.net/forum/forum.php?forum_id=213876"><TMPL_VAR NAME="Localize_Footer_FeedMe"></a> |
From: naoki i. <am...@us...> - 2008-01-25 19:39:57
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6352/languages Modified Files: Tag: b0_22_2 English.msg Nihongo.msg Log Message: Change some of the UI's footer links to point to Wiki pages and make some of the links localizable. Index: Nihongo.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Nihongo.msg,v retrieving revision 1.11.6.11 retrieving revision 1.11.6.12 diff -C2 -d -r1.11.6.11 -r1.11.6.12 *** Nihongo.msg 5 Nov 2007 12:11:00 -0000 1.11.6.11 --- Nihongo.msg 25 Jan 2008 19:40:00 -0000 1.11.6.12 *************** *** 26,31 **** ! # This is where to find the FAQ on the Wiki FAQLink JP:FAQ # Common words that are used on their own all over the interface --- 26,34 ---- ! # These are where to find the documents on the Wiki ! WikiLink JP FAQLink JP:FAQ + RequestFeatureLink JP:RequestFeature + MailingListLink JP:POPFileAnnounce # Common words that are used on their own all over the interface *************** *** 107,111 **** Footer_Manual ¥Þ¥Ë¥å¥¢¥ë Footer_Forums ¥Õ¥©¡¼¥é¥à ! Footer_FeedMe ´óÉÕ Footer_RequestFeature Í×˾ Footer_MailingList ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È --- 110,114 ---- Footer_Manual ¥Þ¥Ë¥å¥¢¥ë Footer_Forums ¥Õ¥©¡¼¥é¥à ! Footer_FeedMe ´óÉÕ(±Ñ¸ì) Footer_RequestFeature Í×˾ Footer_MailingList ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È Index: English.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/English.msg,v retrieving revision 1.75.6.9 retrieving revision 1.75.6.10 diff -C2 -d -r1.75.6.9 -r1.75.6.10 *** English.msg 5 Nov 2007 09:34:25 -0000 1.75.6.9 --- English.msg 25 Jan 2008 19:40:00 -0000 1.75.6.10 *************** *** 25,30 **** ManualLanguage en ! # This is where to find the FAQ on the Wiki FAQLink FAQ # Common words that are used on their own all over the interface --- 25,33 ---- ManualLanguage en ! # These are where to find the documents on the Wiki ! WikiLink FAQLink FAQ + RequestFeatureLink RequestFeature + MailingListLink POPFileAnnounce # Common words that are used on their own all over the interface |
From: John Graham-C. <jgr...@us...> - 2008-01-25 10:39:18
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3166 Modified Files: Tag: b0_22_2 popfile.pl Log Message: Improve start up and shutdown logger messages Index: popfile.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile.pl,v retrieving revision 1.225.4.3 retrieving revision 1.225.4.4 diff -C2 -d -r1.225.4.3 -r1.225.4.4 *** popfile.pl 23 Jan 2008 19:18:42 -0000 1.225.4.3 --- popfile.pl 25 Jan 2008 10:39:19 -0000 1.225.4.4 *************** *** 102,107 **** $POPFile->CORE_start(); - $POPFile->get_module( 'POPFile::Logger' )->debug( 0, 'POPFile ' . $POPFile->CORE_version() . ' starting' ); - # If there were any log messages from the packing list check then # log them now --- 102,105 ---- |
From: John Graham-C. <jgr...@us...> - 2008-01-25 10:39:18
|
Update of /cvsroot/popfile/engine/POPFile In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3166/POPFile Modified Files: Tag: b0_22_2 Loader.pm Logger.pm Log Message: Improve start up and shutdown logger messages Index: Loader.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Loader.pm,v retrieving revision 1.26.6.1 retrieving revision 1.26.6.2 diff -C2 -d -r1.26.6.1 -r1.26.6.2 *** Loader.pm 6 Feb 2006 15:15:53 -0000 1.26.6.1 --- Loader.pm 25 Jan 2008 10:39:19 -0000 1.26.6.2 *************** *** 12,16 **** # utilities to assist in loading and executing modules # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile --- 12,16 ---- # utilities to assist in loading and executing modules # ! # Copyright (c) 2001-2008 John Graham-Cumming # # This file is part of POPFile Index: Logger.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Logger.pm,v retrieving revision 1.41.6.1 retrieving revision 1.41.6.2 diff -C2 -d -r1.41.6.1 -r1.41.6.2 *** Logger.pm 6 Feb 2006 15:15:53 -0000 1.41.6.1 --- Logger.pm 25 Jan 2008 10:39:19 -0000 1.41.6.2 *************** *** 10,14 **** # information to disk or to send it to the screen. # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile --- 10,14 ---- # information to disk or to send it to the screen. # ! # Copyright (c) 2001-2008 John Graham-Cumming # # This file is part of POPFile *************** *** 137,143 **** --- 137,161 ---- $self->calculate_today__(); + $self->debug( 0, '-----------------------' ); + $self->debug( 0, 'POPFile ' . $self->version() . ' starting' ); + return 1; } + #---------------------------------------------------------------------------- + # + # stop + # + # Called to stop the logger module + # + #---------------------------------------------------------------------------- + sub stop + { + my ( $self ) = @_; + + $self->debug( 0, 'POPFile stopped' ); + $self->debug( 0, '---------------' ); + } + # --------------------------------------------------------------------------- # |
From: John Graham-C. <jgr...@us...> - 2008-01-23 19:18:42
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30773 Modified Files: Tag: b0_22_2 popfile.pl Log Message: Improve startup logger messages Index: popfile.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile.pl,v retrieving revision 1.225.4.2 retrieving revision 1.225.4.3 diff -C2 -d -r1.225.4.2 -r1.225.4.3 *** popfile.pl 23 Jan 2008 08:38:29 -0000 1.225.4.2 --- popfile.pl 23 Jan 2008 19:18:42 -0000 1.225.4.3 *************** *** 9,13 **** # which category the message belongs in and much more... # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile --- 9,13 ---- # which category the message belongs in and much more... # ! # Copyright (c) 2001-2008 John Graham-Cumming # # This file is part of POPFile *************** *** 38,42 **** my $fatal = 0; ! my $log = ''; if ( open PACKING, "<$packing_list" ) { --- 38,42 ---- my $fatal = 0; ! my @log; if ( open PACKING, "<$packing_list" ) { *************** *** 60,64 **** print STDERR "ERROR: POPFile needs Perl module $module, please install it.\n"; } else { ! $log .= "WARNING: POPFile may require Perl module $module; it is needed for \"$why\".\n"; } } --- 60,64 ---- print STDERR "ERROR: POPFile needs Perl module $module, please install it.\n"; } else { ! push @log, ("Warning: POPFile may require Perl module $module; it is needed only for \"$why\"."); } } *************** *** 67,71 **** close PACKING; } else { ! $log .= "WARNING: Couldn't open POPFile packing list ($packing_list) so cannot check configuration\n"; } --- 67,71 ---- close PACKING; } else { ! push @log, ("Warning: Couldn't open POPFile packing list ($packing_list) so cannot check configuration (this probably doesn't matter)"); } *************** *** 86,93 **** $POPFile->CORE_loader_init(); - # Grab the current version number and add to the log - - $log = 'POPFile v' . $POPFile->{version_string__} . " starting\n$log"; - # Redefine POPFile's signals --- 86,89 ---- *************** *** 106,116 **** $POPFile->CORE_start(); # If there were any log messages from the packing list check then # log them now ! if ( $log ne '' ) { ! $POPFile->get_module( 'POPFile::Logger' )->debug( 0, $log ); } # This is the main POPFile loop that services requests, it will # exit only when we need to exit --- 102,118 ---- $POPFile->CORE_start(); + $POPFile->get_module( 'POPFile::Logger' )->debug( 0, 'POPFile ' . $POPFile->CORE_version() . ' starting' ); + # If there were any log messages from the packing list check then # log them now ! if ( $#log != -1 ) { ! foreach my $m (@log) { ! $POPFile->get_module( 'POPFile::Logger' )->debug( 0, $m ); ! } } + $POPFile->get_module( 'POPFile::Logger' )->debug( 0, "POPFile successfully started" ); + # This is the main POPFile loop that services requests, it will # exit only when we need to exit |
From: John Graham-C. <jgr...@us...> - 2008-01-23 08:38:26
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20155 Modified Files: Tag: b0_22_2 popfile.pl Log Message: Add POPFile starting message to log Index: popfile.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile.pl,v retrieving revision 1.225.4.1 retrieving revision 1.225.4.2 diff -C2 -d -r1.225.4.1 -r1.225.4.2 *** popfile.pl 7 Feb 2006 11:09:54 -0000 1.225.4.1 --- popfile.pl 23 Jan 2008 08:38:29 -0000 1.225.4.2 *************** *** 86,89 **** --- 86,93 ---- $POPFile->CORE_loader_init(); + # Grab the current version number and add to the log + + $log = 'POPFile v' . $POPFile->{version_string__} . " starting\n$log"; + # Redefine POPFile's signals |
From: Brian S. <xue...@us...> - 2008-01-09 12:22:09
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8587 Modified Files: Tag: b0_22_2 installer.nsi Log Message: Update the comment about the renamed UI language file (next release will be 1.0.1 and not 1.1.0). Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.242.4.23 retrieving revision 1.242.4.24 diff -C2 -d -r1.242.4.23 -r1.242.4.24 *** installer.nsi 5 Jan 2008 14:38:36 -0000 1.242.4.23 --- installer.nsi 9 Jan 2008 12:22:05 -0000 1.242.4.24 *************** *** 1352,1357 **** File "..\engine\languages\*.msg" ! ; The 1.1.0 release renamed the Brazilian Portuguese UI language file ! ; so we need to remove any old versions of the file to avoid confusion Delete "$G_ROOTDIR\languages\Portugues do Brasil.msg" --- 1352,1357 ---- File "..\engine\languages\*.msg" ! ; After the 1.0.0 release the Brazilian Portuguese UI language file was ! ; renamed so we remove the old version of the file to avoid confusion Delete "$G_ROOTDIR\languages\Portugues do Brasil.msg" |
From: Brian S. <xue...@us...> - 2008-01-08 02:50:04
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29480 Added Files: Tag: b0_22_2 1.0.1.pcf Log Message: At present no SSL patches are required for the 1.0.1 release. --- NEW FILE: 1.0.1.pcf --- ; POPFILE PATCH CONTROL FILE [PCF] Format=1 [Settings] POPFileVersion=1.0.1 PatchIssue=0 NumberOfPatches=0 Comment=The current SSL Support files are compatible (5 Jan 2008 @ 14:41 GMT) |
From: Brian S. <xue...@us...> - 2008-01-05 14:43:55
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16679 Added Files: Tag: b0_22_2 1.1.0.pcf Log Message: At present no SSL patches are required for the 1.1.0 release. --- NEW FILE: 1.1.0.pcf --- ; POPFILE PATCH CONTROL FILE [PCF] Format=1 [Settings] POPFileVersion=1.1.0 PatchIssue=0 NumberOfPatches=0 Comment=The current SSL Support files are compatible (5 Jan 2008 @ 14:41 GMT) |
From: Brian S. <xue...@us...> - 2008-01-05 14:38:34
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14493 Modified Files: Tag: b0_22_2 installer-SecPOPFile-body.nsh installer.nsi Log Message: Simplify the handling of the optional Japanese translation of the release notes and handle the new name for the Brazilian Portuguese UI language file. Also removed some debug code which got left behind. Index: installer-SecPOPFile-body.nsh =================================================================== RCS file: /cvsroot/popfile/windows/installer-SecPOPFile-body.nsh,v retrieving revision 1.3.2.18 retrieving revision 1.3.2.19 diff -C2 -d -r1.3.2.18 -r1.3.2.19 *** installer-SecPOPFile-body.nsh 11 Dec 2007 12:40:53 -0000 1.3.2.18 --- installer-SecPOPFile-body.nsh 5 Jan 2008 14:38:36 -0000 1.3.2.19 *************** *** 8,12 **** # in a separate file (see 'installer-SecPOPFile-func.nsh') # ! # Copyright (c) 2005-2007 John Graham-Cumming # # This file is part of POPFile --- 8,12 ---- # in a separate file (see 'installer-SecPOPFile-func.nsh') # ! # Copyright (c) 2005-2008 John Graham-Cumming # # This file is part of POPFile *************** *** 186,198 **** ; Some releases may have a Japanese translation of the release notes. - - Delete "$G_ROOTDIR\${C_README}" - - StrCmp $LANGUAGE ${LANG_JAPANESE} 0 English_release_notes - File /nonfatal "/oname=$G_ROOTDIR\${C_README}" "${C_JAPANESE_RELEASE_NOTES}" - IfFileExists "$G_ROOTDIR\${C_README}" copy_txt_version - English_release_notes: File "${C_RELEASE_NOTES}" copy_txt_version: --- 186,193 ---- ; Some releases may have a Japanese translation of the release notes. File "${C_RELEASE_NOTES}" + StrCmp $LANGUAGE ${LANG_JAPANESE} 0 copy_txt_version + File /nonfatal "/oname=$G_ROOTDIR\${C_README}" "${C_JAPANESE_RELEASE_NOTES}" copy_txt_version: Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.242.4.22 retrieving revision 1.242.4.23 diff -C2 -d -r1.242.4.22 -r1.242.4.23 *** installer.nsi 11 Dec 2007 12:40:53 -0000 1.242.4.22 --- installer.nsi 5 Jan 2008 14:38:36 -0000 1.242.4.23 *************** *** 21,25 **** # (2) pfidiag.exe (NSIS script: test\pfidiag.nsi) # ! # Copyright (c) 2002-2007 John Graham-Cumming # # This file is part of POPFile --- 21,25 ---- # (2) pfidiag.exe (NSIS script: test\pfidiag.nsi) # ! # Copyright (c) 2002-2008 John Graham-Cumming # # This file is part of POPFile *************** *** 903,907 **** ReserveFile /nonfatal "${C_JAPANESE_RELEASE_NOTES}" ReserveFile "${C_POPFILE_MAJOR_VERSION}.${C_POPFILE_MINOR_VERSION}.${C_POPFILE_REVISION}.pcf" ! ; ReserveFile "SSL_pm.pat" ; 0.22.5 does not need any SSL patches so there's no need for a built-in copy #-------------------------------------------------------------------------- --- 903,908 ---- ReserveFile /nonfatal "${C_JAPANESE_RELEASE_NOTES}" ReserveFile "${C_POPFILE_MAJOR_VERSION}.${C_POPFILE_MINOR_VERSION}.${C_POPFILE_REVISION}.pcf" ! ! ; ReserveFile "SSL_pm.pat" ; 0.22.5 (and later releases) do not need any SSL patches (yet) #-------------------------------------------------------------------------- *************** *** 960,971 **** UAC_Elevate: - ; MessageBox MB_OK "Debug message (UAC_Elevate label in .onInit function)\ - ; ${MB_NL}${MB_NL}\ - ; Command-line = $CMDLINE\ - ; ${MB_NL}${MB_NL}\ - ; $$G_WINUSERNAME = $G_WINUSERNAME\ - ; ${MB_NL}${MB_NL}\ - ; $$G_WINUSERTYPE = $G_WINUSERTYPE" - UAC::RunElevated StrCmp 1223 ${L_UAC_0} UAC_ElevationAborted ; Jump if UAC dialog was aborted by user --- 961,964 ---- *************** *** 1012,1021 **** ; notes then the normal English version will be used. - StrCmp $LANGUAGE ${LANG_JAPANESE} 0 English_release_notes - File /nonfatal "/oname=$PLUGINSDIR\${C_README}" "${C_JAPANESE_RELEASE_NOTES}" - IfFileExists "$PLUGINSDIR\${C_README}" make_txt_file - - English_release_notes: File "/oname=$PLUGINSDIR\${C_README}" "${C_RELEASE_NOTES}" make_txt_file: --- 1005,1011 ---- ; notes then the normal English version will be used. File "/oname=$PLUGINSDIR\${C_README}" "${C_RELEASE_NOTES}" + StrCmp $LANGUAGE ${LANG_JAPANESE} 0 make_txt_file + File /nonfatal "/oname=$PLUGINSDIR\${C_README}" "${C_JAPANESE_RELEASE_NOTES}" make_txt_file: *************** *** 1362,1365 **** --- 1352,1360 ---- File "..\engine\languages\*.msg" + ; The 1.1.0 release renamed the Brazilian Portuguese UI language file + ; so we need to remove any old versions of the file to avoid confusion + + Delete "$G_ROOTDIR\languages\Portugues do Brasil.msg" + SetDetailsPrint textonly DetailPrint "$(PFI_LANG_INST_PROG_ENDSEC)" |
From: Brian S. <xue...@us...> - 2008-01-05 14:36:41
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13761 Modified Files: Tag: b0_22_2 adduser-Version.nsh adduser.nsi Log Message: Handle the new name for the Brazilian Portuguese UI language file. Index: adduser-Version.nsh =================================================================== RCS file: /cvsroot/popfile/windows/adduser-Version.nsh,v retrieving revision 1.6.2.19 retrieving revision 1.6.2.20 diff -C2 -d -r1.6.2.19 -r1.6.2.20 *** adduser-Version.nsh 4 Dec 2007 20:54:44 -0000 1.6.2.19 --- adduser-Version.nsh 5 Jan 2008 14:36:43 -0000 1.6.2.20 *************** *** 7,11 **** #-------------------------------------------------------------------------- ! !define C_PFI_VERSION "0.3.19" #-------------------------------------------------------------------------- --- 7,11 ---- #-------------------------------------------------------------------------- ! !define C_PFI_VERSION "0.3.20" #-------------------------------------------------------------------------- Index: adduser.nsi =================================================================== RCS file: /cvsroot/popfile/windows/adduser.nsi,v retrieving revision 1.59.4.21 retrieving revision 1.59.4.22 diff -C2 -d -r1.59.4.21 -r1.59.4.22 *** adduser.nsi 4 Dec 2007 20:54:44 -0000 1.59.4.21 --- adduser.nsi 5 Jan 2008 14:36:43 -0000 1.59.4.22 *************** *** 8,12 **** # be done using this wizard. # ! # Copyright (c) 2004-2007 John Graham-Cumming # # This file is part of POPFile --- 8,12 ---- # be done using this wizard. # ! # Copyright (c) 2004-2008 John Graham-Cumming # # This file is part of POPFile *************** *** 1771,1775 **** !insertmacro PFI_UI_LANG_CONFIG "POLISH" "Polish" !insertmacro PFI_UI_LANG_CONFIG "PORTUGUESE" "Portugues" ! !insertmacro PFI_UI_LANG_CONFIG "PORTUGUESEBR" "Portugues do Brasil" !insertmacro PFI_UI_LANG_CONFIG "RUSSIAN" "Russian" !insertmacro PFI_UI_LANG_CONFIG "SLOVAK" "Slovak" --- 1771,1775 ---- !insertmacro PFI_UI_LANG_CONFIG "POLISH" "Polish" !insertmacro PFI_UI_LANG_CONFIG "PORTUGUESE" "Portugues" ! !insertmacro PFI_UI_LANG_CONFIG "PORTUGUESEBR" "Portugues-do-Brasil" !insertmacro PFI_UI_LANG_CONFIG "RUSSIAN" "Russian" !insertmacro PFI_UI_LANG_CONFIG "SLOVAK" "Slovak" |
From: John Graham-C. <jgr...@us...> - 2008-01-04 15:44:26
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8815 Modified Files: Tag: b0_22_2 Chinese-Simplified-GB2312.msg Chinese-Simplified.msg Chinese-Traditional-BIG5.msg Chinese-Traditional.msg Log Message: Updated Chinese translation Index: Chinese-Simplified.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Chinese-Simplified.msg,v retrieving revision 1.6.4.4 retrieving revision 1.6.4.5 diff -C2 -d -r1.6.4.4 -r1.6.4.5 *** Chinese-Simplified.msg 31 Jan 2007 13:32:26 -0000 1.6.4.4 --- Chinese-Simplified.msg 4 Jan 2008 15:44:28 -0000 1.6.4.5 *************** *** 1,380 **** ! # Copyright (c) 2001-2007 John Graham-Cumming ! # ! # This file is part of POPFile ! # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. ! # ! # POPFile is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License ! # along with POPFile; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # ! # POPFile 0.22.0 Simplified Chinese Translation ! # Created By Jedi Lin, 2004/09/19 ! # In fact translated from Traditional Chinese by Encode::HanConvert ! # Modified By Jedi Lin, 2004/09/23 ! ! # Identify the language and character set used for the interface ! LanguageCode cn ! LanguageCharset UTF8 ! LanguageDirection ltr ! ! # This is used to get the appropriate subdirectory for the manual ! ManualLanguage zh-cn ! ! # This is where to find the FAQ on the Wiki ! FAQLink FAQ ! ! # Common words that are used on their own all over the interface ! Apply å¥ç¨ ! On å¼ ! Off å ³ ! TurnOn æå¼ ! TurnOff å ³ä¸ ! Add å å ¥ ! Remove ç§»é¤ ! Previous åä¸é¡µ ! Next ä¸ä¸é¡µ ! From å¯ä»¶è ! Subject ä¸»æ¨ ! Cc 坿¬ ! Classification é®ç ! Reclassify éæ°åç±» ! Probability å¯è½æ§ ! Scores åæ° ! QuickMagnets å¿«éå¸é ! Undo è¿å ! Close å ³é ! Find å¯»æ¾ ! Filter è¿æ»¤å¨ ! Yes æ¯ ! No å¦ ! ChangeToYes æ¹ææ¯ ! ChangeToNo æ¹æå¦ ! Bucket é®ç ! Magnet å¸é ! Delete å é¤ ! Create å»ºç« ! To æ¶ä»¶äºº ! Total å ¨é¨ ! Rename æ´å ! Frequency é¢ç ! Probability å¯è½æ§ ! Score åæ° ! Lookup æ¥æ¾ ! Word åè¯ ! Count è®¡æ° ! Update æ´æ° ! Refresh éæ°æ´ç ! FAQ 常è§é®çé ! ID ID ! Date æ¥æ ! Arrived æ¶ä»¶æ¶é´ ! Size å¤§å° ! ! # This is a regular expression pattern that is used to convert ! # a number into a friendly looking number (for the US and UK this ! # means comma separated at the thousands) ! ! Locale_Thousands , ! Locale_Decimal . ! ! # The Locale_Date uses the format strings in Perl's Date::Format ! # module to set the date format for the UI. There are two possible ! # ways to specify it. ! # ! # <format> Just one simple format used for all dates ! # <<format> | <format> The first format is used for dates less than ! # 7 days from now, the second for all other dates ! ! Locale_Date %a %m/%d %T %z | %A %Y/%m/%d %T %z ! ! # The header and footer that appear on every UI page ! Header_Title POPFile æ§å¶ä¸å¿ ! Header_Shutdown åæ POPFile ! Header_History åå² ! Header_Buckets é®ç ! Header_Configuration ç»æ ! Header_Advanced è¿é¶ ! Header_Security å®å ¨ ! Header_Magnets å¸é ! ! Footer_HomePage POPFile é¦é¡µ ! Footer_Manual æå ! Footer_Forums è®¨è®ºåº ! Footer_FeedMe æå© ! Footer_RequestFeature åè½è¯·æ± ! Footer_MailingList é®éè®ºé¢ ! Footer_Wiki æä»¶é ! ! Configuration_Error1 åé符ç¥è½æ¯åä¸çå符 ! Configuration_Error2 使ç¨è æ¥å£çè¿æ¥å ä¸å®è¦ä»äº 1 å 65535 ä¹é´ ! Configuration_Error3 POP3 èå¬è¿æ¥å ä¸å®è¦ä»äº 1 å 65535 ä¹é´ ! Configuration_Error4 页é¢å¤§å°ä¸å®è¦ä»äº 1 å 1000 ä¹é´ ! Configuration_Error5 åå²éè¦ä¿ççæ¥æ°ä¸å®è¦ä»äº 1 å 366 ä¹é´ ! Configuration_Error6 TCP 龿¶å¼ä¸å®è¦ä»äº 10 å 300 ä¹é´ ! Configuration_Error7 XML RPC èå¬è¿æ¥å ä¸å®è¦ä»äº 1 å 65535 ä¹é´ ! Configuration_Error8 SOCKS V 代çæå¡å¨è¿æ¥å ä¸å®è¦ä»äº 1 å 65535 ä¹é´ ! Configuration_POP3Port POP3 èå¬è¿æ¥å ! Configuration_POP3Update POP3 è¿æ¥å å·²æ´æ°ä¸º %s; è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ ! Configuration_XMLRPCUpdate XML-RPC è¿æ¥å å·²æ´æ°ä¸º %s; è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ ! Configuration_XMLRPCPort XML-RPC èå¬è¿æ¥å ! Configuration_SMTPPort SMTP èå¬è¿æ¥å ! Configuration_SMTPUpdate SMTP è¿æ¥å å·²æ´æ°ä¸º %s; è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ ! Configuration_NNTPPort NNTP èå¬è¿æ¥å ! Configuration_NNTPUpdate NNTP è¿æ¥å å·²æ´æ°ä¸º %s; è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ ! Configuration_POPFork å 许éå¤ç POP3 èæº ! Configuration_SMTPFork å 许éå¤ç SMTP èæº ! Configuration_NNTPFork å 许éå¤ç NNTP èæº ! Configuration_POP3Separator POP3 主æº:è¿æ¥å :使ç¨è åé符 ! Configuration_NNTPSeparator NNTP 主æº:è¿æ¥å :使ç¨è åé符 ! Configuration_POP3SepUpdate POP3 çåéç¬¦å·²æ´æ°ä¸º %s ! Configuration_NNTPSepUpdate NNTP çåéç¬¦å·²æ´æ°ä¸º %s ! Configuration_UI 使ç¨è æ¥å£ç½é¡µè¿æ¥å ! Configuration_UIUpdate 使ç¨è æ¥å£ç½é¡µè¿æ¥å å·²æ´æ°ä¸º %s; è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ ! Configuration_History æ¯ä¸é¡µæè¦ååºçé®ä»¶è®¯æ¯æ°é ! Configuration_HistoryUpdate æ¯ä¸é¡µæè¦ååºçé®ä»¶è®¯æ¯æ°éå·²æ´æ°ä¸º %s ! Configuration_Days åå²éæè¦ä¿ççå¤©æ° ! Configuration_DaysUpdate åå²éæè¦ä¿çç天æ°å·²æ´æ°ä¸º %s ! Configuration_UserInterface 使ç¨è æ¥å£ ! Configuration_Skins å¤è§æ ·å¼ ! Configuration_SkinsChoose éæ©å¤è§æ ·å¼ ! Configuration_Language è¯è¨ ! Configuration_LanguageChoose éæ©è¯è¨ ! Configuration_ListenPorts 模åé项 ! Configuration_HistoryView å岿£è§ ! Configuration_TCPTimeout èæºé¾æ¶ ! Configuration_TCPTimeoutSecs èæºé¾æ¶ç§æ° ! Configuration_TCPTimeoutUpdate èæºé¾æ¶ç§æ°å·²æ´æ°ä¸º %s ! Configuration_ClassificationInsertion æå ¥é®ä»¶è®¯æ¯æå ! Configuration_SubjectLine 忴䏻æ¨å ! Configuration_XTCInsertion 卿 头æå ¥<br>X-Text-Classification ! Configuration_XPLInsertion 卿 头æå ¥<br>X-POPFile-Link ! Configuration_Logging æ¥å¿ ! Configuration_None æ ! Configuration_ToScreen è¾åºè³å±å¹ ! Configuration_ToFile è¾åºè³æ¡£æ¡ ! Configuration_ToScreenFile è¾åºè³å±å¹åæ¡£æ¡ ! Configuration_LoggerOutput æ¥å¿è¾åºæ¹å¼ ! Configuration_GeneralSkins å¤è§æ ·å¼ ! Configuration_SmallSkins å°åå¤è§æ ·å¼ ! Configuration_TinySkins å¾®åå¤è§æ ·å¼ ! Configuration_CurrentLogFile <ä¸è½½ç®åçæ¥å¿æ¡£> ! Configuration_SOCKSServer SOCKS V 代çæå¡å¨ä¸»æº ! Configuration_SOCKSPort SOCKS V 代çæå¡å¨è¿æ¥å ! Configuration_SOCKSPortUpdate SOCKS V 代çæå¡å¨è¿æ¥å å·²æ´æ°ä¸º %s ! Configuration_SOCKSServerUpdate SOCKS V 代çæå¡å¨ä¸»æºå·²æ´æ°ä¸º %s ! Configuration_Fields åå²å段 ! ! Advanced_Error1 '%s' å·²ç»å¨å¿½ç¥åè¯æ¸ åéäº ! Advanced_Error2 è¦è¢«å¿½ç¥çåè¯ä» è½å å«åæ¯æ°å, ., _, -, æ @ å符 ! Advanced_Error3 '%s' 已被å å ¥å¿½ç¥åè¯æ¸ åéäº ! Advanced_Error4 '%s' å¹¶ä¸å¨å¿½ç¥åè¯æ¸ åé ! Advanced_Error5 '%s' å·²ä»å¿½ç¥åè¯æ¸ åé被移é¤äº ! Advanced_StopWords 被忽ç¥çåè¯ ! Advanced_Message1 POPFile ä¼å¿½ç¥ä¸åè¿äºå¸¸ç¨çåè¯: ! Advanced_AddWord å å ¥åè¯ ! Advanced_RemoveWord ç§»é¤åè¯ ! Advanced_AllParameters ææç POPFile åæ° ! Advanced_Parameter åæ° ! Advanced_Value å¼ ! Advanced_Warning è¿æ¯å®æ´ç POPFile åæ°æ¸ å. ç¥éåè¿é¶ä½¿ç¨è : ä½ å¯ä»¥åæ´ä»»ä½åæ°å¼å¹¶æä¸ æ´æ°; ä¸è¿æ²¡æä»»ä½æºå¶ä¼æ£æ¥è¿äºåæ°å¼çæææ§. 以ç²ä½æ¾ç¤ºç项ç®è¡¨ç¤ºå·²ç»ä»é¢è®¾å¼è¢«å 以忴äº. ! Advanced_ConfigFile ç»ææ¡£: ! ! History_Filter (ç¥æ¾ç¤º <font color="%s">%s</font> é®ç) ! History_FilterBy è¿æ»¤æ¡ä»¶ ! History_Search (æå¯ä»¶è /ä¸»æ¨æ¥æå¯» %s) ! History_Title æè¿çé®ä»¶è®¯æ¯ ! History_Jump è·³å°è¿ä¸é¡µ ! History_ShowAll å ¨é¨æ¾ç¤º ! History_ShouldBe åºè¯¥è¦æ¯ ! History_NoFrom 没æå¯ä»¶è å ! History_NoSubject 没æä¸»æ¨å ! History_ClassifyAs åç±»æ ! History_MagnetUsed 使ç¨äºå¸é ! History_MagnetBecause <b>使ç¨äºå¸é</b><p>被åç±»æ <font color="%s">%s</font> çåå æ¯ %s å¸é</p> ! History_ChangedTo å·²åæ´ä¸º <font color="%s">%s</font> ! History_Already éæ°åç±»æ <font color="%s">%s</font> ! History_RemoveAll å ¨é¨ç§»é¤ ! History_RemovePage ç§»é¤æ¬é¡µ ! History_RemoveChecked ç§»é¤è¢«æ ¸éç ! History_Remove ææ¤ç§»é¤åå²éçé¡¹ç® ! History_SearchMessage æå¯»å¯ä»¶è /ä¸»æ¨ ! History_NoMessages 没æé®ä»¶è®¯æ¯ ! History_ShowMagnet ç¨äºå¸é ! History_Negate_Search è´åæå¯»/è¿æ»¤ ! History_Magnet (ç¥æ¾ç¤ºç±å¸éæåç±»çé®ä»¶è®¯æ¯) ! History_NoMagnet (ç¥æ¾ç¤ºä¸æ¯ç±å¸éæåç±»çé®ä»¶è®¯æ¯) ! History_ResetSearch é设 ! History_ChangedClass ç°å¨è¢«å类为 ! History_Purge 马ä¸å é¤ ! History_Increase å¢å ! History_Decrease åå° ! History_Column_Characters åæ´å¯ä»¶è , æ¶ä»¶è , 坿¬å主æ¨å段ç宽度 ! History_Automatic èªå¨å ! History_Reclassified 已鿰åç±» ! History_Size_Bytes %d B ! History_Size_KiloBytes %.1f KB ! History_Size_MegaBytes %.1f MB ! ! Password_Title å£ä»¤ ! Password_Enter è¾å ¥å£ä»¤ ! Password_Go å²! ! Password_Error1 䏿£ç¡®çå£ä»¤ ! ! Security_Error1 è¿æ¥å ä¸å®è¦ä»äº 1 å 65535 ä¹é´ ! Security_Stealth 鬼鬼ç¥ç¥æ¨¡å¼/æå¡å¨ä½ä¸ ! Security_NoStealthMode å¦ (鬼鬼ç¥ç¥æ¨¡å¼) ! Security_StealthMode (鬼鬼ç¥ç¥æ¨¡å¼) ! Security_ExplainStats (è¿ä¸ªé项å¼å¯å, POPFile æ¯å¤©é½ä¼ä¼ é䏿¬¡ä¸åä¸ä¸ªæ°å¼å° www.usethesource.com çä¸ä¸ªèæ¬: bc (ä½ çé®çæ°é), mc (被 POPFile åç±»è¿çé®ä»¶è®¯æ¯æ»æ°) å ec (åç±»éè¯¯çæ»æ°). è¿äºæ°å¼ä¼è¢«å¨åå°ä¸ä¸ªæ¡£æ¡é, ç¶åä¼è¢«æç¨æ¥åå¸ä¸äºå ³äºäººä»¬ä½¿ç¨ POPFile çæ åµè·å ¶ææçç»è®¡æ°æ®. æçç½é¡µæå¡å¨ä¼ä¿çå ¶æ¬èº«çæ¥å¿æ¡£çº¦ 5 天, ç¶åå°±ä¼å 以å é¤; æä¸ä¼å¨åä»»ä½ç»è®¡ä¸åç¬ IP å°åé´çå ³èæ§èµ·æ¥.) ! Security_ExplainUpdate (è¿ä¸ªé项å¼å¯å, POPFile æ¯å¤©é½ä¼ä¼ é䏿¬¡ä¸åä¸ä¸ªæ°å¼å° www.usethesource.com çä¸ä¸ªèæ¬: ma (ä½ ç POPFile ç主è¦çæ¬ç¼å·), mi (ä½ ç POPFile çæ¬¡è¦çæ¬ç¼å·) å bn (ä½ ç POPFile ç建å·). æ°çæ¨åºæ¶, POPFile 伿¶å°ä¸ä»½å¾å½¢ååº, 并䏿¾ç¤ºå¨ç»é¢é¡¶ç«¯. æçç½é¡µæå¡å¨ä¼ä¿çå ¶æ¬èº«çæ¥å¿æ¡£çº¦ 5 天, ç¶åå°±ä¼å 以å é¤; æä¸ä¼å¨å任使´æ°æ£æ¥ä¸åç¬ IP å°åé´çå ³èæ§èµ·æ¥.) ! Security_PasswordTitle 使ç¨è æ¥å£å£ä»¤ ! Security_Password å£ä»¤ ! Security_PasswordUpdate å£ä»¤å·²æ´æ° ! Security_AUTHTitle è¿ç¨æå¡å¨ ! Security_SecureServer è¿ç¨ POP3 æå¡å¨ (SPA/AUTH æç©¿éå¼ä»£çæå¡å¨) ! Security_SecureServerUpdate è¿ç¨ POP3 æå¡å¨å·²æ´æ°ä¸º %s ! Security_SecurePort è¿ç¨ POP3 è¿æ¥å (SPA/AUTH æç©¿éå¼ä»£çæå¡å¨) ! Security_SecurePortUpdate è¿ç¨ POP3 è¿æ¥å å·²æ´æ°ä¸º %s ! Security_SMTPServer SMTP è¿éæå¡å¨ ! Security_SMTPServerUpdate SMTP è¿éæå¡å¨å·²æ´æ°ä¸º %s; è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ ! Security_SMTPPort SMTP è¿éè¿æ¥å ! Security_SMTPPortUpdate SMTP è¿éè¿æ¥å å·²æ´æ°ä¸º %s; è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ ! Security_POP3 æ¥åæ¥èªè¿ç¨æºå¨ç POP3 èæº (éè¦éæ°æ¿æ´» POPFile) ! Security_SMTP æ¥åæ¥èªè¿ç¨æºå¨ç SMTP èæº (éè¦éæ°æ¿æ´» POPFile) ! Security_NNTP æ¥åæ¥èªè¿ç¨æºå¨ç NNTP èæº (éè¦éæ°æ¿æ´» POPFile) ! Security_UI æ¥åæ¥èªè¿ç¨æºå¨ç HTTP (使ç¨è æ¥å£) èæº (éè¦éæ°æ¿æ´» POPFile) ! Security_XMLRPC æ¥åæ¥èªè¿ç¨æºå¨ç XML-RPC èæº (éè¦éæ°æ¿æ´» POPFile) ! Security_UpdateTitle èªå¨æ´æ°æ£æ¥ ! Security_Update æ¯å¤©æ£æ¥ POPFile æ¯å¦ææ´æ° ! Security_StatsTitle 忥ç»è®¡æ°æ® ! Security_Stats æ¯æ¥éåºç»è®¡æ°æ® ! ! Magnet_Error1 '%s' å¸éå·²ç»åå¨äº '%s' é®çéäº ! Magnet_Error2 æ°ç '%s' å¸éè·æ¢æç '%s' å¸éèµ·äºå²çª, å¯è½ä¼å¼èµ· '%s' é®çå çæ§å¼ç»æ. æ°çå¸éä¸ä¼è¢«å è¿å». ! Magnet_Error3 å»ºç«æ°çå¸é '%s' äº '%s' é®çä¸ ! Magnet_CurrentMagnets ç°ç¨çå¸é ! Magnet_Message1 ä¸åçå¸éä¼è®©ä¿¡ä»¶æ»æ¯è¢«åç±»å°ç¹å®çé®çé. ! Magnet_CreateNew å»ºç«æ°çå¸é ! Magnet_Explanation æè¿äºç±»å«çå¸éå¯ä»¥ç¨:</b> <ul><li><b>å¯ä»¶è å°åæåå:</b> 䏾便¥è¯´: jo...@co... å°±ç¥ä¼å»åç¹å®çå°å, <br />company.com ä¼å»åå°ä»»ä½ä» company.com å¯åºæ¥ç人, <br />John Doe ä¼å»åç¹å®ç人, John ä¼å»åææç Johns</li><li><b>æ¶ä»¶è /坿¬å°åæåç§°:</b> å°±è·å¯ä»¶è 䏿 ·: 使¯å¸éç¥ä¼é对é®ä»¶è®¯æ¯éç To:/Cc: å°åçæ</li> <li><b>主æ¨åè¯:</b> ä¾å¦: hello ä¼å»åææä¸»æ¨éæ hello çé®ä»¶è®¯æ¯</li></ul> ! Magnet_MagnetType å¸éç±»å« ! Magnet_Value å¼ ! Magnet_Always æ»æ¯åå°é®ç ! Magnet_Jump è·³å°å¸éé¡µé¢ ! ! Bucket_Error1 é®çåç§°ç¥è½å«æå°å a å° z ç忝, 0 å° 9 çæ°å, å ä¸ - å _ ! Bucket_Error2 å·²ç»æå为 %s çé®çäº ! Bucket_Error3 å·²ç»å»ºç«äºå为 %s çé®ç ! Bucket_Error4 请è¾å ¥é空ç½çåè¯ ! Bucket_Error5 å·²ç»æ %s é®çæ¹å为 %s äº ! Bucket_Error6 å·²ç»å é¤äº %s é®çäº ! Bucket_Title é®çç»æ ! Bucket_BucketName é®çåç§° ! Bucket_WordCount åè¯è®¡æ° ! Bucket_WordCounts åè¯æ°ç®ç»è®¡ ! Bucket_UniqueWords ç¬ç¹ç<br>åè¯æ° ! Bucket_SubjectModification ä¿®æ¹ä¸»æ¨æ 头 ! Bucket_ChangeColor é®çé¢è² ! Bucket_NotEnoughData æ°æ®ä¸è¶³ ! Bucket_ClassificationAccuracy åç±»å确度 ! Bucket_EmailsClassified å·²åç±»çé®ä»¶è®¯æ¯æ°é ! Bucket_EmailsClassifiedUpper é®ä»¶è®¯æ¯åç±»ç»æ ! Bucket_ClassificationErrors åç±»é误 ! Bucket_Accuracy å确度 ! Bucket_ClassificationCount åç±»è®¡æ° ! Bucket_ClassificationFP ä¼ªé³æ§åç±» ! Bucket_ClassificationFN ä¼ªé´æ§åç±» ! Bucket_ResetStatistics é设ç»è®¡æ°æ® ! Bucket_LastReset 忬¡éè®¾äº ! Bucket_CurrentColor %s ç°ç¨çé¢è²ä¸º %s ! Bucket_SetColorTo è®¾å® %s çé¢è²ä¸º %s ! Bucket_Maintenance ç»´æ¤ ! Bucket_CreateBucket ç¨è¿ä¸ªåå建ç«é®ç ! Bucket_DeleteBucket å ææ¤åç§°çé®ç ! Bucket_RenameBucket æ´æ¹æ¤åç§°çé®ç ! Bucket_Lookup æ¥æ¾ ! Bucket_LookupMessage å¨é®ç鿥æ¾åè¯ ! Bucket_LookupMessage2 æ¥æ¾æ¤åè¯çç»æ ! Bucket_LookupMostLikely <b>%s</b> æåæ¯å¨ <font color="%s">%s</font> ä¼åºç°çåè¯ ! Bucket_DoesNotAppear <p><b>%s</b> å¹¶æªåºç°äºä»»ä½é®çé ! Bucket_DisabledGlobally å·²å ¨ååç¨ç ! Bucket_To è³ ! Bucket_Quarantine é离é®ç ! ! SingleBucket_Title %s çè¯¦ç»æ°æ® ! SingleBucket_WordCount é®çåè¯è®¡æ° ! SingleBucket_TotalWordCount å ¨é¨çåè¯è®¡æ° ! SingleBucket_Percentage å å ¨é¨çç¾åæ¯ ! SingleBucket_WordTable %s çåè¯è¡¨ ! SingleBucket_Message1 æä¸ç´¢å¼éç忝æ¥ççææä»¥è¯¥åæ¯å¼å¤´çåè¯. æä¸ä»»ä½åè¯å°±å¯ä»¥æ¥æ¾å®å¨ææé®çéçå¯è½æ§. ! SingleBucket_Unique %s ç¬æç ! SingleBucket_ClearBucket ç§»é¤ææçåè¯ ! ! Session_Title POPFile é¶æ®µæ¶æå·²é¾æ¶ ! Session_Error ä½ ç POPFile é¶æ®µæ¶æå·²ç»é¾æäº. è¿å¯è½æ¯å ä¸ºä½ æ¿æ´»å¹¶åæ¢äº POPFile ä½å´ä¿æç½é¡µæµè§å¨å¼å¯æè´. 请æä¸åç龿¥ä¹ä¸æ¥ç»§ç»ä½¿ç¨ POPFile. ! ! View_Title åä¸é®ä»¶è®¯æ¯æ£è§ ! View_ShowFrequencies æ¾ç¤ºåè¯é¢ç ! View_ShowProbabilities æ¾ç¤ºåè¯å¯è½æ§ ! View_ShowScores æ¾ç¤ºåè¯å¾ååå¤å®å¾è¡¨ ! View_WordMatrix åè¯ç©éµ ! View_WordProbabilities æ£å¨æ¾ç¤ºåè¯å¯è½æ§ ! View_WordFrequencies æ£å¨æ¾ç¤ºåè¯é¢ç ! View_WordScores æ£å¨æ¾ç¤ºåè¯å¾å ! View_Chart å¤å®å¾è¡¨ ! ! Windows_TrayIcon æ¯å¦è¦å¨ Windows çç³»ç»å¸¸é©»åæ¾ç¤º POPFile 徿 ? ! Windows_Console æ¯å¦è¦å¨å½ä»¤åçªå£éæ§è¡ POPFile? ! Windows_NextTime <p><font color="red">è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ</font> ! ! Header_MenuSummary è¿ä¸ªè¡¨æ ¼æ¯ä»½å¯¼è§éå, è½è®©ä½ ååæ§å¶ä¸å¿éä¸åçæ¯ä¸ä¸ªé¡µé¢. ! History_MainTableSummary è¿ä»½è¡¨æ ¼ååºäºæè¿æ¶å°çé®ä»¶è®¯æ¯çå¯ä»¶è å主æ¨, ä½ ä¹è½å¨æ¤éæ°å 以æ£è§å¹¶éæ°åç±»è¿äºé®ä»¶è®¯æ¯. æä¸ä¸ä¸»æ¨å就伿¾ç¤ºåºå®æ´çé®ä»¶è®¯æ¯æå, 以å她们为ä½ä¼è¢«å¦æ¤åç±»çä¿¡æ¯. ä½ å¯ä»¥å¨ 'åºè¯¥è¦æ¯' åæ®µæå®é®ä»¶è®¯æ¯è¯¥å½å±çé®ç, æè è¿åè¿é¡¹åæ´. 妿æç¹å®çé®ä»¶è®¯æ¯åä¹ä¸éè¦äº, ä½ ä¹å¯ä»¥ç¨ 'å é¤' åæ®µæ¥ä»åå²éå 以å é¤. ! History_OpenMessageSummary è¿ä¸ªè¡¨æ ¼å«ææä¸ªé®ä»¶è®¯æ¯çå ¨æ, å ¶ä¸è¢«é«äº®åº¦æ 示çåè¯æ¯è¢«ç¨æ¥åç±»ç, 便®çæ¯å¥¹ä»¬è·é£ä¸ªé®çææå ³è. ! Bucket_MainTableSummary è¿ä¸ªè¡¨æ ¼æä¾äºåç±»é®ççæ¦åµ. æ¯ä¸åé½ä¼æ¾ç¤ºåºé®çåç§°, 该é®çéçåè¯æ»æ°, æ¯ä¸ªé®çéå®é çåç¬åè¯æ°é, é®ä»¶è®¯æ¯ç主æ¨åæ¯å¦ä¼å¨è¢«åç±»å°è¯¥é®çæ¶ä¸å¹¶è¢«ä¿®æ¹, æ¯å¦è¦é离被æ¶è¿è¯¥é®çéçé®ä»¶è®¯æ¯, 以åä¸ä¸ªè®©ä½ æéé¢è²çè¡¨æ ¼, è¿ä¸ªé¢è²ä¼å¨æ§å¶ä¸å¿éæ¾ç¤ºäºä»»ä½è·è¯¥é®çæå ³çå°æ¹. ! Bucket_StatisticsTableSummary è¿ä¸ªè¡¨æ ¼æä¾äºä¸ç»è· POPFile æ´ä½æè½æå ³çç»è®¡æ°æ®. 第ä¸ç»æ¯å ¶åç±»å确度å¦ä½, 第äºç»æ¯å ±æå¤å°é®ä»¶è®¯æ¯è¢«å 以åç±»å°é£ä¸ªé®çé, 第ä¸ç»æ¯æ¯ä¸ªé®çéæå¤å°åè¯åå ¶å ³èç¾åæ¯. ! Bucket_MaintenanceTableSummary è¿ä¸ªè¡¨æ ¼å«æä¸ä¸ªè¡¨å, è®©ä½ è½å¤å»ºç«, å é¤, æéæ°å½åæä¸ªé®ç, ä¹å¯ä»¥å¨ææçé®çéæ¥æ¾æä¸ªåè¯, ççå ¶å ³èå¯è½æ§. ! Bucket_AccuracyChartSummary è¿ä¸ªè¡¨æ ¼ç¨å¾å½¢æ¾ç¤ºäºé®ä»¶è®¯æ¯åç±»çå确度. ! Bucket_BarChartSummary è¿ä¸ªè¡¨æ ¼ç¨å¾å½¢æ¾ç¤ºäºä¸åé®çæå æ®çç¾åæ¯. è¿åæ¶è®¡ç®äºè¢«åç±»çé®ä»¶è®¯æ¯æ°é, 以åå ¨é¨çåè¯è®¡æ°. ! Bucket_LookupResultsSummary è¿ä¸ªè¡¨æ ¼æ¾ç¤ºäºä¸å°¸ä½éä»»ä½ç»å®åè¯å ³èçå¯è½æ§. å¯¹äºæ¯ä¸ªé®çæ¥è¯´, 她é½ä¼æ¾ç¤ºåºè¯¥åè¯åççé¢ç, åè¯ä¼åºç°å¨è¯¥é®çéçå¯è½æ§, 以åå½è¯¥åè¯åºç°å¨é®ä»¶è®¯æ¯éæ¶, 对äºè¯¥é®çå¾åçæ´ä½å½±å. ! Bucket_WordListTableSummary è¿ä¸ªè¡¨æ ¼æä¾äºç¹å®é®çéå ¨é¨çåè¯æ¸ å, æç §å¼å¤´ç忝éåæ´ç. ! Magnet_MainTableSummary è¿ä¸ªè¡¨æ ¼æ¾ç¤ºäºå¸éæ¸ å, è¿äºå¸éæ¯ç¨æ¥æç §åºå®è§åæé®ä»¶è®¯æ¯å 以åç±»ç. æ¯ä¸åé½ä¼æ¾ç¤ºåºå¸éå¦ä½è¢«å®ä¹è, å ¶æè§è§çé®ç, è¿æç¨æ¥å é¤è¯¥å¸éçæé®. ! Configuration_MainTableSummary è¿ä¸ªè¡¨æ ¼å«ææ°ä¸ªè¡¨å, è®©ä½ æ§å¶ POPFile çç»æ. ! Configuration_InsertionTableSummary è¿ä¸ªè¡¨æ ¼å«æä¸äºæé®, 夿æ¯å¦è¦å¨é®ä»¶è®¯æ¯ééç»é®ä»¶ç¨æ·ç«¯ç¨åºå, å è¡ä¿®æ¹æ 头æä¸»æ¨å. ! Security_MainTableSummary è¿ä¸ªè¡¨æ ¼æä¾äºå ç»æ§å¶, è½å½±å POPFile æ´ä½ç»æçå®å ¨, æ¯å¦è¦èªå¨æ£æ¥ç¨åºæ´æ°, 以忝å¦è¦æ POPFile æè½ç»è®¡æ°æ®çä¸è¬ä¿¡æ¯ä¼ åç¨åºä½è çä¸å¤®æ°æ®åº. ! Advanced_MainTableSummary è¿ä¸ªè¡¨æ ¼æä¾äºä¸ä»½ POPFile åç±»é®ä»¶è®¯æ¯æ¶æä¼å¿½ç¥çåè¯æ¸ å, å 为ä»ä»¬å¨ä¸è¬é®ä»¶è®¯æ¯éçå ³èè¿äºé¢ç¹. 她们ä¼è¢«æç §åè¯å¼å¤´çå亩被éåæ´ç. ! ! Imap_Bucket2Folder <b>%s</b> é®ççä¿¡ä»¶è³é®ä»¶å£ ! Imap_MapError ä½ ä¸è½æè¶ è¿ä¸ä¸ªçé®ç对åºå°åä¸çé®ä»¶å£é! ! Imap_Server IMAP æå¡å¨ä¸»æºåç§°: ! Imap_ServerNameError 请è¾å ¥æå¡å¨ç主æºåç§°! ! Imap_Port IMAP æå¡å¨è¿æ¥å : ! Imap_PortError 请è¾å ¥ææçè¿æ¥å å·ç ! ! Imap_Login IMAP å¸å·ç»å ¥: ! Imap_LoginError 请è¾å ¥ä½¿ç¨è /ç»å ¥åç§°! ! Imap_Password IMAP å¸å·çå£ä»¤: ! Imap_PasswordError 请è¾å ¥è¦ç¨äºæå¡å¨çå£ä»¤! ! Imap_Expunge ä»è¢«çè§çä¿¡ä»¶å£éæ¸ é¤å·²è¢«å é¤çé®ä»¶è®¯æ¯. ! Imap_Interval æ´æ°é´éç§æ°: ! Imap_IntervalError 请è¾å ¥ä»äº 10 ç§è³ 3600 ç§é´çé´é. ! Imap_Bytelimit æ¯å°é®ä»¶è®¯æ¯è¦ç¨æ¥åç±»çåèæ°. è¾å ¥ 0 (空) è¡¨ç¤ºå®æ´çé®ä»¶è®¯æ¯: ! Imap_BytelimitError 请è¾å ¥æ°å¼. ! Imap_RefreshFolders éæ°æ´çé®ä»¶å£æ¸ å ! Imap_Now ç°å¨! ! Imap_UpdateError1 æ æ³ç»å ¥. 请éªè¯ä½ çç»å ¥åç§°è·å£ä»¤. ! Imap_UpdateError2 è¿æ¥è³æå¡å¨å¤±è´¥. è¯·æ£æ¥ä¸»æºåç§°è·è¿æ¥å , å¹¶è¯·ç¡®è®¤ä½ æ£å¨çº¿ä¸. ! Imap_UpdateError3 请å ç»æèæºç»è. ! Imap_NoConnectionMessage 请å ç»æèæºç»è. å½ä½ 宿å, è¿ä¸é¡µéå°±ä¼åºç°æ´å¤å¯ç¨çé项. ! Imap_WatchMore 被çè§é®ä»¶å£æ¸ åçé®ä»¶å£ ! Imap_WatchedFolder 被çè§çé®ä»¶å£ç¼å· ! ! Shutdown_Message POPFile å·²ç»è¢«åæäº ! ! Help_Training å½ä½ 忬¡ä½¿ç¨ POPFile æ¶, 她å¥ä¹ä¸æèéè¦è¢«å ä»¥è°æ. POPFile çæ¯ä¸ä¸ªé®çé½éè¦ç¨é®ä»¶è®¯æ¯æ¥å ä»¥è°æ, ç¥æå½ä½ éæ°ææä¸ªè¢« POPFile é误åç±»çé®ä»¶è®¯æ¯éæ°åç±»å°æ£ç¡®çé®çæ¶, æççæ¯å¨è°æå¥¹. åæ¶ä½ ä¹å¾è®¾å®ä½ çé®ä»¶ç¨æ·ç«¯ç¨åº, æ¥æç § POPFile çåç±»ç»æå ä»¥è¿æ»¤é®ä»¶è®¯æ¯. å ³äºè®¾å®ç¨æ·ç«¯è¿æ»¤å¨çä¿¡æ¯å¯ä»¥å¨ <a href="http://getpopfile.org/wiki/FAQ:EmailSorting">POPFile æä»¶è®¡ç»</a>é被æ¾å°. ! Help_Bucket_Setup POPFile é¤äºæªåç±» (unclassified) çåé®çå¤, è¿éè¦è³å°ä¸¤ä¸ªé®ç. è POPFile çç¬ç¹ä¹å¤æ£å¨äºå¥¹å¯¹çµåé®ä»¶çåºåæ´èäºæ¤, ä½ çè³å¯ä»¥æä»»ææ°éçé®ç. ç®åç设å®ä¼æ¯å "åå¾ (spam)", "个人 (personal)", å "å·¥ä½ (work)" é®ç. ! Help_No_More å«åæ¾ç¤ºè¿ä¸ªè¯´æäº --- 1,383 ---- ! # Copyright (c) 2001-2007 John Graham-Cumming ! # ! # This file is part of POPFile ! # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. ! # ! # POPFile is distributed in the hope that it will be useful, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License ! # along with POPFile; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # ! # POPFile 1.0.0 Simplified Chinese Translation ! # Created By Jedi Lin, 2004/09/19 ! # In fact translated from Traditional Chinese by Encode::HanConvert ! # Modified By Jedi Lin, 2007/12/25 ! ! # Identify the language and character set used for the interface ! LanguageCode cn ! LanguageCharset UTF8 ! LanguageDirection ltr ! ! # This is used to get the appropriate subdirectory for the manual ! ManualLanguage zh-cn ! ! # This is where to find the FAQ on the Wiki ! FAQLink FAQ ! ! # Common words that are used on their own all over the interface ! Apply å¥ç¨ ! ApplyChanges å¥ç¨åæ´ ! On å¼ ! Off å ³ ! TurnOn æå¼ ! TurnOff å ³ä¸ ! Add å å ¥ ! Remove ç§»é¤ ! Previous åä¸é¡µ ! Next ä¸ä¸é¡µ ! From å¯ä»¶è ! Subject ä¸»æ¨ ! Cc 坿¬ ! Classification é®ç ! Reclassify éæ°åç±» ! Probability å¯è½æ§ ! Scores åæ° ! QuickMagnets å¿«éå¸é ! Undo è¿å ! Close å ³é ! Find å¯»æ¾ ! Filter è¿æ»¤å¨ ! Yes æ¯ ! No å¦ ! ChangeToYes æ¹ææ¯ ! ChangeToNo æ¹æå¦ ! Bucket é®ç ! Magnet å¸é ! Delete å é¤ ! Create å»ºç« ! To æ¶ä»¶äºº ! Total å ¨é¨ ! Rename æ´å ! Frequency é¢ç ! Probability å¯è½æ§ ! Score åæ° ! Lookup æ¥æ¾ ! Word åè¯ ! Count è®¡æ° ! Update æ´æ° ! Refresh éæ°æ´ç ! FAQ 常è§é®çé ! ID ID ! Date æ¥æ ! Arrived æ¶ä»¶æ¶é´ ! Size å¤§å° ! ! # This is a regular expression pattern that is used to convert ! # a number into a friendly looking number (for the US and UK this ! # means comma separated at the thousands) ! ! Locale_Thousands , ! Locale_Decimal . ! ! # The Locale_Date uses the format strings in Perl's Date::Format ! # module to set the date format for the UI. There are two possible ! # ways to specify it. ! # ! # <format> Just one simple format used for all dates ! # <<format> | <format> The first format is used for dates less than ! # 7 days from now, the second for all other dates ! ! Locale_Date %a %m/%d %T %z | %A %Y/%m/%d %T %z ! ! # The header and footer that appear on every UI page ! Header_Title POPFile æ§å¶ä¸å¿ ! Header_Shutdown åæ POPFile ! Header_History åå² ! Header_Buckets é®ç ! Header_Configuration ç»æ ! Header_Advanced è¿é¶ ! Header_Security å®å ¨ ! Header_Magnets å¸é ! ! Footer_HomePage POPFile é¦é¡µ ! Footer_Manual æå ! Footer_Forums è®¨è®ºåº ! Footer_FeedMe æå© ! Footer_RequestFeature åè½è¯·æ± ! Footer_MailingList é®éè®ºé¢ ! Footer_Wiki æä»¶é ! ! Configuration_Error1 åé符ç¥è½æ¯åä¸çå符 ! Configuration_Error2 使ç¨è æ¥å£çè¿æ¥å ä¸å®è¦ä»äº 1 å 65535 ä¹é´ ! Configuration_Error3 POP3 èå¬è¿æ¥å ä¸å®è¦ä»äº 1 å 65535 ä¹é´ ! Configuration_Error4 页é¢å¤§å°ä¸å®è¦ä»äº 1 å 1000 ä¹é´ ! Configuration_Error5 åå²éè¦ä¿ççæ¥æ°ä¸å®è¦ä»äº 1 å 366 ä¹é´ ! Configuration_Error6 TCP 龿¶å¼ä¸å®è¦ä»äº 10 å 300 ä¹é´ ! Configuration_Error7 XML RPC èå¬è¿æ¥å ä¸å®è¦ä»äº 1 å 65535 ä¹é´ ! Configuration_Error8 SOCKS V 代çæå¡å¨è¿æ¥å ä¸å®è¦ä»äº 1 å 65535 ä¹é´ ! Configuration_POP3Port POP3 èå¬è¿æ¥å ! Configuration_POP3Update POP3 è¿æ¥å å·²æ´æ°ä¸º %s; è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ ! Configuration_XMLRPCUpdate XML-RPC è¿æ¥å å·²æ´æ°ä¸º %s; è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ ! Configuration_XMLRPCPort XML-RPC èå¬è¿æ¥å ! Configuration_SMTPPort SMTP èå¬è¿æ¥å ! Configuration_SMTPUpdate SMTP è¿æ¥å å·²æ´æ°ä¸º %s; è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ ! Configuration_NNTPPort NNTP èå¬è¿æ¥å ! Configuration_NNTPUpdate NNTP è¿æ¥å å·²æ´æ°ä¸º %s; è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ ! Configuration_POPFork å 许éå¤ç POP3 èæº ! Configuration_SMTPFork å 许éå¤ç SMTP èæº ! Configuration_NNTPFork å 许éå¤ç NNTP èæº ! Configuration_POP3Separator POP3 主æº:è¿æ¥å :使ç¨è åé符 ! Configuration_NNTPSeparator NNTP 主æº:è¿æ¥å :使ç¨è åé符 ! Configuration_POP3SepUpdate POP3 çåéç¬¦å·²æ´æ°ä¸º %s ! Configuration_NNTPSepUpdate NNTP çåéç¬¦å·²æ´æ°ä¸º %s ! Configuration_UI 使ç¨è æ¥å£ç½é¡µè¿æ¥å ! Configuration_UIUpdate 使ç¨è æ¥å£ç½é¡µè¿æ¥å å·²æ´æ°ä¸º %s; è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ ! Configuration_History æ¯ä¸é¡µæè¦ååºçé®ä»¶è®¯æ¯æ°é ! Configuration_HistoryUpdate æ¯ä¸é¡µæè¦ååºçé®ä»¶è®¯æ¯æ°éå·²æ´æ°ä¸º %s ! Configuration_Days åå²éæè¦ä¿ççå¤©æ° ! Configuration_DaysUpdate åå²éæè¦ä¿çç天æ°å·²æ´æ°ä¸º %s ! Configuration_UserInterface 使ç¨è æ¥å£ ! Configuration_Skins å¤è§æ ·å¼ ! Configuration_SkinsChoose éæ©å¤è§æ ·å¼ ! Configuration_Language è¯è¨ ! Configuration_LanguageChoose éæ©è¯è¨ ! Configuration_ListenPorts 模åé项 ! Configuration_HistoryView å岿£è§ ! Configuration_TCPTimeout èæºé¾æ¶ ! Configuration_TCPTimeoutSecs èæºé¾æ¶ç§æ° ! Configuration_TCPTimeoutUpdate èæºé¾æ¶ç§æ°å·²æ´æ°ä¸º %s ! Configuration_ClassificationInsertion æå ¥é®ä»¶è®¯æ¯æå ! Configuration_SubjectLine 忴䏻æ¨å ! Configuration_XTCInsertion 卿 头æå ¥<br>X-Text-Classification ! Configuration_XPLInsertion 卿 头æå ¥<br>X-POPFile-Link ! Configuration_Logging æ¥å¿ ! Configuration_None æ ! Configuration_ToScreen è¾åºè³å±å¹ (Console) ! Configuration_ToFile è¾åºè³æ¡£æ¡ ! Configuration_ToScreenFile è¾åºè³å±å¹åæ¡£æ¡ ! Configuration_LoggerOutput æ¥å¿è¾åºæ¹å¼ ! Configuration_GeneralSkins å¤è§æ ·å¼ ! Configuration_SmallSkins å°åå¤è§æ ·å¼ ! Configuration_TinySkins å¾®åå¤è§æ ·å¼ ! Configuration_CurrentLogFile <æ£è§ç®åçæ¥å¿æ¡£> ! Configuration_SOCKSServer SOCKS V 代çæå¡å¨ä¸»æº ! Configuration_SOCKSPort SOCKS V 代çæå¡å¨è¿æ¥å ! Configuration_SOCKSPortUpdate SOCKS V 代çæå¡å¨è¿æ¥å å·²æ´æ°ä¸º %s ! Configuration_SOCKSServerUpdate SOCKS V 代çæå¡å¨ä¸»æºå·²æ´æ°ä¸º %s ! Configuration_Fields åå²å段 ! ! Advanced_Error1 '%s' å·²ç»å¨å¿½ç¥åè¯æ¸ åéäº ! Advanced_Error2 è¦è¢«å¿½ç¥çåè¯ä» è½å å«åæ¯æ°å, ., _, -, æ @ å符 ! Advanced_Error3 '%s' 已被å å ¥å¿½ç¥åè¯æ¸ åéäº ! Advanced_Error4 '%s' å¹¶ä¸å¨å¿½ç¥åè¯æ¸ åé ! Advanced_Error5 '%s' å·²ä»å¿½ç¥åè¯æ¸ åé被移é¤äº ! Advanced_StopWords 被忽ç¥çåè¯ ! Advanced_Message1 POPFile ä¼å¿½ç¥ä¸åè¿äºå¸¸ç¨çåè¯: ! Advanced_AddWord å å ¥åè¯ ! Advanced_RemoveWord ç§»é¤åè¯ ! Advanced_AllParameters ææç POPFile åæ° ! Advanced_Parameter åæ° ! Advanced_Value å¼ ! Advanced_Warning è¿æ¯å®æ´ç POPFile åæ°æ¸ å. ç¥éåè¿é¶ä½¿ç¨è : ä½ å¯ä»¥åæ´ä»»ä½åæ°å¼å¹¶æä¸ æ´æ°; ä¸è¿æ²¡æä»»ä½æºå¶ä¼æ£æ¥è¿äºåæ°å¼çæææ§. 以ç²ä½æ¾ç¤ºç项ç®è¡¨ç¤ºå·²ç»ä»é¢è®¾å¼è¢«å 以忴äº. æ´è¯¦å°½çé项信æ¯è¯·è§ <a href="http://getpopfile.org/wiki/OptionReference">OptionReference</a>. ! Advanced_ConfigFile ç»ææ¡£: ! ! History_Filter (ç¥æ¾ç¤º <font color="%s">%s</font> é®ç) ! History_FilterBy è¿æ»¤æ¡ä»¶ ! History_Search (æå¯ä»¶è /ä¸»æ¨æ¥æå¯» %s) ! History_Title æè¿çé®ä»¶è®¯æ¯ ! History_Jump è·³å°è¿ä¸é¡µ ! History_ShowAll å ¨é¨æ¾ç¤º ! History_ShouldBe åºè¯¥è¦æ¯ ! History_NoFrom 没æå¯ä»¶è å ! History_NoSubject 没æä¸»æ¨å ! History_ClassifyAs åç±»æ ! History_MagnetUsed 使ç¨äºå¸é ! History_MagnetBecause <b>使ç¨äºå¸é</b><p>被åç±»æ <font color="%s">%s</font> çåå æ¯ %s å¸é</p> ! History_ChangedTo å·²åæ´ä¸º <font color="%s">%s</font> ! History_Already éæ°åç±»æ <font color="%s">%s</font> ! History_RemoveAll å ¨é¨ç§»é¤ ! History_RemovePage ç§»é¤æ¬é¡µ ! History_RemoveChecked ç§»é¤è¢«æ ¸éç ! History_Remove ææ¤ç§»é¤åå²éçé¡¹ç® ! History_SearchMessage æå¯»å¯ä»¶è /ä¸»æ¨ ! History_NoMessages 没æé®ä»¶è®¯æ¯ ! History_ShowMagnet ç¨äºå¸é ! History_Negate_Search è´åæå¯»/è¿æ»¤ ! History_Magnet (ç¥æ¾ç¤ºç±å¸éæåç±»çé®ä»¶è®¯æ¯) ! History_NoMagnet (ç¥æ¾ç¤ºä¸æ¯ç±å¸éæåç±»çé®ä»¶è®¯æ¯) ! History_ResetSearch é设 ! History_ChangedClass ç°å¨è¢«å类为 ! History_Purge å³å»å°æ ! History_Increase å¢å ! History_Decrease åå° ! History_Column_Characters åæ´å¯ä»¶è , æ¶ä»¶è , 坿¬å主æ¨å段ç宽度 ! History_Automatic èªå¨å ! History_Reclassified 已鿰åç±» ! History_Size_Bytes %d B ! History_Size_KiloBytes %.1f KB ! History_Size_MegaBytes %.1f MB ! ! Password_Title å£ä»¤ ! Password_Enter è¾å ¥å£ä»¤ ! Password_Go å²! ! Password_Error1 䏿£ç¡®çå£ä»¤ ! ! Security_Error1 è¿æ¥å ä¸å®è¦ä»äº 1 å 65535 ä¹é´ ! Security_Stealth 鬼鬼ç¥ç¥æ¨¡å¼/æå¡å¨ä½ä¸ ! Security_NoStealthMode å¦ (鬼鬼ç¥ç¥æ¨¡å¼) ! Security_StealthMode (鬼鬼ç¥ç¥æ¨¡å¼) ! Security_ExplainStats (è¿ä¸ªé项å¼å¯å, POPFile æ¯å¤©é½ä¼ä¼ é䏿¬¡ä¸åä¸ä¸ªæ°å¼å° www.usethesource.com çä¸ä¸ªèæ¬: bc (ä½ çé®çæ°é), mc (被 POPFile åç±»è¿çé®ä»¶è®¯æ¯æ»æ°) å ec (åç±»éè¯¯çæ»æ°). è¿äºæ°å¼ä¼è¢«å¨åå°ä¸ä¸ªæ¡£æ¡é, ç¶åä¼è¢«æç¨æ¥åå¸ä¸äºå ³äºäººä»¬ä½¿ç¨ POPFile çæ åµè·å ¶ææçç»è®¡æ°æ®. æçç½é¡µæå¡å¨ä¼ä¿çå ¶æ¬èº«çæ¥å¿æ¡£çº¦ 5 天, ç¶åå°±ä¼å 以å é¤; æä¸ä¼å¨åä»»ä½ç»è®¡ä¸åç¬ IP å°åé´çå ³èæ§èµ·æ¥.) ! Security_ExplainUpdate (è¿ä¸ªé项å¼å¯å, POPFile æ¯å¤©é½ä¼ä¼ é䏿¬¡ä¸åä¸ä¸ªæ°å¼å° www.usethesource.com çä¸ä¸ªèæ¬: ma (ä½ ç POPFile ç主è¦çæ¬ç¼å·), mi (ä½ ç POPFile çæ¬¡è¦çæ¬ç¼å·) å bn (ä½ ç POPFile ç建å·). æ°çæ¨åºæ¶, POPFile 伿¶å°ä¸ä»½å¾å½¢ååº, 并䏿¾ç¤ºå¨ç»é¢é¡¶ç«¯. æçç½é¡µæå¡å¨ä¼ä¿çå ¶æ¬èº«çæ¥å¿æ¡£çº¦ 5 天, ç¶åå°±ä¼å 以å é¤; æä¸ä¼å¨å任使´æ°æ£æ¥ä¸åç¬ IP å°åé´çå ³èæ§èµ·æ¥.) ! Security_PasswordTitle 使ç¨è æ¥å£å£ä»¤ ! Security_Password å£ä»¤ ! Security_PasswordUpdate å£ä»¤å·²æ´æ° ! Security_AUTHTitle è¿ç¨æå¡å¨ ! Security_SecureServer è¿ç¨ POP3 æå¡å¨ (SPA/AUTH æç©¿éå¼ä»£çæå¡å¨) ! Security_SecureServerUpdate è¿ç¨ POP3 æå¡å¨å·²æ´æ°ä¸º %s ! Security_SecurePort è¿ç¨ POP3 è¿æ¥å (SPA/AUTH æç©¿éå¼ä»£çæå¡å¨) ! Security_SecurePortUpdate è¿ç¨ POP3 è¿æ¥å å·²æ´æ°ä¸º %s ! Security_SMTPServer SMTP è¿éæå¡å¨ ! Security_SMTPServerUpdate SMTP è¿éæå¡å¨å·²æ´æ°ä¸º %s; è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ ! Security_SMTPPort SMTP è¿éè¿æ¥å ! Security_SMTPPortUpdate SMTP è¿éè¿æ¥å å·²æ´æ°ä¸º %s; è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ ! Security_POP3 æ¥åæ¥èªè¿ç¨æºå¨ç POP3 èæº (éè¦éæ°æ¿æ´» POPFile) ! Security_SMTP æ¥åæ¥èªè¿ç¨æºå¨ç SMTP èæº (éè¦éæ°æ¿æ´» POPFile) ! Security_NNTP æ¥åæ¥èªè¿ç¨æºå¨ç NNTP èæº (éè¦éæ°æ¿æ´» POPFile) ! Security_UI æ¥åæ¥èªè¿ç¨æºå¨ç HTTP (使ç¨è æ¥å£) èæº (éè¦éæ°æ¿æ´» POPFile) ! Security_XMLRPC æ¥åæ¥èªè¿ç¨æºå¨ç XML-RPC èæº (éè¦éæ°æ¿æ´» POPFile) ! Security_UpdateTitle èªå¨æ´æ°æ£æ¥ ! Security_Update æ¯å¤©æ£æ¥ POPFile æ¯å¦ææ´æ° ! Security_StatsTitle 忥ç»è®¡æ°æ® ! Security_Stats æ¯æ¥éåºç»è®¡æ°æ® ! ! Magnet_Error1 '%s' å¸éå·²ç»åå¨äº '%s' é®çéäº ! Magnet_Error2 æ°ç '%s' å¸éè·æ¢æç '%s' å¸éèµ·äºå²çª, å¯è½ä¼å¼èµ· '%s' é®çå çæ§å¼ç»æ. æ°çå¸éä¸ä¼è¢«å è¿å». ! Magnet_Error3 å»ºç«æ°çå¸é '%s' äº '%s' é®çä¸ ! Magnet_CurrentMagnets ç°ç¨çå¸é ! Magnet_Message1 ä¸åçå¸éä¼è®©ä¿¡ä»¶æ»æ¯è¢«åç±»å°ç¹å®çé®çé. ! Magnet_CreateNew å»ºç«æ°çå¸é ! Magnet_Explanation æè¿äºç±»å«çå¸éå¯ä»¥ç¨:</b> <ul><li><b>å¯ä»¶è å°åæåå:</b> 䏾便¥è¯´: jo...@co... å°±ç¥ä¼å»åç¹å®çå°å, <br />company.com ä¼å»åå°ä»»ä½ä» company.com å¯åºæ¥ç人, <br />John Doe ä¼å»åç¹å®ç人, John ä¼å»åææç Johns</li><li><b>æ¶ä»¶è /坿¬å°åæåç§°:</b> å°±è·å¯ä»¶è 䏿 ·: 使¯å¸éç¥ä¼é对é®ä»¶è®¯æ¯éç To:/Cc: å°åçæ</li> <li><b>主æ¨åè¯:</b> ä¾å¦: hello ä¼å»åææä¸»æ¨éæ hello çé®ä»¶è®¯æ¯</li></ul> ! Magnet_MagnetType å¸éç±»å« ! Magnet_Value å¼ ! Magnet_Always æ»æ¯åå°é®ç ! Magnet_Jump è·³å°å¸éé¡µé¢ ! ! Bucket_Error1 é®çåç§°ç¥è½å«æå°å a å° z ç忝, 0 å° 9 çæ°å, å ä¸ - å _ ! Bucket_Error2 å·²ç»æå为 %s çé®çäº ! Bucket_Error3 å·²ç»å»ºç«äºå为 %s çé®ç ! Bucket_Error4 请è¾å ¥é空ç½çåè¯ ! Bucket_Error5 å·²ç»æ %s é®çæ¹å为 %s äº ! Bucket_Error6 å·²ç»å é¤äº %s é®çäº ! Bucket_Title é®çç»æ ! Bucket_BucketName é®çåç§° ! Bucket_WordCount åè¯è®¡æ° ! Bucket_WordCounts åè¯æ°ç®ç»è®¡ ! Bucket_UniqueWords ç¬ç¹ç<br>åè¯æ° ! Bucket_SubjectModification ä¿®æ¹ä¸»æ¨æ 头 ! Bucket_ChangeColor é®çé¢è² ! Bucket_NotEnoughData æ°æ®ä¸è¶³ ! Bucket_ClassificationAccuracy åç±»å确度 ! Bucket_EmailsClassified å·²åç±»çé®ä»¶è®¯æ¯æ°é ! Bucket_EmailsClassifiedUpper é®ä»¶è®¯æ¯åç±»ç»æ ! Bucket_ClassificationErrors åç±»é误 ! Bucket_Accuracy å确度 ! Bucket_ClassificationCount åç±»è®¡æ° ! Bucket_ClassificationFP ä¼ªé³æ§åç±» ! Bucket_ClassificationFN ä¼ªé´æ§åç±» ! Bucket_ResetStatistics é设ç»è®¡æ°æ® ! Bucket_LastReset 忬¡éè®¾äº ! Bucket_CurrentColor %s ç°ç¨çé¢è²ä¸º %s ! Bucket_SetColorTo è®¾å® %s çé¢è²ä¸º %s ! Bucket_Maintenance ç»´æ¤ ! Bucket_CreateBucket ç¨è¿ä¸ªåå建ç«é®ç ! Bucket_DeleteBucket å ææ¤åç§°çé®ç ! Bucket_RenameBucket æ´æ¹æ¤åç§°çé®ç ! Bucket_Lookup æ¥æ¾ ! Bucket_LookupMessage å¨é®ç鿥æ¾åè¯ ! Bucket_LookupMessage2 æ¥æ¾æ¤åè¯çç»æ ! Bucket_LookupMostLikely <b>%s</b> æåæ¯å¨ <font color="%s">%s</font> ä¼åºç°çåè¯ ! Bucket_DoesNotAppear <p><b>%s</b> å¹¶æªåºç°äºä»»ä½é®çé ! Bucket_DisabledGlobally å·²å ¨ååç¨ç ! Bucket_To è³ ! Bucket_Quarantine é离é®ç ! ! SingleBucket_Title %s çè¯¦ç»æ°æ® ! SingleBucket_WordCount é®çåè¯è®¡æ° ! SingleBucket_TotalWordCount å ¨é¨çåè¯è®¡æ° ! SingleBucket_Percentage å å ¨é¨çç¾åæ¯ ! SingleBucket_WordTable %s çåè¯è¡¨ ! SingleBucket_Message1 æä¸ç´¢å¼éç忝æ¥ççææä»¥è¯¥åæ¯å¼å¤´çåè¯. æä¸ä»»ä½åè¯å°±å¯ä»¥æ¥æ¾å®å¨ææé®çéçå¯è½æ§. ! SingleBucket_Unique %s ç¬æç ! SingleBucket_ClearBucket ç§»é¤ææçåè¯ ! ! Session_Title POPFile é¶æ®µæ¶æå·²é¾æ¶ ! Session_Error ä½ ç POPFile é¶æ®µæ¶æå·²ç»é¾æäº. è¿å¯è½æ¯å ä¸ºä½ æ¿æ´»å¹¶åæ¢äº POPFile ä½å´ä¿æç½é¡µæµè§å¨å¼å¯æè´. 请æä¸åç龿¥ä¹ä¸æ¥ç»§ç»ä½¿ç¨ POPFile. ! ! View_Title åä¸é®ä»¶è®¯æ¯æ£è§ ! View_ShowFrequencies æ¾ç¤ºåè¯é¢ç ! View_ShowProbabilities æ¾ç¤ºåè¯å¯è½æ§ ! View_ShowScores æ¾ç¤ºåè¯å¾ååå¤å®å¾è¡¨ ! View_WordMatrix åè¯ç©éµ ! View_WordProbabilities æ£å¨æ¾ç¤ºåè¯å¯è½æ§ ! View_WordFrequencies æ£å¨æ¾ç¤ºåè¯é¢ç ! View_WordScores æ£å¨æ¾ç¤ºåè¯å¾å ! View_Chart å¤å®å¾è¡¨ ! View_DownloadMessage ä¸è½½é®ä»¶è®¯æ¯ ! ! Windows_TrayIcon æ¯å¦è¦å¨ Windows çç³»ç»å¸¸é©»åæ¾ç¤º POPFile 徿 ? ! Windows_Console æ¯å¦è¦å¨å½ä»¤åçªå£éæ§è¡ POPFile? ! Windows_NextTime <p><font color="red">è¿é¡¹æ´å¨å¨ä½ éæ°æ¿æ´» POPFile åé½ä¸ä¼çæ</font> ! ! Header_MenuSummary è¿ä¸ªè¡¨æ ¼æ¯ä»½å¯¼è§éå, è½è®©ä½ ååæ§å¶ä¸å¿éä¸åçæ¯ä¸ä¸ªé¡µé¢. ! History_MainTableSummary è¿ä»½è¡¨æ ¼ååºäºæè¿æ¶å°çé®ä»¶è®¯æ¯çå¯ä»¶è å主æ¨, ä½ ä¹è½å¨æ¤éæ°å 以æ£è§å¹¶éæ°åç±»è¿äºé®ä»¶è®¯æ¯. æä¸ä¸ä¸»æ¨å就伿¾ç¤ºåºå®æ´çé®ä»¶è®¯æ¯æå, 以å她们为ä½ä¼è¢«å¦æ¤åç±»çä¿¡æ¯. ä½ å¯ä»¥å¨ 'åºè¯¥è¦æ¯' åæ®µæå®é®ä»¶è®¯æ¯è¯¥å½å±çé®ç, æè è¿åè¿é¡¹åæ´. 妿æç¹å®çé®ä»¶è®¯æ¯åä¹ä¸éè¦äº, ä½ ä¹å¯ä»¥ç¨ 'å é¤' åæ®µæ¥ä»åå²éå 以å é¤. ! History_OpenMessageSummary è¿ä¸ªè¡¨æ ¼å«ææä¸ªé®ä»¶è®¯æ¯çå ¨æ, å ¶ä¸è¢«é«äº®åº¦æ 示çåè¯æ¯è¢«ç¨æ¥åç±»ç, 便®çæ¯å¥¹ä»¬è·é£ä¸ªé®çææå ³è. ! Bucket_MainTableSummary è¿ä¸ªè¡¨æ ¼æä¾äºåç±»é®ççæ¦åµ. æ¯ä¸åé½ä¼æ¾ç¤ºåºé®çåç§°, 该é®çéçåè¯æ»æ°, æ¯ä¸ªé®çéå®é çåç¬åè¯æ°é, é®ä»¶è®¯æ¯ç主æ¨åæ¯å¦ä¼å¨è¢«åç±»å°è¯¥é®çæ¶ä¸å¹¶è¢«ä¿®æ¹, æ¯å¦è¦é离被æ¶è¿è¯¥é®çéçé®ä»¶è®¯æ¯, 以åä¸ä¸ªè®©ä½ æéé¢è²çè¡¨æ ¼, è¿ä¸ªé¢è²ä¼å¨æ§å¶ä¸å¿éæ¾ç¤ºäºä»»ä½è·è¯¥é®çæå ³çå°æ¹. ! Bucket_StatisticsTableSummary è¿ä¸ªè¡¨æ ¼æä¾äºä¸ç»è· POPFile æ´ä½æè½æå ³çç»è®¡æ°æ®. 第ä¸ç»æ¯å ¶åç±»å确度å¦ä½, 第äºç»æ¯å ±æå¤å°é®ä»¶è®¯æ¯è¢«å 以åç±»å°é£ä¸ªé®çé, 第ä¸ç»æ¯æ¯ä¸ªé®çéæå¤å°åè¯åå ¶å ³èç¾åæ¯. ! Bucket_MaintenanceTableSummary è¿ä¸ªè¡¨æ ¼å«æä¸ä¸ªè¡¨å, è®©ä½ è½å¤å»ºç«, å é¤, æéæ°å½åæä¸ªé®ç, ä¹å¯ä»¥å¨ææçé®çéæ¥æ¾æä¸ªåè¯, ççå ¶å ³èå¯è½æ§. ! Bucket_AccuracyChartSummary è¿ä¸ªè¡¨æ ¼ç¨å¾å½¢æ¾ç¤ºäºé®ä»¶è®¯æ¯åç±»çå确度. ! Bucket_BarChartSummary è¿ä¸ªè¡¨æ ¼ç¨å¾å½¢æ¾ç¤ºäºä¸åé®çæå æ®çç¾åæ¯. è¿åæ¶è®¡ç®äºè¢«åç±»çé®ä»¶è®¯æ¯æ°é, 以åå ¨é¨çåè¯è®¡æ°. ! Bucket_LookupResultsSummary è¿ä¸ªè¡¨æ ¼æ¾ç¤ºäºä¸å°¸ä½éä»»ä½ç»å®åè¯å ³èçå¯è½æ§. å¯¹äºæ¯ä¸ªé®çæ¥è¯´, 她é½ä¼æ¾ç¤ºåºè¯¥åè¯åççé¢ç, åè¯ä¼åºç°å¨è¯¥é®çéçå¯è½æ§, 以åå½è¯¥åè¯åºç°å¨é®ä»¶è®¯æ¯éæ¶, 对äºè¯¥é®çå¾åçæ´ä½å½±å. ! Bucket_WordListTableSummary è¿ä¸ªè¡¨æ ¼æä¾äºç¹å®é®çéå ¨é¨çåè¯æ¸ å, æç §å¼å¤´ç忝éåæ´ç. ! Magnet_MainTableSummary è¿ä¸ªè¡¨æ ¼æ¾ç¤ºäºå¸éæ¸ å, è¿äºå¸éæ¯ç¨æ¥æç §åºå®è§åæé®ä»¶è®¯æ¯å 以åç±»ç. æ¯ä¸åé½ä¼æ¾ç¤ºåºå¸éå¦ä½è¢«å®ä¹è, å ¶æè§è§çé®ç, è¿æç¨æ¥å é¤è¯¥å¸éçæé®. ! Configuration_MainTableSummary è¿ä¸ªè¡¨æ ¼å«ææ°ä¸ªè¡¨å, è®©ä½ æ§å¶ POPFile çç»æ. ! Configuration_InsertionTableSummary è¿ä¸ªè¡¨æ ¼å«æä¸äºæé®, 夿æ¯å¦è¦å¨é®ä»¶è®¯æ¯ééç»é®ä»¶ç¨æ·ç«¯ç¨åºå, å è¡ä¿®æ¹æ 头æä¸»æ¨å. ! Security_MainTableSummary è¿ä¸ªè¡¨æ ¼æä¾äºå ç»æ§å¶, è½å½±å POPFile æ´ä½ç»æçå®å ¨, æ¯å¦è¦èªå¨æ£æ¥ç¨åºæ´æ°, 以忝å¦è¦æ POPFile æè½ç»è®¡æ°æ®çä¸è¬ä¿¡æ¯ä¼ åç¨åºä½è çä¸å¤®æ°æ®åº. ! Advanced_MainTableSummary è¿ä¸ªè¡¨æ ¼æä¾äºä¸ä»½ POPFile åç±»é®ä»¶è®¯æ¯æ¶æä¼å¿½ç¥çåè¯æ¸ å, å 为ä»ä»¬å¨ä¸è¬é®ä»¶è®¯æ¯éçå ³èè¿äºé¢ç¹. 她们ä¼è¢«æç §åè¯å¼å¤´çå亩被éåæ´ç. ! ! Imap_Bucket2Folder '<b>%s</b>' é®ççä¿¡ä»¶è³é®ä»¶å£ ! Imap_MapError ä½ ä¸è½æè¶ è¿ä¸ä¸ªçé®ç对åºå°åä¸çé®ä»¶å£é! ! Imap_Server IMAP æå¡å¨ä¸»æºåç§°: ! Imap_ServerNameError 请è¾å ¥æå¡å¨ç主æºåç§°! ! Imap_Port IMAP æå¡å¨è¿æ¥å : ! Imap_PortError 请è¾å ¥ææçè¿æ¥å å·ç ! ! Imap_Login IMAP å¸å·ç»å ¥: ! Imap_LoginError 请è¾å ¥ä½¿ç¨è /ç»å ¥åç§°! ! Imap_Password IMAP å¸å·çå£ä»¤: ! Imap_PasswordError 请è¾å ¥è¦ç¨äºæå¡å¨çå£ä»¤! ! Imap_Expunge ä»è¢«çè§çä¿¡ä»¶å£éæ¸ é¤å·²è¢«å é¤çé®ä»¶è®¯æ¯. ! Imap_Interval æ´æ°é´éç§æ°: ! Imap_IntervalError 请è¾å ¥ä»äº 10 ç§è³ 3600 ç§é´çé´é. ! Imap_Bytelimit æ¯å°é®ä»¶è®¯æ¯è¦ç¨æ¥åç±»çåèæ°. è¾å ¥ 0 (空) è¡¨ç¤ºå®æ´çé®ä»¶è®¯æ¯: ! Imap_BytelimitError 请è¾å ¥æ°å¼. ! Imap_RefreshFolders éæ°æ´çé®ä»¶å£æ¸ å ! Imap_Now ç°å¨! ! Imap_UpdateError1 æ æ³ç»å ¥. 请éªè¯ä½ çç»å ¥åç§°è·å£ä»¤. ! Imap_UpdateError2 è¿æ¥è³æå¡å¨å¤±è´¥. è¯·æ£æ¥ä¸»æºåç§°è·è¿æ¥å , å¹¶è¯·ç¡®è®¤ä½ æ£å¨çº¿ä¸. ! Imap_UpdateError3 请å ç»æèæºç»è. ! Imap_NoConnectionMessage 请å ç»æèæºç»è. å½ä½ 宿å, è¿ä¸é¡µéå°±ä¼åºç°æ´å¤å¯ç¨çé项. ! Imap_WatchMore 被çè§é®ä»¶å£æ¸ åçé®ä»¶å£ ! Imap_WatchedFolder 被çè§çé®ä»¶å£ç¼å· ! Imap_Use_SSL ä½¿ç¨ SSL ! ! Shutdown_Message POPFile å·²ç»è¢«åæäº ! ! Help_Training å½ä½ 忬¡ä½¿ç¨ POPFile æ¶, 她å¥ä¹ä¸æèéè¦è¢«å ä»¥è°æ. POPFile çæ¯ä¸ä¸ªé®çé½éè¦ç¨é®ä»¶è®¯æ¯æ¥å ä»¥è°æ, ç¥æå½ä½ éæ°ææä¸ªè¢« POPFile é误åç±»çé®ä»¶è®¯æ¯éæ°åç±»å°æ£ç¡®çé®çæ¶, æççæ¯å¨è°æå¥¹. åæ¶ä½ ä¹å¾è®¾å®ä½ çé®ä»¶ç¨æ·ç«¯ç¨åº, æ¥æç § POPFile çåç±»ç»æå ä»¥è¿æ»¤é®ä»¶è®¯æ¯. å ³äºè®¾å®ç¨æ·ç«¯è¿æ»¤å¨çä¿¡æ¯å¯ä»¥å¨ <a href="http://getpopfile.org/wiki/FAQ:EmailSorting">POPFile æä»¶è®¡ç»</a>é被æ¾å°. ! Help_Bucket_Setup POPFile é¤äº "æªåç±» (unclassified)" çåé®çå¤, è¿éè¦è³å°ä¸¤ä¸ªé®ç. è POPFile çç¬ç¹ä¹å¤æ£å¨äºå¥¹å¯¹çµåé®ä»¶çåºåæ´èäºæ¤, ä½ çè³å¯ä»¥æä»»ææ°éçé®ç. ç®åç设å®ä¼æ¯å "åå¾ (spam)", "个人 (personal)", å "å·¥ä½ (work)" é®ç. ! Help_No_More å«åæ¾ç¤ºè¿ä¸ªè¯´æäº Index: Chinese-Traditional-BIG5.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Chinese-Traditional-BIG5.msg,v retrieving revision 1.2.4.4 retrieving revision 1.2.4.5 diff -C2 -d -r1.2.4.4 -r1.2.4.5 *** Chinese-Traditional-BIG5.msg 31 Jan 2007 13:32:26 -0000 1.2.4.4 --- Chinese-Traditional-BIG5.msg 4 Jan 2008 15:44:28 -0000 1.2.4.5 *************** *** 16,22 **** # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # ! # POPFile 0.22.0 Traditional Chinese Translation # Created By Jedi Lin, 2004/09/19 ! # Modified By Jedi Lin, 2004/09/23 # Identify the language and character set used for the interface --- 16,22 ---- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # ! # POPFile 1.0.0 Traditional Chinese Translation # Created By Jedi Lin, 2004/09/19 ! # Modified By Jedi Lin, 2007/12/25 # Identify the language and character set used for the interface *************** *** 33,36 **** --- 33,37 ---- # Common words that are used on their own all over the interface Apply ®M¥Î + ApplyChanges ®M¥ÎÅܧó On ¶} Off Ãö *************** *** 158,162 **** Configuration_Logging ¤é»x Configuration_None µL ! Configuration_ToScreen ¿é¥X¦Ü¿Ã¹õ Configuration_ToFile ¿é¥X¦ÜÀÉ®× Configuration_ToScreenFile ¿é¥X¦Ü¿Ã¹õ¤ÎÀÉ®× --- 159,163 ---- Configuration_Logging ¤é»x Configuration_None µL ! Configuration_ToScreen ¿é¥X¦Ü¿Ã¹õ (Console) Configuration_ToFile ¿é¥X¦ÜÀÉ®× Configuration_ToScreenFile ¿é¥X¦Ü¿Ã¹õ¤ÎÀÉ®× *************** *** 165,169 **** Configuration_SmallSkins ¤p«¬¥~Æ[¼Ë¦¡ Configuration_TinyS... [truncated message content] |
From: John Graham-C. <jgr...@us...> - 2008-01-04 15:42:09
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8060 Added Files: Tag: b0_22_2 Portugues-do-Brasil.msg Removed Files: Tag: b0_22_2 Portugues do Brasil.msg Log Message: Fix problem with spaces in filename --- Portugues do Brasil.msg DELETED --- --- NEW FILE: Portugues-do-Brasil.msg --- # Copyright (c) 2001-2007 John Graham-Cumming # Translated by Adriano Rafael Gomes <adr...@us...> # Updated by Fernando de Alcantara Correia <fac...@us...> to v0.19.1 # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with POPFile; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # Identify the language and character set used for the interface LanguageCode br LanguageCharset ISO-8859-1 LanguageDirection ltr # This is used to get the appropriate subdirectory for the manual ManualLanguage br # This is where to find the FAQ on the Wiki FAQLink FAQ # Common words that are used on their own all over the interface Apply Aplicar ApplyChanges Aplicar Alterações On Ligado Off Desligado TurnOn Ligar TurnOff Desligar Add Adicionar Remove Remover Previous Anterior Next Próximo >From De Subject Assunto Cc Cc Classification Balde Reclassify Reclassificar Probability Probabilidade Scores Pontos QuickMagnets Ímãs Rápidos Undo Desfazer Close Fechar Find Procurar Filter Filtrar Yes Sim No Não ChangeToYes Trocar para Sim ChangeToNo Trocar para Não Bucket Balde Magnet Ímã Delete Excluir Create Criar To Para Total Total Rename Renomear Frequency Freqüência Probability Probabilidade Score Pontuação Lookup Procurar Word Palavra Count Quantidade Update Alterar Refresh Atualizar FAQ FAQ ID ID Date Data Arrived Chegada Size Tamanho # This is a regular expression pattern that is used to convert # a number into a friendly looking number (for the US and UK this # means comma separated at the thousands) Locale_Thousands . Locale_Decimal , # The Locale_Date uses the format strings in Perl's Date::Format # module to set the date format for the UI. There are two possible # ways to specify it. # # <format> Just one simple format used for all dates # <format> | <format> The first format is used for dates less than # 7 days from now, the second for all other dates Locale_Date %a %R | %D %R # The header and footer that appear on every UI page Header_Title Centro de Controle do POPFile Header_Shutdown Desligar o POPFile Header_History Histórico Header_Buckets Baldes Header_Configuration Configuração Header_Advanced Avançado Header_Security Segurança Header_Magnets Ímãs Footer_HomePage POPFile Home Page Footer_Manual Manual Footer_Forums Forums Footer_FeedMe Contribua Footer_RequestFeature Pedir uma Característica Footer_MailingList Lista de Email Footer_Wiki Documentação Configuration_Error1 O caracter separador deve ser um único caracter Configuration_Error2 O porta da interface de usuário deve ser um número entre 1 e 65535 Configuration_Error3 A porta de escuta POP3 deve ser um número entre 1 e 65535 Configuration_Error4 O tamanho da página deve ser um número entre 1 e 1000 Configuration_Error5 O número de dias no histórico deve ser um número entre 1 e 366 Configuration_Error6 O tempo limite TCP deve ser um número entre 10 e 300 Configuration_Error7 A porta de escuta XML-RPC deve ser um número entre 1 e 65535 Configuration_Error8 A porta do proxy SOCKS V deve ser um número entre 1 e 65535 Configuration_POP3Port Porta de escuta POP3 Configuration_POP3Update A porta POP3 foi alterada para %s; esta alteração não terá efeito até que você reinicie o POPFile Configuration_XMLRPCUpdate A porta XML-RPC foi alterada para %s; esta alteração não terá efeito até que você reinicie o POPFile Configuration_XMLRPCPort Porta de escuta XML-RPC Configuration_SMTPPort Porta de escuta SMTP Configuration_SMTPUpdate A porta SMTP foi alterada para %s; esta alteração não terá efeito até que você reinicie o POPFile Configuration_NNTPPort Porta de escuta NNTP Configuration_NNTPUpdate A porta NNTP foi alterada para %s; esta alteração não terá efeito até que você reinicie o POPFile Configuration_POPFork Permitir conexões POP3 concorrentes Configuration_SMTPFork Permitir conexões SMTP concorrentes Configuration_NNTPFork Permitir conexões NNTP concorrentes Configuration_POP3Separator Caracter de separação POP3 servidor:porta:usuário Configuration_NNTPSeparator Caracter de separação NNTP servidor:porta:usuário Configuration_POP3SepUpdate Separador POP3 alterado para %s Configuration_NNTPSepUpdate Separador NNTP alterado para %s Configuration_UI Porta da interface web de usuário Configuration_UIUpdate Alterada a porta da interface web de usuário para %s; esta alteração não terá efeito até que você reinicie o POPFile Configuration_History Número de mensagens por página Configuration_HistoryUpdate Alterado o número de mensagens por página para %s Configuration_Days Número de dias para manter no histórico Configuration_DaysUpdate Alterado o número de dias para manter no histórico para %s Configuration_UserInterface Interface de Usuário Configuration_Skins Skins Configuration_SkinsChoose Escolha o skin Configuration_Language Linguagem Configuration_LanguageChoose Escolha a linguagem Configuration_ListenPorts Opções de Módulo Configuration_HistoryView Exibir Histórico Configuration_TCPTimeout Tempo Limite de Conexão Configuration_TCPTimeoutSecs Tempo limite de conexão em segundos Configuration_TCPTimeoutUpdate Alterado o tempo limite de conexão para %s Configuration_ClassificationInsertion Inserção de Texto na Mensagem Configuration_SubjectLine Modificação de<br>linha de assunto Configuration_XTCInsertion Cabeçalho<br>X-Text-Classification Configuration_XPLInsertion Cabeçalho<br>X-POPFile-Link Configuration_Logging Logging Configuration_None Nada Configuration_ToScreen Na Tela (console) Configuration_ToFile Em Arquivo Configuration_ToScreenFile Na Tela e em Arquivo Configuration_LoggerOutput Saída do Logger Configuration_GeneralSkins Skins Configuration_SmallSkins Small Skins Configuration_TinySkins Tiny Skins Configuration_CurrentLogFile <Exibir arquivo de log atual> Configuration_SOCKSServer Endereço do proxy SOCKS V Configuration_SOCKSPort Porta do proxy SOCKS V Configuration_SOCKSPortUpdate Alterada a porta do proxy SOCKS V para %s Configuration_SOCKSServerUpdate Alterado o endereço do proxy SOCKS V para %s Configuration_Fields Colunas do Histórico Advanced_Error1 '%s' já está na lista de Palavras Ignoradas Advanced_Error2 Palavras ignoradas podem somente conter caracteres alfanuméricos, ., _, -, ou @ Advanced_Error3 '%s' adicionado na lista de Palavras Ignoradas Advanced_Error4 '%s' não está na lista de Palavras Ignoradas Advanced_Error5 '%s' removido da lista de Palavras Ignoradas Advanced_StopWords Palavras Ignoradas Advanced_Message1 O POPFile ignora as seguintes palavras freqüentemente usadas: Advanced_AddWord Adicionar palavra Advanced_RemoveWord Remover palavra Advanced_AllParameters Todos os Parâmetros do POPFile Advanced_Parameter Parâmetro Advanced_Value Valor Advanced_Warning Esta é a lista completa dos parâmetros do POPFile. Somente para usuários avançados: você pode alterar qualquer um e clicar em Alterar; não há verificação de validade. Ítens em negrito estão diferentes da configuração padrão. Veja <a href="http://getpopfile.org/wiki/OptionReference">OptionReference</a> para mais informação sobre as opções. Advanced_ConfigFile Arquivo de configuração: History_Filter (apenas mostrando o balde <font color="%s">%s</font>) History_FilterBy Filtrar Por History_Search (procurado por remetente/assunto %s) History_Title Mensagens Recentes History_Jump Ir para a página History_ShowAll Exibir Tudo History_ShouldBe Deveria ser History_NoFrom sem linha de History_NoSubject sem linha de assunto History_ClassifyAs Classificar como History_MagnetUsed Ímã usado History_MagnetBecause <b>Ímã Utilizado</b><p>Classificado para <font color="%s">%s</font> por causa do ímã %s </p> History_ChangedTo Alterado para <font color="%s">%s</font> History_Already Reclassificado como <font color="%s">%s</font> History_RemoveAll Remover Tudo History_RemovePage Remover a Página History_RemoveChecked Remover Marcados History_Remove Para remover entradas do histórico clique History_SearchMessage Procurar Remetente/Assunto History_NoMessages Nenhuma mensagem History_ShowMagnet magnetizado History_Negate_Search Inverter procura/filtro History_Magnet (mostrando apenas mensagens classificadas por ímã) History_NoMagnet (mostrando apenas mensagens não classificadas por ímã) History_ResetSearch Limpar History_ChangedClass Deveria classificar agora como History_Purge Expirar Agora History_Increase Incrementar History_Decrease Decrementar History_Column_Characters Alterar a largura das colunas De, Para, Cc e Assunto History_Automatic Automático History_Reclassified Reclassificado History_Size_Bytes %d B History_Size_KiloBytes %.1f KB History_Size_MegaBytes %.1f MB Password_Title Senha Password_Enter Digite a senha Password_Go Ir! Password_Error1 Senha incorreta Security_Error1 A porta deve ser um número entre 1 e 65535 Security_Stealth Modo Stealth/Operação Servidor Security_NoStealthMode Não (Modo Stealth) Security_StealthMode (Modo Stealth) Security_ExplainStats (Com isto ligado o POPFile envia uma vez por dia os seguintes três valores para um script em www.usethesource.com: bc (o número total de baldes que você tem), mc (o número total de mensagens que o POPFile classificou) e ec (o número total de erros de classificação). Isto fica guardado em um arquivo e eu vou usar para publicar algumas estatísticas sobre como as pessoas usam o POPFile e o quão bem ele funciona. Meu servidor web mantém seus arquivos de log por mais ou menos 5 dias e então os deleta; eu não estou guardando nenhuma conexão entre as estatístcas e os endereços IP de cada um.) Security_ExplainUpdate (Com isto ligado o POPFile envia uma vez por dia os seguintes três valores para um script em www.usethesource.com: ma (o número maior da versão do seu POPFile), mi (o número menor da versão do seu POPFile) e bn (o número do build da sua versão do POPFile). O POPFile recebe uma resposta na forma de um gráfico que aparece no topo da página se uma nova versão estiver disponível. Meu servidor web mantém seus arquivos de log por mais ou menos 5 dias e então os deleta; eu não estou guardando nenhuma conexão entre as verificações de versão e os endereços IP de cada um.) Security_PasswordTitle Senha da Interface de Usuário Security_Password Senha Security_PasswordUpdate Alterada a senha Security_AUTHTitle Servidores Remotos Security_SecureServer Servidor POP3 remoto (SPA/AUTH ou proxy transparente) Security_SecureServerUpdate Alterado o servidor POP3 remoto para %s Security_SecurePort Porta POP3 remota (SPA/AUTH ou proxy transparente) Security_SecurePortUpdate Alterada a porta do servidor POP3 remoto para %s Security_SMTPServer Servidor da cadeia SMTP Security_SMTPServerUpdate Alterado o servidor da cadeia SMTP para %s; esta alteração não terá efeito até que você reinicie o POPFile Security_SMTPPort Porta da cadeia SMTP Security_SMTPPortUpdate Alterada a porta da cadeia SMTP para %s; esta alteração não terá efeito até que você reinicie o POPFile Security_POP3 Aceitar conexões POP3 de máquinas remotas (requer reiniciar o POPFile) Security_SMTP Aceitar conexões SMTP de máquinas remotas (requer reiniciar o POPFile) Security_NNTP Aceitar conexões NNTP de máquinas remotas (requer reiniciar o POPFile) Security_UI Aceitar conexões HTTP (Interface de Usuário) de máquinas remotas (requer reiniciar o POPFile) Security_XMLRPC Aceitar conexões XML-RPC de máquinas remotas (requer reiniciar o POPFile) Security_UpdateTitle Verificação Automática de Atualização Security_Update Verificar diariamente atualizações para o POPFile Security_StatsTitle Reportar Estatísticas Security_Stats Enviar estatísticas diariamente Magnet_Error1 Ímã '%s' já existe no balde '%s' Magnet_Error2 O novo ímã '%s' conflita com o ímã '%s' no balde '%s' e pode causar resultados ambíguos. O novo ímã não foi adicionado. Magnet_Error3 Criar novo ímã '%s' no balde '%s' Magnet_CurrentMagnets Ímãs Atuais Magnet_Message1 Os seguintes ímãs fazem as mensagens serem sempre classificadas no balde especificado. Magnet_CreateNew Criar Novo Ímã Magnet_Explanation Estes tipos de ímã estão disponíveis:</b> <ul><li><b>Endereço ou nome do remetente:</b> Por exemplo: fu...@em... para pegar um endereço específico, <br />empresa.com para pegar todo mundo que envia de empresa.com, <br />Fulano de Tal para pegar uma pessoa específica, Fulano para pegar todos os Fulanos.</li><li><b>Endereço ou nome de destinatário/cópia:</b> Como um ímã de remetente mas para o endereço Para:/Cc: de uma mensagem.</li> <li><b>Palavras no assunto:</b> Por exemplo: olá para pegar todas as mensagens com olá no assunto.</li></ul> Magnet_MagnetType Tipo do ímã Magnet_Value Valores Magnet_Always Sempre vai para o balde Magnet_Jump Ir para a página de ímãs Bucket_Error1 Nomes de balde somente podem conter as letras de a até z minúsculas, números de 0 a 9, mais - e _ Bucket_Error2 O balde %s já existe Bucket_Error3 Criado o balde %s Bucket_Error4 Por favor digite uma palavra que não seja em branco Bucket_Error5 Renomeado o balde %s para %s Bucket_Error6 Excluído o balde %s Bucket_Title Configuração do Balde Bucket_BucketName Nome do<br>Balde Bucket_WordCount Contagem de Palavras Bucket_WordCounts Contagens de Palavras Bucket_UniqueWords Palavras Distintas Bucket_SubjectModification Modificação do<br>Cabeçalho Assunto Bucket_ChangeColor Cor do<br>Balde Bucket_NotEnoughData Dados insuficientes Bucket_ClassificationAccuracy Precisão da Classificação Bucket_EmailsClassified Mensagens classificadas Bucket_EmailsClassifiedUpper Mensagens Classificadas Bucket_ClassificationErrors Erros de classificação Bucket_Accuracy Precisão Bucket_ClassificationCount Contagem da Classificação Bucket_ClassificationFP Falsos Positivos Bucket_ClassificationFN Falsos Negativos Bucket_ResetStatistics Reiniciar Estatísticas Bucket_LastReset Último Reinício Bucket_CurrentColor A cor atual de %s é %s Bucket_SetColorTo Ajustar a cor de %s para %s Bucket_Maintenance Manutenção Bucket_CreateBucket Criar balde com o nome Bucket_DeleteBucket Excluir o balde chamado Bucket_RenameBucket Renomear o balde chamado Bucket_Lookup Procurar Bucket_LookupMessage Procurar por palavra nos baldes Bucket_LookupMessage2 Procurar no resultado por Bucket_LookupMostLikely <b>%s</b> é mais provável de aparecer em <font color="%s">%s</font> Bucket_DoesNotAppear <p><b>%s</b> não aparece em nenhum dos baldes Bucket_DisabledGlobally Desabilitado globalmente Bucket_To para Bucket_Quarantine Mensagem de<br>Quarentena SingleBucket_Title Detalhes para %s SingleBucket_WordCount Contagem de palavras do balde SingleBucket_TotalWordCount Contagem total de palavras SingleBucket_Percentage Percentual do total SingleBucket_WordTable Tabela de Palavras para %s SingleBucket_Message1 Clique em uma letra no índice para ver a lista de palavras que começam com tal letra. Clique em qualquer palavra para procurar sua probabilidade para todos os baldes. SingleBucket_Unique %s distinta SingleBucket_ClearBucket Remover Todas Palavras Session_Title Sessão do POPFile Expirada Session_Error A sua sessão do POPFile expirou. Isto pode ter sido causado por iniciar e parar o POPFile mas deixando o navegador web aberto. Por favor clique em um dos atalhos acima para continuar a usar o POPFile. View_Title Visão de Única Mensagem View_ShowFrequencies Exibir freqüência das palavras View_ShowProbabilities Exibir probabilidade das palavras View_ShowScores Exibir pontuação das palavras e gráfico de decisão View_WordMatrix Matriz de palavras View_WordProbabilities exibindo probabilidade das palavras View_WordFrequencies exibindo freqüência das palavras View_WordScores exibindo pontuação das palavras View_Chart Gráfico de Decisão Windows_TrayIcon Exibir o ícone do POPFile na bandeja do sistema? Windows_Console Executar o POPFile em uma janela de console? Windows_NextTime <p><font color="red">Esta alteração não terá efeito até que você reinicie o POPFile</font> Header_MenuSummary Esta tabela é o menu de navegação que possibilita acesso a cada uma das diferentes páginas do centro de controle. History_MainTableSummary Esta tabela mostra o remetente e o assunto das mensagens recebidas recentemente e permite que elas sejam revisadas e reclassificadas. Clicar na linha de assunto vai mostrar o texto inteiro da mensagem, juntamente com informação sobre por que ela foi classificada como o foi. A coluna 'Deveria ser' permite que você especifique a que balde a mensagem pertence, ou desfazer esta mudança. A coluna 'Remover' permite que você exclua mensagens específicas do histórico se você não precisar mais delas. History_OpenMessageSummary Esta tabela contém o texto integral de uma mensagem, com as palavras que são usadas para classificação destacadas de acordo com o balde que foi mais relevante para elas. Bucket_MainTableSummary Esta tabela fornece uma visão geral dos baldes de classificação. Cada linha mostra o nome do balde, a contagem total de palavras para aquele balde, o número real de palavras individuais em cada balde, se o assunto da mensagem vai ser modificado quando ele for classificado para aquele balde, se as mensagens recebidas naquele balde devem ficar em quarentena, e uma tabela para escolher a cor usada para mostrar qualquer coisa relacionada àquele balde no centro de controle. Bucket_StatisticsTableSummary Esta tabela fornece três conjuntos de estatísticas sobre o desempenho geral do PopFile. A primeira é a exatidão da classificação, a segunda é quantas mensagens foram classificadas, e para quais baldes, e a terceira é quantas palavras existem em cada balde, e as suas porcentagens relativas. Bucket_MaintenanceTableSummary Esta tabela contém formulários que permitem que você crie, exclua ou renomeie baldes, e para procurar uma palavra em todos os baldes e ver as suas probabilidades relativas. Bucket_AccuracyChartSummary Esta tabela representa graficamente a exatidão da classificação de mensagens. Bucket_BarChartSummary Esta tabela representa graficamente a uma alocação porcentual para cada um dos diferentes baldes. Ela é usada tanto para o número de mensagens classificadas como para o número total de palavras. Bucket_LookupResultsSummary Esta tabela mostra as probabilidades associadas com qualquer palavra específica do corpus. Para cada balde, ela mostra a freqüência com que cada palavra ocorre, a probabilidade de que ela ocorra naquele balde, e o efeito geral na pontuação do balde se aquela palavra existir em uma mensagem. Bucket_WordListTableSummary Esta tabela fornece uma relação de todas as palavras para um balde específico, organizada pela primeira letra comum para cada linha. Magnet_MainTableSummary Esta tabela mostra a lista de ímãs que são usados para classificar automaticamente mensagens de acordo com regras fixas. Cada linha mostra como o ímã está definido, para qual balde ele foi concebido, e um botão para excluir aquele ímã. Configuration_MainTableSummary Esta tabela contém alguns formulários que permitem que você controle a configuração do PopFile. Configuration_InsertionTableSummary Esta tabela contém botões para determinar se certas modificações são feitas no cabeçalho ou no assunto da mensagem antes que ela seja encaminhada para o programa cliente de mensagens. Security_MainTableSummary Esta tabela fornece conjuntos de controles que afetam a segurança da configuração geral do PopFile, se ele deve procurar automaticamente por atualizações do programa, e se estatísticas sobre o desempenho do PopFile devem ser enviadas ao banco de dados central do autor do programa para informação geral. Advanced_MainTableSummary Esta tabela fornece uma lista de palavras que o PopFile ignora quando classifica mensagens por causa da sua freqüência relativa nas mensagens em geral. Elas são organizadas por linha de acordo com a primeira letra das palavras. Imap_Bucket2Folder Email para o balde '<b>%s</b>' vai para a pasta Imap_MapError Você não pode mapear mais de um balde para uma única pasta! Imap_Server Nome do servidor IMAP: Imap_ServerNameError Por favor informe o nome do servidor! Imap_Port Porta do servidor IMAP: Imap_PortError Por favor informe um número de porta válido! Imap_Login Conta de login IMAP: Imap_LoginError Por favor informe um nome de usuário/login! Imap_Password Senha para a conta IMAP: Imap_PasswordError Por favor informe uma senha para o servidor! Imap_Expunge Expurgar mensagens deletadas de pastas em observação. Imap_Interval Intervalo de atualização em segundos: Imap_IntervalError Por favor informe um intervalo entre 10 e 3600 segundos. Imap_Bytelimit Bytes por mensagem para usar para classificação. Informe 0 (Nulo) para usar a mensagem completa: Imap_BytelimitError Por favor informe um número. Imap_RefreshFolders Atualizar a lista de pastas Imap_Now agora! Imap_UpdateError1 Não é possível logar. Verifique seu nome de usuário e senha, por favor. Imap_UpdateError2 Falha na conexão ao servidor. Por favor verifique o nome e porta do servidor e certifique-se que você está online. Imap_UpdateError3 Por favor configure os detalhes da conexão primeiro. Imap_NoConnectionMessage Por favor configure os detalhes da conexão primeiro. Depois disto, mais opções estarão disponíveis nesta página. Imap_WatchMore uma pasta para lista de pastas em observação Imap_WatchedFolder Pasta em observação nº Shutdown_Message O POPFile foi desligado Help_Training Quando você usa o POPFile pela primeira vez, ele ainda não sabe nada e precisa de treinamento. O POPFile requer treinamento nas mensagens para cada balde, e o treinamento acontece quando você reclassifica para o balde correto uma mensagem que o POPFile classificou incorretamente. Você deve também configurar seu cliente de email para filtrar mensagens baseado na classificação do POPFile. Informação para configurar os filtros no seu cliente de email pode ser encontrado no <a href="http://getpopfile.org/wiki/FAQ:EmailSorting">Projeto de Documentação do POPFile</a>. Help_Bucket_Setup O POPFile requer pelo menos dois baldes além do pseudo-balde "unclassified". O que torna o POPFile único é que ele pode classificar email, mais do que isso, você pode ter qualquer número de baldes. Uma configuração simples poderia ser um balde "spam", "pessoal", e um balde "trabalho". Help_No_More Não mostre isto novamente |