|
From: Jon O. <jon...@us...> - 2005-04-12 19:50:21
|
Update of /cvsroot/mxbb/mx_newssuite/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15947/modules/mx_newssuite/language/lang_english Added Files: lang_main.php Removed Files: lang_newssuite.php Log Message: lang renaming... --- lang_newssuite.php DELETED --- --- NEW FILE: lang_main.php --- <?php // News Mod $lang['News'] = "News"; $lang['Author'] = "Author"; $lang['Read_more'] = "Read more"; $lang['Comment'] = "Comment"; $lang['Comments'] = "Comments"; $lang['News_Archive'] = "News Archive"; // %s replaced with number of views $lang['Reads'] = "%s views"; // %s replaced with username and date in that order $lang['Posted_by_on'] = "Posted by %s on %s"; // // General strings from the news admin panel // $lang['News_settings_title'] = "General Settings"; $lang['News_operate_title'] = "Interactivity Mode"; $lang['News_mode_title'] = "Main Mode Settings"; $lang['News_settings'] = "News Settings"; $lang['News_settings_short_explain'] = "Configure some options for the front-page news."; $lang['News_settings_explain'] = "Here you can edit the configuration for the news module. The news module displays only a few of the most recent posts in a particular forum on the front page allowing you to inform users of important information."; // General $lang['News_forums'] = "News Source"; $lang['Display_news'] = "Display news"; $lang['Display_polls'] = "Display polls (not used in 'Category Nav Mode')"; $lang['Display_polls_explain'] = "If this is set to yes then polls will appear above the content of the news article. If set to no, the poll will not appear."; $lang['News_items'] = "News items"; $lang['News_items_explain'] = "How many topics from the forum do you want displayed (per category when categorized)?"; $lang['News_forum'] = "News forum"; $lang['News_forum_explain'] = "Which forum has the news in it?"; $lang['Time_format'] = "Time format (not used in 'Category Nav Mode')"; $lang['Time_format_explain'] = "This is the time format used to tell the user the date the news was posted (in php's %sdate%s function time format)"; // %s's for URI params - DO NOT REMOVE $lang['Trim_character'] = "Trim character (not used in 'Category Nav Mode')"; $lang['Trim_character_explain'] = "This is a character that the news post will stop at if found. Commonly '<code><i></i></code>'"; $lang['Truncate_num'] = "Truncate message after num of chars (not used in 'Category Nav Mode')"; $lang['Truncate_num_explain'] = "This is the number of characters that the news post will display"; $lang['Truncate_num_subject'] = "Truncate subject (title) after num of chars"; $lang['Truncate_num_subject_explain'] = "This is the number of characters that the news post will display"; $lang['Fix_up_msg'] = "Fix up message (and subject) for better layout control"; $lang['Fix_up_msg_explain'] = "- Rewriting common BBCODES in a more slick/compact way<br />- Truncating and validating URLs<br />- Resizing images if wider than colwidth<br />- Hyphen words, to avoid long words expanding col"; $lang['Enable_html_msg'] = "Enable html in message, or remove the tags (but not contents)"; $lang['Enable_html_msg_explain'] = "Typically you'll disable html since the news should be formatted very slick ;)"; $lang['Enable_bbcode_msg'] = "Enable bbcode in message, or remove the tags (but not contents)"; $lang['Enable_bbcode_msg_explain'] = "By default enabled, but beware of what bbcodes you're using..."; $lang['Display_signatures'] = "Display signatures (not used in 'Category Nav Mode')"; $lang['Display_signatures_explain'] = "If yes displays the signatures of the posters if found"; $lang['Display_edit_information'] = "Display edit information (not used in 'Category Nav Mode')"; $lang['Display_edit_information_explain'] = "If yes displays the 'Last edited by' at the end of the post"; $lang['News_tagging'] = "Filter tagged posts"; $lang['News_tagging_explain'] = "If enabled, only posts tagged with userdefined 'post types' will be shown. For example, if you have the post type 'bug' and 'solved bug', you may create a news block only showing bug posts..."; $lang['News_pinning'] = "Order by post type"; $lang['News_pinning_explain'] = "Pin phpbb announcements and stickies (sort DESC by kb types) at top of list."; $lang['News_filter_time'] = "Filter by time"; $lang['News_filter_time_explain'] = "Show posts from last week, month, year..."; // // Update result messages // $lang['News_updated_return_settings'] = "News configuration updated successfully.<br /><br />Click %shere%s to return to News Settings."; // %s's for URI params - DO NOT REMOVE $lang['News_update_error'] = "Couldn't update news configuration.<br /><br />This mod is designed for MySQL so please contact the author if you have troubles. If you can offer a translation of the SQL into other database formats, please send them to:<br />"; // Added by Haplo $lang['news_style_parameters'] = "Style Parameters "; $lang['news_display_block_title'] = "Display news titles: (not used in 'Category Nav Mode')<br /> - display titles for every news"; $lang['news_block_border'] = "Block border: <br /> - display block borders"; $lang['news_block_header'] = "Emphasize news titles: (only used in 'Standard Block Mode')<br /> - use standard title class"; $lang['news_block_footer'] = "Block footer: <br /> - add block footers (edited by, date, comments etc)"; $lang['Read more'] = "Read more"; $lang['news_show_title'] = "Show block title and description:"; $lang['news_sort_method'] = "Sort option:"; $lang['news_sort_par'] = "Ascending or Descending:"; $lang['news_sort_style'] = "Sort mode:"; $lang['news_sort_style_explain'] = "Sort by categories or mix all news (posts/articles):"; $lang['News_mode'] = "Main Mode Switch: <br /> Display news in separate blocks or composed/categorized newspaper style."; $lang['Change_source'] = "Select news source:"; $lang['News_mode_operate'] = "Interact with 'source' or standalone mode 'none'"; $lang['News_mode_operate_explain'] = "The main phpbb/kb block contents may be synced with the newssuite block, i.e. 'source' mode. The newssuite block may also be used by itself, 'none' mode (default mode). "; $lang['News_main_mode'] = "Main Mode:"; $lang['News_main_mode_explain'] = "The Newssuite operate modes are:<br /> - Standard Block Mode: News (posts/articles) are displayed as individual blocks<br /> - Newspaper mode: News (posts/articles) are composed into ONE block<br /> - Category Nav mode: only news (post/articles) TITLES are displayed for easy navigation"; // Types // phpbb $lang['Cat_all'] = "All"; $lang['Cat_normal'] = "Normal post"; $lang['Cat_sticky'] = "Sticky"; $lang['Cat_announce'] = "Announce"; // kb $lang['Cat_pin'] = "Pinned article"; $lang['Read_home'] = "Start"; $lang['Read_next'] = "More"; $lang['Read_previous'] = "Previous"; $lang['No_news'] = "No more news available..."; ?> |