|
From: Florin C B. <ory...@us...> - 2013-06-17 21:29:10
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30725/lang_english Modified Files: lang_admin.php Log Message: Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -d -r1.91 -r1.92 *** lang_admin.php 17 Jun 2013 00:33:30 -0000 1.91 --- lang_admin.php 17 Jun 2013 21:29:08 -0000 1.92 *************** *** 23,26 **** --- 23,32 ---- // setlocale(LC_ALL, 'en'); + $lang['ENCODING'] = 'UTF-8'; + $lang['DIRECTION'] = 'ltr'; + $lang['LEFT'] = 'left'; + $lang['RIGHT'] = 'right'; + $lang['DATE_FORMAT'] = 'd/M/Y'; // This should be changed to the default date format for your language, php date() format + $lang['Mx-Publisher_adminCP'] = 'MX-Publisher Administration'; $lang['Portal_Desc'] = 'A little text to describe your website.'; *************** *** 49,62 **** $lang['4_1_Meta'] = 'META Tags'; $lang['4_1_PHPinfo'] = 'phpInfo()'; ! // ! // 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.'; ! // ! // General ! // $lang['Yes'] = 'Yes'; $lang['No'] = 'No'; --- 55,69 ---- $lang['4_1_Meta'] = 'META Tags'; $lang['4_1_PHPinfo'] = 'phpInfo()'; + $lang['4_2_Translate'] = 'Translation Pannel'; ! /* ! * 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.'; ! /* ! * General ! */ $lang['Yes'] = 'Yes'; $lang['No'] = 'No'; |