You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
|
From: Jon O. <jon...@us...> - 2006-08-15 09:11:39
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1479/modules/mx_rebuild_search_tables/admin Modified Files: admin_rebuild_mx_search.php Log Message: upgrade fix mx search optimize tables fix Index: admin_rebuild_mx_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/admin/admin_rebuild_mx_search.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_rebuild_mx_search.php 14 Aug 2006 13:01:43 -0000 1.5 --- admin_rebuild_mx_search.php 15 Aug 2006 09:11:34 -0000 1.6 *************** *** 133,137 **** while (($row = $db->sql_fetchrow ($result)) ) { - echo('x'); mx_admin::mx_add_search_words('single', $row['block_id'], stripslashes($row['parameter_value']), stripslashes($row['block_title'])); $num_rows++; --- 133,136 ---- |
|
From: Jon O. <jon...@us...> - 2006-08-15 08:40:26
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc/cache In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21329/modules/mx_simpledoc/simpledoc/cache Removed Files: data_global.php Log Message: removed file --- data_global.php DELETED --- |
|
From: Jon O. <jon...@us...> - 2006-08-15 08:39:39
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc/cache In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20923/modules/mx_simpledoc/simpledoc/cache Modified Files: data_global.php Log Message: before remove Index: data_global.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/cache/data_global.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** data_global.php 30 Jun 2006 11:17:24 -0000 1.1 --- data_global.php 15 Aug 2006 08:39:35 -0000 1.2 *************** *** 0 **** --- 1,2 ---- + <?php $this->vars=array('edit_lock'=>array('user_id'=>'2','user_name'=>'Jon')); + $this->vars_ts=array('edit_lock'=>1151670354) ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2006-08-15 08:38:40
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20511/modules/mx_pafiledb Modified Files: db_upgrade.php Log Message: updated Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/db_upgrade.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** db_upgrade.php 14 Aug 2006 10:47:58 -0000 1.20 --- db_upgrade.php 15 Aug 2006 08:38:37 -0000 1.21 *************** *** 76,80 **** // validate before 2.0.2 $result = $db->sql_query( "SELECT config_value from " . $mx_table_prefix . "pa_config WHERE config_name = 'internal_comments'" ); ! if ( $db->sql_numrows( $result ) == 0 || true) { $upgrade_202 = 1; --- 76,80 ---- // validate before 2.0.2 $result = $db->sql_query( "SELECT config_value from " . $mx_table_prefix . "pa_config WHERE config_name = 'internal_comments'" ); ! if ( $db->sql_numrows( $result ) == 0 ) { $upgrade_202 = 1; *************** *** 88,92 **** // validate before 2.8.0 $result = $db->sql_query( "SELECT config_value from " . $mx_table_prefix . "pa_config WHERE config_name = 'comments_forum_id'" ); ! if ( $db->sql_numrows( $result ) == 0 || true) { $upgrade_280 = 1; --- 88,92 ---- // validate before 2.8.0 $result = $db->sql_query( "SELECT config_value from " . $mx_table_prefix . "pa_config WHERE config_name = 'comments_forum_id'" ); ! if ( $db->sql_numrows( $result ) == 0 ) { $upgrade_280 = 1; |
|
From: Jon O. <jon...@us...> - 2006-08-15 08:38:40
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20511/modules/mx_pafiledb/templates/subSilver Modified Files: pa_footer.tpl pa_main_body.tpl Log Message: updated Index: pa_main_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_main_body.tpl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** pa_main_body.tpl 1 Aug 2006 21:03:25 -0000 1.8 --- pa_main_body.tpl 15 Aug 2006 08:38:37 -0000 1.9 *************** *** 41,48 **** <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> <tr> ! <th class="thHead" colspan="2">{L_CATEGORY}</th> </tr> <tr> ! <td class="row1" colspan="2"> <table border="0" cellpadding="2" cellspacing="1" width="100%" > <!-- BEGIN catcol --> --- 41,48 ---- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> <tr> ! <th class="thHead">{L_CATEGORY}</th> </tr> <tr> ! <td class="row1"> <table border="0" cellpadding="2" cellspacing="1" width="100%" > <!-- BEGIN catcol --> Index: pa_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_footer.tpl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** pa_footer.tpl 5 Apr 2006 21:30:45 -0000 1.16 --- pa_footer.tpl 15 Aug 2006 08:38:37 -0000 1.17 *************** *** 14,18 **** </form> </td> ! <td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td> </tr> </table> --- 14,18 ---- </form> </td> ! <td align="right" width="50%"><span class="gensmall">{S_AUTH_LIST}</span></td> </tr> </table> |
|
From: Jon O. <jon...@us...> - 2006-08-15 08:37:53
|
Update of /cvsroot/mxbb/mx_linkdb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20094/modules/mx_linkdb Modified Files: db_upgrade.php Log Message: updated Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/db_upgrade.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** db_upgrade.php 14 Aug 2006 10:46:47 -0000 1.18 --- db_upgrade.php 15 Aug 2006 08:37:48 -0000 1.19 *************** *** 42,46 **** // validate before 2.8.0 $result = $db->sql_query( "SELECT config_value from " . $mx_table_prefix . "linkdb_config WHERE config_name = 'comments_forum_id'" ); ! if ( $db->sql_numrows( $result ) == 0 || true) { $upgrade_280 = 1; --- 42,46 ---- // validate before 2.8.0 $result = $db->sql_query( "SELECT config_value from " . $mx_table_prefix . "linkdb_config WHERE config_name = 'comments_forum_id'" ); ! if ( $db->sql_numrows( $result ) == 0 ) { $upgrade_280 = 1; |
|
From: Jon O. <jon...@us...> - 2006-08-15 08:37:53
|
Update of /cvsroot/mxbb/mx_linkdb/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20094/modules/mx_linkdb/templates/subSilver Modified Files: link_category_body.tpl link_footer.tpl link_main_body.tpl Log Message: updated Index: link_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/templates/subSilver/link_footer.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** link_footer.tpl 5 Jul 2006 22:49:20 -0000 1.2 --- link_footer.tpl 15 Aug 2006 08:37:48 -0000 1.3 *************** *** 13,17 **** </form> </td> ! <td align="right" valign="middle"> <!--<span class="gensmall" >{S_TIMEZONE}</span>--> </td> --- 13,17 ---- </form> </td> ! <td align="right" valign="middle" width="50%"> <!--<span class="gensmall" >{S_TIMEZONE}</span>--> </td> Index: link_main_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/templates/subSilver/link_main_body.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** link_main_body.tpl 14 Aug 2006 10:46:48 -0000 1.6 --- link_main_body.tpl 15 Aug 2006 08:37:48 -0000 1.7 *************** *** 48,52 **** <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> ! <th class="thHead">{L_CATEGORIES}</th> </tr> <tr><td class="row1"> --- 48,52 ---- <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> ! <th class="thHead">{L_CATEGORY}</th> </tr> <tr><td class="row1"> Index: link_category_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/templates/subSilver/link_category_body.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** link_category_body.tpl 14 Aug 2006 10:46:48 -0000 1.4 --- link_category_body.tpl 15 Aug 2006 08:37:48 -0000 1.5 *************** *** 52,56 **** <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> ! <th class="thHead">{L_CATEGORIES}</th> </tr> <tr><td class="row1"> --- 52,56 ---- <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> ! <th class="thHead">{L_CATEGORY}</th> </tr> <tr><td class="row1"> |
|
From: Jon O. <jon...@us...> - 2006-08-15 08:37:06
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19665/includes Modified Files: mx_functions_admincp.php Log Message: update Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** mx_functions_admincp.php 14 Aug 2006 13:22:34 -0000 1.30 --- mx_functions_admincp.php 15 Aug 2006 08:37:01 -0000 1.31 *************** *** 2814,2818 **** // This is done for every function // ! if( $module_data[0] == 'parameter' && $module_data[4] == 'endoflist' ) { // --- 2814,2818 ---- // This is done for every function // ! if( $module_data[0] == 'parameter' && $module_data[4] == 'endoflist' && is_numeric($function_id) ) { // *************** *** 2827,2831 **** // If this is a new demo block, give it parameters (Fix for 2.8 B4) // ! if( $module_data[0] == 'block' ) { // --- 2827,2831 ---- // If this is a new demo block, give it parameters (Fix for 2.8 B4) // ! if( $module_data[0] == 'block' && is_numeric($module_data[4]) ) { // |
|
From: Jon O. <jon...@us...> - 2006-08-14 13:22:37
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23372/includes Modified Files: mx_functions_admincp.php Log Message: major pak import bug solved - updating associated blocks Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** mx_functions_admincp.php 14 Aug 2006 13:01:43 -0000 1.29 --- mx_functions_admincp.php 14 Aug 2006 13:22:34 -0000 1.30 *************** *** 2467,2471 **** if( $module_data['4'] == 'endoflist' ) { - /* $old_items = $this->get_old_items(PARAMETER_TABLE, 'function_id', $function_id, 'parameter_id', $exists_par_ids); --- 2467,2470 ---- *************** *** 2474,2482 **** $insert_array = implode($delimeter, array('parameter', $old_items[$f]['function_id'], $old_items[$f]['parameter_id'], $old_items[$f]['parameter_name'], 'delete')); $fcontents = $this->mx_array_insert($fcontents, $i, $insert_array); - $insert_array = implode($delimeter, array('option', '0', '0', '0', 'endoflist', '0')); - $fcontents = $this->mx_array_insert($fcontents, $i + 1, $insert_array); $delete_par = true; } - */ } else if( $safe_row ) --- 2473,2478 ---- *************** *** 2636,2640 **** // // 0: parameter, 1: function_id, 2: parameter_id, 3: parameter_name, ! // 4: parameter_type, 5: parameter_default, 6: parameter_function, 7: parameter_auth // case 'parameter': --- 2632,2636 ---- // // 0: parameter, 1: function_id, 2: parameter_id, 3: parameter_name, ! // 4: parameter_type, 5: parameter_default, 6: parameter_function, 7: parameter_auth, 8: parameter_order // case 'parameter': *************** *** 2818,2822 **** // This is done for every function // ! if( $module_data[0] == 'function' && $module_data[4] == 'endoflist' ) { // --- 2814,2818 ---- // This is done for every function // ! if( $module_data[0] == 'parameter' && $module_data[4] == 'endoflist' ) { // |
|
From: Jon O. <jon...@us...> - 2006-08-14 13:01:47
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14376/includes Modified Files: mx_functions_admincp.php Log Message: minor bugfixes Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** mx_functions_admincp.php 14 Aug 2006 10:42:13 -0000 1.28 --- mx_functions_admincp.php 14 Aug 2006 13:01:43 -0000 1.29 *************** *** 3015,3019 **** global $db, $phpbb_root_path, $board_config, $lang, $phpEx; ! include($phpbb_root_path . 'includes/functions_search.' . $phpEx); $search_match_table = MX_MATCH_TABLE; --- 3015,3019 ---- global $db, $phpbb_root_path, $board_config, $lang, $phpEx; ! include_once($phpbb_root_path . 'includes/functions_search.' . $phpEx); $search_match_table = MX_MATCH_TABLE; |
|
From: Jon O. <jon...@us...> - 2006-08-14 13:01:46
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14376 Modified Files: .htaccess Log Message: minor bugfixes Index: .htaccess =================================================================== RCS file: /cvsroot/mxbb/core/.htaccess,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .htaccess 27 Jun 2006 21:36:06 -0000 1.1 --- .htaccess 14 Aug 2006 13:01:41 -0000 1.2 *************** *** 53,67 **** # General # ! #RewriteCond %{REQUEST_URI} ^(.*)/catlink([0-9]*)(.*)$ ! #RewriteRule ^page([0-9]*)/catlink([0-9]*)(.*)$ index.php?page=$1&cat_link=$2 [L] ! #RewriteCond %{REQUEST_URI} ^(.*)/sub([0-9]*)(.*)$ ! #RewriteRule ^page([0-9]*)/sub([0-9]*)(.*)$ index.php?page=$1&dynamic_block=$2 [L] ! #RewriteCond %{REQUEST_URI} ^/page([0-9]*)(.*)$ ! #RewriteRule ^page([0-9]*)(.*)$ index.php?page=$1$2 [L] ! #RewriteCond %{REQUEST_URI} ^/block([0-9]*)(.*)$ ! #RewriteRule ^block([0-9]*)(.*)$ index.php?block=$1$2 [L] </IfModule> --- 53,67 ---- # General # ! RewriteCond %{REQUEST_URI} ^(.*)/catlink([0-9]*)(.*)$ ! RewriteRule ^page([0-9]*)/catlink([0-9]*)(.*)$ index.php?page=$1&cat_link=$2 [L] ! RewriteCond %{REQUEST_URI} ^(.*)/sub([0-9]*)(.*)$ ! RewriteRule ^page([0-9]*)/sub([0-9]*)(.*)$ index.php?page=$1&dynamic_block=$2 [L] ! RewriteCond %{REQUEST_URI} ^/page([0-9]*)(.*)$ ! RewriteRule ^page([0-9]*)(.*)$ index.php?page=$1$2 [L] ! RewriteCond %{REQUEST_URI} ^/block([0-9]*)(.*)$ ! RewriteRule ^block([0-9]*)(.*)$ index.php?block=$1$2 [L] </IfModule> |
|
From: Jon O. <jon...@us...> - 2006-08-14 13:01:46
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14376/modules/mx_rebuild_search_tables/admin Modified Files: admin_rebuild_mx_search.php Log Message: minor bugfixes Index: admin_rebuild_mx_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/admin/admin_rebuild_mx_search.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_rebuild_mx_search.php 2 May 2006 23:22:17 -0000 1.4 --- admin_rebuild_mx_search.php 14 Aug 2006 13:01:43 -0000 1.5 *************** *** 101,105 **** $total_num_rows = $db->sql_numrows ($result); - } --- 101,104 ---- *************** *** 134,137 **** --- 133,137 ---- while (($row = $db->sql_fetchrow ($result)) ) { + echo('x'); mx_admin::mx_add_search_words('single', $row['block_id'], stripslashes($row['parameter_value']), stripslashes($row['block_title'])); $num_rows++; |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:51:44
|
Update of /cvsroot/mxbb/mx_who_am_i/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26331/modules/mx_who_am_i/language/lang_english Modified Files: lang_main.php Log Message: updated pak and lang files Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/language/lang_english/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_main.php 5 Apr 2006 23:03:19 -0000 1.4 --- lang_main.php 14 Aug 2006 10:51:41 -0000 1.5 *************** *** 25,29 **** | re...@di... | www.digitalhijinx.com ! | | description : The "Who Am I" block is a block is a block that | will be visable only to registered users who are --- 25,29 ---- | re...@di... | www.digitalhijinx.com ! | | description : The "Who Am I" block is a block is a block that | will be visable only to registered users who are *************** *** 41,63 **** | \********************************************************************************/ ! ! // ! // The format of this file is: ! // ! // ---> $lang["message"] = "text"; ! // // Specify your language character encoding... [optional] ! // // setlocale(LC_ALL, "en"); // Module ! $lang['Profile_Name'] = "Name:"; ! $lang['Date_Joined'] = "Date Joined"; ! $lang['Post_Total'] = "Post Total"; ! $lang['Post_Stats'] = "Post Stats"; ! $lang['Change_Profile'] = "...Change Profile..."; ! $lang['Of_Total_Posts'] = "of the total posts"; ! $lang['Posts_Per_Day'] = "posts per day"; ! $lang['Missing_Default_Image'] = "...Defaut Image Missing..."; // --- 41,63 ---- | \********************************************************************************/ ! ! // ! // The format of this file is: ! // ! // ---> $lang["message"] = "text"; ! // // Specify your language character encoding... [optional] ! // // setlocale(LC_ALL, "en"); // Module ! $lang['Profile_Name'] = 'Name:'; ! $lang['Date_Joined'] = 'Date Joined'; ! $lang['Post_Total'] = 'Post Total'; ! $lang['Post_Stats'] = 'Post Stats'; ! $lang['Change_Profile'] = '...Change Profile...'; ! $lang['Of_Total_Posts'] = 'of the total posts'; ! $lang['Posts_Per_Day'] = 'posts per day'; ! $lang['Missing_Default_Image'] = '...Defaut Image Missing...'; // |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:51:06
|
Update of /cvsroot/mxbb/mx_sitestats/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25925/modules/mx_sitestats/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: updated pak and lang files Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/language/lang_english/lang_main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_main.php 5 Apr 2006 23:03:46 -0000 1.2 --- lang_main.php 14 Aug 2006 10:51:02 -0000 1.3 *************** *** 12,90 **** // The format of this file is: // ! // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // ! // setlocale(LC_ALL, "en"); // // SiteStats Counter (v.1.0.0) // ! $lang['SiteStats'] = "Site Statistics"; ! $lang['SiteStats_Page_Hits_Counter'] = "Hits Counter:"; ! $lang['SiteStats_Page_Sess_Counter'] = "Sessions:"; // Added v.1.3.0 // // SiteStats SiteStaff block (v.1.1.0) // ! $lang['SiteStats_Staff'] = "Site Staff"; ! $lang['SiteStats_Staff_Forums'] = "Forums"; ! $lang['SiteStats_Staff_Mod'] = "Moderator"; ! $lang['SiteStats_Staff_Admin'] = "Administrator"; ! $lang['SiteStats_Staff_Super'] = "Super Moderator"; ! $lang['SiteStats_Staff_Junior'] = "Junior Admin"; ! $lang['SiteStats_Staff_Period'] = "since <b>%d</b> days"; // %d = days ! $lang['SiteStats_Staff_Messenger'] = "Messenger"; // // SiteStats several statistics blocks (v.1.2.0) // ! $lang['Admin_Stats'] = "ggAdministrative Statistics"; ! $lang['Statistic'] = "Statistic"; ! $lang['Value'] = "Value"; ! $lang['Board_Up_Days'] = "Board Up Days"; ! $lang['Latest_Reg_User'] = "Latest User Registered"; ! $lang['Latest_Reg_User_Date'] = "Latest User Registered Date"; ! $lang['Most_Ever_Online'] = "Most Users Ever Online"; ! $lang['Most_Ever_Online_Date'] = "Most Users Ever Online Date"; ! $lang['Disk_usage'] = "Disk Usage"; ! $lang['Staff'] = "Site Staff"; ! $lang['Top_Posters'] = "Top Posters"; ! $lang['Top_Starters'] = "Most Active Topic Starters"; ! $lang['Fastest_Users'] = "Fastest Users"; ! $lang['Most_In_Topics'] = "Topic Interest"; ! $lang['Most_Viewed_Topics'] = "Most Viewed Topics"; ! $lang['Most_Active_Topics'] = "Most Active Topics"; ! $lang['Most_Interesting_Topics'] = "Most Interesting Topics"; ! $lang['Least_Interesting_Topics'] = "Least Interesting Topics"; ! $lang['Top_Topics'] = "Topic Stats"; ! $lang['Top_Smilies'] = "Top Used Smilies"; ! $lang['Top_Avatars'] = "Top Used Avatars"; ! $lang['Top_Words'] = "Top Used Words"; ! $lang['Users_Ranks'] = "Users Ranks"; ! $lang['Monthly_Topics'] = "Number of New Topics by Month"; ! $lang['Monthly_Posts'] = "Number of New Posts by Month"; ! $lang['Monthly_Users'] = "Number of New Users by Month"; ! $lang['Rank'] = "Rank"; ! $lang['Percent'] = "Percent"; ! $lang['Graph'] = "Graph"; ! $lang['Uses'] = "Uses"; ! $lang['time_on_forum'] = "Days on forum"; ! $lang['posts_day'] = "Messages per day"; ! $lang['views_per_replies'] = "Rate (views/replies)"; ! $lang['Word'] = "Word"; ! $lang['Rank_Title_Image'] = "Rank Title/Image"; ! $lang['Rank_range'] = "Rank Range"; ! $lang['Special_Rank'] = "Special Rank"; ! $lang['Year'] = "Year"; ! $lang['Month'] = "Month"; ! $lang['Number'] = "Number"; // // SiteStats Referer (v.1.3.0) // ! $lang['SiteStats_TopReferers'] = "Top Referers"; --- 12,90 ---- // The format of this file is: // ! // ---> $lang['message'] = 'text'; // // Specify your language character encoding... [optional] // ! // setlocale(LC_ALL, 'en'); // // SiteStats Counter (v.1.0.0) // ! $lang['SiteStats'] = 'Site Statistics'; ! $lang['SiteStats_Page_Hits_Counter'] = 'Hits Counter:'; ! $lang['SiteStats_Page_Sess_Counter'] = 'Sessions:'; // Added v.1.3.0 // // SiteStats SiteStaff block (v.1.1.0) // ! $lang['SiteStats_Staff'] = 'Site Staff'; ! $lang['SiteStats_Staff_Forums'] = 'Forums'; ! $lang['SiteStats_Staff_Mod'] = 'Moderator'; ! $lang['SiteStats_Staff_Admin'] = 'Administrator'; ! $lang['SiteStats_Staff_Super'] = 'Super Moderator'; ! $lang['SiteStats_Staff_Junior'] = 'Junior Admin'; ! $lang['SiteStats_Staff_Period'] = 'since <b>%d</b> days'; // %d = days ! $lang['SiteStats_Staff_Messenger'] = 'Messenger'; // // SiteStats several statistics blocks (v.1.2.0) // ! $lang['Admin_Stats'] = 'ggAdministrative Statistics'; ! $lang['Statistic'] = 'Statistic'; ! $lang['Value'] = 'Value'; ! $lang['Board_Up_Days'] = 'Board Up Days'; ! $lang['Latest_Reg_User'] = 'Latest User Registered'; ! $lang['Latest_Reg_User_Date'] = 'Latest User Registered Date'; ! $lang['Most_Ever_Online'] = 'Most Users Ever Online'; ! $lang['Most_Ever_Online_Date'] = 'Most Users Ever Online Date'; ! $lang['Disk_usage'] = 'Disk Usage'; ! $lang['Staff'] = 'Site Staff'; ! $lang['Top_Posters'] = 'Top Posters'; ! $lang['Top_Starters'] = 'Most Active Topic Starters'; ! $lang['Fastest_Users'] = 'Fastest Users'; ! $lang['Most_In_Topics'] = 'Topic Interest'; ! $lang['Most_Viewed_Topics'] = 'Most Viewed Topics'; ! $lang['Most_Active_Topics'] = 'Most Active Topics'; ! $lang['Most_Interesting_Topics'] = 'Most Interesting Topics'; ! $lang['Least_Interesting_Topics'] = 'Least Interesting Topics'; ! $lang['Top_Topics'] = 'Topic Stats'; ! $lang['Top_Smilies'] = 'Top Used Smilies'; ! $lang['Top_Avatars'] = 'Top Used Avatars'; ! $lang['Top_Words'] = 'Top Used Words'; ! $lang['Users_Ranks'] = 'Users Ranks'; ! $lang['Monthly_Topics'] = 'Number of New Topics by Month'; ! $lang['Monthly_Posts'] = 'Number of New Posts by Month'; ! $lang['Monthly_Users'] = 'Number of New Users by Month'; ! $lang['Rank'] = 'Rank'; ! $lang['Percent'] = 'Percent'; ! $lang['Graph'] = 'Graph'; ! $lang['Uses'] = 'Uses'; ! $lang['time_on_forum'] = 'Days on forum'; ! $lang['posts_day'] = 'Messages per day'; ! $lang['views_per_replies'] = 'Rate (views/replies)'; ! $lang['Word'] = 'Word'; ! $lang['Rank_Title_Image'] = 'Rank Title/Image'; ! $lang['Rank_range'] = 'Rank Range'; ! $lang['Special_Rank'] = 'Special Rank'; ! $lang['Year'] = 'Year'; ! $lang['Month'] = 'Month'; ! $lang['Number'] = 'Number'; // // SiteStats Referer (v.1.3.0) // ! $lang['SiteStats_TopReferers'] = 'Top Referers'; Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/language/lang_english/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin.php 5 Apr 2006 23:03:46 -0000 1.2 --- lang_admin.php 14 Aug 2006 10:51:02 -0000 1.3 *************** *** 12,94 **** // The format of this file is: // ! // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // ! // setlocale(LC_ALL, "en"); // // SiteStats v.1.0.0 // ! $lang['SiteStats_Text_Class'] = "CSS Class for Text"; ! $lang['SiteStats_Text_Classinfo'] = "Use this parameter to select the CSS class for the Counter Text."; ! $lang['SiteStats_Counter_Class'] = "CSS Class for Counter"; ! $lang['SiteStats_Counter_Classinfo'] = "Use this parameter to select the CSS class for the Counter Number."; ! $lang['SiteStats_Counter_Style'] = "Additional CSS Style for Counter"; ! $lang['SiteStats_Counter_Styleinfo'] = "Use this parameter to select additional CSS styles for the Counter Number (do not use quotes).<br />For instance:<br />font-weight:bold;color:white;background-color:black;border:solid blue 1px;"; ! $lang['SiteStats_Counter_Size'] = "Counter Size"; ! $lang['SiteStats_Counter_Sizeinfo'] = "Specify number of digits (padding with leading zeros) to display for your counter."; // // SiteStats v.1.0.1 // ! $lang['SiteStats'] = "Site Statistics"; ! $lang['Counter_Settings'] = "Counter Block Settings"; ! $lang['Counter_Settings_explain'] = "Use this form to configure Counter Block Settings."; ! $lang['Counter_Management'] = "Counter Management"; ! $lang['Counter_Management_explain'] = "Use this form to add, edit or delete page counters."; ! $lang['SiteStats_Counter_id'] = "Id."; ! $lang['SiteStats_Counter_page'] = "Page"; ! $lang['SiteStats_Counter_hits'] = "Hits"; ! $lang['SiteStats_Counter_sess'] = "Sessions"; ! $lang['Counter_Config_updated'] = "Counter Configuration Updated Successfully."; ! $lang['Click_return_Counter_admin'] = "Click %sHere%s to return to Counter Management."; ! $lang['Confirm_delete_counter'] = "Are you sure you want to delete this counter?"; ! $lang['Error_page_empty'] = "Sorry, Page is empty. Please, retry."; // // SiteStats (v.1.3.0) // ! $lang['SiteStats_Settings'] = "SiteStats Settings"; ! $lang['SiteStats_Settings_explain'] = "Use this form to configure SiteStats features."; ! $lang['SiteStats_Settings_updated'] = "SiteStats Settings Updated Sucessfully."; ! $lang['SiteStats_Settings_return'] = "Click %sHere%s to return to SiteStats Settings."; ! $lang['SiteStats_Counter_Type'] = "Counter Type"; ! $lang['SiteStats_Counter_Typeinfo'] = "Specify to Render the counter as Text or select the Digits style."; ! $lang['SiteStats_Counter_TypeText'] = "Render as text"; ! $lang['SiteStats_Counter_ToShow'] = "Counters to Show"; ! $lang['SiteStats_Counter_ToShowinfo'] = "Specify which counters you wish to show on the block."; ! $lang['SiteStats_MoreStats_Page'] = "More Statistics Page"; ! $lang['SiteStats_MoreStats_Pageinfo'] = "Specify the Number of the portal page which contains your SiteStats blocks. This feature will add a link to that page under the Counters.<br />If you do not wish to show this link, just enter <b>0</b> or leave this field blank."; ! $lang['SiteStats_MoreStats'] = "More Statistics"; ! $lang['Text'] = "Text"; ! $lang['Referers_Settings'] = "Referers Settings"; ! $lang['Referers_Settings_explain'] = "Use this form to configure TopReferers Block Settings."; ! $lang['Referers_Logging'] = "Enable Referers Logging"; ! $lang['Referers_Logginginfo'] = "Use this parameter to enable or disable the HTTP Referers Log (information will be stored into your database)."; ! $lang['SiteStats_TopReferers_Count'] = "Top Referers Count"; ! $lang['SiteStats_TopReferers_Countinfo'] = "Specify how many Referers you wish to show on the TopReferers block."; ! $lang['SiteStats_TopReferers_ShowDisabled'] = "Show Disabled Referers"; ! $lang['SiteStats_TopReferers_ShowDisabledinfo'] = "This feature allows you to control (using <b>Referers Management</b>) which hosts are eligible to be shown on your site."; ! $lang['On'] = "On"; ! $lang['Off'] = "Off"; ! $lang['Referers_Management'] = "Referers Management"; ! $lang['Referers_Management_explain'] = "Use this form to manage HTTP Referers stored in your database. Total number of records: "; ! $lang['Host'] = "Host"; ! $lang['Hits'] = "Hits"; ! $lang['First_visit'] = "First visit"; ! $lang['Last_visit'] = "Last visit"; ! $lang['Select_filter'] = "Select filter"; ! $lang['Enabled'] = "Enabled"; ! $lang['Disabled'] = "Disabled"; ! $lang['No_Enabled_Referers'] = "No <b>ENABLED</b> Referers in your database, yet!"; ! $lang['No_Disabled_Referers'] = "No <b>DISABLED</b> Referers in your database, yet!"; ! $lang['Enable_marked'] = "Enable Marked"; ! $lang['Disable_marked'] = "Disable Marked"; ! $lang['Please_confirm'] = "Are you sure you want to perform this operation?"; ! $lang['No_items_marked'] = "Please, mark one or more items to perform this operation."; ! $lang['Add'] = "Add"; ! $lang['Both'] = "Both"; --- 12,94 ---- // The format of this file is: // ! // ---> $lang['message'] = 'text'; // // Specify your language character encoding... [optional] // ! // setlocale(LC_ALL, 'en'); // // SiteStats v.1.0.0 // ! $lang['SiteStats_Text_Class'] = 'CSS Class for Text'; ! $lang['SiteStats_Text_Classinfo'] = 'Use this parameter to select the CSS class for the Counter Text.'; ! $lang['SiteStats_Counter_Class'] = 'CSS Class for Counter'; ! $lang['SiteStats_Counter_Classinfo'] = 'Use this parameter to select the CSS class for the Counter Number.'; ! $lang['SiteStats_Counter_Style'] = 'Additional CSS Style for Counter'; ! $lang['SiteStats_Counter_Styleinfo'] = 'Use this parameter to select additional CSS styles for the Counter Number (do not use quotes).<br />For instance:<br />font-weight:bold;color:white;background-color:black;border:solid blue 1px;'; ! $lang['SiteStats_Counter_Size'] = 'Counter Size'; ! $lang['SiteStats_Counter_Sizeinfo'] = 'Specify number of digits (padding with leading zeros) to display for your counter.'; // // SiteStats v.1.0.1 // ! $lang['SiteStats'] = 'Site Statistics'; ! $lang['Counter_Settings'] = 'Counter Block Settings'; ! $lang['Counter_Settings_explain'] = 'Use this form to configure Counter Block Settings.'; ! $lang['Counter_Management'] = 'Counter Management'; ! $lang['Counter_Management_explain'] = 'Use this form to add, edit or delete page counters.'; ! $lang['SiteStats_Counter_id'] = 'Id.'; ! $lang['SiteStats_Counter_page'] = 'Page'; ! $lang['SiteStats_Counter_hits'] = 'Hits'; ! $lang['SiteStats_Counter_sess'] = 'Sessions'; ! $lang['Counter_Config_updated'] = 'Counter Configuration Updated Successfully.'; ! $lang['Click_return_Counter_admin'] = 'Click %sHere%s to return to Counter Management.'; ! $lang['Confirm_delete_counter'] = 'Are you sure you want to delete this counter?'; ! $lang['Error_page_empty'] = 'Sorry, Page is empty. Please, retry.'; // // SiteStats (v.1.3.0) // ! $lang['SiteStats_Settings'] = 'SiteStats Settings'; ! $lang['SiteStats_Settings_explain'] = 'Use this form to configure SiteStats features.'; ! $lang['SiteStats_Settings_updated'] = 'SiteStats Settings Updated Sucessfully.'; ! $lang['SiteStats_Settings_return'] = 'Click %sHere%s to return to SiteStats Settings.'; ! $lang['SiteStats_Counter_Type'] = 'Counter Type'; ! $lang['SiteStats_Counter_Typeinfo'] = 'Specify to Render the counter as Text or select the Digits style.'; ! $lang['SiteStats_Counter_TypeText'] = 'Render as text'; ! $lang['SiteStats_Counter_ToShow'] = 'Counters to Show'; ! $lang['SiteStats_Counter_ToShowinfo'] = 'Specify which counters you wish to show on the block.'; ! $lang['SiteStats_MoreStats_Page'] = 'More Statistics Page'; ! $lang['SiteStats_MoreStats_Pageinfo'] = 'Specify the Number of the portal page which contains your SiteStats blocks. This feature will add a link to that page under the Counters.<br />If you do not wish to show this link, just enter <b>0</b> or leave this field blank.'; ! $lang['SiteStats_MoreStats'] = 'More Statistics'; ! $lang['Text'] = 'Text'; ! $lang['Referers_Settings'] = 'Referers Settings'; ! $lang['Referers_Settings_explain'] = 'Use this form to configure TopReferers Block Settings.'; ! $lang['Referers_Logging'] = 'Enable Referers Logging'; ! $lang['Referers_Logginginfo'] = 'Use this parameter to enable or disable the HTTP Referers Log (information will be stored into your database).'; ! $lang['SiteStats_TopReferers_Count'] = 'Top Referers Count'; ! $lang['SiteStats_TopReferers_Countinfo'] = 'Specify how many Referers you wish to show on the TopReferers block.'; ! $lang['SiteStats_TopReferers_ShowDisabled'] = 'Show Disabled Referers'; ! $lang['SiteStats_TopReferers_ShowDisabledinfo'] = 'This feature allows you to control (using <b>Referers Management</b>) which hosts are eligible to be shown on your site.'; ! $lang['On'] = 'On'; ! $lang['Off'] = 'Off'; ! $lang['Referers_Management'] = 'Referers Management'; ! $lang['Referers_Management_explain'] = 'Use this form to manage HTTP Referers stored in your database. Total number of records: '; ! $lang['Host'] = 'Host'; ! $lang['Hits'] = 'Hits'; ! $lang['First_visit'] = 'First visit'; ! $lang['Last_visit'] = 'Last visit'; ! $lang['Select_filter'] = 'Select filter'; ! $lang['Enabled'] = 'Enabled'; ! $lang['Disabled'] = 'Disabled'; ! $lang['No_Enabled_Referers'] = 'No <b>ENABLED</b> Referers in your database, yet!'; ! $lang['No_Disabled_Referers'] = 'No <b>DISABLED</b> Referers in your database, yet!'; ! $lang['Enable_marked'] = 'Enable Marked'; ! $lang['Disable_marked'] = 'Disable Marked'; ! $lang['Please_confirm'] = 'Are you sure you want to perform this operation?'; ! $lang['No_items_marked'] = 'Please, mark one or more items to perform this operation.'; ! $lang['Add'] = 'Add'; ! $lang['Both'] = 'Both'; |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:51:05
|
Update of /cvsroot/mxbb/mx_sitestats In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25925/modules/mx_sitestats Modified Files: SiteStats.pak Log Message: updated pak and lang files Index: SiteStats.pak =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/SiteStats.pak,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SiteStats.pak 30 Jun 2006 12:30:01 -0000 1.2 --- SiteStats.pak 14 Aug 2006 10:51:01 -0000 1.3 *************** *** 4,83 **** parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - SiteStats Administrative=+:Demo block=+:71=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:72=+:Counter=+:=+:counter.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - Counter=+:Demo block=+:72=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:73=+:SiteStats FastestUsers=+:=+:fastestusers.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - SiteStats FastestUsers=+:Demo block=+:73=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:74=+:SiteStats MonthlyPosts=+:=+:monthlyposts.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - SiteStats MonthlyPosts=+:Demo block=+:74=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:75=+:SiteStats MonthlyTopics=+:=+:monthlytopics.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - SiteStats MonthlyTopics=+:Demo block=+:75=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:76=+:SiteStats MonthlyUsers=+:=+:monthlyusers.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - SiteStats MonthlyUsers=+:Demo block=+:76=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:77=+:SiteStats MostInTopics=+:=+:mostintopics.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - SiteStats MostInTopics=+:Demo block=+:77=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:78=+:SiteStats Staff=+:=+:sitestaff.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - SiteStats Staff=+:Demo block=+:78=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:79=+:SiteStats TopAvatars=+:=+:topavatars.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - SiteStats TopAvatars=+:Demo block=+:79=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:80=+:SiteStats TopPosters=+:=+:topposters.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - SiteStats TopPosters=+:Demo block=+:80=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:81=+:SiteStats TopPosters (Tiny)=+:=+:topposters_tiny.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - SiteStats TopPosters (Tiny)=+:Demo block=+:81=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:82=+:SiteStats TopReferers=+:=+:topreferers.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - SiteStats TopReferers=+:Demo block=+:82=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:83=+:SiteStats TopSmilies=+:=+:topsmilies.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - SiteStats TopSmilies=+:Demo block=+:83=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:84=+:SiteStats TopStarters=+:=+:topstarters.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - SiteStats TopStarters=+:Demo block=+:84=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:85=+:SiteStats TopTopics=+:=+:toptopics.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - SiteStats TopTopics=+:Demo block=+:85=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:86=+:SiteStats TopWords=+:=+:topwords.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - SiteStats TopWords=+:Demo block=+:86=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:87=+:SiteStats UsersRanks=+:=+:usersranks.php=+: --- 4,67 ---- |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:50:33
|
Update of /cvsroot/mxbb/mx_simpledoc/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25874/modules/mx_simpledoc/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: updated pak and lang files Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/language/lang_english/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 23 Apr 2006 19:21:27 -0000 1.1 --- lang_main.php 14 Aug 2006 10:50:28 -0000 1.2 *************** *** 2,6 **** /** * ! * @package mxBB Portal Module - mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package mxBB Portal Module - mx_simpledoc * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team *************** *** 9,209 **** */ ! $lang['KB_title'] = 'Knowledge Base'; ! $lang['Article'] = 'Article'; ! $lang['Category'] = 'Category'; ! $lang['Sub_categories'] = 'Subcategories'; ! $lang['Article_description'] = 'Description'; ! $lang['Article_type'] = 'Type'; ! $lang['Article_keywords'] = 'Keywords'; ! $lang['Articles'] = 'Articles'; ! $lang['Add_article'] = 'Add Article'; ! $lang['Click_cat_to_add'] = 'Click on Category to add Article'; ! $lang['KB_Home'] = 'KB Home'; ! $lang['No_articles'] = 'No Articles'; ! $lang['Article_title'] = 'Article Name'; ! $lang['Article_text'] = 'Article text'; ! $lang['Add_article'] = 'Submit Article'; ! $lang['Read_article'] = 'Reading Article'; ! $lang['Article_not_exsist'] = 'Article doesn\'t exist'; ! $lang['Category_not_exsist'] = 'Category doesn\'t exist'; ! ! $lang['Edit'] = 'Edit'; ! ! $lang['Standalone_Not_Supported'] = 'This module does not support standalone usage. In the AdminCP, add the KB block to a portal page.'; ! ! $lang['Article_submitted_Approve'] = 'Article Submitted Successfully.<br />An Administrator will review your article and decide whether to let users view it or not.'; ! $lang['Article_submitted'] = 'Article Submitted Successfully.'; ! $lang['Click_return_kb'] = 'Click %sHere%s to return to the ' . $lang['KB_title']; ! $lang['Click_return_article'] = 'Click %sHere%s to return to the ' . $lang['Article']; ! ! $lang['Article_Edited_Approve'] = 'Article Edited Successfully.<br />It needs to be approved again before users can view it.'; ! $lang['Article_Edited'] = 'Article Edited Successfully.'; ! $lang['Edit_article'] = 'Edit Article'; ! ! $lang['KB_title'] = 'Knowledge Base'; ! ! $lang['KB_notify_subject_new'] = 'New Article!'; ! $lang['KB_notify_subject_edited'] = 'Edited Article!'; ! $lang['KB_notify_subject_approved'] = 'Approved Article!'; ! $lang['KB_notify_subject_unapproved'] = 'Unapproved Article!'; ! $lang['KB_notify_body'] = 'An article has been submitted or modified:'; ! ! $lang['KB_Rules_post_can'] = 'You <b>can</b> post new articles in this category'; ! $lang['KB_Rules_post_cannot'] = 'You <b>cannot</b> post new articles in this category'; ! $lang['KB_Rules_comment_can'] = 'You <b>can</b> comment articles in this category'; ! $lang['KB_Rules_comment_cannot'] = 'You <b>cannot</b> comment articles in this category'; ! $lang['KB_Rules_edit_can'] = 'You <b>can</b> edit your articles in this category'; ! $lang['KB_Rules_edit_cannot'] = 'You <b>cannot</b> edit your articles in this category'; ! $lang['KB_Rules_delete_can'] = 'You <b>can</b> delete your articles in this category'; ! $lang['KB_Rules_delete_cannot'] = 'You <b>cannot</b> delete eyour articles in this category'; ! $lang['KB_Rules_rate_can'] = 'You <b>can</b> rate articles in this category'; ! $lang['KB_Rules_rate_cannot'] = 'You <b>cannot</b> rate articles in this category'; ! $lang['KB_Rules_approval_can'] = 'Articles <b>need no</b> approval in this category'; ! $lang['KB_Rules_approval_cannot'] = 'Articles <b>need</b> approval in this category'; ! $lang['KB_Rules_approval_edit_can'] = 'Article edits <b>need no</b> approval in this category'; ! $lang['KB_Rules_approval_edit_cannot'] = 'Article edits <b>need</b> approval in this category'; ! $lang['KB_Rules_moderate'] = 'You <b>can</b> %smoderate this category%s'; // %s replaced by a href links, do not remove! ! $lang['KB_Rules_moderate_can'] = 'You <b>can</b> moderate this category'; // %s replaced by a href links, do not remove! ! ! $lang['Empty_fields'] ='Please fill out all parts of the form.'; ! $lang['Empty_fields_return'] ='Click %sHere%s to return to the form.'; ! $lang['Empty_category'] ='You must choose a category'; ! $lang['Empty_type']='You must choose a type'; ! $lang['Empty_article_name'] = 'You must fill out the article name'; ! $lang['Empty_article_desc'] = 'You must fill out the article description'; ! ! $lang['Read_full_article'] = '>> Read Full Article'; ! $lang['Comments'] = 'Comments'; ! ! $lang['No_add'] = 'You can\'t add a new article'; ! $lang['No_edit'] = 'You can\'t edit this article!'; ! $lang['Post_comments'] = 'Post your comments'; ! ! $lang['Category_sub'] = 'Sub-Categories'; ! $lang['Quick_stats'] = 'Quick Stats'; ! ! // added ! ! $lang['Edited_Article_info'] = 'Article updated by '; ! $lang['No_Articles'] = 'There are no articles in this cateogry!'; ! $lang['Not_authorized'] = 'Sorry, but you are not authorized!'; ! $lang['TOC'] = 'Contents'; ! ! // Rate ! $lang['Votes_label'] = 'Rating '; ! $lang['Votes'] = 'Vote(s)'; ! $lang['No_votes'] = 'No votes'; ! $lang['Rate'] = 'Rate Article'; ! $lang['ADD_RATING'] = '[Rate Article]'; ! $lang['Rerror'] = 'Sorry, you have already rated this article.'; ! $lang['Rateinfo'] = 'You are about to rate the article <i>{filename}</i>.<br />Please select a rating. 1 is the worst, 10 is the best.'; ! $lang['Rconf'] = 'You have given <i>{filename}</i> a rating of {rate}.<br />This makes the files new rating {newrating}/10.'; ! $lang['R1'] = '1'; ! $lang['R2'] = '2'; ! $lang['R3'] = '3'; ! $lang['R4'] = '4'; ! $lang['R5'] = '5'; ! $lang['R6'] = '6'; ! $lang['R7'] = '7'; ! $lang['R8'] = '8'; ! $lang['R9'] = '9'; ! $lang['R10'] = '10'; ! $lang['Click_return_rate'] = 'Click %sHere%s to return to article'; ! ! // Print version ! $lang['Print_version'] = '[Printable version]'; ! ! // Stats ! $lang['Top_toprated'] = 'Toprated Articles'; ! $lang['Top_most_popular'] = 'Most Popular'; ! $lang['Top_latest'] = 'Latest Articles'; ! ! // ! // General strings from the news admin panel ! // ! ! $lang['News_settings'] = "KB Block Settings"; ! $lang['News_settings_short_explain'] = "Configure some options for the front-page news."; ! $lang['News_settings_explain'] = "Here you can edit the configuration for the KB Block. This panel lets you extract what categories the block will display, thus you'll create subinstances of the module."; ! ! // ! // Update result messages ! // ! ! $lang['News_updated_return_settings'] = "KB block configuration updated successfully.<br /><br />Click %shere%s to return to main page."; // %s's for URI params - DO NOT REMOVE ! $lang['News_update_error'] = "Couldn't update KB block configuration.<br /><br />This mod is designed for MySQL, so please contact the author if you have troubles. If you can offer a translation of the SQL into other database formats, please send them to:<br />"; ! ! ! ! // added ! $lang['Cat_all'] = "All"; ! ! $lang['L_Pages'] = "Pages"; ! $lang['L_Pages_explain'] = "Use the '[pages]' command to split the article into pages"; ! $lang['L_Toc'] = "Table of contents (TOC)"; ! $lang['L_Toc_explain'] = "Use the '[toc]' command to add entry in the TOC"; ! $lang['L_Abstract'] = "Abstract"; ! $lang['L_Abstract_explain'] = "Use the '[abstract]...[/abstract]' environment to insert an abstract"; ! ! $lang['L_Title_Format'] = "Title"; ! $lang['L_Title_Format_explain'] = "Use the '[title]...[/title]' environment to insert a main title"; ! ! $lang['L_Subtitle_Format'] = "Subtitle"; ! $lang['L_Subtitle_Format_explain'] = "Use the '[subtitle]...[/subtitle]' environment to insert a subtitle"; ! ! $lang['L_Subsubtitle_Format'] = "Sub-subtitle"; ! $lang['L_Subsubtitle_Format'] = "Use the '[subsubtitle]...[/subsubtitle]' environment to insert a small header"; ! ! $lang['L_Options'] = "Options:"; ! $lang['L_Formatting'] = "Formatting:"; ! ! $lang['Default_article_id'] = "Set default article, for the article viewer"; ! ! // Added for v. 2.0 ! $lang['Addtional_field'] = 'More information (optional)'; ! $lang['No_cat_comments_forum_id'] = 'Comments are enabled but you have not specified the target phpBB forum category in the KB adminCP - Categories'; ! // Quick Nav ! $lang['Quick_nav'] = 'Quick Navigation'; ! $lang['Quick_jump'] = 'Select Category'; ! $lang['Quick_go'] = 'Go'; ! // Search ! $lang['Search'] = 'Search'; ! $lang['Search_results'] = 'Search Results'; ! $lang['Search_for'] = 'Search for'; ! $lang['Results'] = 'Results for'; ! $lang['No_matches'] = 'Sorry, no matches were found for'; ! $lang['Matches'] = 'matches were found for'; ! $lang['All'] = 'All Categories'; ! $lang['Choose_cat'] = 'Choose Category:'; ! $lang['Include_comments'] = 'Include Comments'; ! $lang['Submiter'] = 'Submitted by'; ! // Comments ! $lang['Comments'] = 'Comments'; ! $lang['Comments_title'] = 'Comments Title'; ! $lang['Comment_subject'] = 'Comment Subject'; ! $lang['Comment'] = 'Comment'; ! $lang['Comment_explain'] = 'Use the textbox above to give your opinion on this file!'; ! $lang['Comment_add'] = 'Add Comment'; ! $lang['Comment_delete'] = 'Delete'; ! $lang['Comment_posted'] = 'Your comment has been entered successfully'; ! $lang['Comment_deleted'] = 'The comment you selected has been deleted successfully'; ! $lang['Comment_desc'] = 'Title'; ! $lang['No_comments'] = 'No Comments have been posted yet.'; ! $lang['Links_are_ON'] = 'Links are <u>ENABLED</u>'; ! $lang['Links_are_OFF'] = 'Links are <u>DISABLED</u>'; ! $lang['Images_are_ON'] = 'Images are <u>ENABLED</u>'; ! $lang['Images_are_OFF'] = 'Images are <u>DISABLED</u>'; ! $lang['Check_message_length'] = 'Check Message Length'; ! $lang['Msg_length_1'] = 'Your message is '; ! $lang['Msg_length_2'] = ' characters long.'; ! $lang['Msg_length_3'] = 'You have '; ! $lang['Msg_length_4'] = ' characters available.';; ! $lang['Msg_length_5'] = 'There are '; ! $lang['Msg_length_6'] = ' characters remaining.'; ?> \ No newline at end of file --- 9,87 ---- */ ! // ! // Menu ! // ! $lang['sd_Project'] = 'Project'; ! $lang['sd_Management'] = 'Management'; ! $lang['sd_Publish'] = 'Publish'; ! $lang['sd_Import_content'] = 'Import content'; ! $lang['sd_Export_content'] = 'Export content *'; ! $lang['sd_Doc_view'] = 'View Document'; ! $lang['sd_Options'] = 'Options'; ! $lang['sd_Settings'] = 'Settings'; ! $lang['sd_Help'] = 'Help'; ! $lang['sd_Contents'] = 'Contents *'; ! $lang['sd_About'] = 'About *'; ! // ! // Tree ! // ! $lang['sd_Tree_View'] = 'Tree View'; ! $lang['sd_Toc'] = 'Table of Contents'; ! $lang['sd_Where'] = 'Where'; ! $lang['sd_Before'] = 'Before'; ! $lang['sd_After'] = 'After'; ! $lang['sd_Type'] = 'Type'; ! $lang['sd_Name'] = 'Name'; ! $lang['sd_Document'] = 'Document'; ! $lang['sd_Folder'] = 'Folder'; ! // ! // Index ! // ! $lang['sd_Doc_info'] = 'Document Info'; ! $lang['sd_Doc_preview'] = 'Preview Document'; ! $lang['sd_Edit_content'] = 'Edit content'; ! $lang['sd_Default_edit'] = 'open Edit Content by default'; ! $lang['sd_Loading'] = 'Loading data ..'; ! $lang['sd_Saving'] = 'Saving data ..'; ! // ! // Import ! // ! $lang['sd_Zip_file'] = 'Zip file:'; ! $lang['sd_Import'] = 'Import'; ! $lang['sd_Zip_file_required'] = 'Zip file is required'; ! $lang['sd_Zip_info'] = 'The zip file should contain one folder (in which raw content is placed) with the same name as the zip file (without the .zip).'; ! // ! // Settings ! // ! $lang['sd_Change_settings'] = 'Change settings'; ! $lang['sd_Error_empty'] = 'Encoding is empty'; ! $lang['sd_Error_width'] = 'Editor width must be a number'; ! $lang['sd_Error_height'] = 'Editor height must be a number'; ! $lang['sd_Error_dir'] = 'Publish Dir is empty'; ! // ! // Publish ! // ! $lang['sd_p_Documents'] = 'Documents:'; ! $lang['sd_p_Folders'] = 'Folders:'; ! $lang['sd_p_Size'] = 'Size:'; ! $lang['sd_p_SendTemplates'] = 'Send as zip using template:'; ! $lang['sd_p_optionMenu'] = 'Tree Menu'; ! $lang['sd_p_optionRaw'] = 'Raw html files'; ! $lang['sd_p_SendZip'] = 'Send zip'; ! $lang['sd_p_PublishTemplates'] = 'Publish using template:'; ! $lang['sd_p_optionSection'] = 'Only specified section:'; ! $lang['sd_p_PublishDir'] = 'Publish Directory:'; ! $lang['sd_p_Publish'] = 'Publish'; + // + // editCP parameters + // + $lang['project_name'] = 'The project title'; + $lang['project_folder'] = 'The project folder'; + $lang['project_folder_explain'] = 'This is the system path folder to the documents. Caution! If you change this, the document may be lost'; ?> \ No newline at end of file Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/language/lang_english/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 23 Apr 2006 19:21:27 -0000 1.1 --- lang_admin.php 14 Aug 2006 10:50:28 -0000 1.2 *************** *** 2,6 **** /** * ! * @package mxBB Portal Module - mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package mxBB Portal Module - mx_simpledoc * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team *************** *** 9,89 **** */ - // - // Menu - // - $lang['sd_Project'] = 'Project'; - $lang['sd_Management'] = 'Management'; - $lang['sd_Publish'] = 'Publish'; - $lang['sd_Import_content'] = 'Import content'; - $lang['sd_Export_content'] = 'Export content *'; - $lang['sd_Doc_view'] = 'View Document'; - $lang['sd_Options'] = 'Options'; - $lang['sd_Settings'] = 'Settings'; - $lang['sd_Help'] = 'Help'; - $lang['sd_Contents'] = 'Contents *'; - $lang['sd_About'] = 'About *'; - - // - // Tree - // - $lang['sd_Tree_View'] = 'Tree View'; - $lang['sd_Toc'] = 'Table of Contents'; - $lang['sd_Where'] = 'Where'; - $lang['sd_Before'] = 'Before'; - $lang['sd_After'] = 'After'; - $lang['sd_Type'] = 'Type'; - $lang['sd_Name'] = 'Name'; - $lang['sd_Document'] = 'Document'; - $lang['sd_Folder'] = 'Folder'; - - // - // Index - // - $lang['sd_Doc_info'] = 'Document Info'; - $lang['sd_Doc_preview'] = 'Preview Document'; - $lang['sd_Edit_content'] = 'Edit content'; - $lang['sd_Default_edit'] = 'open Edit Content by default'; - $lang['sd_Loading'] = 'Loading data ..'; - $lang['sd_Saving'] = 'Saving data ..'; - - // - // Import - // - $lang['sd_Zip_file'] = 'Zip file:'; - $lang['sd_Import'] = 'Import'; - $lang['sd_Zip_file_required'] = 'Zip file is required'; - $lang['sd_Zip_info'] = 'The zip file should contain one folder (in which raw content is placed) with the same name as the zip file (without the .zip).'; - - // - // Settings - // - $lang['sd_Change_settings'] = 'Change settings'; - $lang['sd_Error_empty'] = 'Encoding is empty'; - $lang['sd_Error_width'] = 'Editor width must be a number'; - $lang['sd_Error_height'] = 'Editor height must be a number'; - $lang['sd_Error_dir'] = 'Publish Dir is empty'; - - // - // Publish - // - $lang['sd_p_Documents'] = 'Documents:'; - $lang['sd_p_Folders'] = 'Folders:'; - $lang['sd_p_Size'] = 'Size:'; - $lang['sd_p_SendTemplates'] = 'Send as zip using template:'; - $lang['sd_p_optionMenu'] = 'Tree Menu'; - $lang['sd_p_optionRaw'] = 'Raw html files'; - $lang['sd_p_SendZip'] = 'Send zip'; - $lang['sd_p_PublishTemplates'] = 'Publish using template:'; - $lang['sd_p_optionSection'] = 'Only specified section:'; - $lang['sd_p_PublishDir'] = 'Publish Directory:'; - $lang['sd_p_Publish'] = 'Publish'; - - // - // editCP parameters - // - $lang['project_name'] = 'The project title'; - $lang['project_folder'] = 'The project folder'; - $lang['project_folder_explain'] = 'This is the system path folder to the documents. Caution! If you change this, the document may be lost'; - - ?> \ No newline at end of file --- 9,11 ---- |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:50:31
|
Update of /cvsroot/mxbb/mx_simpledoc In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25874/modules/mx_simpledoc Modified Files: SimpleDoc.pak Log Message: updated pak and lang files Index: SimpleDoc.pak =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/SimpleDoc.pak,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SimpleDoc.pak 30 Jun 2006 12:29:34 -0000 1.2 --- SimpleDoc.pak 14 Aug 2006 10:50:28 -0000 1.3 *************** *** 2,7 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:59=+:70=+:manageDoc=+:Manage Docs=+:mx_simpledoc.php=+: ! parameter=+:70=+:150=+:project_folder=+:Text=+:=+:=+:0 ! parameter=+:70=+:151=+:project_name=+:Text=+:=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - manageDoc=+:Demo block=+:70=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 2,7 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:59=+:70=+:manageDoc=+:Manage Docs=+:mx_simpledoc.php=+: ! parameter=+:70=+:150=+:project_folder=+:Text=+:=+:=+:0=+:0 ! parameter=+:70=+:151=+:project_name=+:Text=+:=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - manageDoc=+:Demo block=+:70=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:49:41
|
Update of /cvsroot/mxbb/mx_quotations In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25434/modules/mx_quotations Modified Files: mx_quotations.pak Log Message: updated pak and lang files Index: mx_quotations.pak =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/mx_quotations.pak,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mx_quotations.pak 30 Jun 2006 12:23:55 -0000 1.8 --- mx_quotations.pak 14 Aug 2006 10:49:38 -0000 1.9 *************** *** 4,8 **** parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - mx-quotation=+:Demo block=+:68=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 - function=+:0=+:0=+:0=+:endoflist=+:0=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:57=+:69=+:mx-quotation-random=+:Random quotations block=+:mx_random_quotation.php=+: --- 4,7 ---- |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:49:41
|
Update of /cvsroot/mxbb/mx_quotations/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25434/modules/mx_quotations/language/lang_english Modified Files: lang_main.php Log Message: updated pak and lang files Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/language/lang_english/lang_main.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** lang_main.php 29 Jun 2006 19:06:57 -0000 1.7 --- lang_main.php 14 Aug 2006 10:49:38 -0000 1.8 *************** *** 12,42 **** // The format of this file is: // ! // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // ! // setlocale(LC_ALL, "en"); // Module ! $lang['Quotations'] = "Quotations"; ! $lang['Quote'] = "Quote"; ! $lang['Author'] = "Author"; ! $lang['Add_Quote'] = "Add new quote"; ! $lang['Delete_Quote'] = "Delete Quote"; ! $lang['Edit_Quote'] = "Edit Quote"; ! $lang['Submit'] = "Submit"; ! $lang['Quote_correctly_added'] = "Quote correctly added"; ! $lang['Quote_not_specified'] = "Quote not specified"; ! $lang['Quote_correctly_edited'] = "Quote correctly edited"; ! $lang['Quote_correctly_deleted'] = "Quote correctly deleted"; ! $lang['Delete'] = "Delete"; ! $lang['Edit'] = "Edit"; ! $lang['No_quotes'] = "Sorry no quotes available"; ! $lang['Select_initial'] = "Browse titles in the quotations section by letter:"; ! $lang['Other'] = "Other"; ! $lang['All'] = "All"; ! $lang['Keyword_search'] = "Keyword Search:"; ! $lang['Search'] = "Search"; $lang['lang_letters_array'] = array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'); --- 12,42 ---- // The format of this file is: // ! // ---> $lang['message'] = 'text'; // // Specify your language character encoding... [optional] // ! // setlocale(LC_ALL, 'en'); // Module ! $lang['Quotations'] = 'Quotations'; ! $lang['Quote'] = 'Quote'; ! $lang['Author'] = 'Author'; ! $lang['Add_Quote'] = 'Add new quote'; ! $lang['Delete_Quote'] = 'Delete Quote'; ! $lang['Edit_Quote'] = 'Edit Quote'; ! $lang['Submit'] = 'Submit'; ! $lang['Quote_correctly_added'] = 'Quote correctly added'; ! $lang['Quote_not_specified'] = 'Quote not specified'; ! $lang['Quote_correctly_edited'] = 'Quote correctly edited'; ! $lang['Quote_correctly_deleted'] = 'Quote correctly deleted'; ! $lang['Delete'] = 'Delete'; ! $lang['Edit'] = 'Edit'; ! $lang['No_quotes'] = 'Sorry no quotes available'; ! $lang['Select_initial'] = 'Browse titles in the quotations section by letter:'; ! $lang['Other'] = 'Other'; ! $lang['All'] = 'All'; ! $lang['Keyword_search'] = 'Keyword Search:'; ! $lang['Search'] = 'Search'; $lang['lang_letters_array'] = array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'); |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:49:12
|
Update of /cvsroot/mxbb/mx_profilecp/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25357/modules/mx_profilecp/language/lang_english Modified Files: lang_extend.php lang_extend_mods_settings.php Log Message: lang fix Index: lang_extend_mods_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/language/lang_english/lang_extend_mods_settings.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_extend_mods_settings.php 5 Apr 2006 23:04:42 -0000 1.3 --- lang_extend_mods_settings.php 14 Aug 2006 10:49:09 -0000 1.4 *************** *** 17,25 **** if ( $lang_extend_admin ) { ! $lang['Lang_extend_mods_settings'] = 'Mods settings language pack'; ! $lang['Configuration_extend'] = 'Configuration +'; ! $lang['Override_user_choices'] = 'Override user choices'; } ! $lang['Click_return_preferences'] = 'Click %sHere%s to return to preferences'; ?> \ No newline at end of file --- 17,25 ---- if ( $lang_extend_admin ) { ! $lang['Lang_extend_mods_settings'] = 'Mods settings language pack'; ! $lang['Configuration_extend'] = 'Configuration +'; ! $lang['Override_user_choices'] = 'Override user choices'; } ! $lang['Click_return_preferences'] = 'Click %sHere%s to return to preferences'; ?> \ No newline at end of file Index: lang_extend.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/language/lang_english/lang_extend.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_extend.php 5 Apr 2006 23:04:42 -0000 1.4 --- lang_extend.php 14 Aug 2006 10:49:09 -0000 1.5 *************** *** 20,26 **** // pack : custom - Custom language pack ! $lang['User_acp_title'] = 'File Attachments'; ! $lang['UACP'] = 'UACP'; ! $lang['ProfileCP_title'] = 'User Control Panel'; // Photo Album integration 4 PCP --- 20,26 ---- // pack : custom - Custom language pack ! $lang['User_acp_title'] = 'File Attachments'; ! $lang['UACP'] = 'UACP'; ! $lang['ProfileCP_title'] = 'User Control Panel'; // Photo Album integration 4 PCP *************** *** 28,36 **** $lang['gal_pic_in'] = ' Pictures in '; $lang['gal_pic'] = ' Pictures'; ! $lang['All_pics_of'] = 'All Pictures uploaded by '; $lang['Pics_by'] = 'The user has uploaded following Pictures'; $lang['No_pic_up'] = 'No picture uploaded by '; ! $lang['Find_all_pics_by'] = 'Find all Pictures uploded by '; ! $lang['No_of_pics'] = 'Pics Uploded'; $lang['pics_up'] = ' Images Uploded'; ?> \ No newline at end of file --- 28,36 ---- $lang['gal_pic_in'] = ' Pictures in '; $lang['gal_pic'] = ' Pictures'; ! $lang['All_pics_of'] = 'All Pictures uploaded by '; $lang['Pics_by'] = 'The user has uploaded following Pictures'; $lang['No_pic_up'] = 'No picture uploaded by '; ! $lang['Find_all_pics_by'] = 'Find all Pictures uploded by '; ! $lang['No_of_pics'] = 'Pics Uploded'; $lang['pics_up'] = ' Images Uploded'; ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:48:37
|
Update of /cvsroot/mxbb/mx_phpbb/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25006/modules/mx_phpbb/language/lang_english Modified Files: lang_admin.php Log Message: updated pak and lang files Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/language/lang_english/lang_admin.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_admin.php 5 Apr 2006 22:36:14 -0000 1.4 --- lang_admin.php 14 Aug 2006 10:48:33 -0000 1.5 *************** *** 15,24 **** // phpBB // ! $lang['Cat_all'] = "All"; $lang['phpbb_config_updated'] = 'phpBB Plugin Configuration Updated Successfully.'; $lang['Click_return_phpbb_config'] = 'Click %sHere%s to return to phpBB Plugin Configuration'; // Pages $lang['phpbb_index'] = 'Index'; $lang['phpbb_viewforum'] = 'Viewforum'; --- 15,26 ---- // phpBB // ! $lang['Cat_all'] = 'All'; $lang['phpbb_config_updated'] = 'phpBB Plugin Configuration Updated Successfully.'; $lang['Click_return_phpbb_config'] = 'Click %sHere%s to return to phpBB Plugin Configuration'; + // // Pages + // $lang['phpbb_index'] = 'Index'; $lang['phpbb_viewforum'] = 'Viewforum'; *************** *** 43,53 **** $lang['reset'] = 'Reset'; ! $lang['default_pages_title'] = 'mxBB and phpBB integration'; $lang['default_pages_title_explain'] = ''; ! $lang['default_pages_more_title'] = 'More phpBB mappings...'; $lang['default_pages_more_title_explain'] = ''; ! $lang['default_pages_profilecp'] = 'If you have the ProfileCP module installed, you can do the page mapping here (instead of editing the phpBB files directly)'; $lang['phpbb_integration_enabled'] = 'Activate the phpBB module?'; --- 45,55 ---- $lang['reset'] = 'Reset'; ! $lang['default_pages_title'] = 'mxBB and phpBB integration'; $lang['default_pages_title_explain'] = ''; ! $lang['default_pages_more_title'] = 'More phpBB mappings...'; $lang['default_pages_more_title_explain'] = ''; ! $lang['default_pages_profilecp'] = 'If you have the ProfileCP module installed, you can do the page mapping here (instead of editing the phpBB files directly)'; $lang['phpbb_integration_enabled'] = 'Activate the phpBB module?'; *************** *** 64,67 **** $lang['Group_Home'] = 'All groups'; - ?> \ No newline at end of file --- 66,68 ---- |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:48:36
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25006/modules/mx_phpbb Modified Files: mx_phpbb.pak Log Message: updated pak and lang files Index: mx_phpbb.pak =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/mx_phpbb.pak,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_phpbb.pak 30 Jun 2006 12:23:28 -0000 1.4 --- mx_phpbb.pak 14 Aug 2006 10:48:33 -0000 1.5 *************** *** 2,6 **** New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:51=+:52=+:phpBB=+:mxBB Forum Integration=+:mx_phpbb.php=+: ! parameter=+:52=+:96=+:Source_phpBB_Forums=+:phpbb_type_select=+:=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - phpBB=+:Demo block=+:52=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 2,6 ---- New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:51=+:52=+:phpBB=+:mxBB Forum Integration=+:mx_phpbb.php=+: ! parameter=+:52=+:96=+:Source_phpBB_Forums=+:phpbb_type_select=+:=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - phpBB=+:Demo block=+:52=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:48:02
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24626/modules/mx_pafiledb Modified Files: db_upgrade.php Log Message: minor upgrade fix - cache Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/db_upgrade.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** db_upgrade.php 13 Aug 2006 19:44:45 -0000 1.19 --- db_upgrade.php 14 Aug 2006 10:47:58 -0000 1.20 *************** *** 237,240 **** --- 237,248 ---- $message .= mx_do_install_upgrade( $sql ); + + // + // Empty module cache + // + include_once( $mx_root_path . 'includes/mx_functions_tools.' . $phpEx ); + $module_cache = new module_cache($mx_root_path . 'modules/mx_pafiledb/pafiledb/'); + $module_cache->tidy(); + $module_cache->save(); } else |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:47:25
|
Update of /cvsroot/mxbb/mx_newssuite/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24555/modules/mx_newssuite/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: updated Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_newssuite/language/lang_english/lang_main.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lang_main.php 5 Apr 2006 22:35:24 -0000 1.5 --- lang_main.php 14 Aug 2006 10:47:21 -0000 1.6 *************** *** 8,44 **** * */ ! // // General // ! $lang['News'] = "News"; ! $lang['Author'] = "Author"; ! $lang['Read_more'] = "Read more"; ! $lang['Comment'] = "Comment"; ! $lang['Comments'] = "Comments"; ! $lang['News_Archive'] = "News Archive"; // %s replaced with number of views ! $lang['Reads'] = "%s views"; // %s replaced with username and date in that order ! $lang['Posted_by_on'] = "Posted by %s on %s"; ! // // General strings from the news admin panel ! // ! $lang['News_settings'] = "News Settings"; ! $lang['News_settings_short_explain'] = "Configure some options for the front-page news."; ! $lang['News_settings_explain'] = "Here you can edit the configuration for the news module. The news module displays only a few of the most recent posts in a particular forum on the front page allowing you to inform users of important information."; ! // // Update result messages ! // ! $lang['News_updated_return_settings'] = "News configuration updated successfully.<br /><br />Click %shere%s to return to News Settings."; // %s's for URI params - DO NOT REMOVE ! $lang['News_update_error'] = "Couldn't update news configuration.<br /><br />This module is designed for MySQL so please contact the author if you are having problems. If you can offer a translation of the SQL into other database formats, please send them to:<br />"; ! $lang['Read more'] = "Read more"; ! $lang['Change_source'] = "Select news source:"; --- 8,44 ---- * */ ! // // General // ! $lang['News'] = 'News'; ! $lang['Author'] = 'Author'; ! $lang['Read_more'] = 'Read more'; ! $lang['Comment'] = 'Comment'; ! $lang['Comments'] = 'Comments'; ! $lang['News_Archive'] = 'News Archive'; // %s replaced with number of views ! $lang['Reads'] = '%s views'; // %s replaced with username and date in that order ! $lang['Posted_by_on'] = 'Posted by %s on %s'; ! // // General strings from the news admin panel ! // ! $lang['News_settings'] = 'News Settings'; ! $lang['News_settings_short_explain'] = 'Configure some options for the front-page news.'; ! $lang['News_settings_explain'] = 'Here you can edit the configuration for the news module. The news module displays only a few of the most recent posts in a particular forum on the front page allowing you to inform users of important information.'; ! // // Update result messages ! // ! $lang['News_updated_return_settings'] = 'News configuration updated successfully.<br /><br />Click %shere%s to return to News Settings.'; // %s's for URI params - DO NOT REMOVE ! $lang['News_update_error'] = 'Couldn\'t update news configuration.<br /><br />This module is designed for MySQL so please contact the author if you are having problems. If you can offer a translation of the SQL into other database formats, please send them to:<br />'; ! $lang['Read more'] = 'Read more'; ! $lang['Change_source'] = 'Select news source:'; *************** *** 46,62 **** // phpbb ! $lang['Cat_all'] = "All"; ! $lang['Cat_normal'] = "Normal post"; ! $lang['Cat_sticky'] = "Sticky"; ! $lang['Cat_announce'] = "Announce"; // kb ! $lang['Cat_pin'] = "Pinned article"; ! $lang['Read_home'] = "Start"; ! $lang['Read_next'] = "More"; ! $lang['Read_previous'] = "Previous"; ! $lang['No_news'] = "No more news available..."; ?> \ No newline at end of file --- 46,62 ---- // phpbb ! $lang['Cat_all'] = 'All'; ! $lang['Cat_normal'] = 'Normal post'; ! $lang['Cat_sticky'] = 'Sticky'; ! $lang['Cat_announce'] = 'Announce'; // kb ! $lang['Cat_pin'] = 'Pinned article'; ! $lang['Read_home'] = 'Start'; ! $lang['Read_next'] = 'More'; ! $lang['Read_previous'] = 'Previous'; ! $lang['No_news'] = 'No more news available...'; ?> \ No newline at end of file Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_newssuite/language/lang_english/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin.php 5 Apr 2006 22:35:24 -0000 1.2 --- lang_admin.php 14 Aug 2006 10:47:21 -0000 1.3 *************** *** 12,92 **** // Newssuite Parameters // ! $lang['news_source_switch'] = "News forum"; ! $lang['news_source_switch_explain'] = "Which forum has the news in it?"; ! $lang['news_mode_operate'] = "Interact with 'source' or standalone mode 'none'"; ! $lang['news_mode_operate_explain'] = "The main phpbb/kb block contents may be synced with the newssuite block, i.e. 'source' mode. The newssuite block may also be used by itself, 'none' mode (default mode). "; ! $lang['news_mode_switch'] = "Main Mode"; ! $lang['news_mode_switch_explain'] = "The Newssuite operate modes are:<br /> - Standard Block Mode: News (posts/articles) are displayed as individual blocks<br /> - Newspaper mode: News (posts/articles) are composed into ONE block<br /> - Category Nav mode: only news (post/articles) TITLES are displayed for easy navigation"; ! $lang['news_sort_style'] = "Sort mode"; ! $lang['news_sort_style_explain'] = "Sort by categories or mix all news (posts/articles):"; ! $lang['news_sort_method'] = "Sort option"; ! $lang['news_sort_par'] = "Ascending or Descending:"; ! $lang['news_display'] = "Display news"; ! $lang['news_display_block_title'] = "Display news titles: (not used in 'Category Nav Mode')"; ! $lang['news_display_block_title_explain'] = "- display titles for every news"; ! $lang['news_show_title'] = "Show block title and description:"; ! $lang['news_display_polls'] = "Display polls (not used in 'Category Nav Mode')"; ! $lang['news_display_polls_explain'] = "If this is set to yes then polls will appear above the content of the news article. If set to no, the poll will not appear."; ! $lang['news_items'] = "News items"; ! $lang['news_items_explain'] = "How many topics from the forum do you want displayed (per category when categorized)?"; ! $lang['news_time_format'] = "Time format (not used in 'Category Nav Mode')"; ! $lang['news_time_format_explain'] = "This is the time format used to tell the user the date the news was posted (in php's %sdate%s function time format)"; // %s's for URI params - DO NOT REMOVE ! $lang['news_trim_char'] = "Trim character (not used in 'Category Nav Mode')"; ! $lang['news_trim_char_explain'] = "This is a character that the news post will stop at if found. Commonly '<code><i></i></code>'"; ! $lang['news_truncate_num'] = "Truncate message after num of chars (not used in 'Category Nav Mode')"; ! $lang['news_truncate_num_explain'] = "This is the number of characters that the news post will display"; ! $lang['news_truncate_num_subject'] = "Truncate subject (title) after num of chars"; ! $lang['news_truncate_num_subject_explain'] = "This is the number of characters that the news post will display"; ! $lang['fix_up'] = "Fix up message (and subject) for better layout control"; ! $lang['fix_up_explain'] = "- Rewriting common BBCODES in a more slick/compact way<br />- Truncating and validating URLs<br />- Resizing images if wider than colwidth<br />- Hyphen words, to avoid long words expanding col"; ! $lang['enable_html_msg'] = "Enable html in message, or remove the tags (but not contents)"; ! $lang['enable_html_msg_explain'] = "Typically you'll disable html since the news should be formatted very slick ;)"; ! $lang['enable_bbcode_msg'] = "Enable bbcode in message, or remove the tags (but not contents)"; ! $lang['enable_bbcode_msg_explain'] = "By default enabled, but beware of what bbcodes you're using..."; ! $lang['news_display_signature'] = "Display signatures (not used in 'Category Nav Mode')"; ! $lang['news_display_signature_explain'] = "If yes displays the signatures of the posters if found"; ! $lang['news_display_edit_info'] = "Display edit information (not used in 'Category Nav Mode')"; ! $lang['news_display_edit_info_explain'] = "If yes displays the 'Last edited by' at the end of the post"; ! $lang['news_mode_tagging'] = "Filter tagged posts"; ! $lang['news_mode_tagging_explain'] = "If enabled, only posts tagged with userdefined 'post types' will be shown. For example, if you have the post type 'bug' and 'solved bug', you may create a news block only showing bug posts..."; ! $lang['news_mode_pinning'] = "Order by post type"; ! $lang['news_mode_pinning_explain'] = "Pin phpbb announcements and stickies (sort DESC by kb types) at top of list."; ! $lang['news_filter_time'] = "Filter by time"; ! $lang['news_filter_time_explain'] = "Show posts from last week, month, year..."; ! $lang['news_block_border'] = "Block border"; ! $lang['news_block_border_explain'] = "- display block borders"; ! $lang['news_block_header'] = "Emphasize news titles: (only used in 'Standard Block Mode')"; ! $lang['news_block_header_explain'] = "- use standard title class"; ! $lang['news_block_footer'] = "Block footer"; ! $lang['news_block_footer_explain'] = "- add block footers (edited by, date, comments etc)"; // // Separators // ! $lang['news_sep_general'] = "General Settings"; ! $lang['news_sep_interact'] = "Interactivity Mode"; ! $lang['news_sep_sort'] = "Sorting options"; ! $lang['news_sep_style'] = "Style Settings"; ?> \ No newline at end of file --- 12,92 ---- // Newssuite Parameters // ! $lang['news_source_switch'] = 'News forum'; ! $lang['news_source_switch_explain'] = 'Which forum has the news in it?'; ! $lang['news_mode_operate'] = 'Interact with \'source\' or standalone mode \'none\''; ! $lang['news_mode_operate_explain'] = 'The main phpbb/kb block contents may be synced with the newssuite block, i.e. \'source\' mode. The newssuite block may also be used by itself, \'none\' mode (default mode). '; ! $lang['news_mode_switch'] = 'Main Mode'; ! $lang['news_mode_switch_explain'] = 'The Newssuite operate modes are:<br /> - Standard Block Mode: News (posts/articles) are displayed as individual blocks<br /> - Newspaper mode: News (posts/articles) are composed into ONE block<br /> - Category Nav mode: only news (post/articles) TITLES are displayed for easy navigation'; ! $lang['news_sort_style'] = 'Sort mode'; ! $lang['news_sort_style_explain'] = 'Sort by categories or mix all news (posts/articles):'; ! $lang['news_sort_method'] = 'Sort option'; ! $lang['news_sort_par'] = 'Ascending or Descending:'; ! $lang['news_display'] = 'Display news'; ! $lang['news_display_block_title'] = 'Display news titles: (not used in \'Category Nav Mode\')'; ! $lang['news_display_block_title_explain'] = '- display titles for every news'; ! $lang['news_show_title'] = 'Show block title and description:'; ! $lang['news_display_polls'] = 'Display polls (not used in \'Category Nav Mode\')'; ! $lang['news_display_polls_explain'] = 'If this is set to yes then polls will appear above the content of the news article. If set to no, the poll will not appear.'; ! $lang['news_items'] = 'News items'; ! $lang['news_items_explain'] = 'How many topics from the forum do you want displayed (per category when categorized)?'; ! $lang['news_time_format'] = 'Time format (not used in \'Category Nav Mode\')'; ! $lang['news_time_format_explain'] = 'This is the time format used to tell the user the date the news was posted (in php\'s %sdate%s function time format)'; // %s's for URI params - DO NOT REMOVE ! $lang['news_trim_char'] = 'Trim character (not used in \'Category Nav Mode\')'; ! $lang['news_trim_char_explain'] = 'This is a character that the news post will stop at if found. Commonly \'<code><i></i></code>\''; ! $lang['news_truncate_num'] = 'Truncate message after num of chars (not used in \'Category Nav Mode\')'; ! $lang['news_truncate_num_explain'] = 'This is the number of characters that the news post will display'; ! $lang['news_truncate_num_subject'] = 'Truncate subject (title) after num of chars'; ! $lang['news_truncate_num_subject_explain'] = 'This is the number of characters that the news post will display'; ! $lang['fix_up'] = 'Fix up message (and subject) for better layout control'; ! $lang['fix_up_explain'] = '- Rewriting common BBCODES in a more slick/compact way<br />- Truncating and validating URLs<br />- Resizing images if wider than colwidth<br />- Hyphen words, to avoid long words expanding col'; ! $lang['enable_html_msg'] = 'Enable html in message, or remove the tags (but not contents)'; ! $lang['enable_html_msg_explain'] = 'Typically you\'ll disable html since the news should be formatted very slick ;)'; ! $lang['enable_bbcode_msg'] = 'Enable bbcode in message, or remove the tags (but not contents)'; ! $lang['enable_bbcode_msg_explain'] = 'By default enabled, but beware of what bbcodes you\'re using...'; ! $lang['news_display_signature'] = 'Display signatures (not used in \'Category Nav Mode\')'; ! $lang['news_display_signature_explain'] = 'If yes displays the signatures of the posters if found'; ! $lang['news_display_edit_info'] = 'Display edit information (not used in \'Category Nav Mode\')'; ! $lang['news_display_edit_info_explain'] = 'If yes displays the \'Last edited by\' at the end of the post'; ! $lang['news_mode_tagging'] = 'Filter tagged posts'; ! $lang['news_mode_tagging_explain'] = 'If enabled, only posts tagged with userdefined \'post types\' will be shown. For example, if you have the post type \'bug\' and \'solved bug\', you may create a news block only showing bug posts...'; ! $lang['news_mode_pinning'] = 'Order by post type'; ! $lang['news_mode_pinning_explain'] = 'Pin phpbb announcements and stickies (sort DESC by kb types) at top of list.'; ! $lang['news_filter_time'] = 'Filter by time'; ! $lang['news_filter_time_explain'] = 'Show posts from last week, month, year...'; ! $lang['news_block_border'] = 'Block border'; ! $lang['news_block_border_explain'] = '- display block borders'; ! $lang['news_block_header'] = 'Emphasize news titles: (only used in \'Standard Block Mode\')'; ! $lang['news_block_header_explain'] = '- use standard title class'; ! $lang['news_block_footer'] = 'Block footer'; ! $lang['news_block_footer_explain'] = '- add block footers (edited by, date, comments etc)'; // // Separators // ! $lang['news_sep_general'] = 'General Settings'; ! $lang['news_sep_interact'] = 'Interactivity Mode'; ! $lang['news_sep_sort'] = 'Sorting options'; ! $lang['news_sep_style'] = 'Style Settings'; ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2006-08-14 10:46:54
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/modules In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24165/modules/mx_linkdb/linkdb/modules Modified Files: link_category.php link_viewall.php Log Message: Upgrade fix Bug for category view cache update Index: link_category.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_category.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** link_category.php 13 Aug 2006 19:43:51 -0000 1.12 --- link_category.php 14 Aug 2006 10:46:47 -0000 1.13 *************** *** 151,155 **** } ! $this->display_items( $sort_method, $sort_order, $start, $no_file_message, $cat_id ); $this->display( $lang['Links_Title'], 'link_category_body.tpl' ); --- 151,155 ---- } ! $this->display_items( $sort_method, $sort_order, $start, $cat_id, $no_file_message ); $this->display( $lang['Links_Title'], 'link_category_body.tpl' ); Index: link_viewall.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_viewall.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** link_viewall.php 13 Aug 2006 19:43:51 -0000 1.11 --- link_viewall.php 14 Aug 2006 10:46:48 -0000 1.12 *************** *** 96,100 **** ); ! $this->display_items( $sort_method, $sort_order, $start, true ); $this->display( $lang['Links_Title'] . ' :: ' . $lang['Viewall'], 'link_viewall_body.tpl' ); --- 96,100 ---- ); ! $this->display_items( $sort_method, $sort_order, $start, false, true ); $this->display( $lang['Links_Title'] . ' :: ' . $lang['Viewall'], 'link_viewall_body.tpl' ); |