|
From: OryNider <ory...@us...> - 2007-06-06 23:33:54
|
Update of /cvsroot/mxbb/mx_radio/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20986/lang_english Added Files: lang_admin.php lang_main.php Log Message: --- NEW FILE: lang_main.php --- <?php $lang['Radio'] = "Radio"; $lang['How_Many_Listeners'] = "There are <b>%d</b> listener(s) from this site now"; $lang['Who_Are_Listening' ] = "Who's on Radio: <b>%s</b>"; $lang['Click_to_listen_station'] = "Click to listen Radio"; $lang['log_out_radio'] = "You have successfully logged out from Radio on "; $lang['Login_to_listen_station'] = "Login to listen Radio"; $lang['Already_listening'] = "You are Listening"; $lang['Please_Login_to_listen'] = "Please, login to listen Radio."; $lang['About_radio'] = "About radio"; $lang['radio_Options'] = "radio Options"; $lang['About'] = "About"; $lang['Options'] = "Options"; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: lang_admin.php --- <?php $lang['radio_Settings'] = "Radio Settings"; $lang['radio_Settings_explain'] = "Use the form below to configure your radio Settings"; $lang['radio_Settings_updated'] = "Radio Settings Updated Sucessfully."; $lang['radio_Settings_return'] = "Click %sHere%s to return to radio Settings."; $lang['Radio_name'] = "Radio name"; $lang['Station_stream'] = "Station stream"; $lang['Check_period'] = "Check period (seconds)"; $lang['Check_period_explain'] = "For exemple : Check who is on the radio from the web player."; $lang['Flash_file'] = "File to display if flash mode"; $lang['Gateway_file'] = "File to display if gateway mode"; $lang['flash_gateway'] = 'Flash or Gateway Mode'; $lang['flash_gateway_info'] = 'Set this to Flash if you want to to use the flash mode or to Gatway if you want to to use the Gateway mode'; $lang['Flash_mode'] = "flash"; $lang['Gateway_mode'] = "gateway"; $lang['Reset'] = "Reset"; $lang['Submit'] = "Submit"; $lang['Show_status'] = "Show status"; $lang['Show_stations'] = "Show Stations List Button"; // // That's all Folks! // ------------------------------------------------- ?> |