|
From: OryNider <ory...@us...> - 2007-07-02 20:01:36
|
Update of /cvsroot/mxbb/mx_radiocast/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23141 Modified Files: lang_main.php Log Message: some language parameters bugs fixed. Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/language/lang_english/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 6 Jun 2007 23:03:57 -0000 1.1 --- lang_main.php 2 Jul 2007 20:01:32 -0000 1.2 *************** *** 10,19 **** // ! // Music Online // $lang['Radio'] = 'Radio Cast'; // ! // Music Index // $lang['Radio_Cast'] = 'Radio Cast'; --- 10,19 ---- // ! // Radio Cast // $lang['Radio'] = 'Radio Cast'; // ! // Radio Index // $lang['Radio_Cast'] = 'Radio Cast'; *************** *** 96,100 **** $lang['RadioCast_upload_need_approval'] = 'Your song has been uploaded successfully.<br /><br />But the feature Station Approval has been enabled so your station must be approved by a administrator or a moderator before posting'; $lang['Click_return_category'] = 'Click %shere%s to return to the category'; ! $lang['Click_return_radiocast_index'] = 'Click %shere%s to return to the Music Index'; // View song --- 96,100 ---- $lang['RadioCast_upload_need_approval'] = 'Your song has been uploaded successfully.<br /><br />But the feature Station Approval has been enabled so your station must be approved by a administrator or a moderator before posting'; $lang['Click_return_category'] = 'Click %shere%s to return to the category'; ! $lang['Click_return_radiocast_index'] = 'Click %shere%s to return to the RadioCast Index'; // View song *************** *** 106,111 **** // Delete song ! $lang['RadioCast_delete_confirm'] = 'Are you sure to delete these song(s)?'; ! $lang['Stations_deleted_successfully'] = 'These song(s) have been deleted successfully'; // --- 106,111 ---- // Delete song ! $lang['RadioCast_delete_confirm'] = 'Are you sure to delete these station(s)?'; ! $lang['Stations_deleted_successfully'] = 'These station(s) have been deleted successfully'; // |