[geeklog-cvs] Geeklog-1.x/plugins/spamx/language english.php, 1.17, 1.18 english_utf-8.php, 1.5, 1.6

Dirk Haun dhaun at qs1489.pair.com
Sat Jan 26 12:17:44 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/spamx/language
In directory qs1489.pair.com:/tmp/cvs-serv87214/plugins/spamx/language

Modified Files:
	english.php english_utf-8.php 
Log Message:
Added Spam-X config to the configuration GUI


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/spamx/language/english.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** english.php	25 Nov 2007 06:57:41 -0000	1.17
--- english.php	26 Jan 2008 17:17:42 -0000	1.18
***************
*** 5,9 ****
   * This is the English language file for the Geeklog Spam-X plugin
   * 
!  * Copyright (C) 2004-2006 by the following authors:
   * Author        Tom Willett        tomw AT pigstye DOT net
   * 
--- 5,9 ----
   * This is the English language file for the Geeklog Spam-X plugin
   * 
!  * Copyright (C) 2004-2008 by the following authors:
   * Author        Tom Willett        tomw AT pigstye DOT net
   * 
***************
*** 134,137 ****
--- 134,165 ----
  $PLG_spamx_MESSAGE3001 = 'Spam-X plugin upgraded successfully.';
  $PLG_spamx_MESSAGE3002 = 'Failed to upgrade the Spam-X plugin.';
+ 
+ 
+ // Localization of the Admin Configuration UI
+ $LANG_config['spamx'] = array(
+     'label' => 'Spam-X',
+     'title' => 'Spam-X Configuration'
+ );
+ 
+ $LANG_confignames['spamx'] = array(
+     'action' => 'Spam-X Actions',
+     'notification_email' => 'Notification Email',
+     'admin_override' => "Don't Filter Admin Posts",
+     'logging' => 'Enable Logging',
+     'timeout' => 'Timeout'
+ );
+ 
+ $LANG_configsubgroups['spamx'] = array(
+     0 => 'Main Settings'
+ );
+ 
+ $LANG_fs['spamx'] = array(
+     0 => 'Spam-X Main Settings'
+ );
+ 
+ $LANG_configselects['spamx'] = array(
+     0 => array('True' => 1, 'False' => 0),
+     1 => array('True' => TRUE, 'False' => FALSE)
+ );
  
  ?>

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/spamx/language/english_utf-8.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** english_utf-8.php	25 Nov 2007 06:57:41 -0000	1.5
--- english_utf-8.php	26 Jan 2008 17:17:42 -0000	1.6
***************
*** 5,9 ****
   * This is the English language file for the Geeklog Spam-X plugin
   * 
!  * Copyright (C) 2004-2006 by the following authors:
   * Author        Tom Willett        tomw AT pigstye DOT net
   * 
--- 5,9 ----
   * This is the English language file for the Geeklog Spam-X plugin
   * 
!  * Copyright (C) 2004-2008 by the following authors:
   * Author        Tom Willett        tomw AT pigstye DOT net
   * 
***************
*** 134,137 ****
--- 134,165 ----
  $PLG_spamx_MESSAGE3001 = 'Spam-X plugin upgraded successfully.';
  $PLG_spamx_MESSAGE3002 = 'Failed to upgrade the Spam-X plugin.';
+ 
+ 
+ // Localization of the Admin Configuration UI
+ $LANG_config['spamx'] = array(
+     'label' => 'Spam-X',
+     'title' => 'Spam-X Configuration'
+ );
+ 
+ $LANG_confignames['spamx'] = array(
+     'action' => 'Spam-X Actions',
+     'notification_email' => 'Notification Email',
+     'admin_override' => "Don't Filter Admin Posts",
+     'logging' => 'Enable Logging',
+     'timeout' => 'Timeout'
+ );
+ 
+ $LANG_configsubgroups['spamx'] = array(
+     0 => 'Main Settings'
+ );
+ 
+ $LANG_fs['spamx'] = array(
+     0 => 'Spam-X Main Settings'
+ );
+ 
+ $LANG_configselects['spamx'] = array(
+     0 => array('True' => 1, 'False' => 0),
+     1 => array('True' => TRUE, 'False' => FALSE)
+ );
  
  ?>




More information about the geeklog-cvs mailing list