[Easymod-cvs] easymod2/mods/easymod/languages lang_easymod_english.php,1.6,1.7
Status: Beta
Brought to you by:
wgeric
From: Markus P. <mar...@us...> - 2005-11-06 04:01:25
|
Update of /cvsroot/easymod/easymod2/mods/easymod/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20186/mods/easymod/languages Modified Files: lang_easymod_english.php Log Message: Fixed links to the EM FAQ and completed language entries for the installation help panels. Index: lang_easymod_english.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/languages/lang_easymod_english.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lang_easymod_english.php 5 Nov 2005 22:28:21 -0000 1.6 --- lang_easymod_english.php 6 Nov 2005 04:01:09 -0000 1.7 *************** *** 93,97 **** $lang['EM_none_installed'] = 'No MODs have been installed.'; $lang['EM_All_Processed'] = 'All MODs have been processed.'; ! $lang['EM_unprocessed_mods'] = 'These MODs appear in your MODs directory and have not been processed for your current version of phpBB. Clicking "Process" initiates a multi-step installation. Your current phpBB files will not be overwritten until the final step. MODs that are EasyMOD Compliant (EMC) are more likely to install than other MODs. More info on how to have EM install MODs is <a href="http://www.phpbb.com/phpBB/viewtopic.php?p=689082#689082">here</a>.'; $lang['EM_Unprocessed'] = 'Unprocessed MODs'; $lang['EM_process'] = 'Process'; --- 93,97 ---- $lang['EM_none_installed'] = 'No MODs have been installed.'; $lang['EM_All_Processed'] = 'All MODs have been processed.'; ! $lang['EM_unprocessed_mods'] = 'These MODs appear in your MODs directory and have not been processed for your current version of phpBB. Clicking "Process" initiates a multi-step installation. Your current phpBB files will not be overwritten until the final step. MODs that are EasyMOD Compliant (EMC) are more likely to install than other MODs. More info on how to have EM install MODs is <a href="%s">here</a>.'; $lang['EM_Unprocessed'] = 'Unprocessed MODs'; $lang['EM_process'] = 'Process'; *************** *** 555,573 **** // EasyMOD Installer Help $lang['EM_installer_help'] = 'EasyMOD Installer Help'; ! $lang['help']['file_writing'][] = '<b>File Writing</b>'; ! $lang['help']['file_writing'][] = 'File writing help here...'; ! $lang['help']['file_writing'][] = 'When, in lang_easymod.php, a $lang[\'help\'][\'topic\'][] is encountered, the [] means the start of a new paragraph.'; ! $lang['help']['file_moving'][] = '<b>File Moving</b>'; ! $lang['help']['file_moving'][] = 'Blah, Blah, Moving info here'; ! $lang['help']['ftp_dir'][] = '<b>FTP Directory</b>'; ! $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...'; ! $lang['help']['ftp_php_ext'][] = '<b>FTP PHP Extension</b>'; ! $lang['help']['ftp_php_ext'][] = 'php extension information'; ! $lang['help']['ftp_cache'][] = '<b>FTP Cache</b>'; ! $lang['help']['ftp_cache'][] = 'cache stuff'; ?> \ No newline at end of file --- 555,601 ---- // EasyMOD Installer Help $lang['EM_installer_help'] = 'EasyMOD Installer Help'; ! $lang['help']['file_writing'][] = 'File Writing'; ! $lang['help']['file_writing'][] = 'Here you can select one of the following options: ! <ul> ! <li><b>Server:</b> Files will be written using regular file manipulation functions. The user running the web server process needs write access to the files.</li> ! <li><b>Buffer & FTP:</b> Files will be prepared on a memory buffer and then written into place using an FTP connection to the server.</li> ! <li><b>Download:</b> EasyMOD will offer you the possibility to download the modified files for you to manually upload to the server.</li> ! <li><b>On Screen:</b> EasyMOD will display the modified files on the browser, then you would have to upload them manually.</li> ! </ul>'; ! $lang['help']['file_moving'][] = 'File Moving'; ! $lang['help']['file_moving'][] = 'Here you can select one of the following options: ! <ul> ! <li><b>Copy:</b> Files will be copied using regular file manipulation functions. The user running the web server process needs access permissions to the files.</li> ! <li><b>Automated FTP:</b> Files will be copied into place using an FTP connection to the server.</li> ! <li><b>Execute Script:</b> EasyMOD will attempt to generate and execute a shell script to perform the required file operations.</li> ! <li><b>Manually Load:</b> EasyMOD will allow you to download the files (or display them on screen) and then you have to manually upload the files to the server.</li> ! </ul>'; ! $lang['help']['ftp_dir'][] = 'FTP Directory'; ! $lang['help']['ftp_dir'][] = 'Most of all it is important that you don\'t put the slash (/) at the end of the path.'; ! $lang['help']['ftp_dir'][] = 'Second thing to remember is that (in most cases) this path is not the same as you would put in your main configuration settings (in Administration Panel). Usually the path is different because FTP servers hide the real directory structure of the web server.'; ! $lang['help']['ftp_dir'][] = 'So the path needs to be the same as the one that you have to walk through when using your FTP client to get to your forum (there should be a file like extension.inc there). Common settings would be: ! <ul> ! <li>public_html/phpBB2</li> ! <li>public_html/forum</li> ! <li>httpdocs/phpBB2</li> ! <li>httpdocs/forum</li> ! <li>board_name/phpBB2</li> ! <li>board_name/forum</li> ! <li>phpBB2</li> ! <li>forum</li> ! <li>/ (this usually means that you don\'t actually have anything else on your FTP server than the forum)</li> ! </ul>'; ! $lang['help']['ftp_host'][] = 'FTP Host'; ! $lang['help']['ftp_host'][] = 'This should usually remain localhost, but some servers (like Lycos) need a different name.'; ! $lang['help']['ftp_host'][] = 'If you don\'t know what to put in here then try the default (localhost) and then try to use the same setting as you use in you FTP client or ask your hosting provider or server administrator.'; ! $lang['help']['ftp_port'][] = 'FTP Port'; ! $lang['help']['ftp_port'][] = 'This should usually be the default value (that is 21), but some (rare) servers use a different port.'; ! $lang['help']['ftp_port'][] = 'If you don\'t know what to put in here then try the default (21) and then try to use the same setting as you use in you FTP client or ask your hosting provider or server administrator.'; ! $lang['help']['ftp_php_ext'][] = 'PHP FTP Extension'; ! $lang['help']['ftp_php_ext'][] = 'This option instructs EasyMOD to use the <a href="http://www.php.net/ftp" target="_blank">PHP FTP Extension</a> to perform the file operations required to install MODs. However, this extension may not be enabled in your server configuration.'; ! $lang['help']['ftp_php_ext'][] = 'EasyMOD will try to use the <a href="http://www.php.net/network" target="_blank">PHP Network Functions</a>, if this option is not enabled. While there\'s no special requirement in PHP to use these functions, they may be restricted in your server configuration.'; ! $lang['help']['ftp_cache'][] = 'FTP Cache'; ! $lang['help']['ftp_cache'][] = 'When the <em>PHP FTP Extension</em> option is enabled, EasyMOD needs write access to a temporary location to store the files that need to be moved to their final locations using the FTP method.'; ! $lang['help']['ftp_cache'][] = 'EasyMOD will attempt to create a cache directory located in your admin/em_includes folder. Otherwise, when this option is disabled, it will try to use the system TEMP directory.'; ?> \ No newline at end of file |