|
From: Jon O. <jon...@us...> - 2005-08-20 18:19:25
|
Update of /cvsroot/mxbb/core/modules/mx_last_msg/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21797/modules/mx_last_msg/language/lang_english Modified Files: lang_admin.php Log Message: Major commit Adding new adminCP, blockCP and many new oo components Finally finalizing latest months hard work :-) Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_last_msg/language/lang_english/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin.php 30 Jun 2003 08:53:56 -0000 1.2 --- lang_admin.php 20 Aug 2005 18:19:12 -0000 1.3 *************** *** 23,54 **** // setlocale(LC_ALL, "en"); ! $lang['Last_Msg_forum'] = "Source Forums<br /> You may do multiple selections<br />* If none is selected, all authorized forums vill be visible"; ! $lang['Last_Msg_Display_Icon_View'] = "Display Icon for 'Go to last message'"; ! $lang['Last_Msg_Display_Last_Author'] = "Display Last Post"; ! $lang['Last_Msg_Display_Author'] = "Display Author Name"; ! $lang['Last_Msg_Settings'] = "Configuration for Last Message Post Module:"; ! $lang['Last_Msg_Settings'] = "Configuration for Last Message Post Module:"; ! $lang['Last_Msg_Number_Title'] = "Number of Posts to display:"; ! $lang['Last_Msg_Display_Date'] = "Display Date?"; ! $lang['Last_Msg_Title_Length'] = "Title lenght (max characters):"; ! $lang['Last_Msg_Title_Length_Info']= ""; ! $lang['Last_Msg_Display_Forum'] = "Display Forum Name?"; ! $lang['Last_Msg_Align'] = "Title Align:" ; ! $lang['Last_Msg_Align_Left'] = "left"; ! $lang['Last_Msg_Align_Right'] = "right"; ! $lang['Last_Msg_Align_Center'] = "center"; ! $lang['Last_Msg_Target'] = "Target:"; ! $lang['Last_Msg_Target_1'] = "New Window"; ! $lang['Last_Msg_Target_2'] = "Current Window"; ! $lang['Config_updated'] = "Module Configuration successfully updated"; ! $lang['Click_return_config'] = "Click %sHere%s to return to Module Administration"; ! $lang['Click_return_admin_index'] = "Click %sHere%s to return to Index Administration"; // --- 23,54 ---- // setlocale(LC_ALL, "en"); ! $lang['Last_Msg_forum'] = "Source Forums"; ! $lang['Last_Msg_forum_explain'] = "- You may do multiple selections<br />* If none is selected, all authorized forums vill be visible"; ! $lang['Last_Msg_Display_Icon_View'] = "Display Icon for 'Go to last message'"; ! $lang['Last_Msg_Display_Last_Author'] = "Display Last Post"; ! $lang['Last_Msg_Display_Author'] = "Display Author Name"; ! $lang['Last_Msg_Settings'] = "Configuration for Last Message Post Module:"; ! $lang['Last_Msg_Settings'] = "Configuration for Last Message Post Module:"; ! $lang['Last_Msg_Number_Title'] = "Number of Posts to display:"; ! $lang['Last_Msg_Display_Date'] = "Display Date?"; ! $lang['Last_Msg_Title_Length'] = "Title lenght (max characters):"; ! $lang['Last_Msg_Title_Length_Info'] = ""; ! $lang['Last_Msg_Display_Forum'] = "Display Forum Name?"; ! $lang['Last_Msg_Align'] = "Title Align:" ; ! $lang['Last_Msg_Align_Left'] = "left"; ! $lang['Last_Msg_Align_Right'] = "right"; ! $lang['Last_Msg_Align_Center'] = "center"; ! $lang['Last_Msg_Target'] = "Target:"; ! $lang['Last_Msg_Target_1'] = "New Window"; ! $lang['Last_Msg_Target_2'] = "Current Window"; ! $lang['msg_filter_date'] = "Filter by time"; ! $lang['msg_filter_date_explain'] = "- Show posts from last week, month, year..."; // |