|
From: FlorinCB <ory...@us...> - 2009-10-23 07:47:19
|
Update of /cvsroot/mxbb/core/language/lang_english In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23497/core/language/lang_english Modified Files: lang_admin.php Log Message: some fixed here and there not comitted Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** lang_admin.php 23 Jan 2009 10:26:08 -0000 1.89 --- lang_admin.php 23 Oct 2009 07:46:36 -0000 1.90 *************** *** 23,27 **** // setlocale(LC_ALL, 'en'); ! $lang['mxBB_adminCP'] = 'MX-Publisher Administration'; $lang['Portal_Desc'] = 'A little text to describe your website.'; --- 23,27 ---- // setlocale(LC_ALL, 'en'); ! $lang['Mx-Publisher_adminCP'] = 'MX-Publisher Administration'; $lang['Portal_Desc'] = 'A little text to describe your website.'; *************** *** 53,58 **** // Index // ! $lang['Welcome_mxBB'] = 'Welcome to MX-Publisher'; ! $lang['Admin_intro_mxBB'] = 'Thank you for choosing MX-Publisher as your portal/cms solution and phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your site. You can get back to this page by clicking on the <span style="text-decoration: underline;">Admin Index</span> link in the left panel. To return to the index of your board, click the logo that is also in the left panel. The other links on the left hand side of this screen will allow you to control every aspect of your portal and forum experience. Each screen will have instructions on how to use the provided tools.'; // --- 53,58 ---- // Index // ! $lang['Welcome_Mx-Publisher'] = 'Welcome to MX-Publisher'; ! $lang['Admin_intro_Mx-Publisher'] = 'Thank you for choosing MX-Publisher as your portal/cms solution and phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your site. You can get back to this page by clicking on the <span style="text-decoration: underline;">Admin Index</span> link in the left panel. To return to the index of your board, click the logo that is also in the left panel. The other links on the left hand side of this screen will allow you to control every aspect of your portal and forum experience. Each screen will have instructions on how to use the provided tools.'; // *************** *** 429,432 **** --- 429,434 ---- $lang['Meta_Author'] = 'Author'; $lang['Meta_Copyright'] = 'Copyright'; + $lang['Meta_ImageToolBar'] = 'Image ToolBar'; + $lang['Meta_Distribution'] = 'Distribution'; $lang['Meta_Keywords'] = 'Keywords'; $lang['Meta_Keywords_explain'] = '(comma seperated list)'; *************** *** 524,532 **** // Version Checker // ! $lang['mxBB_Version_up_to_date'] = 'Your MX-Publisher installation is up to date. No updates are available for your version of MX-Publisher.'; ! $lang['mxBB_Version_outdated'] = 'Your MX-Publisher installation does <b>not</b> seem to be up to date. Updates are available for your version of MX-Publisher. Please visit <a href="http://www.mx-publisher.com/download" target="_new">the MX-Publisher Core package download</a> to obtain the latest version.'; ! $lang['mxBB_Latest_version_info'] = 'The latest available version is <b>MX-Publisher %s</b>. '; ! $lang['mxBB_Current_version_info'] = 'You are running <b>MX-Publisher %s</b>.'; ! $lang['mxBB_Mailing_list_subscribe_reminder'] = 'For the latest information on news and updates to MX-Publisher, why not <a href="http://lists.sourceforge.net/lists/listinfo/mxbb-news" target="_new">subscribe to our mailing list</a>?'; // --- 526,534 ---- // Version Checker // ! $lang['Mx-Publisher_Version_up_to_date'] = 'Your MX-Publisher installation is up to date. No updates are available for your version of MX-Publisher.'; ! $lang['Mx-Publisher_Version_outdated'] = 'Your MX-Publisher installation does <b>not</b> seem to be up to date. Updates are available for your version of MX-Publisher. Please visit <a href="http://www.mx-publisher.com/download" target="_new">the MX-Publisher Core package download</a> to obtain the latest version.'; ! $lang['Mx-Publisher_Latest_version_info'] = 'The latest available version is <b>MX-Publisher %s</b>. '; ! $lang['Mx-Publisher_Current_version_info'] = 'You are running <b>MX-Publisher %s</b>.'; ! $lang['Mx-Publisher_Mailing_list_subscribe_reminder'] = 'For the latest information on news and updates to MX-Publisher, why not <a href="http://lists.sourceforge.net/lists/listinfo/mxbb-news" target="_new">subscribe to our mailing list</a>?'; // |