|
From: Florin C B. <ory...@us...> - 2013-06-25 18:16:24
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15831/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.92 retrieving revision 1.93 diff -C2 -d -r1.92 -r1.93 *** lang_admin.php 17 Jun 2013 21:29:08 -0000 1.92 --- lang_admin.php 25 Jun 2013 18:16:21 -0000 1.93 *************** *** 109,116 **** $lang['error_no_field'] = 'There is a missing field. Please fill out all the required fields.'; ! // ! // Configuration ! // $lang['Portal_admin'] = 'Portal Administration'; $lang['Portal_admin_explain'] = 'Use this form to customize your portal'; --- 109,118 ---- $lang['error_no_field'] = 'There is a missing field. Please fill out all the required fields.'; + $lang['Cookie_settings_mxp'] = 'Cookie/session settings'; + $lang['Cookie_settings_explain_mxp'] = 'These details define how cookies/sessions are sent to your users\' browsers. In most cases the default values for the cookie settings should be sufficient, but if you need to change them do so with care -- incorrect settings can prevent users from logging in.'; ! /* ! * Configuration ! */ $lang['Portal_admin'] = 'Portal Administration'; $lang['Portal_admin_explain'] = 'Use this form to customize your portal'; *************** *** 164,167 **** --- 166,176 ---- $lang['Portal_config_valid_true'] = '<b><font color="green">Valid</font></b>'; $lang['Portal_config_valid_false'] = '<b><font color="red">Bad Setup. Either your phpBB relative path is wrong or phpBB is uninstalled (your phpBB database is unavailable). Thus, \'internal\' backend is used.</font></b>'; + $lang['Phpbb_path'] = 'phpBB relative path'; + $lang['Phpbb_path_explain'] = 'Relative path to phpBB, ex. phpBB/ or ../phpBB/<br />Note the slashes "/", they are important!'; + $lang['Phpbb_url'] = 'Full phpBB URL'; + $lang['Phpbb_url_explain'] = 'Full phpBB URL, ex. <br />http://www.example.com/phpBB/'; + $lang['Portal_url'] = 'Full Portal URL'; + $lang['Portal_backend'] = 'Portal Backend'; + $lang['Portal_url_explain'] = 'Full Portal URL, ex. <br />http://www.example.com/'; // *************** *** 238,241 **** --- 247,251 ---- $lang['Parameter_name'] = '<b>Parameter Name</b><br />- to be used to access the parameter'; $lang['Parameter_type'] = '<b>Parameter Type</b>'; + $lang['Parameter_desc'] = "<b>Parameter Description</b>"; $lang['Parameter_default'] = '<b>Default Value</b>'; $lang['Parameter_function'] = '<b>Function/Options</b>'; |