|
From: Jon O. <jon...@us...> - 2005-10-15 22:18:37
|
Update of /cvsroot/mxbb/mx_sitestats/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29610/language/lang_english Added Files: lang_admin.php lang_main.php Log Message: readded this module... --- NEW FILE: lang_main.php --- <?php /** ------------------------------------------------------------------------ * Subject : mxBB - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team * Credits : The phpBB Group & Marc Morisette, Marc Ferran (www.phpmix.com) * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 * Email : jo...@mx... * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- * * $Id: lang_main.php,v 1.1 2005/10/15 22:18:28 jonohlsson Exp $ */ /** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ // // The format of this file is: // // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // // setlocale(LC_ALL, "en"); // // SiteStats Counter (v.1.0.0) // $lang['SiteStats'] = "Site Statistics"; $lang['SiteStats_Page_Hits_Counter'] = "Hits Counter:"; $lang['SiteStats_Page_Sess_Counter'] = "Sessions:"; // Added v.1.3.0 // // SiteStats SiteStaff block (v.1.1.0) // $lang['SiteStats_Staff'] = "Site Staff"; $lang['SiteStats_Staff_Forums'] = "Forums"; $lang['SiteStats_Staff_Mod'] = "Moderator"; $lang['SiteStats_Staff_Admin'] = "Administrator"; $lang['SiteStats_Staff_Super'] = "Super Moderator"; $lang['SiteStats_Staff_Junior'] = "Junior Admin"; $lang['SiteStats_Staff_Period'] = "since <b>%d</b> days"; // %d = days $lang['SiteStats_Staff_Messenger'] = "Messenger"; // // SiteStats several statistics blocks (v.1.2.0) // $lang['Admin_Stats'] = "ggAdministrative Statistics"; $lang['Statistic'] = "Statistic"; $lang['Value'] = "Value"; $lang['Board_Up_Days'] = "Board Up Days"; $lang['Latest_Reg_User'] = "Latest User Registered"; $lang['Latest_Reg_User_Date'] = "Latest User Registered Date"; $lang['Most_Ever_Online'] = "Most Users Ever Online"; $lang['Most_Ever_Online_Date'] = "Most Users Ever Online Date"; $lang['Disk_usage'] = "Disk Usage"; $lang['Staff'] = "Site Staff"; $lang['Top_Posters'] = "Top Posters"; $lang['Top_Starters'] = "Most Active Topic Starters"; $lang['Fastest_Users'] = "Fastest Users"; $lang['Most_In_Topics'] = "Topic Interest"; $lang['Most_Viewed_Topics'] = "Most Viewed Topics"; $lang['Most_Active_Topics'] = "Most Active Topics"; $lang['Most_Interesting_Topics'] = "Most Interesting Topics"; $lang['Least_Interesting_Topics'] = "Least Interesting Topics"; $lang['Top_Topics'] = "Topic Stats"; $lang['Top_Smilies'] = "Top Used Smilies"; $lang['Top_Avatars'] = "Top Used Avatars"; $lang['Top_Words'] = "Top Used Words"; $lang['Users_Ranks'] = "Users Ranks"; $lang['Monthly_Topics'] = "Number of New Topics by Month"; $lang['Monthly_Posts'] = "Number of New Posts by Month"; $lang['Monthly_Users'] = "Number of New Users by Month"; $lang['Rank'] = "Rank"; $lang['Percent'] = "Percent"; $lang['Graph'] = "Graph"; $lang['Uses'] = "Uses"; $lang['time_on_forum'] = "Days on forum"; $lang['posts_day'] = "Messages per day"; $lang['views_per_replies'] = "Rate (views/replies)"; $lang['Word'] = "Word"; $lang['Rank_Title_Image'] = "Rank Title/Image"; $lang['Rank_range'] = "Rank Range"; $lang['Special_Rank'] = "Special Rank"; $lang['Year'] = "Year"; $lang['Month'] = "Month"; $lang['Number'] = "Number"; // // SiteStats Referer (v.1.3.0) // $lang['SiteStats_TopReferers'] = "Top Referers"; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: lang_admin.php --- <?php /** ------------------------------------------------------------------------ * Subject : mxBB - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team * Credits : The phpBB Group & Marc Morisette, Marc Ferran (www.phpmix.com) * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 * Email : jo...@mx... * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- * * $Id: lang_admin.php,v 1.1 2005/10/15 22:18:28 jonohlsson Exp $ */ /** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ // // The format of this file is: // // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // // setlocale(LC_ALL, "en"); // // SiteStats v.1.0.0 // $lang['SiteStats_Text_Class'] = "CSS Class for Text"; $lang['SiteStats_Text_Classinfo'] = "Use this parameter to select the CSS class for the Counter Text."; $lang['SiteStats_Counter_Class'] = "CSS Class for Counter"; $lang['SiteStats_Counter_Classinfo'] = "Use this parameter to select the CSS class for the Counter Number."; $lang['SiteStats_Counter_Style'] = "Additional CSS Style for Counter"; $lang['SiteStats_Counter_Styleinfo'] = "Use this parameter to select additional CSS styles for the Counter Number (do not use quotes).<br />For instance:<br />font-weight:bold;color:white;background-color:black;border:solid blue 1px;"; $lang['SiteStats_Counter_Size'] = "Counter Size"; $lang['SiteStats_Counter_Sizeinfo'] = "Specify number of digits (padding with leading zeros) to display for your counter."; // // SiteStats v.1.0.1 // $lang['SiteStats'] = "Site Statistics"; $lang['Counter_Settings'] = "Counter Block Settings"; $lang['Counter_Settings_explain'] = "Use this form to configure Counter Block Settings."; $lang['Counter_Management'] = "Counter Management"; $lang['Counter_Management_explain'] = "Use this form to add, edit or delete page counters."; $lang['SiteStats_Counter_id'] = "Id."; $lang['SiteStats_Counter_page'] = "Page"; $lang['SiteStats_Counter_hits'] = "Hits"; $lang['SiteStats_Counter_sess'] = "Sessions"; $lang['Counter_Config_updated'] = "Counter Configuration Updated Successfully."; $lang['Click_return_Counter_admin'] = "Click %sHere%s to return to Counter Management."; $lang['Confirm_delete_counter'] = "Are you sure you want to delete this counter?"; $lang['Error_page_empty'] = "Sorry, Page is empty. Please, retry."; // // SiteStats (v.1.3.0) // $lang['SiteStats_Settings'] = "SiteStats Settings"; $lang['SiteStats_Settings_explain'] = "Use this form to configure SiteStats features."; $lang['SiteStats_Settings_updated'] = "SiteStats Settings Updated Sucessfully."; $lang['SiteStats_Settings_return'] = "Click %sHere%s to return to SiteStats Settings."; $lang['SiteStats_Counter_Type'] = "Counter Type"; $lang['SiteStats_Counter_Typeinfo'] = "Specify to Render the counter as Text or select the Digits style."; $lang['SiteStats_Counter_TypeText'] = "Render as text"; $lang['SiteStats_Counter_ToShow'] = "Counters to Show"; $lang['SiteStats_Counter_ToShowinfo'] = "Specify which counters you wish to show on the block."; $lang['SiteStats_MoreStats_Page'] = "More Statistics Page"; $lang['SiteStats_MoreStats_Pageinfo'] = "Specify the Number of the portal page which contains your SiteStats blocks. This feature will add a link to that page under the Counters.<br />If you do not wish to show this link, just enter <b>0</b> or leave this field blank."; $lang['SiteStats_MoreStats'] = "More Statistics"; $lang['Text'] = "Text"; $lang['Referers_Settings'] = "Referers Settings"; $lang['Referers_Settings_explain'] = "Use this form to configure TopReferers Block Settings."; $lang['Referers_Logging'] = "Enable Referers Logging"; $lang['Referers_Logginginfo'] = "Use this parameter to enable or disable the HTTP Referers Log (information will be stored into your database)."; $lang['SiteStats_TopReferers_Count'] = "Top Referers Count"; $lang['SiteStats_TopReferers_Countinfo'] = "Specify how many Referers you wish to show on the TopReferers block."; $lang['SiteStats_TopReferers_ShowDisabled'] = "Show Disabled Referers"; $lang['SiteStats_TopReferers_ShowDisabledinfo'] = "This feature allows you to control (using <b>Referers Management</b>) which hosts are eligible to be shown on your site."; $lang['On'] = "On"; $lang['Off'] = "Off"; $lang['Referers_Management'] = "Referers Management"; $lang['Referers_Management_explain'] = "Use this form to manage HTTP Referers stored in your database. Total number of records: "; $lang['Host'] = "Host"; $lang['Hits'] = "Hits"; $lang['First_visit'] = "First visit"; $lang['Last_visit'] = "Last visit"; $lang['Select_filter'] = "Select filter"; $lang['Enabled'] = "Enabled"; $lang['Disabled'] = "Disabled"; $lang['No_Enabled_Referers'] = "No <b>ENABLED</b> Referers in your database, yet!"; $lang['No_Disabled_Referers'] = "No <b>DISABLED</b> Referers in your database, yet!"; $lang['Enable_marked'] = "Enable Marked"; $lang['Disable_marked'] = "Disable Marked"; $lang['Please_confirm'] = "Are you sure you want to perform this operation?"; $lang['No_items_marked'] = "Please, mark one or more items to perform this operation."; $lang['Add'] = "Add"; $lang['Both'] = "Both"; // // That's all Folks! // ------------------------------------------------- ?> |