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

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Fri Sep 24 06:21:18 EDT 2004


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

Modified Files:
	english.php 
Log Message:
Added code to import a user's personal blacklist (from the SpamX plugin 1.0), provided by Tom Willet.


Index: english.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/plugins/spamx/language/english.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** english.php	16 Sep 2004 17:22:15 -0000	1.4
--- english.php	24 Sep 2004 10:21:15 -0000	1.5
***************
*** 7,11 ****
  * Copyright (C) 2004 by the following authors:
  *
! * @ Author		Tom Willett		tomw at pigstye.net
  *
  * Licensed under GNU General Public License
--- 7,11 ----
  * Copyright (C) 2004 by the following authors:
  *
! * @ Author        Tom Willett        tomw at pigstye.net
  *
  * Licensed under GNU General Public License
***************
*** 14,91 ****
  
  $LANG_SX00 = array (
!    	'inst1'				=> '<p>If you do this, then others ',
! 	'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',
! 	'subthis'			=> 'this info to SpamX Central Database',
! 	'secbut'			=> 'This second button creates an rdf feed so that others can import your list.',
! 	'sitename'			=> 'Site Name: ',
! 	'URL'				=> 'URL to SpamX List: ',
! 	'RDF'				=> 'RDF url: ',
! 	'impinst1a'			=> 'Before you use the SpamX comment Spam blocker facility to view and import personal Blacklists from other',
! 	'impinst1b'         => ' sites, I ask that you press the following two buttons. (You have to press the last one.)',
! 	'impinst2'			=> 'This first submits your website to the Gplugs/SpamX site so that it can be added to the master list of ',
! 	'impinst2a'			=> 'sites sharing their blacklists. (Note: if you have multiple sites you might want to designate one as the ',
! 	'impinst2b'			=> 'master and only submit its name. This will allow you to update your sites easily and keep the list smaller.) ',
! 	'impinst2c'         => 'After you press the Submit button, press [back] on your browser to return here.',
! 	'impinst3'			=> 'The Following values will be sent: (you can edit them if they are wrong).',
! 	'availb'			=> 'Available Blacklists',
! 	'clickv'			=> 'Click to View Blacklist',
! 	'clicki'			=> 'Click to Import Blacklist',
! 	'ok'				=> 'OK',
! 	'rsscreated'		=> 'RSS Feed Created',
! 	'add1'				=> 'Added ',
! 	'add2'				=> ' entries from ',
! 	'add3'				=> "'s blacklist.",
! 	'adminc'			=> 'Administration Commands:',
! 	'mblack'			=> 'My Blacklist:',
! 	'rlinks'			=> 'Related Links:',
! 	'e3'				=> 'To Add the words from Geeklogs CensorList Press the Button:',
! 	'addcen'			=> 'Add Censor List',
! 	'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',
! 	'acmod'				=> 'SpamX Action Modules',
! 	'exmod'				=> 'SpamX Examine Modules',
! 	'actmod'			=> 'Active Modules',
! 	'avmod'				=> 'Available Modules',
! 	'coninst'			=> '<hr>Click on an Active module to remove it, click on an Available module to add it.<br>Modules are executed in order presented.',
! 	'fsc'				=> 'Found Spam Comment matching ',
! 	'fsc1'				=> ' posted by user ',
! 	'fsc2'				=> ' from IP ',
! 	'uMTlist'			=> 'Update MT-Blacklist',
! 	'uMTlist2'			=> ': Added ',
! 	'uMTlist3'			=> ' entries and deleted ',
! 	'entries'			=> ' entries.',
! 	'entriesadded'		=> 'Entries Added',
! 	'entriesdeleted'	=> 'Entries Deleted',
! 	'viewlog'			=> 'View SpamX Log',
! 	'clearlog'			=> 'Clear Log File',
! 	'logcleared'		=> '- SpamX Log File Cleared',
      'plugin'            => 'Plugin',
! 	'access_denied'     => 'Access Denied',
! 	'access_denied_msg' => 'Only Root Users have Access to this Page.  Your user name and IP have been recorded.',
! 	'admin'		        => 'Plugin Administration',
! 	'install_header'	=> 'Install/Uninstall Plugin',
! 	'installed'         => 'The Plugin is Installed',
! 	'uninstalled'       => 'The Plugin is Not Installed',
! 	'install_success'	=> 'Installation Successful',
! 	'install_failed'	=> 'Installation Failed -- See your error log to find out why.',
! 	'uninstall_msg'		=> 'Plugin Successfully Uninstalled',
! 	'install'           => 'Install',
! 	'uninstall'         => 'UnInstall',
      'warning'           => 'Warning! Plugin is still Enabled',
      'enabled'           => 'Disable plugin before uninstalling.',
      'readme'            => 'STOP! Before you press install please read the ',
      'installdoc'        => 'Install Document.',
!     'spamdeleted'		=> 'Deleted Spam Comment',
!     '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.',
--- 14,93 ----
  
  $LANG_SX00 = array (
!        'inst1'                => '<p>If you do this, then others ',
!     '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',
!     'subthis'            => 'this info to SpamX Central Database',
!     'secbut'            => 'This second button creates an rdf feed so that others can import your list.',
!     'sitename'            => 'Site Name: ',
!     'URL'                => 'URL to SpamX List: ',
!     'RDF'                => 'RDF url: ',
!     'impinst1a'            => 'Before you use the SpamX comment Spam blocker facility to view and import personal Blacklists from other',
!     'impinst1b'         => ' sites, I ask that you press the following two buttons. (You have to press the last one.)',
!     'impinst2'            => 'This first submits your website to the Gplugs/SpamX site so that it can be added to the master list of ',
!     'impinst2a'            => 'sites sharing their blacklists. (Note: if you have multiple sites you might want to designate one as the ',
!     'impinst2b'            => 'master and only submit its name. This will allow you to update your sites easily and keep the list smaller.) ',
!     'impinst2c'         => 'After you press the Submit button, press [back] on your browser to return here.',
!     'impinst3'            => 'The Following values will be sent: (you can edit them if they are wrong).',
!     'availb'            => 'Available Blacklists',
!     'clickv'            => 'Click to View Blacklist',
!     'clicki'            => 'Click to Import Blacklist',
!     'ok'                => 'OK',
!     'rsscreated'        => 'RSS Feed Created',
!     'add1'                => 'Added ',
!     'add2'                => ' entries from ',
!     'add3'                => "'s blacklist.",
!     'adminc'            => 'Administration Commands:',
!     'mblack'            => 'My Blacklist:',
!     'rlinks'            => 'Related Links:',
!     'e3'                => 'To Add the words from Geeklogs CensorList Press the Button:',
!     'addcen'            => 'Add Censor List',
!     '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',
!     'acmod'                => 'SpamX Action Modules',
!     'exmod'                => 'SpamX Examine Modules',
!     'actmod'            => 'Active Modules',
!     'avmod'                => 'Available Modules',
!     'coninst'            => '<hr>Click on an Active module to remove it, click on an Available module to add it.<br>Modules are executed in order presented.',
!     'fsc'                => 'Found Spam Comment matching ',
!     'fsc1'                => ' posted by user ',
!     'fsc2'                => ' from IP ',
!     'uMTlist'            => 'Update MT-Blacklist',
!     'uMTlist2'            => ': Added ',
!     'uMTlist3'            => ' entries and deleted ',
!     'entries'            => ' entries.',
!     'uPlist'            => 'Update Personal Blacklist',
!     'entriesadded'        => 'Entries Added',
!     'entriesdeleted'    => 'Entries Deleted',
!     'viewlog'            => 'View SpamX Log',
!     'clearlog'            => 'Clear Log File',
!     'logcleared'        => '- SpamX Log File Cleared',
      'plugin'            => 'Plugin',
!     'access_denied'     => 'Access Denied',
!     'access_denied_msg' => 'Only Root Users have Access to this Page.  Your user name and IP have been recorded.',
!     'admin'                => 'Plugin Administration',
!     'install_header'    => 'Install/Uninstall Plugin',
!     'installed'         => 'The Plugin is Installed',
!     'uninstalled'       => 'The Plugin is Not Installed',
!     'install_success'    => 'Installation Successful',
!     'install_failed'    => 'Installation Failed -- See your error log to find out why.',
!     'uninstall_msg'        => 'Plugin Successfully Uninstalled',
!     'install'           => 'Install',
!     'uninstall'         => 'UnInstall',
      'warning'           => 'Warning! Plugin is still Enabled',
      'enabled'           => 'Disable plugin before uninstalling.',
      'readme'            => 'STOP! Before you press install please read the ',
      'installdoc'        => 'Install Document.',
!     'spamdeleted'        => 'Deleted Spam Comment',
!     'foundspam'            => 'Found Spam Comment matching ',
      'foundspam2'        => ' posted by user ',
!     'foundspam3'          => ' from IP ',
  
+     'initial_Pimport'    => '<p>Personal Blacklist Import"',
      'initial_import'    => 'Initial MT-Blacklist Import',
      'import_success'    => '<p>Successfully imported %d blacklist entries.',




More information about the geeklog-cvs mailing list