From: <on...@us...> - 2002-09-05 11:11:14
|
Update of /cvsroot/xoops/xoops-current/html/modules/system/language/english/admin In directory usw-pr-cvs1:/tmp/cvs-serv21916 Modified Files: preferences.php Log Message: no message Index: preferences.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/system/language/english/admin/preferences.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** preferences.php 10 Aug 2002 00:19:49 -0000 1.2 --- preferences.php 5 Sep 2002 11:11:11 -0000 1.3 *************** *** 59,61 **** --- 59,67 ---- define("_MD_AM_ALLOWTHEME","Allow users to select theme?"); define("_MD_AM_ALLOWIMAGE","Allow users to display image files in posts?"); + + define("_MD_AM_USERACTV","Requires activation by user (recommended)"); + define("_MD_AM_AUTOACTV","Activate automatically"); + define("_MD_AM_ADMINACTV","Activation by administrators"); + define("_MD_AM_ACTVTYPE","Select activation type of newly registered users"); + define("_MD_AM_ACTVGROUP","Send account activation mail to (valid only when 'Activation by administrators' is selected):"); ?> |