|
From: Markus P. <mar...@us...> - 2005-04-13 21:23:47
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3079/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: ok, second step on fixing double line breaks. I think this is all. Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_main.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** lang_main.php 12 Apr 2005 19:29:01 -0000 1.16 --- lang_main.php 13 Apr 2005 21:23:28 -0000 1.17 *************** *** 1,109 **** ! <?php ! /*************************************************************************** ! * lang_main.php [English] ! * ------------------- ! * copyright : (C) 2003 mxBB Portal ! * email : jon...@ho... ! * ! * $Id$ ! * ! ****************************************************************************/ ! ! // ! // The format of this file is: ! // ! // ---> $lang["message"] = "text"; ! // ! // Specify your language character encoding... [optional] ! // ! // setlocale(LC_ALL, "en"); ! ! // Menu_nav.php ! $lang['Home Page'] = "Portal Home"; ! $lang['Announcements'] = "Announcements"; ! $lang['Forum'] = "Forum"; ! $lang['Main Menu'] = "Main Menu"; ! $lang['Module Statistics'] = "Statistics"; ! $lang['Send a Private message'] = "Send Private message"; ! $lang['Edit your Profile'] = "Edit Your Profile"; ! ! $lang['Portal_lang'] = "Language CP"; // Blocktitle ! $lang['SELECTGUILANG'] = "Select Language:"; ! ! $lang['Change'] = "Change now"; ! $lang['Change_default_style'] = "Set Board Default Style"; ! $lang['Change_user_style'] = "Set Your Style"; ! ! $lang['Change_default_lang'] = "Set Board Default Language"; ! $lang['Change_user_lang'] = "Set Your Language"; ! ! $lang['Block_Title'] = "Title"; ! $lang['Block_Info'] = "Information"; ! ! $lang['Theme'] = "Theme/Style CP"; // Blocktitle ! $lang['SelectTheme'] = "Select Theme/Style:"; ! ! $lang['Surveys/Polls'] = "Surveys/Polls"; ! $lang['Already_voted'] = "You have already voted"; ! $lang['Click_view_voted'] = "Click %sHere%s to view the results"; ! ! $lang['Annonce_sent'] = "The announcement has been sent"; ! $lang['Annonce_Deleted'] = "The announcement has been deleted"; ! ! $lang['Block_Config_updated'] = "Block Configuration updated successfully"; ! $lang['Block_Edit'] = "Edit Block Configuration"; ! ! // ! // New for v. 2.704 ! // ! ! $lang['Page_Not_Authorised'] = "Sorry, but you are not authorized to access this page."; ! ! // ! // New for v. 2.705 ! // ! ! $lang['Execution_Stats'] = "Page generated %s queries - Generation time: %s seconds"; ! ! // ! // New for v. 2.7.3 ! // ! ! $lang['Redirect_login'] = "Click %sHere%s to login."; ! ! // ! // New for v. 2.7.4 - 2.8 ! // ! $lang['Show_admin_options'] = "Show/Hide admin options: "; ! $lang['Hidden_block'] = "Hidden block..."; ! ! $lang['General_updated_return_settings'] = "Configuration updated successfully...<br /><br />Click %shere%s to continue."; // %s's for URI params - DO NOT REMOVE ! $lang['General_update_error'] = "Couldn't update configuration..."; ! ! $lang['Mx_Page'] = "Page"; ! $lang['Mx_Block'] = "Section"; ! ! $lang['Mx_search_site'] = "Site"; ! $lang['Mx_search_forum'] = "Forum"; ! $lang['Mx_search_kb'] = "KB articles"; ! $lang['Mx_search_google'] = "Google"; ! ! $lang['Block_updated_by'] = "Updated by "; ! $lang['No_items_found'] = "Nothing new to report... "; ! ! $lang['Powered_by'] = "Powered by "; ! $lang['Modules_copy'] = "and mxBB Modules "; ! ! $lang['mx_copy_text'] = '<b>mxBB - modular Portal & CMS for phpBB!</b> <br /><br/> mxBB is a fully modular portal and CMS for phpBB, featuring dynamic pages/blocks/themes by means of a powerful yet flexible Admin CP. While it uses integrated features, it works without touching phpBB. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version since 2001. <br /><br />Authors: Jon Ohlsson, Marc Morissette, Markus, Jaime, Luke Finnigan & Snake - the mxBB Development Team. <br />Please visit <a href="http://www.mx-system.com/">www.mx-system.com</a> for further information.'; ! $lang['mx_modules_text'] = '<b>mxBB Modules</b>'; ! ! $lang['mx_copy'] = 'mxBB Copyrights Info'; ! ! $lang['Yes'] = 'Yes'; ! $lang['No'] = 'No'; ! ! // ! // That's all Folks! ! // ------------------------------------------------- ! ?> \ No newline at end of file --- 1,109 ---- ! <?php ! /*************************************************************************** ! * lang_main.php [English] ! * ------------------- ! * copyright : (C) 2003 mxBB Portal ! * email : jon...@ho... ! * ! * $Id$ ! * ! ****************************************************************************/ ! ! // ! // The format of this file is: ! // ! // ---> $lang["message"] = "text"; ! // ! // Specify your language character encoding... [optional] ! // ! // setlocale(LC_ALL, "en"); ! ! // Menu_nav.php ! $lang['Home Page'] = "Portal Home"; ! $lang['Announcements'] = "Announcements"; ! $lang['Forum'] = "Forum"; ! $lang['Main Menu'] = "Main Menu"; ! $lang['Module Statistics'] = "Statistics"; ! $lang['Send a Private message'] = "Send Private message"; ! $lang['Edit your Profile'] = "Edit Your Profile"; ! ! $lang['Portal_lang'] = "Language CP"; // Blocktitle ! $lang['SELECTGUILANG'] = "Select Language:"; ! ! $lang['Change'] = "Change now"; ! $lang['Change_default_style'] = "Set Board Default Style"; ! $lang['Change_user_style'] = "Set Your Style"; ! ! $lang['Change_default_lang'] = "Set Board Default Language"; ! $lang['Change_user_lang'] = "Set Your Language"; ! ! $lang['Block_Title'] = "Title"; ! $lang['Block_Info'] = "Information"; ! ! $lang['Theme'] = "Theme/Style CP"; // Blocktitle ! $lang['SelectTheme'] = "Select Theme/Style:"; ! ! $lang['Surveys/Polls'] = "Surveys/Polls"; ! $lang['Already_voted'] = "You have already voted"; ! $lang['Click_view_voted'] = "Click %sHere%s to view the results"; ! ! $lang['Annonce_sent'] = "The announcement has been sent"; ! $lang['Annonce_Deleted'] = "The announcement has been deleted"; ! ! $lang['Block_Config_updated'] = "Block Configuration updated successfully"; ! $lang['Block_Edit'] = "Edit Block Configuration"; ! ! // ! // New for v. 2.704 ! // ! ! $lang['Page_Not_Authorised'] = "Sorry, but you are not authorized to access this page."; ! ! // ! // New for v. 2.705 ! // ! ! $lang['Execution_Stats'] = "Page generated %s queries - Generation time: %s seconds"; ! ! // ! // New for v. 2.7.3 ! // ! ! $lang['Redirect_login'] = "Click %sHere%s to login."; ! ! // ! // New for v. 2.7.4 - 2.8 ! // ! $lang['Show_admin_options'] = "Show/Hide admin options: "; ! $lang['Hidden_block'] = "Hidden block..."; ! ! $lang['General_updated_return_settings'] = "Configuration updated successfully...<br /><br />Click %shere%s to continue."; // %s's for URI params - DO NOT REMOVE ! $lang['General_update_error'] = "Couldn't update configuration..."; ! ! $lang['Mx_Page'] = "Page"; ! $lang['Mx_Block'] = "Section"; ! ! $lang['Mx_search_site'] = "Site"; ! $lang['Mx_search_forum'] = "Forum"; ! $lang['Mx_search_kb'] = "KB articles"; ! $lang['Mx_search_google'] = "Google"; ! ! $lang['Block_updated_by'] = "Updated by "; ! $lang['No_items_found'] = "Nothing new to report... "; ! ! $lang['Powered_by'] = "Powered by "; ! $lang['Modules_copy'] = "and mxBB Modules "; ! ! $lang['mx_copy_text'] = '<b>mxBB - modular Portal & CMS for phpBB!</b> <br /><br/> mxBB is a fully modular portal and CMS for phpBB, featuring dynamic pages/blocks/themes by means of a powerful yet flexible Admin CP. While it uses integrated features, it works without touching phpBB. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version since 2001. <br /><br />Authors: Jon Ohlsson, Marc Morissette, Markus, Jaime, Luke Finnigan & Snake - the mxBB Development Team. <br />Please visit <a href="http://www.mx-system.com/">www.mx-system.com</a> for further information.'; ! $lang['mx_modules_text'] = '<b>mxBB Modules</b>'; ! ! $lang['mx_copy'] = 'mxBB Copyrights Info'; ! ! $lang['Yes'] = 'Yes'; ! $lang['No'] = 'No'; ! ! // ! // That's all Folks! ! // ------------------------------------------------- ! ?> \ No newline at end of file Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** lang_admin.php 12 Apr 2005 19:28:51 -0000 1.35 --- lang_admin.php 13 Apr 2005 21:23:28 -0000 1.36 *************** *** 1,372 **** ! <?php ! /*************************************************************************** ! * lang_admin.php [English] ! * ------------------- ! * copyright : (C) 2003 mxBB-Portal ! * email : su...@mx... ! * ! * $Id$ ! * ! * Rev. hist : Created by MarcMoris (su...@mx...), ! reedited by Haplo (jon...@ho...) ! ****************************************************************************/ ! ! // ! // Editor Settings: Please, set Tabsize to 4 ;-) ! // ! ! // ! // The format of this file is: ! // ! // ---> $lang["message"] = "text"; ! // ! // Specify your language character encoding... [optional] ! // ! // setlocale(LC_ALL, "en"); ! ! ! // ! // Configuration ! // ! $lang['Portal_admin'] = "Portal Administration"; ! $lang['Portal_admin_explain'] = "Use this form to customize your portal"; ! $lang['Portal_General_Config'] = "Portal Configuration"; ! $lang['Portal_General_settings'] = "General Settings"; ! $lang['Portal_General_config_info'] = "General Portal Config Info "; ! $lang['Portal_General_config_info_explain'] = "Posted setup info from the config.php file (no edits needed)"; ! $lang['Portal_Name'] = "Portal Name:"; ! $lang['Portal_PHPBB_Url'] = "URL to your phpBB installation:"; ! $lang['Portal_Url'] = "URL to mxBB-Portal:"; ! $lang['Portal_Config_updated'] = "Portal Configuration Updated Successfully"; ! $lang['Click_return_portal_config'] = "Click %sHere%s to return to Portal Configuration"; ! ! ! // ! // Menu Management ! // ! $lang['Menu_admin'] = "Navigation Menu Administration"; ! $lang['Menu_admin_explain'] = "Use this form to customize your Navigation Menu"; ! $lang['Menu_edit_delete_explain'] = "Use this form to customize your Navigation Menu"; ! $lang['Menu_settings'] = "Navigation Menu Information"; ! $lang['Menu_delete'] = "Delete a Navigation Menu"; ! $lang['Menu_delete_explain'] = "Use this form to delete (and/or move) a Navigation Menu and its subelement(s)"; ! $lang['Edit_menu'] = "Edit a Navigation Menu"; ! $lang['Update'] = "Update"; ! $lang['Create_menu'] = "Add new Navigation Menu"; ! $lang['Create_category'] = "Add new Navigation Category"; ! $lang['Menu_Config_updated'] = "Navigation Menu Configuration Updated Successfully"; ! $lang['Menus_updated'] = "Menu and Category information updated successfully"; ! $lang['Click_return_menuadmin'] = "Click %sHere%s to return to Navigation Menu Administration"; ! $lang['Menu_name'] = "Navigation Menu Name"; ! $lang['Menu_icon'] = "Navigation Menu Icon<br /> - the *_hot.gif pic is only used when 'Mark Current Page' is enabled."; ! $lang['Menu_desc'] = "Description"; ! $lang['Edit'] = "Edit"; ! $lang['Delete'] = "Delete"; ! $lang['Move_up'] = "Move up"; ! $lang['Move_down'] = "Move down"; ! $lang['Resync'] = "Resync"; ! $lang['Click_return_admin_index'] = "Click %sHere%s to return to the Administration Index"; ! ! ! // ! // Module Management ! // ! $lang['Module'] = "Module"; ! $lang['Module_admin'] = "Module Administration"; ! $lang['Module_admin_explain'] = "Use this form to customize Modules"; ! $lang['Column_delete'] = "Delete a Column"; ! $lang['Module_delete'] = "Delete a Module"; ! $lang['Module_delete_explain'] = "Use this form to delete a Module (or function)"; ! $lang['Edit_module'] = "Edit a Module"; ! $lang['Create_module'] = "Create new Module"; ! $lang['Module_Config_updated'] = "Module Configuration Updated Successfully"; ! $lang['Module_updated'] = "Module Information Updated successfully"; ! $lang['Click_return_module_admin'] = "Click %sHere%s to return to Module Administration"; ! $lang['Column_name'] = "Column Name"; ! $lang['Module_name'] = "Module Name"; ! $lang['Module_desc'] = "Description"; ! $lang['Module_path'] = "Path"; ! $lang['Create_column'] = "Add new Column"; ! $lang['Column'] = "Column"; ! $lang['Edit_Column'] = "Edit a Column"; ! $lang['Edit_Column_explain'] = "Use this form to modify a column"; ! $lang['Column_Size'] = "Size of the column"; ! ! // ! // These are displayed in the drop down boxes for advanced ! // mode Module auth, try and keep them short! ! // ! $lang['Menu_Navigation'] = "Navigation Menu"; ! $lang['Modules'] = "Modules"; ! $lang['Portal_index'] = "Portal Index"; ! $lang['Poll_Display'] = "Which Poll do you want to display?"; ! $lang['Meta_admin'] = "Meta Tags Administration"; ! $lang['Mega_admin_explain'] = "Use this form to customize your meta tags"; ! $lang['Meta_Title'] = "Title"; ! $lang['Meta_Author'] = "Author"; ! $lang['Meta_Copyright'] = "Copyright"; ! $lang['Meta_Keywords'] = "Keywords"; ! $lang['Meta_Keywords_explain'] = "(comma seperated list)"; ! $lang['Meta_Description'] = "Description"; ! $lang['Meta_Language'] = "Language Code"; ! $lang['Meta_Rating'] = "Rating"; ! $lang['Meta_Robots'] = "Robots"; ! $lang['Meta_Pragma'] = "Pragma no-cache"; ! $lang['Meta_Bookmark_icon'] = "Bookmark Icon"; ! $lang['Meta_Bookmark_explain'] = "(relative location)"; ! $lang['Meta_HTITLE'] = "Extra Header Settings"; ! $lang['Meta_data_updated'] = "Meta data file (mx_meta.inc) has been updated!<br />Click %sHERE%s to return to Meta Tags Administration."; ! $lang['Meta_data_ioerror'] = "Unable to open mx_meta.inc. Make sure the file is writable (chmod 777)."; ! $lang['Create_block'] = "Create new Block"; ! $lang['Block_delete'] = "Delete a Block"; ! $lang['Block_delete_explain'] = "Use this form to delete a Block (or column)"; ! $lang['Block'] = "Block"; ! $lang['Block_title'] = "Title"; ! $lang['Block_desc'] = "Description"; ! $lang['Add_Block'] = "Add new Block"; ! $lang['Auth_Block'] = "Permissions"; ! $lang['AUTH_ALL'] = "ALL"; ! $lang['AUTH_REG'] = "REG"; ! $lang['AUTH_PRIVATE'] = "PRIVATE"; ! $lang['AUTH_MOD'] = "MOD"; ! $lang['AUTH_ADMIN'] = "ADMIN"; ! $lang['AUTH_ANONYMOUS'] = "ANONYMOUS"; ! $lang['Function'] = "Function"; ! $lang['Settings'] = "Settings"; ! $lang['Save_Settings'] = "Save Settings"; ! $lang['announce_nbr_display'] = "Number of Messages to display (max)"; ! $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<br /> You may make multiple selections<br />* If none is selected, all authorized forums will be visible"; ! $lang['poll_forum'] = "Source Forums<br /> You may make multiple selections<br />* If none is selected, all authorized forums will be visible"; ! $lang['Function_admin'] = "Function Administration"; ! $lang['Function_admin_explain'] = "Each Module has one or more Functions. Use this form to edit, add, or delete a Function"; ! $lang['Function_name'] = "Function Name"; ! $lang['Function_desc'] = "Description"; ! $lang['Function_file'] = "File ( Script )"; ! $lang['Create_function'] = "Add new Function"; ! $lang['Parameter_name'] = "Name "; ! $lang['Parameter_desc'] = "Description"; ! $lang['Parameter_type'] = "Type"; ! $lang['Parameter_default'] = "Default Value"; ! $lang['import_module_pack'] = "Install Module"; ! $lang['import_module_pack_explain'] = "This will add a Module to the portal. Be sure the Module Package is uploaded to the /modules folder. Remember to use the latest Module version!"; ! $lang['upgrade_module_pack'] = "Upgrade Module"; ! $lang['upgrade_module_pack_explain']= "This will upgrade your Module. Be sure to read the Module Documentation before proceeding, or you may risk module data loss."; ! $lang['export_module_pack'] = "Export Module"; ! $lang['Export_Module'] = "Select a Module:"; ! $lang['export_module_pack_explain'] = "This will export a Module *.pak file. This is only intended for Module writers..."; ! $lang['Not_Specified'] = "Not Specified"; ! $lang['Page'] = "Page"; ! $lang['Add_Page'] = "Add new Page"; ! $lang['Block_admin'] = "Block Administration"; ! $lang['Block_admin_explain'] = "Use this form to add, delete and change the settings for each block."; ! $lang['Module_include_admin'] = "Include this module in Admin Menu Navigation"; ! $lang['Translation_Tools'] = "Translation Tools"; ! $lang['Create_parameter'] = "Add new Parameter"; ! $lang['Parameter_admin'] = "Parameter Administration"; ! $lang['Parameter_admin_explain'] = "List all Parameters for this Function"; ! $lang['Parameter_id'] = "ID"; ! $lang['Parameter_function'] = "Function"; ! $lang['Preview_portal'] = "Preview Portal"; ! $lang['Page_admin'] = "Page Administration"; ! $lang['Page_Config_updated'] = "Page Configuration Updated Successfully"; ! $lang['Page_updated'] = "Page and Column information updated successfully"; ! $lang['Click_return_page_admin'] = "Click %sHere%s to return to Page Administration"; ! ! $lang['Module_delete_db'] = "Do you really want to uninstall the Module? Warning: you will lose all Module data. Consider upgrading instead..."; ! $lang['Click_module_delete_db_yes'] = "Click %sHere%s to uninstall the Module"; ! ! ! // ! // Install Process ! // ! $lang['Welcome_install'] = "Welcome to the mxBB-Portal Installation Guide"; ! $lang['Install_Instruction'] = "Please, fill out the details requested below. This installation program will create your personalized config.php (in the Portal root directory) and the Portal database with default settings. Once this is done, you'll see a report of all the steps taken (please note mxBB-Portal does not modify your phpBB database in any way). Then, you should login to your board with your administrator username and password and go to the Administration Control Panel to configure your portal upon your own needs. Please note mxBB-Portal will not work by itself, phpBB must already be installed and configured. Thank you for choosing mxBB-Portal."; ! $lang['Upgrade_Instruction'] = "mxBB-Portal is already installed. Please, make backups of your database now !<br /><br />The next step will modify the structure of your database (please note mxBB-Portal does not modify your phpBB database in any way). If for whatever reason this upgrade procedure fails, there would be no other way to return to your current state. Please, make backups of your database BEFORE proceeding !<br /><br />Once done, click the button below to start the upgrade procedure."; ! $lang['Install_moreinfo'] = "%sRelease Notes%s | %sWelcome Pack%s | %sOnline FAQ%s | %sSupport Forums%s | %sTerms Of Use%s"; ! $lang['Install_settings'] = "Installation Settings"; ! $lang['Choose_lang_explain'] = "Please, use the form below to select the language you wish to use thoughtout the installation panels."; ! $lang['Choose_lang'] = "Choose Language"; ! $lang['Language'] = "Language"; ! $lang['Phpbb_path'] = "phpBB relative path"; ! $lang['Phpbb_path_explain'] = "Relative path to phpBB, eg phpBB/ or ../phpBB/<br />Note the slashes '/', they are important!"; ! $lang['Phpbb_url'] = "Full phpBB URL"; ! $lang['Phpbb_url_explain'] = "Full phpBB URL, eg<br />http://www.example.com/phpBB/"; ! $lang['Portal_url'] = "Full Portal URL"; ! $lang['Portal_url_explain'] = "Full Portal URL, eg<br />http://www.example.com/"; ! $lang['Database_settings'] = "Database Settings"; ! $lang['dbms'] = "Database Type"; ! $lang['DB_Host'] = "Database Server Hostname/DSN"; ! $lang['DB_Name'] = "Your Database Name"; ! $lang['DB_Username'] = "Database Username"; ! $lang['DB_Password'] = "Database Password"; ! $lang['Table_Prefix'] = "phpBB Prefix in DB"; ! $lang['MX_Table_Prefix'] = "mxBB-Portal Prefix in DB"; ! $lang['Start_Install'] = "Start mxBB Installation"; ! $lang['Start_Upgrade'] = "Yes, I already did a backup and wish to upgrade my mxBB-Portal now."; ! $lang['Portal_intalled'] = "mxBB-Portal has been installed !"; ! $lang['Portal_upgraded'] = "mxBB-Portal has been upgraded !"; ! $lang['Unwriteable_config'] = "Your mxBB config file (config.php) is un-writeable at present.<br /><br />A copy of the config file will be downloaded to you when you click the button below. You should upload this file to your mxBB root directory: %s <br /><br />Once this is done, please %sREFRESH%s this window to proceed with the next installation step.<br /><br />Thank you for choosing mxBB-Portal.<br />"; ! $lang['Send_file'] = "Just send the file to me and I'll FTP it manually"; ! $lang['phpBB_nfnd_retry'] = "Sorry, we could not find your phpBB installation. Please, press the %sBACK%s button of your browser and retry."; ! $lang['Installation_error'] = "An error has occurred during installation"; ! $lang['Debug_Information'] = "DEBUG INFORMATION"; ! $lang['Install_phpbb_not_found'] = "Sorry, we cound not find any phpBB board installed on this server.<br />Please, install phpBB BEFORE installing mxBB-Portal.<br />\n<br />\n"; ! $lang['Install_phpbb_db_failed'] = "Sorry, we could not connect to the phpBB database.<br />Please, check your phpBB is correctly installed, up and running BEFORE installing mxBB-Portal.<br />\n<br />\n"; ! $lang['Install_phpbb_unsupported'] = "Unfortunately, the phpBB board installed on this server is not supported by mxBB-Portal.<br />Please, check the release notes for installation requirements.<br />\n<br />\n"; ! $lang['Install_noscript_warning'] = "Sorry, this installation requires a JavaScript enabled browser. It might not work on your browser."; ! $lang['Upgrade_are_you_sure'] = "This upgrade procedure will make modifications to your database. Are you sure you wish to proceed?"; ! $lang['Writing_config'] = "Writing config.php file"; ! $lang['Processing_schema'] = "Processing SQL Schema '%s'"; ! $lang['Portal_intalling'] = "Installing mxBB-Portal version %s"; ! $lang['Portal_upgrading'] = "Upgrading mxBB-Portal version %s"; ! $lang['Install_warning'] = "There was 1 warning updating the database"; ! $lang['Install_warnings'] = "There were %d warnings updating the database"; ! $lang['Subscribe_mxBB_News_now'] = "We recommend that you subscribe to the %smxBB-News Mailing List%s to receive information about important news and release announcements.<br /> <br />%sSubscribe to mxBB-News, now!%s"; ! $lang['Portal_install_done'][0] = "At this point your basic installation is complete."; ! $lang['Portal_install_done'][1] = "Please, delete the /install and /contrib folders BEFORE proceeding!!!"; ! $lang['Portal_install_done'][2] = "Remember to make backups as often as possible ;-)"; ! $lang['Portal_install_done'][3] = "Press the button below and use your Administrator username and password to login to the system."; ! $lang['Portal_install_done'][4] = "Please be sure to check the Portal Configurations and make any required changes."; ! $lang['Thanks_for_choosing'] = "Thank you for choosing mxBB-Portal."; ! $lang['Critical_Error'] = "CRITICAL ERROR"; ! $lang['Error_loading_config'] = "Sorry, could not load mxBB-Portal config.php"; ! $lang['Error_database_down'] = "Sorry, could not connect to database."; ! ! ! // ! // New for v. 2.704 ! // ! $lang['Page_Id'] = "Page ID"; ! $lang['Page_icon'] = "Page Icon <br /> - to be used in the adminCP only, eg. icon_home.gif (default)"; ! $lang['Page_header'] = "Page header file <br /> - i.e. overall_header.php (default), overall_noheader.php (no header) or user custom header file."; ! $lang['Auth_Page'] = "Permissions"; ! ! $lang['Cache_dir_write_protect'] = "Your cache directory is write-protected. Unable to generate the cache file"; ! $lang['Cache_generate'] = "Your cache files have been generated. ;-)"; ! $lang['Cache_submit'] = "Generate the cache file?"; ! $lang['Cache_explain'] = "With this option you can generate all XML files (cache files) at once for all portal blocks. These files allow the reduction of the number of database queries needed, and improves overall portal performance. <br />Note: the mxBB cache must be enabled (in the Portal General Admin CP) for these files to be used by the system.<br>Further note: the cache files are created on the fly when editing blocks as well."; ! ! ! // ! // New for v. 2.706 ! // ! $lang['MX_Portal'] = "mxBB-Portal"; ! $lang['MX_Modules'] = "mxBB-Modules"; ! $lang['Phpbb'] = "phpBB"; ! ! $lang['Top_phpbb_links'] = "Show phpBB header links <br /> - new/unread posts etc on the portal front page"; ! $lang['Auth_Page_group'] = "-> PRIVATE Group"; ! ! ! // New for v. 2.7.1 ! $lang['Error_no_db_install'] = "Error: The file db_install.php does not exist. Please verify this and try again..."; ! $lang['Error_no_db_uninstall'] = "Error: The file db_uninstall.php does not exist, or the uninstall feature is not supported for this module. Please verify this and try again..."; ! $lang['Error_no_db_upgrade'] = "Error: The file db_upgrade.php does not exist, or the upgrade feature is not supported for this module. Please verify this and try again..."; ! $lang['Error_module_installed'] = "Error: This module is already installed! Please either first delete module, or upgrade the module instead."; ! ! $lang['Menu_links'] = "Menu URL<br />- Link to external page (enter full URL) or internal page (enter relative path)<br />- This option may be used together with 'Link Target: - iframe mode'."; ! $lang['Menu_page'] = "Menu Page (default/standard) <br />- link to internal portal page<br />NOTE: Pages are created using Page Administration."; ! $lang['Menu_block'] = "Dynamic Block<br />- need a dynamic block on the Page to handle the setting"; ! $lang['Menu_function'] = "Menu Function (dev only)<br />- link to mxBB specific function (not available)"; ! $lang['Menu_action_title'] = "<b>Menu Action:</b> <br /><i>(Chose one of the 4 options below.)</i> "; ! $lang['Menu_action_adv'] = "<b>Advanced Menu Actions:</b> <br /><i>(Use carefully - intended for developers only):</i>"; ! $lang['Menu_permissions_title'] = "<b>View/Edit Permissions:</b>"; ! $lang['Link_target'] = "Link Target:<br />- 'default', open in this browser<br />- 'new browser', open in new browser<br />- 'iframe mode', open url (given below) in page with IncludeX block."; ! $lang['Portal_version'] = "mxBB-Portal Version:"; ! ! $lang['PHPBB_info'] = "phpBB Info"; ! $lang['PHPBB_version'] = "phpBB Version:"; ! $lang['PHPBB_script_path'] = "phpBB Script Path:"; ! $lang['PHPBB_server_name'] = "phpBB Domain (server_name):"; ! ! ! // ! // New for v. 2.7.3 ! // ! $lang['Return_to_page'] = "Return to Portal Page"; ! ! ! // ! // New for v. 2.7.4 - 2.8 ! // ! ! // Page templates ! $lang['Choose_page_template'] = "Choose Page Template"; ! $lang['Template_Config_updated'] = "Template Configuration Updated"; ! $lang['Page_templates_admin'] = "Page Templates Administration"; ! $lang['Page_templates_admin_explain'] = "Use this page to create, edit or delete Page Templates"; ! $lang['Add_Template'] = "Add new Template"; ! $lang['Template'] = "Template"; ! $lang['Page_template_delete'] = "Delete Template"; ! ! // Navigation menu ! $lang['Menu_display_mode'] = "Navigation Mode:<br /> - span horizontal or vertical"; ! $lang['Menu_page_sync'] = "Highlight selected page in navigation menu<br /> - current menu option is highlighted and its icon will be switched (if you have a *_hot.gif)"; ! $lang['Menu_par_title'] = "General Menu Navigation Settings:"; ! $lang['Show_cat'] = "Folded/Unfolded Category: <br /> - Default value, before user value is set:"; ! ! // Split column ! $lang['block_ids'] = "Source Blocks<br /> - to be placed left to right"; ! $lang['block_sizes'] = "Block Sizes (comma separated)<br />- You may specify size using numbers (pixels), percentages (relative sizes, ie. '40%') or '*' for the remainder."; ! $lang['space_between'] = "Space between Blocks"; ! ! ! $lang['Page_desc'] = "Description"; ! ! $lang['Show_title'] = "Show this Block Title"; ! $lang['Show_block'] = "Show this Block <br />(if 'no', the Block is hidden to all users, except administrators)"; ! $lang['Show_stats'] = "Show Block Statistics <br />(if 'yes', 'edited by...' will be displayed below the block)"; ! ! $lang['Page_graph_border'] = "Page border graphics - file prefix"; ! $lang['Page_graph_border_explain'] = "To use border graphics around Blocks, specify the prefix for the graphics files here. For example, enter 'border_' to use the files: border_1-1.gif, border_1-2.gif,..., border_3-3.gif for the 3x3 matrix with gif-images. Leave blank to disable border graphics (default)."; ! ! $lang['Uninstall_module'] = "Uninstall"; ! ! // Portal permissons ! $lang['Mx_Block_Auth_Title'] = "Private Block Permissions" ; ! $lang['Mx_Block_Auth_Explain'] = "Here you can configure Private Block Permissions"; ! $lang['Mx_Page_Auth_Title'] = "Private Page Permissions" ; ! $lang['Mx_Page_Auth_Explain'] = "Here you configure Private Page Permissions"; ! $lang['Block_Auth_successfully'] = "Block Permissions Updated Successfully"; ! $lang['Click_return_block_auth'] = "Click %sHere%s to return to Private Block Permissions"; ! $lang['Page_Auth_successfully'] = "Page Permissions Updated Successfully"; ! $lang['Click_return_page_auth'] = "Click %sHere%s to return to Private Page Permissions"; ! ! // Stats ! $lang['log_filter_date'] = "Filter by time<br />Show logs from last week, month, year..."; ! $lang['msg_filter_date'] = "Filter by time<br />Show posts from last week, month, year..."; ! ! // IncludeX ! $lang['x_listen'] = "Listen (GET)"; ! $lang['x_iframe'] = "IFrame"; ! $lang['x_textfile'] = "Textfile"; ! $lang['x_multimedia'] = "WMP Multimedia"; ! $lang['x_pic'] = "Pic"; ! $lang['x_format'] = "Formatted Textfile"; ! ! $lang['x_mode'] = '<b>IncludeX mode:</b><br /> The IncludeX block operates in one of the following modes. If mode \'Listen (GET)\' is selected, the mode may be set by a url \'x_mode=mode\' and associated parameters with \'x_1=, x_2=, etc\'.<br />Example: To pass a url to a iframe use \'domain/index.php?page=x&x_mode=iframe&x_1=http://domain\' '; ! $lang['x_1'] = '<b>Variable 1:</b><br /><i>IFrame:</i> url<br /><i>Textfile:</i> file (located in \'/include_file\')<br /><i>Multimedia:</i> file (located in \'/include_file\')<br /><i>Pic:</i> file (located in \'/include_file\')<br /><i>Formatted textfile:</i> not available'; ! $lang['x_2'] = '<b>Variable 2:</b><br /><i>IFrame:</i> frame height (pixels)<br /><i>Multimedia:</i> width (pixles)'; ! $lang['x_3'] = '<b>Variable 3:</b><br /><i>Multimedia:</i> height (pixles)'; ! ! $lang['Yes'] = "Yes"; ! $lang['No'] = "No"; ! ! // Cache ! $lang['Mx_use_cache'] = "Use mxBB Block Cache<br />- Block data is cached to individual cache/block_*.xml files. Block cache files are created when Blocks are edited."; ! $lang['Generate_mx_cache'] = "Generate Block Cache"; ! ! ! // ! // That's all Folks! ! // ------------------------------------------------- ?> \ No newline at end of file --- 1,372 ---- ! <?php ! /*************************************************************************** ! * lang_admin.php [English] ! * ------------------- ! * copyright : (C) 2003 mxBB-Portal ! * email : su...@mx... ! * ! * $Id$ ! * ! * Rev. hist : Created by MarcMoris (su...@mx...), ! reedited by Haplo (jon...@ho...) ! ****************************************************************************/ ! ! // ! // Editor Settings: Please, set Tabsize to 4 ;-) ! // ! ! // ! // The format of this file is: ! // ! // ---> $lang["message"] = "text"; ! // ! // Specify your language character encoding... [optional] ! // ! // setlocale(LC_ALL, "en"); ! ! ! // ! // Configuration ! // ! $lang['Portal_admin'] = "Portal Administration"; ! $lang['Portal_admin_explain'] = "Use this form to customize your portal"; ! $lang['Portal_General_Config'] = "Portal Configuration"; ! $lang['Portal_General_settings'] = "General Settings"; ! $lang['Portal_General_config_info'] = "General Portal Config Info "; ! $lang['Portal_General_config_info_explain'] = "Posted setup info from the config.php file (no edits needed)"; ! $lang['Portal_Name'] = "Portal Name:"; ! $lang['Portal_PHPBB_Url'] = "URL to your phpBB installation:"; ! $lang['Portal_Url'] = "URL to mxBB-Portal:"; ! $lang['Portal_Config_updated'] = "Portal Configuration Updated Successfully"; ! $lang['Click_return_portal_config'] = "Click %sHere%s to return to Portal Configuration"; ! ! ! // ! // Menu Management ! // ! $lang['Menu_admin'] = "Navigation Menu Administration"; ! $lang['Menu_admin_explain'] = "Use this form to customize your Navigation Menu"; ! $lang['Menu_edit_delete_explain'] = "Use this form to customize your Navigation Menu"; ! $lang['Menu_settings'] = "Navigation Menu Information"; ! $lang['Menu_delete'] = "Delete a Navigation Menu"; ! $lang['Menu_delete_explain'] = "Use this form to delete (and/or move) a Navigation Menu and its subelement(s)"; ! $lang['Edit_menu'] = "Edit a Navigation Menu"; ! $lang['Update'] = "Update"; ! $lang['Create_menu'] = "Add new Navigation Menu"; ! $lang['Create_category'] = "Add new Navigation Category"; ! $lang['Menu_Config_updated'] = "Navigation Menu Configuration Updated Successfully"; ! $lang['Menus_updated'] = "Menu and Category information updated successfully"; ! $lang['Click_return_menuadmin'] = "Click %sHere%s to return to Navigation Menu Administration"; ! $lang['Menu_name'] = "Navigation Menu Name"; ! $lang['Menu_icon'] = "Navigation Menu Icon<br /> - the *_hot.gif pic is only used when 'Mark Current Page' is enabled."; ! $lang['Menu_desc'] = "Description"; ! $lang['Edit'] = "Edit"; ! $lang['Delete'] = "Delete"; ! $lang['Move_up'] = "Move up"; ! $lang['Move_down'] = "Move down"; ! $lang['Resync'] = "Resync"; ! $lang['Click_return_admin_index'] = "Click %sHere%s to return to the Administration Index"; ! ! ! // ! // Module Management ! // ! $lang['Module'] = "Module"; ! $lang['Module_admin'] = "Module Administration"; ! $lang['Module_admin_explain'] = "Use this form to customize Modules"; ! $lang['Column_delete'] = "Delete a Column"; ! $lang['Module_delete'] = "Delete a Module"; ! $lang['Module_delete_explain'] = "Use this form to delete a Module (or function)"; ! $lang['Edit_module'] = "Edit a Module"; ! $lang['Create_module'] = "Create new Module"; ! $lang['Module_Config_updated'] = "Module Configuration Updated Successfully"; ! $lang['Module_updated'] = "Module Information Updated successfully"; ! $lang['Click_return_module_admin'] = "Click %sHere%s to return to Module Administration"; ! $lang['Column_name'] = "Column Name"; ! $lang['Module_name'] = "Module Name"; ! $lang['Module_desc'] = "Description"; ! $lang['Module_path'] = "Path"; ! $lang['Create_column'] = "Add new Column"; ! $lang['Column'] = "Column"; ! $lang['Edit_Column'] = "Edit a Column"; ! $lang['Edit_Column_explain'] = "Use this form to modify a column"; ! $lang['Column_Size'] = "Size of the column"; ! ! // ! // These are displayed in the drop down boxes for advanced ! // mode Module auth, try and keep them short! ! // ! $lang['Menu_Navigation'] = "Navigation Menu"; ! $lang['Modules'] = "Modules"; ! $lang['Portal_index'] = "Portal Index"; ! $lang['Poll_Display'] = "Which Poll do you want to display?"; ! $lang['Meta_admin'] = "Meta Tags Administration"; ! $lang['Mega_admin_explain'] = "Use this form to customize your meta tags"; ! $lang['Meta_Title'] = "Title"; ! $lang['Meta_Author'] = "Author"; ! $lang['Meta_Copyright'] = "Copyright"; ! $lang['Meta_Keywords'] = "Keywords"; ! $lang['Meta_Keywords_explain'] = "(comma seperated list)"; ! $lang['Meta_Description'] = "Description"; ! $lang['Meta_Language'] = "Language Code"; ! $lang['Meta_Rating'] = "Rating"; ! $lang['Meta_Robots'] = "Robots"; ! $lang['Meta_Pragma'] = "Pragma no-cache"; ! $lang['Meta_Bookmark_icon'] = "Bookmark Icon"; ! $lang['Meta_Bookmark_explain'] = "(relative location)"; ! $lang['Meta_HTITLE'] = "Extra Header Settings"; ! $lang['Meta_data_updated'] = "Meta data file (mx_meta.inc) has been updated!<br />Click %sHERE%s to return to Meta Tags Administration."; ! $lang['Meta_data_ioerror'] = "Unable to open mx_meta.inc. Make sure the file is writable (chmod 777)."; ! $lang['Create_block'] = "Create new Block"; ! $lang['Block_delete'] = "Delete a Block"; ! $lang['Block_delete_explain'] = "Use this form to delete a Block (or column)"; ! $lang['Block'] = "Block"; ! $lang['Block_title'] = "Title"; ! $lang['Block_desc'] = "Description"; ! $lang['Add_Block'] = "Add new Block"; ! $lang['Auth_Block'] = "Permissions"; ! $lang['AUTH_ALL'] = "ALL"; ! $lang['AUTH_REG'] = "REG"; ! $lang['AUTH_PRIVATE'] = "PRIVATE"; ! $lang['AUTH_MOD'] = "MOD"; ! $lang['AUTH_ADMIN'] = "ADMIN"; ! $lang['AUTH_ANONYMOUS'] = "ANONYMOUS"; ! $lang['Function'] = "Function"; ! $lang['Settings'] = "Settings"; ! $lang['Save_Settings'] = "Save Settings"; ! $lang['announce_nbr_display'] = "Number of Messages to display (max)"; ! $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<br /> You may make multiple selections<br />* If none is selected, all authorized forums will be visible"; ! $lang['poll_forum'] = "Source Forums<br /> You may make multiple selections<br />* If none is selected, all authorized forums will be visible"; ! $lang['Function_admin'] = "Function Administration"; ! $lang['Function_admin_explain'] = "Each Module has one or more Functions. Use this form to edit, add, or delete a Function"; ! $lang['Function_name'] = "Function Name"; ! $lang['Function_desc'] = "Description"; ! $lang['Function_file'] = "File ( Script )"; ! $lang['Create_function'] = "Add new Function"; ! $lang['Parameter_name'] = "Name "; ! $lang['Parameter_desc'] = "Description"; ! $lang['Parameter_type'] = "Type"; ! $lang['Parameter_default'] = "Default Value"; ! $lang['import_module_pack'] = "Install Module"; ! $lang['import_module_pack_explain'] = "This will add a Module to the portal. Be sure the Module Package is uploaded to the /modules folder. Remember to use the latest Module version!"; ! $lang['upgrade_module_pack'] = "Upgrade Module"; ! $lang['upgrade_module_pack_explain']= "This will upgrade your Module. Be sure to read the Module Documentation before proceeding, or you may risk module data loss."; ! $lang['export_module_pack'] = "Export Module"; ! $lang['Export_Module'] = "Select a Module:"; ! $lang['export_module_pack_explain'] = "This will export a Module *.pak file. This is only intended for Module writers..."; ! $lang['Not_Specified'] = "Not Specified"; ! $lang['Page'] = "Page"; ! $lang['Add_Page'] = "Add new Page"; ! $lang['Block_admin'] = "Block Administration"; ! $lang['Block_admin_explain'] = "Use this form to add, delete and change the settings for each block."; ! $lang['Module_include_admin'] = "Include this module in Admin Menu Navigation"; ! $lang['Translation_Tools'] = "Translation Tools"; ! $lang['Create_parameter'] = "Add new Parameter"; ! $lang['Parameter_admin'] = "Parameter Administration"; ! $lang['Parameter_admin_explain'] = "List all Parameters for this Function"; ! $lang['Parameter_id'] = "ID"; ! $lang['Parameter_function'] = "Function"; ! $lang['Preview_portal'] = "Preview Portal"; ! $lang['Page_admin'] = "Page Administration"; ! $lang['Page_Config_updated'] = "Page Configuration Updated Successfully"; ! $lang['Page_updated'] = "Page and Column information updated successfully"; ! $lang['Click_return_page_admin'] = "Click %sHere%s to return to Page Administration"; ! ! $lang['Module_delete_db'] = "Do you really want to uninstall the Module? Warning: you will lose all Module data. Consider upgrading instead..."; ! $lang['Click_module_delete_db_yes'] = "Click %sHere%s to uninstall the Module"; ! ! ! // ! // Install Process ! // ! $lang['Welcome_install'] = "Welcome to the mxBB-Portal Installation Guide"; ! $lang['Install_Instruction'] = "Please, fill out the details requested below. This installation program will create your personalized config.php (in the Portal root directory) and the Portal database with default settings. Once this is done, you'll see a report of all the steps taken (please note mxBB-Portal does not modify your phpBB database in any way). Then, you should login to your board with your administrator username and password and go to the Administration Control Panel to configure your portal upon your own needs. Please note mxBB-Portal will not work by itself, phpBB must already be installed and configured. Thank you for choosing mxBB-Portal."; ! $lang['Upgrade_Instruction'] = "mxBB-Portal is already installed. Please, make backups of your database now !<br /><br />The next step will modify the structure of your database (please note mxBB-Portal does not modify your phpBB database in any way). If for whatever reason this upgrade procedure fails, there would be no other way to return to your current state. Please, make backups of your database BEFORE proceeding !<br /><br />Once done, click the button below to start the upgrade procedure."; ! $lang['Install_moreinfo'] = "%sRelease Notes%s | %sWelcome Pack%s | %sOnline FAQ%s | %sSupport Forums%s | %sTerms Of Use%s"; ! $lang['Install_settings'] = "Installation Settings"; ! $lang['Choose_lang_explain'] = "Please, use the form below to select the language you wish to use thoughtout the installation panels."; ! $lang['Choose_lang'] = "Choose Language"; ! $lang['Language'] = "Language"; ! $lang['Phpbb_path'] = "phpBB relative path"; ! $lang['Phpbb_path_explain'] = "Relative path to phpBB, eg phpBB/ or ../phpBB/<br />Note the slashes '/', they are important!"; ! $lang['Phpbb_url'] = "Full phpBB URL"; ! $lang['Phpbb_url_explain'] = "Full phpBB URL, eg<br />http://www.example.com/phpBB/"; ! $lang['Portal_url'] = "Full Portal URL"; ! $lang['Portal_url_explain'] = "Full Portal URL, eg<br />http://www.example.com/"; ! $lang['Database_settings'] = "Database Settings"; ! $lang['dbms'] = "Database Type"; ! $lang['DB_Host'] = "Database Server Hostname/DSN"; ! $lang['DB_Name'] = "Your Database Name"; ! $lang['DB_Username'] = "Database Username"; ! $lang['DB_Password'] = "Database Password"; ! $lang['Table_Prefix'] = "phpBB Prefix in DB"; ! $lang['MX_Table_Prefix'] = "mxBB-Portal Prefix in DB"; ! $lang['Start_Install'] = "Start mxBB Installation"; ! $lang['Start_Upgrade'] = "Yes, I already did a backup and wish to upgrade my mxBB-Portal now."; ! $lang['Portal_intalled'] = "mxBB-Portal has been installed !"; ! $lang['Portal_upgraded'] = "mxBB-Portal has been upgraded !"; ! $lang['Unwriteable_config'] = "Your mxBB config file (config.php) is un-writeable at present.<br /><br />A copy of the config file will be downloaded to you when you click the button below. You should upload this file to your mxBB root directory: %s <br /><br />Once this is done, please %sREFRESH%s this window to proceed with the next installation step.<br /><br />Thank you for choosing mxBB-Portal.<br />"; ! $lang['Send_file'] = "Just send the file to me and I'll FTP it manually"; ! $lang['phpBB_nfnd_retry'] = "Sorry, we could not find your phpBB installation. Please, press the %sBACK%s button of your browser and retry."; ! $lang['Installation_error'] = "An error has occurred during installation"; ! $lang['Debug_Information'] = "DEBUG INFORMATION"; ! $lang['Install_phpbb_not_found'] = "Sorry, we cound not find any phpBB board installed on this server.<br />Please, install phpBB BEFORE installing mxBB-Portal.<br />\n<br />\n"; ! $lang['Install_phpbb_db_failed'] = "Sorry, we could not connect to the phpBB database.<br />Please, check your phpBB is correctly installed, up and running BEFORE installing mxBB-Portal.<br />\n<br />\n"; ! $lang['Install_phpbb_unsupported'] = "Unfortunately, the phpBB board installed on this server is not supported by mxBB-Portal.<br />Please, check the release notes for installation requirements.<br />\n<br />\n"; ! $lang['Install_noscript_warning'] = "Sorry, this installation requires a JavaScript enabled browser. It might not work on your browser."; ! $lang['Upgrade_are_you_sure'] = "This upgrade procedure will make modifications to your database. Are you sure you wish to proceed?"; ! $lang['Writing_config'] = "Writing config.php file"; ! $lang['Processing_schema'] = "Processing SQL Schema '%s'"; ! $lang['Portal_intalling'] = "Installing mxBB-Portal version %s"; ! $lang['Portal_upgrading'] = "Upgrading mxBB-Portal version %s"; ! $lang['Install_warning'] = "There was 1 warning updating the database"; ! $lang['Install_warnings'] = "There were %d warnings updating the database"; ! $lang['Subscribe_mxBB_News_now'] = "We recommend that you subscribe to the %smxBB-News Mailing List%s to receive information about important news and release announcements.<br /> <br />%sSubscribe to mxBB-News, now!%s"; ! $lang['Portal_install_done'][0] = "At this point your basic installation is complete."; ! $lang['Portal_install_done'][1] = "Please, delete the /install and /contrib folders BEFORE proceeding!!!"; ! $lang['Portal_install_done'][2] = "Remember to make backups as often as possible ;-)"; ! $lang['Portal_install_done'][3] = "Press the button below and use your Administrator username and password to login to the system."; ! $lang['Portal_install_done'][4] = "Please be sure to check the Portal Configurations and make any required changes."; ! $lang['Thanks_for_choosing'] = "Thank you for choosing mxBB-Portal."; ! $lang['Critical_Error'] = "CRITICAL ERROR"; ! $lang['Error_loading_config'] = "Sorry, could not load mxBB-Portal config.php"; ! $lang['Error_database_down'] = "Sorry, could not connect to database."; ! ! ! // ! // New for v. 2.704 ! // ! $lang['Page_Id'] = "Page ID"; ! $lang['Page_icon'] = "Page Icon <br /> - to be used in the adminCP only, eg. icon_home.gif (default)"; ! $lang['Page_header'] = "Page header file <br /> - i.e. overall_header.php (default), overall_noheader.php (no header) or user custom header file."; ! $lang['Auth_Page'] = "Permissions"; ! ! $lang['Cache_dir_write_protect'] = "Your cache directory is write-protected. Unable to generate the cache file"; ! $lang['Cache_generate'] = "Your cache files have been generated. ;-)"; ! $lang['Cache_submit'] = "Generate the cache file?"; ! $lang['Cache_explain'] = "With this option you can generate all XML files (cache files) at once for all portal blocks. These files allow the reduction of the number of database queries needed, and improves overall portal performance. <br />Note: the mxBB cache must be enabled (in the Portal General Admin CP) for these files to be used by the system.<br>Further note: the cache files are created on the fly when editing blocks as well."; ! ! ! // ! // New for v. 2.706 ! // ! $lang['MX_Portal'] = "mxBB-Portal"; ! $lang['MX_Modules'] = "mxBB-Modules"; ! $lang['Phpbb'] = "phpBB"; ! ! $lang['Top_phpbb_links'] = "Show phpBB header links <br /> - new/unread posts etc on the portal front page"; ! $lang['Auth_Page_group'] = "-> PRIVATE Group"; ! ! ! // New for v. 2.7.1 ! $lang['Error_no_db_install'] = "Error: The file db_install.php does not exist. Please verify this and try again..."; ! $lang['Error_no_db_uninstall'] = "Error: The file db_uninstall.php does not exist, or the uninstall feature is not supported for this module. Please verify this and try again..."; ! $lang['Error_no_db_upgrade'] = "Error: The file db_upgrade.php does not exist, or the upgrade feature is not supported for this module. Please verify this and try again..."; ! $lang['Error_module_installed'] = "Error: This module is already installed! Please either first delete module, or upgrade the module instead."; ! ! $lang['Menu_links'] = "Menu URL<br />- Link to external page (enter full URL) or internal page (enter relative path)<br />- This option may be used together with 'Link Target: - iframe mode'."; ! $lang['Menu_page'] = "Menu Page (default/standard) <br />- link to internal portal page<br />NOTE: Pages are created using Page Administration."; ! $lang['Menu_block'] = "Dynamic Block<br />- need a dynamic block on the Page to handle the setting"; ! $lang['Menu_function'] = "Menu Function (dev only)<br />- link to mxBB specific function (not available)"; ! $lang['Menu_action_title'] = "<b>Menu Action:</b> <br /><i>(Chose one of the 4 options below.)</i> "; ! $lang['Menu_action_adv'] = "<b>Advanced Menu Actions:</b> <br /><i>(Use carefully - intended for developers only):</i>"; ! $lang['Menu_permissions_title'] = "<b>View/Edit Permissions:</b>"; ! $lang['Link_target'] = "Link Target:<br />- 'default', open in this browser<br />- 'new browser', open in new browser<br />- 'iframe mode', open url (given below) in page with IncludeX block."; ! $lang['Portal_version'] = "mxBB-Portal Version:"; ! ! $lang['PHPBB_info'] = "phpBB Info"; ! $lang['PHPBB_version'] = "phpBB Version:"; ! $lang['PHPBB_script_path'] = "phpBB Script Path:"; ! $lang['PHPBB_server_name'] = "phpBB Domain (server_name):"; ! ! ! // ! // New for v. 2.7.3 ! // ! $lang['Return_to_page'] = "Return to Portal Page"; ! ! ! // ! // New for v. 2.7.4 - 2.8 ! // ! ! // Page templates ! $lang['Choose_page_template'] = "Choose Page Template"; ! $lang['Template_Config_updated'] = "Template Configuration Updated"; ! $lang['Page_templates_admin'] = "Page Templates Administration"; ! $lang['Page_templates_admin_explain'] = "Use this page to create, edit or delete Page Templates"; ! $lang['Add_Template'] = "Add new Template"; ! $lang['Template'] = "Template"; ! $lang['Page_template_delete'] = "Delete Template"; ! ! // Navigation menu ! $lang['Menu_display_mode'] = "Navigation Mode:<br /> - span horizontal or vertical"; ! $lang['Menu_page_sync'] = "Highlight selected page in navigation menu<br /> - current menu option is highlighted and its icon will be switched (if you have a *_hot.gif)"; ! $lang['Menu_par_title'] = "General Menu Navigation Settings:"; ! $lang['Show_cat'] = "Folded/Unfolded Category: <br /> - Default value, before user value is set:"; ! ! // Split column ! $lang['block_ids'] = "Source Blocks<br /> - to be placed left to right"; ! $lang['block_sizes'] = "Block Sizes (comma separated)<br />- You may specify size using numbers (pixels), percentages (relative sizes, ie. '40%') or '*' for the remainder."; ! $lang['space_between'] = "Space between Blocks"; ! ! ! $lang['Page_desc'] = "Description"; ! ! $lang['Show_title'] = "Show this Block Title"; ! $lang['Show_block'] = "Show this Block <br />(if 'no', the Block is hidden to all users, except administrators)"; ! $lang['Show_stats'] = "Show Block Statistics <br />(if 'yes', 'edited by...' will be displayed below the block)"; ! ! $lang['Page_graph_border'] = "Page border graphics - file prefix"; ! $lang['Page_graph_border_explain'] = "To use border graphics around Blocks, specify the prefix for the graphics files here. For example, enter 'border_' to use the files: border_1-1.gif, border_1-2.gif,..., border_3-3.gif for the 3x3 matrix with gif-images. Leave blank to disable border graphics (default)."; ! ! $lang['Uninstall_module'] = "Uninstall"; ! ! // Portal permissons ! $lang['Mx_Block_Auth_Title'] = "Private Block Permissions" ; ! $lang['Mx_Block_Auth_Explain'] = "Here you can configure Private Block Permissions"; ! $lang['Mx_Page_Auth_Title'] = "Private Page Permissions" ; ! $lang['Mx_Page_Auth_Explain'] = "Here you configure Private Page Permissions"; ! $lang['Block_Auth_successfully'] = "Block Permissions Updated Successfully"; ! $lang['Click_return_block_auth'] = "Click %sHere%s to return to Private Block Permissions"; ! $lang['Page_Auth_successfully'] = "Page Permissions Updated Successfully"; ! $lang['Click_return_page_auth'] = "Click %sHere%s to return to Private Page Permissions"; ! ! // Stats ! $lang['log_filter_date'] = "Filter by time<br />Show logs from last week, month, year..."; ! $lang['msg_filter_date'] = "Filter by time<br />Show posts from last week, month, year..."; ! ! // IncludeX ! $lang['x_listen'] = "Listen (GET)"; ! $lang['x_iframe'] = "IFrame"; ! $lang['x_textfile'] = "Textfile"; ! $lang['x_multimedia'] = "WMP Multimedia"; ! $lang['x_pic'] = "Pic"; ! $lang['x_format'] = "Formatted Textfile"; ! ! $lang['x_mode'] = '<b>IncludeX mode:</b><br /> The IncludeX block operates in one of the following modes. If mode \'Listen (GET)\' is selected, the mode may be set by a url \'x_mode=mode\' and associated parameters with \'x_1=, x_2=, etc\'.<br />Example: To pass a url to a iframe use \'domain/index.php?page=x&x_mode=iframe&x_1=http://domain\' '; ! $lang['x_1'] = '<b>Variable 1:</b><br /><i>IFrame:</i> url<br /><i>Textfile:</i> file (located in \'/include_file\')<br /><i>Multimedia:</i> file (located in \'/include_file\')<br /><i>Pic:</i> file (located in \'/include_file\')<br /><i>Formatted textfile:</i> not available'; ! $lang['x_2'] = '<b>Variable 2:</b><br /><i>IFrame:</i> frame height (pixels)<br /><i>Multimedia:</i> width (pixles)'; ! $lang['x_3'] = '<b>Variable 3:</b><br /><i>Multimedia:</i> height (pixles)'; ! ! $lang['Yes'] = "Yes"; ! $lang['No'] = "No"; ! ! // Cache ! $lang['Mx_use_cache'] = "Use mxBB Block Cache<br />- Block data is cached to individual cache/block_*.xml files. Block cache files are created when Blocks are edited."; ! $lang['Generate_mx_cache'] = "Generate Block Cache"; ! ! ! // ! // That's all Folks! ! // ------------------------------------------------- ?> \ No newline at end of file |