|
From: Jon O. <jon...@us...> - 2008-06-03 20:07:37
|
Update of /cvsroot/mxbb/mx_act/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30824/language/lang_english Modified Files: lang_main.php Log Message: Final updates mxBB -> MXP and alike... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/language/lang_english/lang_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_main.php 5 Apr 2006 22:03:55 -0000 1.3 --- lang_main.php 3 Jun 2008 20:07:01 -0000 1.4 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * *************** *** 105,109 **** $lang['admin_cash_default_info'] = "-:- The Activity MOD uses only 1 reward field. Please enter in a default user<br /> reward field for your users. [<b>Cash MOD Only</b>]"; ! // Activity $lang['not_enough_points'] = "You do NOT have enough " . $board_config['points_name'] . " to play this game. <br /><a href=\"javascript:parent.window.close();\">[Close Window]</a>"; $lang['not_enough_reward'] = "You do NOT have enough to play this game. <br /><a href=\"javascript:parent.window.close();\">[Close Window]</a>"; --- 105,109 ---- $lang['admin_cash_default_info'] = "-:- The Activity MOD uses only 1 reward field. Please enter in a default user<br /> reward field for your users. [<b>Cash MOD Only</b>]"; ! // Activity $lang['not_enough_points'] = "You do NOT have enough " . $board_config['points_name'] . " to play this game. <br /><a href=\"javascript:parent.window.close();\">[Close Window]</a>"; $lang['not_enough_reward'] = "You do NOT have enough to play this game. <br /><a href=\"javascript:parent.window.close();\">[Close Window]</a>"; *************** *** 164,171 **** * Email : aus...@ho... * Site : austin-inc.com/Blend/ ! * Copyright : © aUsTiN-Inc 2003/4 (Blend Portal System) * ***************************************************************************/ ! /* Added By aUsTiN For Activity Mod Plus */ /* Main Activity Strings */ --- 164,171 ---- * Email : aus...@ho... * Site : austin-inc.com/Blend/ ! * Copyright : © aUsTiN-Inc 2003/4 (Blend Portal System) * ***************************************************************************/ ! /* Added By aUsTiN For Activity Mod Plus */ /* Main Activity Strings */ *************** *** 343,351 **** $lang['not_logged_in'] = "You must be registered to use this activity..."; ! $lang['Play_again'] = "[Play game]"; ! $lang['Return_act'] = "[Return]"; $lang['act_home'] = "Activity Home"; ! $lang['comments_title'] = "Trophy comments"; $lang['trophy_holder'] = "Trophy Holder"; $lang['game_highscores'] = "Highscores"; --- 343,351 ---- $lang['not_logged_in'] = "You must be registered to use this activity..."; ! $lang['Play_again'] = "[Play game]"; ! $lang['Return_act'] = "[Return]"; $lang['act_home'] = "Activity Home"; ! $lang['comments_title'] = "Trophy comments"; $lang['trophy_holder'] = "Trophy Holder"; $lang['game_highscores'] = "Highscores"; |