|
From: Paul S. O. <ps...@us...> - 2002-02-13 18:05:21
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv6567/language/lang_english Modified Files: lang_admin.php Log Message: Added new 'server_xxxx' lines to Configuration section Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -r1.30 -r1.31 *** lang_admin.php 5 Feb 2002 00:29:40 -0000 1.30 --- lang_admin.php 13 Feb 2002 18:05:17 -0000 1.31 *************** *** 238,241 **** --- 238,247 ---- $lang['General_settings'] = "General Board Settings"; + $lang['Server_name'] = "Domain Name"; + $lang['Server_name_explain'] = "The domain name this board runs from"; + $lang['Script_path'] = "Script path"; + $lang['Script_path_explain'] = "The path where phpBB2 is located relative to the domain name"; + $lang['Server_port'] = "Server Port"; + $lang['Server_port_explain'] = "The port your server is running on, usually 80, only change if different"; $lang['Site_name'] = "Site name"; $lang['Site_desc'] = "Site description"; *************** *** 313,322 **** $lang['Cookie_settings'] = "Cookie settings"; ! $lang['Cookie_settings_explain'] = "These control how the cookie sent to browsers is defined. In most cases the default should be sufficient. If you need to change these do so with care, incorrect settings can prevent users logging in."; ! $lang['Cookie_name'] = "Cookie name"; $lang['Cookie_domain'] = "Cookie domain"; $lang['Cookie_path'] = "Cookie path"; $lang['Session_length'] = "Session length [ seconds ]"; - $lang['Cookie_secure'] = "Cookie secure [ https ]"; --- 319,329 ---- $lang['Cookie_settings'] = "Cookie settings"; ! $lang['Cookie_settings_explain'] = "These details define how cookies 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 logging in"; $lang['Cookie_domain'] = "Cookie domain"; + $lang['Cookie_name'] = "Cookie name"; $lang['Cookie_path'] = "Cookie path"; + $lang['Cookie_secure'] = "Cookie secure"; + $lang['Cookie_secure_explain'] = "If your server is running via SSL set this to enabled else leave as disabled"; $lang['Session_length'] = "Session length [ seconds ]"; *************** *** 710,712 **** // ------------------------------------------------- ! ?> --- 717,719 ---- // ------------------------------------------------- ! ?> \ No newline at end of file |