|
From: Jon O. <jon...@us...> - 2008-02-14 21:25:45
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4864 Modified Files: Tag: core28x lang_admin.php Log Message: For new site -> 2.8.3 Mainly bugfixes... Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/language/lang_english/lang_admin.php,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** lang_admin.php 3 Feb 2008 19:27:35 -0000 1.2.2.1 --- lang_admin.php 14 Feb 2008 21:25:39 -0000 1.2.2.2 *************** *** 22,77 **** // Last Message Post // ! $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 length (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..."; // // Announcement // ! $lang['announce_nbr_display'] = "Maximum Number of Messages to Display"; ! $lang['announce_nbr_days'] = "Number of Days to Display Messages"; ! $lang['announce_img'] = "Announcement Image"; ! $lang['announce_img_sticky'] = "Sticky Image"; ! $lang['announce_img_normal'] = "Normal Message Image"; ! $lang['announce_img_global'] = "Global Announcement Image"; ! $lang['announce_display'] = "Display Announcement(s) messages in this Block"; ! $lang['announce_display_sticky'] = "Display Sticky(ies) in this Block"; ! $lang['announce_display_normal'] = "Display Normal message(s) in this Block"; ! $lang['announce_display_global'] = "Display Global Announcements in this Block"; ! $lang['announce_forum'] = "Source Forums"; ! $lang['announce_forum_explain'] = "- You may make multiple selections. For example, hold down the CTRL button on your keyboard while clicking extra selections.<br />* If nothing is selected, all authorized forums will be visible"; // // Polls // ! $lang['Poll_Display'] = "Which Poll do you want to display?"; ! $lang['poll_forum'] = "Source Forums"; ! $lang['poll_forum_explain'] = "- You may make multiple selections<br />* If nothing is selected, all authorized forums will be visible"; ! $lang['Not_Specified'] = "Not Specified"; // --- 22,77 ---- // Last Message Post // ! $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 length (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...'; // // Announcement // ! $lang['announce_nbr_display'] = 'Maximum Number of Messages to Display'; ! $lang['announce_nbr_days'] = 'Number of Days to Display Messages'; ! $lang['announce_img'] = 'Announcement Image'; ! $lang['announce_img_sticky'] = 'Sticky Image'; ! $lang['announce_img_normal'] = 'Normal Message Image'; ! $lang['announce_img_global'] = 'Global Announcement Image'; ! $lang['announce_display'] = 'Display Announcement(s) messages in this Block'; ! $lang['announce_display_sticky'] = 'Display Sticky(ies) in this Block'; ! $lang['announce_display_normal'] = 'Display Normal message(s) in this Block'; ! $lang['announce_display_global'] = 'Display Global Announcements in this Block'; ! $lang['announce_forum'] = 'Source Forums'; ! $lang['announce_forum_explain'] = '- You may make multiple selections. For example, hold down the CTRL button on your keyboard while clicking extra selections.<br />* If nothing is selected, all authorized forums will be visible'; // // Polls // ! $lang['Poll_Display'] = 'Which Poll do you want to display?'; ! $lang['poll_forum'] = 'Source Forums'; ! $lang['poll_forum_explain'] = '- You may make multiple selections<br />* If nothing is selected, all authorized forums will be visible'; ! $lang['Not_Specified'] = 'Not Specified'; // |