|
From: FlorinCB <ory...@us...> - 2009-07-11 01:37:59
|
Update of /cvsroot/mxbb/mx_radiocast/language/lang_english In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9688/language/lang_english Modified Files: lang_main.php Log Message: update Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/language/lang_english/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_main.php 21 Mar 2008 08:51:09 -0000 1.4 --- lang_main.php 11 Jul 2009 01:37:52 -0000 1.5 *************** *** 29,33 **** $lang['View'] = 'Listen'; ! $lang['Singer'] = 'Dj'; // --- 29,33 ---- $lang['View'] = 'Listen'; ! $lang['Singer'] = 'WebSite / Dj'; // *************** *** 147,151 **** // $lang['Station_image'] = 'Station Image'; ! $lang['Station_image_desc'] = 'The Image of this station<br />(such as Banner, Cover, Photo...)'; $lang['No_image'] = 'No Image'; $lang['Upload_image'] = 'Upload Image from your PC'; --- 147,153 ---- // $lang['Station_image'] = 'Station Image'; ! $lang['Station_image_desc'] = 'The Image of this station<br />(such as Logo, Banner, Photo...)'; ! $lang['Station_imgurl'] = 'Station Image Link'; ! $lang['Station_imgurl_desc'] = 'Link to a image of this station<br />(such as Logo, Banner, Photo...)'; $lang['No_image'] = 'No Image'; $lang['Upload_image'] = 'Upload Image from your PC'; |