[Easymod-cvs] easymod2/mods/easymod lang_easymod.php,1.5,1.6
Status: Beta
Brought to you by:
wgeric
From: Eric F. <wg...@us...> - 2005-05-08 03:04:36
|
Update of /cvsroot/easymod/easymod2/mods/easymod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7508/mods/easymod Modified Files: lang_easymod.php Log Message: Moved DIY Instructions onto the Post Process screen as well as its own page after the Post Process page. If users don't see these instructions, its the users own fault. Index: lang_easymod.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/lang_easymod.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lang_easymod.php 2 May 2005 00:22:38 -0000 1.5 --- lang_easymod.php 8 May 2005 03:04:19 -0000 1.6 *************** *** 130,133 **** --- 130,140 ---- $lang['EM_pp_status'] = 'Status' ; + // diy + $lang['DIY_final'] = 'Final Step'; + $lang['DIY_Instructions'] = '\'Do it yourself\' Instructions'; + $lang['DIY_intro'] = '\'Do it yourself\' instructions need to be executed by <strong>you manually</strong>, EasyMOD can <strong>not</strong> perform these actions'; + $lang['Final_install_step'] = 'View the final install steps'; + $lang['Install_complete'] = 'Installation Complete'; + // general use $lang['EM_next_step'] = 'Next Step' ; *************** *** 404,406 **** $lang['EM_modio_move_ftpa'] = 'FTP ERROR: could not move file [%s] to [%s]' ; ! ?> --- 411,413 ---- $lang['EM_modio_move_ftpa'] = 'FTP ERROR: could not move file [%s] to [%s]' ; ! ?> \ No newline at end of file |