[geeklog-cvs] geeklog-1.3/plugins/spamx/language english.php,1.2,1.3

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Tue Sep 14 08:27:11 EDT 2004


Update of /var/cvs/geeklog-1.3/plugins/spamx/language
In directory www:/tmp/cvs-serv28706/language

Modified Files:
	english.php 
Log Message:
Changed import class to do an initial import of the entire MT Blacklist.


Index: english.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/plugins/spamx/language/english.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** english.php	13 Sep 2004 19:07:13 -0000	1.2
--- english.php	14 Sep 2004 12:27:09 -0000	1.3
***************
*** 17,21 ****
  	'inst2'				=> 'will be able to view and import your personal blacklist and we can create a more effective ',
  	'inst3'				=> 'distributed database.</p><p>If you have submitted your website and decide you do not wish your website to remain on the list ',
! 	'inst4'				=> 'send an email to <a href="mailto::spamx at pigstye.net">spamx at pigstye.net</a> telling me. ',
  	'inst5'				=> 'All requests will be honored.',
     	'submit'			=> 'Submit',
--- 17,21 ----
  	'inst2'				=> 'will be able to view and import your personal blacklist and we can create a more effective ',
  	'inst3'				=> 'distributed database.</p><p>If you have submitted your website and decide you do not wish your website to remain on the list ',
! 	'inst4'				=> 'send an email to <a href="mailto:spamx at pigstye.net">spamx at pigstye.net</a> telling me. ',
  	'inst5'				=> 'All requests will be honored.',
     	'submit'			=> 'Submit',
***************
*** 47,51 ****
  	'addentry'			=> 'Add Entry',
  	'e1'				=> 'To Delete an entry click it.',
! 	'e2'				=> 'To Add an entry, enter it in the box and click Add.  Entries can use full Perl Regular Expressions.',
  	'pblack'			=> 'SpamX Personal Blacklist',
  	'conmod'			=> 'Configure SpamX Module Usage',
--- 47,51 ----
  	'addentry'			=> 'Add Entry',
  	'e1'				=> 'To Delete an entry click it.',
! 	'e2'				=> 'To Add an entry, enter in in the box and click Add.  Entries can use full Perl Regular Expressions.',
  	'pblack'			=> 'SpamX Personal Blacklist',
  	'conmod'			=> 'Configure SpamX Module Usage',
***************
*** 86,90 ****
      'foundspam'			=> 'Found Spam Comment matching ',
      'foundspam2'        => ' posted by user ',
!     'foundspam3'  		=> ' from IP '
  );
  
--- 86,95 ----
      'foundspam'			=> 'Found Spam Comment matching ',
      'foundspam2'        => ' posted by user ',
!     'foundspam3'  		=> ' from IP ',
! 
!     'initial_import'    => 'Initial MT-Blacklist Import',
!     'import_success'    => '<p>Successfully imported %d blacklist entries.',
!     'import_failure'    => '<p><strong>Error:</strong> No entries found.',
!     'allow_url_fopen'   => '<p>Sorry, your webserver configuration does not allow reading of remote files (<code>allow_url_fopen</code> is off). Please download the blacklist from the following URL and upload it into Geeklog\'s "data" directory, <tt>%s</tt>, before trying again:'
  );
  




More information about the geeklog-cvs mailing list