|
From: Florin C B. <ory...@us...> - 2014-09-29 11:35:57
|
Update of /cvsroot/mxbb/mx_radio/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24547/language/lang_english Modified Files: lang_admin.php Log Message: many features updated for new browsers Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_radio/language/lang_english/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 6 Jun 2007 23:33:47 -0000 1.1 --- lang_admin.php 29 Sep 2014 11:35:54 -0000 1.2 *************** *** 1,3 **** --- 1,11 ---- <?php + /** + * + * @package MXP CMS Module - mx_radio + * @version $Id$ + * @copyright (c) 2006 [ory...@rd..., OryNider] mxBB Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * + */ $lang['radio_Settings'] = "Radio Settings"; *************** *** 9,15 **** --- 17,36 ---- $lang['Station_stream'] = "Station stream"; + $lang['allow_autoplay'] = "Allow automatic play at load"; + $lang['allow_autoplay_explain'] = "If Stream should start automatic when player is loaded"; + + $lang['caster'] = "Caster type: <b>shout</b> or <b>ice</b>"; + $lang['logo_config'] = "Logo config parameters"; + $lang['logo_config_explain'] = "Logo should be put in: \"templates/current_style/images/\" (standallone in the root of \"/logos\"). You can use any format tha works on the web (jpeg, gif, png...)"; + + $lang['allow_curl'] = "Allow CURL to get CD cover data (yes/no)"; + $lang['allow_curl_explain'] = "Use Curl PHP Class to get CD cover data from last.fm, and amazone's API"; + $lang['Check_period'] = "Check period (seconds)"; $lang['Check_period_explain'] = "For exemple : Check who is on the radio from the web player."; + $lang['show_listen'] = "Show Allways Listen"; + $lang['show_listen_info'] = "Select Yes if you whant the listen option to be displayed allways or No if you whant to hide the listen option when allready listening."; + $lang['Flash_file'] = "File to display if flash mode"; $lang['Gateway_file'] = "File to display if gateway mode"; *************** *** 21,24 **** --- 42,49 ---- $lang['Gateway_mode'] = "gateway"; + $lang['Allow_guests'] = "Allow guest(anonymous) users to listen?"; + $lang['guestname'] = "Guest Name"; + $lang['guestname_explain'] = "Definition of guests names - do NOT start the name with numbers, and no use of special chars!"; + $lang['Reset'] = "Reset"; $lang['Submit'] = "Submit"; *************** *** 27,31 **** $lang['Show_stations'] = "Show Stations List Button"; ! // // That's all Folks! --- 52,57 ---- $lang['Show_stations'] = "Show Stations List Button"; ! $lang['Show_status'] = "Show status"; ! $lang['Stream_type'] = "Stream Type"; // // That's all Folks! |