[Easymod-cvs] easymod/install/em_files/language/lang_english index.htm,NONE,1.1 lang_easymod.php,NON
Status: Beta
Brought to you by:
wgeric
From: Eric F. <wg...@us...> - 2005-12-04 03:12:40
|
Update of /cvsroot/easymod/easymod/install/em_files/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29556/install/em_files/language/lang_english Added Files: index.htm lang_easymod.php Log Message: First commit to SourceForge. Enjoy! --- NEW FILE: lang_easymod.php --- <?php /** * * @package EasyMOD * @version $Id: lang_easymod.php,v 1.1 2005/12/04 03:12:30 wgeric Exp $ * @copyright (c) 2005 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU General Public License * */ // ACP Menu $lang['EM_1_Install'] = 'Install MODs'; $lang['EM_2_History'] = 'History'; $lang['EM_3_Settings'] = 'Settings'; $lang['EM_4_Logs'] = 'Logs'; // General $lang['EM_Easymod'] = 'EasyMOD'; $lang['EM_Welcome'] = 'Welcome to EasyMOD'; $lang['EM_Version'] = 'Version %s'; $lang['EM_Please_login'] = 'Please login'; $lang['EM_Access_denied'] = 'Access denied, please try again'; $lang['EM_Copyright'] = 'Created by the <a href="%s">phpBB MOD team</a>'; $lang['EM_Mod_steps'] = 'Step %s of 5'; $lang['EM_Goto_2'] = 'Go to Step 2'; $lang['EM_Goto_3'] = 'Go to step 3'; $lang['EM_Goto_4'] = 'Go to step 4'; $lang['EM_Goto_5'] = 'Go to step 5'; $lang['EM_From'] = 'From'; $lang['EM_To'] = 'To'; // MOD Management $lang['EM_Install_MODs'] = 'Install MODs'; $lang['EM_Install_MODs_explain'] = 'These MODs appear in your MODs directory and have not been installed on your board. Clicking "Install" initiates a multi-step installation. Your current phpBB files will not be overwritten until the final step.'; $lang['EM_History'] = 'History'; $lang['EM_History_explain'] = 'This page lists all the MODs currently installed on your board.'; $lang['EM_Available_mods'] = 'Available MODs'; $lang['EM_Installed_mods'] = 'Installed MODs'; $lang['EM_No_installed_mods'] = 'You currently have <b>no</b> MODs installed'; $lang['EM_No_available_mods'] = 'There are currently <b>no</b> available MODs in your MOD directory'; $lang['EM_Mod_status'] = 'Status'; $lang['EM_Uninstall'] = 'Uninstall'; $lang['EM_More_info'] = 'More Info'; $lang['EM_Preview'] = 'Preview'; $lang['EM_Install'] = 'Install'; $lang['EM_Update'] = 'Update'; $lang['EM_Status_ready'] = 'MOD Ready'; $lang['EM_Status_style'] = 'Style Update Needed'; $lang['EM_Mod_info'] = 'MOD Information'; $lang['EM_Mod_name'] = 'MOD Name'; $lang['EM_Mod_description'] = 'MOD Description'; $lang['EM_Mod_version'] = 'MOD Version'; $lang['EM_Mod_author'] = 'MOD Author'; $lang['EM_Mod_file'] = 'MOD File'; $lang['EM_Author_notes'] = 'Author Notes'; $lang['EM_Commands_processed'] = 'Processed Commands'; $lang['EM_Commands_unprocessed'] = 'Unprocessed Commands'; $lang['EM_NA'] = 'N/A'; $lang['EM_Install_check'] = 'Checking MOD actions'; $lang['EM_Install_check_desc'] = 'This checks the MOD actions to tell you which ones will be processed and which ones won\'t.'; $lang['EM_Install_perform'] = 'Performing File Edits'; $lang['EM_Install_perform_desc'] = 'EasyMOD will now edit the files according to the MOD Instructions. The edited files are placed within a folder named \'processed\' in the same folder as the MOD\'s install file'; $lang['EM_Install_sql_check'] = 'Checking SQL Queries'; $lang['EM_Install_sql_check_desc'] = 'Checking queries to make sure they are valid and translating the queries to your database type. Please check which queries you want to perform'; $lang['EM_Sql_query'] = 'SQL Query'; $lang['EM_Sql_perform'] = 'Perform SQL?'; $lang['EM_Install_sql_perform'] = 'Performing SQL Queries'; $lang['EM_Install_sql_perform_desc'] = 'EasyMOD will now perform the SQL queries that you told checked on the previous step.'; $lang['EM_Install_post'] = 'Post Process'; $lang['EM_Install_post_desc'] = 'EasyMOD will now create backups and move any files into place. If there are any DIY Instructions for the MOD, you should do those now! If all goes well, the MOD will now be installed'; $lang['EM_Copy_files'] = 'Copying Files'; $lang['EM_Backup_files'] = 'Making Backups'; $lang['EM_DIY_instructions'] = '\'Do-it-Yourself\' Instructions'; $lang['EM_DIY_instructions_desc'] = 'EasyMOD will <strong>NOT</strong> perform these instructions. You <strong>MUST</strong> do them yourself before the MOD will be fully installed'; $lang['EM_Mod_install_success'] = 'EasyMOD installed the MOD successfully!'; // Logs $lang['EM_Logs'] = 'Logs'; $lang['EM_Logs_explain'] = 'This page lists all the actions carried out managing MODs. You can sort by username, date or IP. You can also clear individual log events or the log as a whole.'; $lang['EM_No_log_events'] = 'There are currently <b>no</b> events stored in the EasyMOD log'; $lang['EM_Display_events'] = 'Display events from previous'; $lang['EM_All_Events'] = 'All Events'; // Logs Events // a) basic HTML formatting is fine here, ie. <b> <i> <u> or <br /> // b) parameter markers can be used. add_log() works like sprintf. $lang['EM_Log_event_cleared'] = '<strong>Cleared EasyMOD log</strong>'; $lang['EM_Log_install'] = '<strong>Installed MOD</strong><br /><em>MOD: %s<br />Version: %s</em>'; // General $lang['EM_General'] = 'Settings'; $lang['EM_General_explain'] = 'This page allows you to control your EasyMOD settings, and other general areas.'; $lang['EM_General_settings'] = 'General Settings'; $lang['EM_Mod_dir'] = 'MODs Directory'; $lang['EM_Mod_dir_explain'] = 'This will be the directory path of your MODs folder, relative to your phpBB root.'; $lang['EM_Settings_updated'] = 'EasyMOD Settings Updated Successfully'; $lang['EM_Click_return_general'] = 'Click %sHere%s to return to EasyMOD General'; $lang['EM_Password_settings'] = 'Password Settings'; $lang['EM_Password'] = 'EasyMOD Password'; $lang['EM_Password_confirm'] = 'EasyMOD Password Confirm'; $lang['EM_Passwords_no_match'] = 'The passwords you supplied do not match'; $lang['EM_Password_updated'] = 'EasyMOD Password Updated Successfully'; $lang['EM_method'] = 'Write/Move Method'; $lang['EM_temp_path'] = 'Temporary Path'; $lang['EM_file_perm'] = 'File Permissions'; $lang['EM_dir_perm'] = 'Directory Permissions'; $lang['EM_ftp_conn'] = 'FTP Connection Settings'; $lang['EM_ftp_user'] = 'Username'; $lang['EM_ftp_pass'] = 'Password'; $lang['EM_ftp_host'] = 'Host'; $lang['EM_ftp_path'] = 'Path to phpBB'; $lang['EM_ftp_port'] = 'Port'; $lang['EM_ftp_time'] = 'Timeout'; // // Installer // $lang['EM_Welcome_install'] = 'Weclome to the EasyMOD Installer'; $lang['EM_step'] = 'Step %s of 6'; // methods/debug information $lang['EM_Passed'] = '<span style="color: green;">Passed</span>'; $lang['EM_Failed'] = '<span style="color: red;">Failed</span>'; $lang['EM_Skipped'] = 'Skipped'; $lang['EM_On'] = 'On'; $lang['EM_Off'] = 'Off'; // general debug info $lang['EM_php_version'] = 'PHP Version'; $lang['EM_phpbb_version'] = 'phpBB Version'; $lang['EM_em_version'] = 'Current EasyMOD Version'; $lang['EM_em_install_version'] = 'EasyMOD Install Version'; $lang['EM_Not_installed'] = 'Not Installed'; $lang['EM_tmp_write'] = 'Temporary Write Access'; $lang['EM_safe_mode'] = 'Safe Mode'; // server debug info $lang['EM_server'] = 'Server'; $lang['EM_write'] = 'Write Access'; $lang['EM_write_root'] = 'Write Root Access'; $lang['EM_chmod'] = 'CHMOD Access'; $lang['EM_delete'] = 'Delete Access'; $lang['EM_mkdir'] = 'Make Directory Access'; // ftp debug info $lang['EM_ftp_php'] = 'FTP (php extension)'; $lang['EM_ftp_extension'] = 'php FTP Extension'; // help information // format: // $lang['EM_Help_topics']['name-for-#'] = array( // 'title' => 'title-for-help-section', // 'desc' => 'paragraph-or-two-explaining-section'); $lang['EM_Help'] = 'EasyMOD Help'; $lang['EM_Help_topics']['password'] = array( 'title' => 'Password', 'desc' => 'This is the password that you will use to be able to access the EasyMOD files within the Admin Control Panel. It can be left blank.'); $lang['EM_Help_topics']['password_confirm'] = array( 'title' => 'Password Confirm', 'desc' => 'Put the same thing in this field as you did with the <em>Password</em> field. This is to confirm that you didn\'t make a typo and enter in the wrong password. Leave this blank if you have left the <em>Password</em> field blank.'); $lang['EM_Help_topics']['write_move_methods'] = array( 'title' => 'Write/Move Methods', 'desc' => 'These are the different methods that EasyMOD can use on your server to write and move the files around. The Prefered methods, if avaliable, are <em>Server</em> and <em>FTP (php extension)</em>.'); $lang['EM_Help_topics']['tmp_path'] = array( 'title' => 'Temporary Path', 'desc' => 'If <em>Temporary write access</em> has failed (See the <em>General</em> section in the <em>Debug Information</em>), then this needs to be set to a directory that is chmodded to either 666 or 777.'); ?> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |