From: <tst...@us...> - 2012-03-08 09:22:09
|
Revision: 9114 http://xoops.svn.sourceforge.net/xoops/?rev=9114&view=rev Author: tstempko Date: 2012-03-08 09:21:58 +0000 (Thu, 08 Mar 2012) Log Message: ----------- 'bad ip' description corrected Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/system/language/english/admin/preferences.php Modified: XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/system/language/english/admin/preferences.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/system/language/english/admin/preferences.php 2012-03-07 19:42:13 UTC (rev 9113) +++ XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/system/language/english/admin/preferences.php 2012-03-08 09:21:58 UTC (rev 9114) @@ -129,8 +129,8 @@ define("_MD_AM_BADUNAMESDSC", "Separate each with a <strong>|</strong>, case insensitive, regex enabled."); define("_MD_AM_DOBADIPS", "Enable IP bans?"); define("_MD_AM_DOBADIPSDSC", "Users from specified IP addresses will not be able to view your site"); -define("_MD_AM_BADIPS", "Enter IP addresses that should be banned from the site.<br />Separate each with a <strong>|</strong>, case insensitive, regex enabled."); -define("_MD_AM_BADIPSDSC", "^aaa.bbb.ccc will disallow visitors with an IP that starts with aaa.bbb.ccc<br />aaa.bbb.ccc$ will disallow visitors with an IP that ends with aaa.bbb.ccc<br />aaa.bbb.ccc will disallow visitors with an IP that contains aaa.bbb.ccc"); +define("_MD_AM_BADIPS", "Enter IP addresses that should be banned from the site.<br />Separate each with a <strong>|</strong>, case insensitive, regex enabled (so dot - '.' means 'any char' and '\.' means '.')."); +define("_MD_AM_BADIPSDSC", "^aaa\.bbb\.ccc will disallow visitors with an IP that starts with aaa.bbb.ccc<br />aaa\.bbb\.ccc$ will disallow visitors with an IP that ends with aaa.bbb.ccc<br />aaa\.bbb\.ccc will disallow visitors with an IP that contains aaa.bbb.ccc"); define("_MD_AM_PREFMAIN", "Preferences Main"); define("_MD_AM_METAKEY", "Meta Keywords"); define("_MD_AM_METAKEYDSC", "The keywords meta tag is a series of keywords that represents the content of your site. Type in keywords with each separated by a comma or a space in between. (Ex. XOOPS, PHP, mySQL, portal system)"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |