|
From: Florin C B. <ory...@us...> - 2013-05-28 07:15:07
|
Update of /cvsroot/mxbb/mx_shotcast/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22638/language/lang_english Modified Files: lang_admin.php lang_main.php Added Files: index.html Log Message: Version 3.5.2 --- NEW FILE: index.html --- <HTML><HEAD> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <META name="GENERATOR" content="3D Editor 1.03 Copyright (c) 2003 by Albu Cristian"> <META name="robots" content="INDEX, FOLLOW"> <TITLE>Index of /radioplayer/v4/language/lang_english</TITLE> </HEAD> <BODY text="#FCFCFC" bgcolor="#0055AA" link="#147AEB" vlink="#144ABB" alink="#14FFBB"> <H1><HR><CENTER>Index of /radioplayer/v4/language/lang_english<P>Last Updated: Saturday, May 11th, 2013</CENTER><HR></H1><P><TABLE WIDTH=100%> <TD WIDTH=20% BGCOLOR=#147AEB><FONT COLOR=#EB8514><B>File name</B></FONT> <TD WIDTH=10% BGCOLOR=#005ACB><FONT COLOR=#EB8514><B>Size</B></FONT> <TD WIDTH=20% BGCOLOR=#003AAB><FONT COLOR=#EB8514><B>Last update</B></FONT> <TD WIDTH=50% BGCOLOR=#001A8B><FONT COLOR=#EB8514><B>Description</B></FONT></TR> <TR VALIGN=TOP><TD><A HREF="../index.html">[..]</A><TD ALIGN=CENTER><DIR><TD ALIGN=CENTER>5/11/2013, 16:3<TD>Parent directory <TR VALIGN=TOP><TD><A HREF="lang_main.php">lang_main.php</A><TD ALIGN=RIGHT>497<TD ALIGN=CENTER>8/6/2010, 4:20<TD> </TABLE><P ALIGN=RIGHT><SMALL>There are 1 files and 1 directories<BR ALIGN=RIGHT>for a total of 497 bytes.</SMALL></BODY> </HTML> Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/language/lang_english/lang_admin.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lang_admin.php 29 Apr 2008 02:39:49 -0000 1.6 --- lang_admin.php 28 May 2013 07:14:35 -0000 1.7 *************** *** 2,6 **** /** * ! * @package mxBB Portal Module - mx_shotcast * @version $Id$ * @copyright (c) 2006 [ory...@rd..., OryNider] mxBB Project Team --- 2,6 ---- /** * ! * @package MXP CMS Module - mx_shotcast * @version $Id$ * @copyright (c) 2006 [ory...@rd..., OryNider] mxBB Project Team *************** *** 9,24 **** */ ! $lang['shotcast_Settings'] = "Shotcast Radio Settings"; $lang['shotcast_Settings_explain'] = "Use the form below to configure your shotcast Settings"; ! $lang['shotcast_Settings_updated'] = "Shotcast Radio Settings Updated Sucessfully."; $lang['shotcast_Settings_return'] = "Click %sHere%s to return to shotcast Settings."; ! $lang['Radio_name'] = "Radio name"; ! $lang['shotcast_host'] = "Station host or ip"; ! $lang['shotcast_port'] = "Shotcast port"; ! $lang['shotcast_pass'] = "Shotcast password"; ! $lang['play_list'] = "Play List for Real Player"; $lang['Check_period'] = "Check period (seconds)"; ! $lang['Check_period_explain'] = "For exemple : Check who is on the radio from the web player and how many total listeners are connected"; $lang['show_listen'] = "Show Allways Listen"; --- 9,45 ---- */ ! $lang['shotcast_Settings'] = "SHOUTcast & ICEcast Radio Settings"; $lang['shotcast_Settings_explain'] = "Use the form below to configure your shotcast Settings"; ! $lang['shotcast_Settings_updated'] = "Radio Settings Updated Sucessfully."; $lang['shotcast_Settings_return'] = "Click %sHere%s to return to shotcast Settings."; ! $lang['Radio_name'] = "Radio Station Name"; ! $lang['shotcast_host'] = "Station HOST or IP address </br>(e.g. kdshfm.com)"; ! $lang['shotcast_port'] = "Cast port for default station </br>(e.g. 7000)"; ! $lang['shotcast_pass'] = "Cast password"; ! ! $lang['caster'] = "Caster type: <b>shout</b> or <b>ice</b>"; ! ! $lang['play_list'] = "Play List for Real and QuickTime Player: .pls type (e.g. listen.pls , livemp3"; ! $lang['play_asx'] = "Play List .asx type for wmp if you run Icecast (e.g. livemp3)"; ! $lang['play_host'] = "IP address of the server where the play lists are located. Leave blank if they are on the same server as the cast ip"; ! $lang['play_port'] = "Port of the server where the play lists are located. Leave blank if they are on the same server as the cast ip"; ! $lang['play_mount'] = "If ICEcast is used with mount points, or leave blank (e.g. /livemp3)"; ! ! $lang['allow_autoplay'] = "Allow automatic play at load"; ! $lang['allow_autoplay_explain'] = "If Stream should start automatic when player is loaded"; ! ! $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['picture_type'] = "CD-cover, equliazer, logo (cover, eq, logo)"; ! $lang['fallback_to'] = "Fallback URL if no cover is found (eq/logo)"; ! $lang['cast_logo'] = "The filename of the logo you want to use"; ! ! $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 example : Check who is on the radio from the web player and how many total listeners are connected"; $lang['show_listen'] = "Show Allways Listen"; Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/language/lang_english/lang_main.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lang_main.php 29 Apr 2008 02:39:49 -0000 1.6 --- lang_main.php 28 May 2013 07:14:35 -0000 1.7 *************** *** 2,48 **** /** * ! * @package Mx-Publisher StandAllone - radioplayer * @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_Player'] = "Radio Player"; ! $lang['Radio'] = "Radio"; ! $lang['How_Many_Listeners'] = "There are <b>%d</b> listener(s) from this site now"; ! $lang['How_Many_Peak'] = "Total <b>%d</b> listeners peak."; ! $lang['Who_Are_Listening' ] = "Who's on Radio: <b>%s</b>"; ! $lang['Click_to_listen_station'] = "Click to listen Radio"; ! $lang['Click_to_listen_wmp'] = "Click to listen Radio using Windows Media Player"; ! $lang['Click_to_listen_real'] = "Click to listen Radio using Real Player or Real One"; ! $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"; ! $lang['Stats_for'] = "Stats For:"; ! $lang['Server_state'] = "Server State:"; ! $lang['Station'] = "Station:"; ! $lang['Current_song'] = "Current Song:"; ! $lang['Bitrate'] = "BitRate:"; $lang['Listeners_peak'] = "Listeners Peak:"; ! $lang['Max_listeners'] = "Max Listeners:"; ! $lang['Server_genre'] = "Server Genre:"; ! $lang['Stream_URL'] = "Stream URL:"; ! $lang['Unique'] = "Unique Listeners:"; ! $lang['Now_Playing'] = "Now Playing"; ! $lang['Before_that_you_heard'] = "Before that you heard"; ! $lang['Off_Air'] = "The server is <b>Off-Air</b>, try again later."; ! $lang['Socket_functions_disabled'] = "Unable to use socket functions."; ! $lang['require_password'] = "require password"; ! $lang['Unknown'] = "Unknown"; ! $lang['Unknown_Artist'] = "Unknown Artist"; ! $lang['listeners'] = "listeners"; ! $lang['checking_title'] = "Checking for song title..."; // // That's all Folks! // ------------------------------------------------- ! ?> --- 2,70 ---- /** * ! * @package StandAllone - Radiplayer. * @version $Id$ ! * @copyright (c) 2006-2013 Little Frog, FlorinCB [aka OryNider], drknas * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * ! // This program is free software; you can redistribute it and/or ! // modify it under the terms of the GNU General Public License ! // as published by the Free Software Foundation; either version 2 ! // of the License, or (at your option) any later version. ! // ! // This program is distributed in the hope that it will be useful, ! // but WITHOUT ANY WARRANTY; without even the implied warranty of ! // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! // GNU General Public License for more details. ! // ! // You should have received a copy of the GNU General Public License ! // along with this program; if not, write to the Free Software ! // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ! -------------------------------------------------------*/ ! $lang['Radio_Player'] = "Radio Player"; ! $lang['Off_Air'] = "The server is <b>Off-Air</b>, try again later."; ! $lang['Edit_Config'] = "Player configuration is <b>NOT</b>set."; ! $lang['Socket_functions_disabled'] = 'Unable to use socket functions.'; ! $lang['checking_title'] = "Checking for song title..."; ! $lang['media_player'] = "Media Player"; ! $lang['auto_detect'] = "Auto detect"; ! $lang['download'] = "Download"; ! $lang['no_plugins_seems_to_be_needed'] = " <br>Plugins OK"; ! $lang['Plugin'] = "Plugin"; ! $lang['stop'] = "Stop"; ! $lang['listeners'] = "listeners"; ! $lang['Radio'] = "Radio"; ! $lang['How_Many_Listeners'] = "There are <b>%d</b> listener(s) from this site"; ! $lang['How_Many_Peak'] = "In total <b>%d</b> peak from this stream."; ! $lang['Who_Are_Listening'] = "Who's on Radio: <b>%s</b>"; ! $lang['Click_to_listen_station'] = "Click to listen Radio"; ! $lang['Click_to_listen_wmp'] = "Click to listen Radio using Windows Media Player"; ! $lang['Click_to_listen_real'] = "Click to listen Radio using Real Player or Real One"; ! $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"; ! $lang['Stats_for'] = "Stats For:"; ! $lang['Server_state'] = "Server State:"; ! $lang['Station'] = "Station:"; ! $lang['Current_song'] = "Current Song:"; ! $lang['Bitrate'] = "BitRate:"; $lang['Listeners_peak'] = "Listeners Peak:"; ! $lang['Max_listeners'] = "Max Listeners:"; ! $lang['Server_genre'] = "Genre:"; ! $lang['Stream_URL'] = "Stream URL:"; ! $lang['Unique'] = "Unique Listeners:"; ! $lang['Now_Playing'] = "Now Playing"; ! $lang['Before_that_you_heard'] = "Before that you heard"; ! $lang['Socket_functions_disabled'] = "Unable to use socket functions."; ! $lang['require_password'] = "require password"; ! $lang['Unknown'] = "Unknown"; ! $lang['Unknown_Artist'] = "Unknown Artist"; ! $lang['Description_Status'] = "Stream is up at %s"; // // That's all Folks! // ------------------------------------------------- ! ?> \ No newline at end of file |