[Easymod-cvs] easymod2/mods/easymod/languages lang_easymod_english.php,1.8,1.9
Status: Beta
Brought to you by:
wgeric
From: Markus P. <mar...@us...> - 2005-11-06 15:13:31
|
Update of /cvsroot/easymod/easymod2/mods/easymod/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14320/mods/easymod/languages Modified Files: lang_easymod_english.php Log Message: Implemented FTP Debug option in EM settings panel. Index: lang_easymod_english.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/languages/lang_easymod_english.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** lang_easymod_english.php 6 Nov 2005 13:30:52 -0000 1.8 --- lang_easymod_english.php 6 Nov 2005 15:13:05 -0000 1.9 *************** *** 582,585 **** --- 582,588 ---- $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_debug'][] = 'FTP Debug'; + $lang['help']['ftp_debug'][] = 'This option tells EasyMOD to generate an extended report that may help to identify problems with FTP connections.'; + $lang['help']['ftp_debug'][] = 'Support staff may request this information for diagnosis purposes.'; $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.'; |