From: <ce...@us...> - 2013-04-07 02:20:05
|
Revision: 11354 http://sourceforge.net/p/xoops/svn/11354 Author: cesag Date: 2013-04-07 02:20:00 +0000 (Sun, 07 Apr 2013) Log Message: ----------- Xoops 2.5.6 RC branche english corrections. Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/pm/language/english/help/help.html XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/help/maintenance.html XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/help/modulesadmin.html XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/include/precheck_functions.php XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/language/english/main.php Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/pm/language/english/help/help.html =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/pm/language/english/help/help.html 2013-04-07 01:28:32 UTC (rev 11353) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/pm/language/english/help/help.html 2013-04-07 02:20:00 UTC (rev 11354) @@ -9,9 +9,9 @@ <h4 class="odd">Operating instructions</h4> <p class="even">To set up this module you need to:</p> <ul> - <li>You enter your Inbox directly from the front page, or by clicking on the top link "Go to module" in the PM's Admin area.</li> - <li>Configure your preferences for the module (see ‘Preferences’) and optionally the PM block if you intend to use it (see ‘Blocks’).</li> - <li>ou can do mass deleting of your messages by using the "Prune Messages" tab.</li> + <li>You enter your Inbox directly from the front page, or by clicking on the top link “Go to module” in the PM's Admin area.</li> + <li>Configure your preferences for the module (see “Preferences”) and optionally the PM block if you intend to use it (see “Blocks”).</li> + <li>You can do mass deleting of your messages by using the “Prune” Messages" tab.</li> </ul> <h4 class="odd">Tutorial</h4> <p class="even">Tutorial coming soon.</p> Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/help/maintenance.html =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/help/maintenance.html 2013-04-07 01:28:32 UTC (rev 11353) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/help/maintenance.html 2013-04-07 02:20:00 UTC (rev 11354) @@ -4,7 +4,7 @@ <h4 class="odd">Description</h4> <p class="even"> -Maintenance provides several basic functions to help you in mantaining your XOOPS installation and keep it healthy:<br /><br /> +Maintenance provides several basic functions to help you in maintaining your XOOPS installation and keep it healthy:<br /><br /> - clean cache folder<br /> - empty the session table<br /> Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/help/modulesadmin.html =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/help/modulesadmin.html 2013-04-07 01:28:32 UTC (rev 11353) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/help/modulesadmin.html 2013-04-07 02:20:00 UTC (rev 11354) @@ -5,7 +5,7 @@ <p class="even"> Modules are the software constructs that, taking advantage of the infrastructure that XOOPS provides, let the webmaster offer the site’s users dynamic or static content generated using a Web interface that more often that not is very easy to use.<br /><br /> -Part of the power of XOOPS resides in the way modules are managed. The webmaster can easily install, uninstall, activate or deactivate any specific module (except the System module, for obvious reasons). It’s also possible to rename modules, and to determine the order in which they will appear to the end user in the site’s menu –if you want them to appear at all–, because you can also provide hidden functionality, defining active modules that have no visible presence to the casual user. For instance, you could define a module as not visible in the menu by disabling the check icon in the Menu column. So for the News module, you could then send a private messages to selected group of your users and tell them to access that directory typing the address in the URL field, something like <em>http://www.yoursite.com/modules/news</em>. <br /><br /> +Part of the power of XOOPS resides in the way modules are managed. The webmaster can easily install, uninstall, activate or deactivate any specific module (except the System module, for obvious reasons). It’s also possible to rename modules, and to determine the order in which they will appear to the end user in the site’s menu (if you want them to appear at all), because you can also provide hidden functionality, defining active modules that have no visible presence to the casual user. For instance, you could define a module as not visible in the menu by disabling the check icon in the Menu column. So for the News module, you could then send a private messages to selected group of your users and tell them to access that directory typing the address in the URL field, something like <em>http://www.yoursite.com/modules/news</em>. <br /><br /> To change order of modules (which will be reflected in the Menu), you just need to drag and drop the modules to the desired placement.<br /><br /> Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/include/precheck_functions.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/include/precheck_functions.php 2013-04-07 01:28:32 UTC (rev 11353) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/include/precheck_functions.php 2013-04-07 02:20:00 UTC (rev 11354) @@ -17,7 +17,7 @@ $bwexpire = $protector->get_bwlimit() ; if( $bwexpire > time() ) { header( 'HTTP/1.0 503 Service unavailable' ) ; - $protector->call_filter( 'precommon_bwlimit' , 'This site is very crowed now. try later.' ) ; + $protector->call_filter( 'precommon_bwlimit' , 'This website is very busy now. Please try later.' ) ; } } Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/language/english/main.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/language/english/main.php 2013-04-07 01:28:32 UTC (rev 11353) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/language/english/main.php 2013-04-07 02:20:00 UTC (rev 11354) @@ -1,11 +1,9 @@ <?php - -define('_MD_PROTECTOR_YOUAREBADIP','You are registered as BAD_IP by Protector.<br />'); -define('_MD_PROTECTOR_FMT_JAILINFO','This restriction will be expired on %s'); -define('_MD_PROTECTOR_FMT_JAILTIME','Y-m-j H:i:s'); -define('_MD_PROTECTOR_BANDWIDTHLIMITED','This site is very crowed now. try later.'); -define('_MD_PROTECTOR_TURNJAVASCRIPTON','Turn JavaScript ON'); -define('_MD_PROTECTOR_DENYBYRBL','Protector rejects your post, because your IP is registered in RBL'); -define('_MD_PROTECTOR_FMT_REGISTER_MORATORIUM','Post it again %s minutes later. (for Anti-SPAMMING, sorry)'); - +define('_MD_PROTECTOR_YOUAREBADIP',"You are registered as BAD_IP by Protector.<br />"); +define('_MD_PROTECTOR_FMT_JAILINFO',"This restriction will be expired on %s"); +define('_MD_PROTECTOR_FMT_JAILTIME',"Y-m-j H:i:s"); +define('_MD_PROTECTOR_BANDWIDTHLIMITED',"This website is very busy now. Please try later."); +define('_MD_PROTECTOR_TURNJAVASCRIPTON',"Turn JavaScript ON"); +define('_MD_PROTECTOR_DENYBYRBL',"Protector rejects your post, because your IP is registered in RBL"); +define('_MD_PROTECTOR_FMT_REGISTER_MORATORIUM',"Post it again %s minutes later(for Anti-SPAMMING, sorry)."); ?> \ No newline at end of file |