|
From: Jon O. <jon...@us...> - 2008-06-03 20:10:12
|
Update of /cvsroot/mxbb/mx_bugsbt/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv961/lang_english Modified Files: lang_admin.php lang_main.php Log Message: Final updates mxBB -> MXP and alike... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/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 28 Jan 2008 21:44:43 -0000 1.7 --- lang_main.php 3 Jun 2008 20:10:03 -0000 1.8 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_bugsbt * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_bugsbt * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ *************** *** 15,19 **** $lang['bugsbt_disable'] = 'BugsBT BugTracker is disabled.'; ! $lang['bugsbt_title'] = 'mxBB bugsBT Bugtracker'; $lang['Bug'] = 'Bug'; $lang['Bugs'] = 'Bugs'; --- 15,19 ---- $lang['bugsbt_disable'] = 'BugsBT BugTracker is disabled.'; ! $lang['bugsbt_title'] = 'MXP bugsBT Bugtracker'; $lang['Bug'] = 'Bug'; $lang['Bugs'] = 'Bugs'; Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/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 13 Mar 2008 19:12:53 -0000 1.4 --- lang_admin.php 3 Jun 2008 20:10:03 -0000 1.5 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_bugsbt * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_bugsbt * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ *************** *** 38,42 **** $lang['Wysiwyg_path'] = 'Path to WYSIWYG software'; ! $lang['Wysiwyg_path_explain'] = 'This is the path (from mxBB/phpBB root) to the WYSIWYG software folder, eg \'modules/mx_shared/\' if you have uploaded, for example, TinyMCE in modules/mx_shared/tinymce.'; $lang['Allow_file'] = 'Allow Adding bug'; --- 38,42 ---- $lang['Wysiwyg_path'] = 'Path to WYSIWYG software'; ! $lang['Wysiwyg_path_explain'] = 'This is the path (from MXP/phpBB root) to the WYSIWYG software folder, eg \'modules/mx_shared/\' if you have uploaded, for example, TinyMCE in modules/mx_shared/tinymce.'; $lang['Allow_file'] = 'Allow Adding bug'; *************** *** 129,133 **** $lang['Format_truncate_links'] = 'Truncate Links'; ! $lang['Format_truncate_links_explain'] = 'Links are shortened, eg t ex \'www.mxbb-portal...\''; $lang['Format_image_resize'] = 'Image resize'; --- 129,133 ---- $lang['Format_truncate_links'] = 'Truncate Links'; ! $lang['Format_truncate_links_explain'] = 'Links are shortened, eg t ex \'www.mxp-portal...\''; $lang['Format_image_resize'] = 'Image resize'; |