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

tony at iowaoutdoors.org tony at iowaoutdoors.org
Fri Sep 3 15:59:57 EDT 2004


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

Added Files:
	english.php 
Log Message:
Spamx is officially part of Geeklog.  All should work fine minus the upgrade file...I'm still missing some key data that I will add yet this weekend


--- NEW FILE: english.php ---
<?php

/**
* File: english.php
* This is the English language page for the Geeklog SpamX Plug-in!
*
* Copyright (C) 2004 by the following authors:
*
* @ Author		Tom Willett		tomw at pigstye.net
*
* Licensed under GNU General Public License
*
*/

$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 '
);

?>



More information about the geeklog-cvs mailing list