[Easymod-cvs] easymod/install/em_files/language/lang_english lang_easymod.php,1.2,1.3
Status: Beta
Brought to you by:
wgeric
From: Eric F. <wg...@us...> - 2005-12-09 23:22:45
|
Update of /cvsroot/easymod/easymod/install/em_files/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9565/em_files/language/lang_english Modified Files: lang_easymod.php Log Message: added install time to MOD table. Prep for uninstall ... still need to decide exactly how to do this Index: lang_easymod.php =================================================================== RCS file: /cvsroot/easymod/easymod/install/em_files/language/lang_english/lang_easymod.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_easymod.php 7 Dec 2005 00:11:18 -0000 1.2 --- lang_easymod.php 9 Dec 2005 23:22:37 -0000 1.3 *************** *** 49,52 **** --- 49,53 ---- $lang['EM_Status_style'] = 'Style Update Needed'; $lang['EM_Mod_info'] = 'MOD Information'; + $lang['EM_Mod_install_time'] = 'MOD Install Time'; $lang['EM_Mod_name'] = 'MOD Name'; $lang['EM_Mod_description'] = 'MOD Description'; |