[geeklog-cvs] Geeklog-1.x/language english.php, 1.306, 1.307 english_utf-8.php, 1.91, 1.92

Blaine Lang blaine at qs1489.pair.com
Sun Nov 25 00:18:56 EST 2007


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
Added user 'batch admin' feature to send out account reminders to users that have not frequented the site recently

Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.306
retrieving revision 1.307
diff -C2 -d -r1.306 -r1.307
*** english.php	11 Oct 2007 01:52:37 -0000	1.306
--- english.php	25 Nov 2007 05:18:54 -0000	1.307
***************
*** 888,892 ****
      52 => '<br>Note: "Online Days" is the number of days between the first registration and the last login.',
      53 => 'registered',
!     54 => 'Batch Delete',
      55 => "This only works if you have <code>\$_CONF['lastlogin'] = true;</code> in your config.php",
      56 => 'Please choose the type of user you want to delete and press "Update List". Then, uncheck those from the list you do not want to delete and press "Delete". Please note that you will only delete those that are currently visible in case the list spans over several pages.',
--- 888,892 ----
      52 => '<br>Note: "Online Days" is the number of days between the first registration and the last login.',
      53 => 'registered',
!     54 => 'Batch Admin',
      55 => "This only works if you have <code>\$_CONF['lastlogin'] = true;</code> in your config.php",
      56 => 'Please choose the type of user you want to delete and press "Update List". Then, uncheck those from the list you do not want to delete and press "Delete". Please note that you will only delete those that are currently visible in case the list spans over several pages.',
***************
*** 910,914 ****
      74 => 'Recent Users',
      75 => 'Users that registered in the last ',
!     76 => ' months'
  );
  
--- 910,923 ----
      74 => 'Recent Users',
      75 => 'Users that registered in the last ',
!     76 => ' months',
!     77 => 'Email site login reminder to selected users',
!     78 => 'Send Reminder',
!     79 => 'No User selected for reminders',
!     80 => 'Successfully sent Reminders',
!     81 => 'Reminder to verify account for %s',
!     82 => "Your account on {$_CONF['site_name']} has not been accesssed since %s and will be disabled if not accessed in the 30 days.",
!     83 => "Your account on {$_CONF['site_name']} has not been used since it was created and will deleted soon if not accessed.",
!     84 => "Your login name is: %s  for our site: {$_CONF['site_url']}",
!     85 => 'If you have forgotten the password use the following link: %s'
  );
  

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english_utf-8.php,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** english_utf-8.php	28 Sep 2007 00:21:28 -0000	1.91
--- english_utf-8.php	25 Nov 2007 05:18:54 -0000	1.92
***************
*** 888,892 ****
      52 => '<br>Note: "Online Days" is the number of days between the first registration and the last login.',
      53 => 'registered',
!     54 => 'Batch Delete',
      55 => "This only works if you have <code>\$_CONF['lastlogin'] = true;</code> in your config.php",
      56 => 'Please choose the type of user you want to delete and press "Update List". Then, uncheck those from the list you do not want to delete and press "Delete". Please note that you will only delete those that are currently visible in case the list spans over several pages.',
--- 888,892 ----
      52 => '<br>Note: "Online Days" is the number of days between the first registration and the last login.',
      53 => 'registered',
!     54 => 'Batch Admin',
      55 => "This only works if you have <code>\$_CONF['lastlogin'] = true;</code> in your config.php",
      56 => 'Please choose the type of user you want to delete and press "Update List". Then, uncheck those from the list you do not want to delete and press "Delete". Please note that you will only delete those that are currently visible in case the list spans over several pages.',
***************
*** 910,914 ****
      74 => 'Recent Users',
      75 => 'Users that registered in the last ',
!     76 => ' months'
  );
  
--- 910,923 ----
      74 => 'Recent Users',
      75 => 'Users that registered in the last ',
!     76 => ' months',
!     77 => 'Email site login reminder to selected users',
!     78 => 'Send Reminder',
!     79 => 'No User selected for reminders',
!     80 => 'Successfully sent Reminders',
!     81 => 'Reminder to verify account for %s',
!     82 => "Your account on {$_CONF['site_name']} has not been accesssed since %s and will be disabled if not accessed in the 30 days.",
!     83 => "Your account on {$_CONF['site_name']} has not been used since it was created and will deleted soon if not accessed.",
!     84 => "Your login name is: %s  for our site: {$_CONF['site_url']}",
!     85 => 'If you have forgotten the password use the following link: %s'
  );
  




More information about the geeklog-cvs mailing list