|
From: Jon O. <jon...@us...> - 2005-12-08 21:41:38
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3429/language/lang_english Modified Files: lang_admin.php Log Message: fix for mod_rewrite updated schemas Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** lang_admin.php 26 Nov 2005 18:24:08 -0000 1.52 --- lang_admin.php 8 Dec 2005 21:41:28 -0000 1.53 *************** *** 121,124 **** --- 121,129 ---- $lang['Top_phpbb_links'] = "Show phpBB header links <br /> - new/unread posts etc on the portal front page"; $lang['Portal_version'] = "mxBB-Portal Version:"; + $lang['Mx_use_cache'] = "Use mxBB Block Cache"; + $lang['Mx_use_cache_explain'] = "Block data is cached to individual cache/block_*.xml files. Block cache files are created when Blocks are edited."; + $lang['Mx_mod_rewrite'] = "Use mod_rewrite"; + $lang['Mx_mod_rewrite_explain'] = "If you're running on an Apache server, with mod_rewrite activated, you may rewrite urls like 'page=x' with more intuitive alternatives. Read further documentation in the mx_mod_rewrite module."; + // *************** *** 398,402 **** $lang['Cache_submit'] = "Generate the cache file?"; $lang['Cache_explain'] = "With this option you can generate all XML files (cache files) at once for all portal blocks. These files allow the reduction of the number of database queries needed, and improves overall portal performance. <br />Note: the mxBB cache must be enabled (in the Portal General Admin CP) for these files to be used by the system.<br>Further note: the cache files are created on the fly when editing blocks as well."; - $lang['Mx_use_cache'] = "Use mxBB Block Cache<br />- Block data is cached to individual cache/block_*.xml files. Block cache files are created when Blocks are edited."; $lang['Generate_mx_cache'] = "Generate Block Cache"; --- 403,406 ---- |