Thread: [Easymod-cvs] easymod2/mods/easymod/languages lang_easymod_english.php,1.5,1.6
Status: Beta
Brought to you by:
wgeric
From: Markus P. <mar...@us...> - 2005-11-05 22:28:45
|
Update of /cvsroot/easymod/easymod2/mods/easymod/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32242/mods/easymod/languages Modified Files: lang_easymod_english.php Log Message: Fixing isssues with language entries here and there... Index: lang_easymod_english.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/languages/lang_easymod_english.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lang_easymod_english.php 5 Nov 2005 12:52:51 -0000 1.5 --- lang_easymod_english.php 5 Nov 2005 22:28:21 -0000 1.6 *************** *** 35,39 **** $lang['MOD_control_tag'] = '$easymod_install_version'; ! // EasyMOD alpha specific"; //$lang['EM_SQL_Alpha2'] = '<b>NOTE:</b> SQL processing has been disabled in Alpha 3 and no alterations to your database will actually be preformed. It will be implemented in Beta 1. Press "Complete Installation" to continue.'; --- 35,39 ---- $lang['MOD_control_tag'] = '$easymod_install_version'; ! // EasyMOD alpha specific; //$lang['EM_SQL_Alpha2'] = '<b>NOTE:</b> SQL processing has been disabled in Alpha 3 and no alterations to your database will actually be preformed. It will be implemented in Beta 1. Press "Complete Installation" to continue.'; *************** *** 43,47 **** // login $lang['EM_access_warning'] = 'A password is required to access the EasyMOD automatic MOD installer. Anyone with access could potentially access the database and FTP login information without the board owner knowing.'; - $lang['EM_password_title'] = 'Please enter the EasyMOD access password.'; $lang['EM_password'] = 'Password'; $lang['EM_access_EM'] = 'Access EasyMOD'; --- 43,46 ---- *************** *** 80,84 **** $lang['EM_move_exec'] = 'execute script'; $lang['EM_move_manual'] = 'manually load'; - $lang['EM_settings'] = 'Settings'; $lang['EM_settings_desc'] = 'Set the settings here. <b>This page still needs work.</b> I do not validate what you enter yet so be careful not to mess it up!'; $lang['EM_settings_update'] = 'Update Settings'; --- 79,82 ---- *************** *** 101,107 **** $lang['EM_EMC'] = 'EMC'; $lang['EM_undefined_write'] = 'Undefined write method.'; ! $lang['EM_check_permissions'] = 'Write stuff about checking permissions and how to.'; $lang['EM_undefined_move_method'] = 'Undefined move method.'; - $lang['EM_checking_permissions'] = 'Write stuff about checking permissions and how to.'; $lang['EM_MOD_center'] = 'MOD Center'; $lang['EM_install_MODs'] = 'Install MODs'; --- 99,104 ---- $lang['EM_EMC'] = 'EMC'; $lang['EM_undefined_write'] = 'Undefined write method.'; ! $lang['EM_check_permissions'] = 'The files must be accessible to PHP and the user running the web server process, so you need to ensure that the file access permissions on the server allow this access. If you have enabled safe mode, or open_basedir further restrictions may apply.'; $lang['EM_undefined_move_method'] = 'Undefined move method.'; $lang['EM_MOD_center'] = 'MOD Center'; $lang['EM_install_MODs'] = 'Install MODs'; *************** *** 123,127 **** $lang['EM_Author'] = 'Author'; $lang['EM_Description'] = 'Description'; - $lang['EM_phpBB_Version'] = 'phpBB ver'; $lang['EM_Themes'] = 'Themes'; $lang['EM_Languages'] = 'Languages'; --- 120,123 ---- *************** *** 187,193 **** $lang['EM_sql_warnings_reported'] = '%d Warning(s) reported by the SQL Parser'; $lang['EM_database_alterations'] = 'Database Alterations'; - $lang['EM_tables_added'] = 'Tables Added'; - $lang['EM_tables_altered'] = 'Tables Altered'; - $lang['EM_rows_added'] = 'Rows Added'; // EasyMOD sql errors --- 183,186 ---- *************** *** 202,206 **** $lang['EM_malformed_DROP'] = 'malformed DROP action'; $lang['EM_malformed_DROP2'] = 'malformed DROP statement, too many attributes.'; ! $lang['EM_postgresql_ABORTED'] = "ABORTED: [%d]<br /> Dropping a field in postgresql was not implemented. Contact Nuttzy if you know how to safely do this without having to drop the whole table."; $lang['EM_malformed_sql'] = 'malformed SQL, no target defined'; $lang['EM_type_unknown'] = 'type \'%s\' unknown.'; --- 195,199 ---- $lang['EM_malformed_DROP'] = 'malformed DROP action'; $lang['EM_malformed_DROP2'] = 'malformed DROP statement, too many attributes.'; ! $lang['EM_postgresql_ABORTED'] = 'ABORTED: [%d]<br /> Dropping a field in postgresql was not implemented. Contact Nuttzy if you know how to safely do this without having to drop the whole table.'; $lang['EM_malformed_sql'] = 'malformed SQL, no target defined'; $lang['EM_type_unknown'] = 'type \'%s\' unknown.'; *************** *** 258,262 **** $lang['EM_Database_type'] = 'Database type'; $lang['EM_phpBB_version'] = 'phpBB version'; - $lang['EM_EasyMOD_version'] = 'EasyMOD version'; $lang['EM_EM_status'] = 'EM status'; $lang['EM_new_install'] = 'New Install'; --- 251,254 ---- *************** *** 264,268 **** $lang['EM_File_Access'] = 'File Access Info'; - $lang['EM_failed'] = 'failed'; $lang['EM_unattempted'] = 'unattempted'; $lang['EM_no_module'] = 'module not loaded'; --- 256,259 ---- *************** *** 280,284 **** $lang['EM_copy_access'] = 'copy access'; - $lang['EM_Settings'] = 'Settings'; $lang['EM_password_title'] = 'EasyMOD Password Protection'; $lang['EM_password_desc'] = 'The EasyMOD password will allow you to restrict which admins can use EasyMOD. By having access to EasyMOD an admin could covertly obtain your database user/pass and FTP info.'; --- 271,274 ---- *************** *** 292,296 **** $lang['EM_file_alt'] = 'alternate'; $lang['EM_ftp_title'] = 'FTP Information'; - $lang['EM_ftp_desc'] = 'If you have FTP access to the web server, enter it below. The info will be stored fairly securely in the phpBB database. It will only be accessible through EasyMOD.'; $lang['EM_ftp_dir'] = 'FTP path to phpBB2'; $lang['EM_ftp_user'] = 'FTP Username'; --- 282,285 ---- *************** *** 332,337 **** <ol> <li>If you have FTP access, then use the FTP option.</li> ! {{SAFE_MODE}}<li>Your server has "safe mode" enabled which means EasyMOD cannot automaticly replace your phpBB files. You might consider using <a href="#" target="_blank">chmod</a> or <a href="#" target="_blank">chown</a> to allow access.</li> ! <li>You might consider using <a href="#" target="_blank">chmod</a> to allow access. However, this is not advised in a shared server environment.</li> <li>Otherwise you will have to download the files and then manually move them into place.</li> </ol>'; --- 321,326 ---- <ol> <li>If you have FTP access, then use the FTP option.</li> ! {{SAFE_MODE}}<li>Your server has "safe mode" enabled which means EasyMOD cannot automaticly replace your phpBB files. You might consider using <a href="http://www.wikipedia.org/wiki/chmod" target="_blank">chmod</a> or <a href="http://www.wikipedia.org/wiki/chown" target="_blank">chown</a> to allow access.</li> ! <li>You might consider using <a href="http://www.wikipedia.org/wiki/chmod" target="_blank">chmod</a> to allow access. However, this is not advised in a shared server environment.</li> <li>Otherwise you will have to download the files and then manually move them into place.</li> </ol>'; *************** *** 345,351 **** <ol> <li>If you have FTP access, then use the FTP option.</li> ! {{SAFE_MODE}}<li>Your server has "safe mode" enabled which means EasyMOD cannot automaticly replace your phpBB files. You might consider using <a href="#" target="_blank">chmod</a> or <a href="#" target="_blank">chown</a> to allow access.</li> ! <li>You might consider using <a href="#" target="_blank">chmod</a> to allow access. However, this is not advised in a shared server environment.</li> ! <li>Otherwise you have to use the <a href="#" target="_blank">post_process script</a> or manually move files into place.</li> </ol>'; $lang['EM_use_post_process'] = 'I will use the post_process script to automatically move files into place. (requires knowledge of how to execute a script)'; --- 334,340 ---- <ol> <li>If you have FTP access, then use the FTP option.</li> ! {{SAFE_MODE}}<li>Your server has "safe mode" enabled which means EasyMOD cannot automaticly replace your phpBB files. You might consider using <a href="http://www.wikipedia.org/wiki/chmod" target="_blank">chmod</a> or <a href="http://www.wikipedia.org/wiki/chown" target="_blank">chown</a> to allow access.</li> ! <li>You might consider using <a href="http://www.wikipedia.org/wiki/chmod" target="_blank">chmod</a> to allow access. However, this is not advised in a shared server environment.</li> ! <li>Otherwise you have to use the post process script or manually move files into place.</li> </ol>'; $lang['EM_use_post_process'] = 'I will use the post_process script to automatically move files into place. (requires knowledge of how to execute a script)'; *************** *** 362,366 **** $lang['EM_confirm_write'] = 'Write access method confirmed!'; $lang['EM_confirm_write_server'] = 'The modified files will be written on the server.'; ! $lang['EM_confirm_write_ftp'] = "The modified files will be written to a buffer and then FTP'd into place."; $lang['EM_confirm_write_local'] = 'The modified files will be downloaded locally through your web browser.'; $lang['EM_confirm_write_screen'] = 'The modified file contents will be displayed on screen.'; --- 351,355 ---- $lang['EM_confirm_write'] = 'Write access method confirmed!'; $lang['EM_confirm_write_server'] = 'The modified files will be written on the server.'; ! $lang['EM_confirm_write_ftp'] = 'The modified files will be written to a buffer and then FTP\'d into place.'; $lang['EM_confirm_write_local'] = 'The modified files will be downloaded locally through your web browser.'; $lang['EM_confirm_write_screen'] = 'The modified file contents will be displayed on screen.'; *************** *** 383,395 **** $lang['EM_ftp_testing'] = 'Testing FTP access...'; $lang['EM_ftp_fail_conn'] = 'FTP ERROR: connection to %s:%s failed.'; ! $lang['EM_ftp_fail_conn_lh'] = "This error occurs frequently, particularly on hosts like Lycos. Back on step 1 you should try changing the FTP Server from 'localhost' to whatever hostname you typically use when you FTP."; $lang['EM_ftp_fail_conn_21'] = 'This error occurs frequently when the port number is incorrect. Back on step 1 you should try changing the FTP Port from 21 to whatever port you typically use when you FTP.'; ! $lang['EM_ftp_fail_conn_invalid'] = "The connection failed because it appears you have provided an invalid FTP Server hostname. Hostnames cannot have slashes (/ or \\) or colons (:) in the name. Try reentering the FTP Server field."; ! $lang['EM_ftp_fail_conn_invalid2'] = "The connection failed because it appears you have provided an invalid FTP Server port. Ports must only contain the numbers 0 through 9. Try reentering the FTP Port field."; $lang['EM_fail_conn_info'] = 'The FTP Server you have specified could not be connected to. The following is recommended:'; $lang['EM_fail_conn_op1'] = 'Have you tried the default settings of <b>localhost</b> for the hostname and <b>21</b> for the port? These should be tried first.'; $lang['EM_fail_conn_op2'] = 'Did you correctly enter the hostname? Try reentering.'; $lang['EM_fail_conn_op3'] = 'Are you sure you have FTP access to the phpBB2 files? Obviously this is a requirement.'; ! $lang['EM_fail_conn_op4'] = "Some servers have issues with the fsockopen method that EasyMOD attempts to use by default. If you have the PHP FTP extension loaded, then enable that option in step 1."; $lang['EM_fail_login'] = 'FTP ERROR: login failed'; $lang['EM_fail_login_info'] = 'The FTP Server was connected to, but the username and password were rejected. The following is recommended:'; --- 372,384 ---- $lang['EM_ftp_testing'] = 'Testing FTP access...'; $lang['EM_ftp_fail_conn'] = 'FTP ERROR: connection to %s:%s failed.'; ! $lang['EM_ftp_fail_conn_lh'] = 'This error occurs frequently, particularly on hosts like Lycos. Back on step 1 you should try changing the FTP Server from "localhost" to whatever hostname you typically use when you FTP.'; $lang['EM_ftp_fail_conn_21'] = 'This error occurs frequently when the port number is incorrect. Back on step 1 you should try changing the FTP Port from 21 to whatever port you typically use when you FTP.'; ! $lang['EM_ftp_fail_conn_invalid'] = 'The connection failed because it appears you have provided an invalid FTP Server hostname. Hostnames cannot have slashes (/ or \\) or colons (:) in the name. Try reentering the FTP Server field.'; ! $lang['EM_ftp_fail_conn_invalid2'] = 'The connection failed because it appears you have provided an invalid FTP Server port. Ports must only contain the numbers 0 through 9. Try reentering the FTP Port field.'; $lang['EM_fail_conn_info'] = 'The FTP Server you have specified could not be connected to. The following is recommended:'; $lang['EM_fail_conn_op1'] = 'Have you tried the default settings of <b>localhost</b> for the hostname and <b>21</b> for the port? These should be tried first.'; $lang['EM_fail_conn_op2'] = 'Did you correctly enter the hostname? Try reentering.'; $lang['EM_fail_conn_op3'] = 'Are you sure you have FTP access to the phpBB2 files? Obviously this is a requirement.'; ! $lang['EM_fail_conn_op4'] = 'Some servers have issues with the fsockopen method that EasyMOD attempts to use by default. If you have the PHP FTP extension loaded, then enable that option in step 1.'; $lang['EM_fail_login'] = 'FTP ERROR: login failed'; $lang['EM_fail_login_info'] = 'The FTP Server was connected to, but the username and password were rejected. The following is recommended:'; *************** *** 405,410 **** $lang['EM_fail_cd_op3'] = 'Are you sure you entered the correct path? Below is a directory listing of the files in the FTP root directory. The FTP root directory is simply the starting point when you connect. The path to the phpBB2 installation should begin with one of the directory names listed below.'; $lang['EM_fail_cd_op4'] = 'Directory names are case sensitive. Be sure the easymod directory is all lowercase.'; ! $lang['EM_fail_cd_op5'] = "In some *very rare* cases it's possible that you are not connecting to the proper FTP Server. Try specifying the hostname in the FTP Server field and the port in the FTP Port field."; ! $lang['EM_fail_cd_op6'] = "Some servers have issues with the passive mode that EasyMOD attempts to use by default. If you have the PHP FTP extension loaded, then enable that option in step 1."; $lang['EM_fail_cd_pwd'] = 'FTP Error: Directory info could not be obtained. This usually indicates solution 4 listed above.'; $lang['EM_fail_cd_nlist'] = 'FTP Error: A file listing could not be obtained. This usually indicates solution 4 listed above.'; --- 394,399 ---- $lang['EM_fail_cd_op3'] = 'Are you sure you entered the correct path? Below is a directory listing of the files in the FTP root directory. The FTP root directory is simply the starting point when you connect. The path to the phpBB2 installation should begin with one of the directory names listed below.'; $lang['EM_fail_cd_op4'] = 'Directory names are case sensitive. Be sure the easymod directory is all lowercase.'; ! $lang['EM_fail_cd_op5'] = 'In some *very rare* cases it\'s possible that you are not connecting to the proper FTP Server. Try specifying the hostname in the FTP Server field and the port in the FTP Port field.'; ! $lang['EM_fail_cd_op6'] = 'Some servers have issues with the passive mode that EasyMOD attempts to use by default. If you have the PHP FTP extension loaded, then enable that option in step 1.'; $lang['EM_fail_cd_pwd'] = 'FTP Error: Directory info could not be obtained. This usually indicates solution 4 listed above.'; $lang['EM_fail_cd_nlist'] = 'FTP Error: A file listing could not be obtained. This usually indicates solution 4 listed above.'; *************** *** 449,453 **** $lang['EM_complete_post'] = 'Completing Post-Process'; $lang['EM_completed'] = 'Completed'; ! $lang['EM_admin_panel'] = 'You can now proceed to the Admin Control Panel and select "Install MODs" under "MOD Center". You may install the included MODs if you desire. Return to <a href="../../../index.php">Forum Index</a>.'; $lang['EM_confirm'] = 'Confirm'; $lang['EM_move_files'] = '<b>IMPORTANT:</b> Before pressing confirm, move files into place.'; --- 438,442 ---- $lang['EM_complete_post'] = 'Completing Post-Process'; $lang['EM_completed'] = 'Completed'; ! $lang['EM_admin_panel'] = 'You can now proceed to the Admin Control Panel and select "Install MODs" under "MOD Center". You may install the included MODs if you desire. Return to <a href="%s">Forum Index</a>.'; $lang['EM_confirm'] = 'Confirm'; $lang['EM_move_files'] = '<b>IMPORTANT:</b> Before pressing confirm, move files into place.'; *************** *** 574,578 **** $lang['help']['ftp_dir'][] = 'Stuff here'; $lang['help']['ftp_host'][] = '<b>FTP Host</b>'; ! $lang['help']['ftp_host'][] = '"Old McDonald had a farm, EIEIO..."'; $lang['help']['ftp_port'][] = '<b>FTP Port</b>'; $lang['help']['ftp_port'][] = 'I think we get the drift...'; --- 563,567 ---- $lang['help']['ftp_dir'][] = 'Stuff here'; $lang['help']['ftp_host'][] = '<b>FTP Host</b>'; ! $lang['help']['ftp_host'][] = 'Old McDonald had a farm, EIEIO...'; $lang['help']['ftp_port'][] = '<b>FTP Port</b>'; $lang['help']['ftp_port'][] = 'I think we get the drift...'; |