|
From: OryNider <ory...@us...> - 2007-09-13 11:26:16
|
Update of /cvsroot/mxbb/mx_music/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15072/lang_english Modified Files: lang_main_music.php Added Files: index.htm Log Message: this is not upgrade for 2.9.x, just to the latest version now... Index: lang_main_music.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/language/lang_english/lang_main_music.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lang_main_music.php 8 Sep 2007 13:28:47 -0000 1.5 --- lang_main_music.php 13 Sep 2007 11:26:11 -0000 1.6 *************** *** 41,47 **** ! $lang['Category_pics'] = 'View this category Images'; $lang['Images'] = 'Images'; ! $lang['Category_songs'] = 'View this category Songs and Videos'; $lang['Media'] = 'Media'; --- 41,47 ---- ! $lang['Category_pics'] = 'Category Images'; $lang['Images'] = 'Images'; ! $lang['Category_songs'] = 'Category Media'; $lang['Media'] = 'Media'; --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |