From 1e57309e660883ed0d6d38cbec438316a7a74690 Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 22 Jan 2013 16:47:28 -0500 Subject: [PATCH 01/53] CC-4692: Update jquery.jplayer.min.js to version 2.2 --- .../js/jplayer/jquery.jplayer.min.221.js | 97 +++++++++++ .../public/js/jplayer/jquery.jplayer.min.js | 160 +++++++++--------- 2 files changed, 177 insertions(+), 80 deletions(-) create mode 100644 airtime_mvc/public/js/jplayer/jquery.jplayer.min.221.js diff --git a/airtime_mvc/public/js/jplayer/jquery.jplayer.min.221.js b/airtime_mvc/public/js/jplayer/jquery.jplayer.min.221.js new file mode 100644 index 000000000..bcf7901a0 --- /dev/null +++ b/airtime_mvc/public/js/jplayer/jquery.jplayer.min.221.js @@ -0,0 +1,97 @@ +/* + * jPlayer Plugin for jQuery JavaScript Library + * http://www.jplayer.org + * + * Copyright (c) 2009 - 2011 Happyworm Ltd + * Dual licensed under the MIT and GPL licenses. + * - http://www.opensource.org/licenses/mit-license.php + * - http://www.gnu.org/copyleft/gpl.html + * + * Author: Mark J Panaghiston + * Version: 2.1.0 + * Date: 1st September 2011 + */ + +(function(b,f){b.fn.jPlayer=function(a){var c=typeof a==="string",d=Array.prototype.slice.call(arguments,1),e=this,a=!c&&d.length?b.extend.apply(null,[!0,a].concat(d)):a;if(c&&a.charAt(0)==="_")return e;c?this.each(function(){var c=b.data(this,"jPlayer"),h=c&&b.isFunction(c[a])?c[a].apply(c,d):c;if(h!==c&&h!==f)return e=h,!1}):this.each(function(){var c=b.data(this,"jPlayer");c?c.option(a||{}):b.data(this,"jPlayer",new b.jPlayer(a,this))});return e};b.jPlayer=function(a,c){if(arguments.length){this.element= +b(c);this.options=b.extend(!0,{},this.options,a);var d=this;this.element.bind("remove.jPlayer",function(){d.destroy()});this._init()}};b.jPlayer.emulateMethods="load play pause";b.jPlayer.emulateStatus="src readyState networkState currentTime duration paused ended playbackRate";b.jPlayer.emulateOptions="muted volume";b.jPlayer.reservedEvent="ready flashreset resize repeat error warning";b.jPlayer.event={ready:"jPlayer_ready",flashreset:"jPlayer_flashreset",resize:"jPlayer_resize",repeat:"jPlayer_repeat", +click:"jPlayer_click",error:"jPlayer_error",warning:"jPlayer_warning",loadstart:"jPlayer_loadstart",progress:"jPlayer_progress",suspend:"jPlayer_suspend",abort:"jPlayer_abort",emptied:"jPlayer_emptied",stalled:"jPlayer_stalled",play:"jPlayer_play",pause:"jPlayer_pause",loadedmetadata:"jPlayer_loadedmetadata",loadeddata:"jPlayer_loadeddata",waiting:"jPlayer_waiting",playing:"jPlayer_playing",canplay:"jPlayer_canplay",canplaythrough:"jPlayer_canplaythrough",seeking:"jPlayer_seeking",seeked:"jPlayer_seeked", +timeupdate:"jPlayer_timeupdate",ended:"jPlayer_ended",ratechange:"jPlayer_ratechange",durationchange:"jPlayer_durationchange",volumechange:"jPlayer_volumechange"};b.jPlayer.htmlEvent="loadstart,abort,emptied,stalled,loadedmetadata,loadeddata,canplay,canplaythrough,ratechange".split(",");b.jPlayer.pause=function(){b.each(b.jPlayer.prototype.instances,function(a,b){b.data("jPlayer").status.srcSet&&b.jPlayer("pause")})};b.jPlayer.timeFormat={showHour:!1,showMin:!0,showSec:!0,padHour:!1,padMin:!0,padSec:!0, +sepHour:":",sepMin:":",sepSec:""};b.jPlayer.convertTime=function(a){var c=new Date(a*1E3),d=c.getUTCHours(),a=c.getUTCMinutes(),c=c.getUTCSeconds(),d=b.jPlayer.timeFormat.padHour&&d<10?"0"+d:d,a=b.jPlayer.timeFormat.padMin&&a<10?"0"+a:a,c=b.jPlayer.timeFormat.padSec&&c<10?"0"+c:c;return(b.jPlayer.timeFormat.showHour?d+b.jPlayer.timeFormat.sepHour:"")+(b.jPlayer.timeFormat.showMin?a+b.jPlayer.timeFormat.sepMin:"")+(b.jPlayer.timeFormat.showSec?c+b.jPlayer.timeFormat.sepSec:"")};b.jPlayer.uaBrowser= +function(a){var a=a.toLowerCase(),b=/(opera)(?:.*version)?[ \/]([\w.]+)/,d=/(msie) ([\w.]+)/,e=/(mozilla)(?:.*? rv:([\w.]+))?/,a=/(webkit)[ \/]([\w.]+)/.exec(a)||b.exec(a)||d.exec(a)||a.indexOf("compatible")<0&&e.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}};b.jPlayer.uaPlatform=function(a){var b=a.toLowerCase(),d=/(android)/,e=/(mobile)/,a=/(ipad|iphone|ipod|android|blackberry|playbook|windows ce|webos)/.exec(b)||[],b=/(ipad|playbook)/.exec(b)||!e.exec(b)&&d.exec(b)||[];a[1]&&(a[1]=a[1].replace(/\s/g, +"_"));return{platform:a[1]||"",tablet:b[1]||""}};b.jPlayer.browser={};b.jPlayer.platform={};var i=b.jPlayer.uaBrowser(navigator.userAgent);if(i.browser)b.jPlayer.browser[i.browser]=!0,b.jPlayer.browser.version=i.version;i=b.jPlayer.uaPlatform(navigator.userAgent);if(i.platform)b.jPlayer.platform[i.platform]=!0,b.jPlayer.platform.mobile=!i.tablet,b.jPlayer.platform.tablet=!!i.tablet;b.jPlayer.prototype={count:0,version:{script:"2.1.0",needFlash:"2.1.0",flash:"unknown"},options:{swfPath:"js",solution:"html, flash", +supplied:"mp3",preload:"metadata",volume:0.8,muted:!1,wmode:"opaque",backgroundColor:"#000000",cssSelectorAncestor:"#jp_container_1",cssSelector:{videoPlay:".jp-video-play",play:".jp-play",pause:".jp-pause",stop:".jp-stop",seekBar:".jp-seek-bar",playBar:".jp-play-bar",mute:".jp-mute",unmute:".jp-unmute",volumeBar:".jp-volume-bar",volumeBarValue:".jp-volume-bar-value",volumeMax:".jp-volume-max",currentTime:".jp-current-time",duration:".jp-duration",fullScreen:".jp-full-screen",restoreScreen:".jp-restore-screen", +repeat:".jp-repeat",repeatOff:".jp-repeat-off",gui:".jp-gui",noSolution:".jp-no-solution"},fullScreen:!1,autohide:{restored:!1,full:!0,fadeIn:200,fadeOut:600,hold:1E3},loop:!1,repeat:function(a){a.jPlayer.options.loop?b(this).unbind(".jPlayerRepeat").bind(b.jPlayer.event.ended+".jPlayer.jPlayerRepeat",function(){b(this).jPlayer("play")}):b(this).unbind(".jPlayerRepeat")},nativeVideoControls:{},noFullScreen:{msie:/msie [0-6]/,ipad:/ipad.*?os [0-4]/,iphone:/iphone/,ipod:/ipod/,android_pad:/android [0-3](?!.*?mobile)/, +android_phone:/android.*?mobile/,blackberry:/blackberry/,windows_ce:/windows ce/,webos:/webos/},noVolume:{ipad:/ipad/,iphone:/iphone/,ipod:/ipod/,android_pad:/android(?!.*?mobile)/,android_phone:/android.*?mobile/,blackberry:/blackberry/,windows_ce:/windows ce/,webos:/webos/,playbook:/playbook/},verticalVolume:!1,idPrefix:"jp",noConflict:"jQuery",emulateHtml:!1,errorAlerts:!1,warningAlerts:!1},optionsAudio:{size:{width:"0px",height:"0px",cssClass:""},sizeFull:{width:"0px",height:"0px",cssClass:""}}, +optionsVideo:{size:{width:"480px",height:"270px",cssClass:"jp-video-270p"},sizeFull:{width:"100%",height:"100%",cssClass:"jp-video-full"}},instances:{},status:{src:"",media:{},paused:!0,format:{},formatType:"",waitForPlay:!0,waitForLoad:!0,srcSet:!1,video:!1,seekPercent:0,currentPercentRelative:0,currentPercentAbsolute:0,currentTime:0,duration:0,readyState:0,networkState:0,playbackRate:1,ended:0},internal:{ready:!1},solution:{html:!0,flash:!0},format:{mp3:{codec:'audio/mpeg; codecs="mp3"',flashCanPlay:!0, +media:"audio"},m4a:{codec:'audio/mp4; codecs="mp4a.40.2"',flashCanPlay:!0,media:"audio"},oga:{codec:'audio/ogg; codecs="vorbis"',flashCanPlay:!1,media:"audio"},wav:{codec:'audio/wav; codecs="1"',flashCanPlay:!1,media:"audio"},webma:{codec:'audio/webm; codecs="vorbis"',flashCanPlay:!1,media:"audio"},fla:{codec:"audio/x-flv",flashCanPlay:!0,media:"audio"},m4v:{codec:'video/mp4; codecs="avc1.42E01E, mp4a.40.2"',flashCanPlay:!0,media:"video"},ogv:{codec:'video/ogg; codecs="theora, vorbis"',flashCanPlay:!1, +media:"video"},webmv:{codec:'video/webm; codecs="vorbis, vp8"',flashCanPlay:!1,media:"video"},flv:{codec:"video/x-flv",flashCanPlay:!0,media:"video"}},_init:function(){var a=this;this.element.empty();this.status=b.extend({},this.status);this.internal=b.extend({},this.internal);this.internal.domNode=this.element.get(0);this.formats=[];this.solutions=[];this.require={};this.htmlElement={};this.html={};this.html.audio={};this.html.video={};this.flash={};this.css={};this.css.cs={};this.css.jq={};this.ancestorJq= +[];this.options.volume=this._limitValue(this.options.volume,0,1);b.each(this.options.supplied.toLowerCase().split(","),function(c,d){var e=d.replace(/^\s+|\s+$/g,"");if(a.format[e]){var f=!1;b.each(a.formats,function(a,b){if(e===b)return f=!0,!1});f||a.formats.push(e)}});b.each(this.options.solution.toLowerCase().split(","),function(c,d){var e=d.replace(/^\s+|\s+$/g,"");if(a.solution[e]){var f=!1;b.each(a.solutions,function(a,b){if(e===b)return f=!0,!1});f||a.solutions.push(e)}});this.internal.instance= +"jp_"+this.count;this.instances[this.internal.instance]=this.element;this.element.attr("id")||this.element.attr("id",this.options.idPrefix+"_jplayer_"+this.count);this.internal.self=b.extend({},{id:this.element.attr("id"),jq:this.element});this.internal.audio=b.extend({},{id:this.options.idPrefix+"_audio_"+this.count,jq:f});this.internal.video=b.extend({},{id:this.options.idPrefix+"_video_"+this.count,jq:f});this.internal.flash=b.extend({},{id:this.options.idPrefix+"_flash_"+this.count,jq:f,swf:this.options.swfPath+ +(this.options.swfPath.toLowerCase().slice(-4)!==".swf"?(this.options.swfPath&&this.options.swfPath.slice(-1)!=="/"?"/":"")+"Jplayer.swf":"")});this.internal.poster=b.extend({},{id:this.options.idPrefix+"_poster_"+this.count,jq:f});b.each(b.jPlayer.event,function(b,c){a.options[b]!==f&&(a.element.bind(c+".jPlayer",a.options[b]),a.options[b]=f)});this.require.audio=!1;this.require.video=!1;b.each(this.formats,function(b,c){a.require[a.format[c].media]=!0});this.options=this.require.video?b.extend(!0, +{},this.optionsVideo,this.options):b.extend(!0,{},this.optionsAudio,this.options);this._setSize();this.status.nativeVideoControls=this._uaBlocklist(this.options.nativeVideoControls);this.status.noFullScreen=this._uaBlocklist(this.options.noFullScreen);this.status.noVolume=this._uaBlocklist(this.options.noVolume);this._restrictNativeVideoControls();this.htmlElement.poster=document.createElement("img");this.htmlElement.poster.id=this.internal.poster.id;this.htmlElement.poster.onload=function(){(!a.status.video|| +a.status.waitForPlay)&&a.internal.poster.jq.show()};this.element.append(this.htmlElement.poster);this.internal.poster.jq=b("#"+this.internal.poster.id);this.internal.poster.jq.css({width:this.status.width,height:this.status.height});this.internal.poster.jq.hide();this.internal.poster.jq.bind("click.jPlayer",function(){a._trigger(b.jPlayer.event.click)});this.html.audio.available=!1;if(this.require.audio)this.htmlElement.audio=document.createElement("audio"),this.htmlElement.audio.id=this.internal.audio.id, +this.html.audio.available=!!this.htmlElement.audio.canPlayType&&this._testCanPlayType(this.htmlElement.audio);this.html.video.available=!1;if(this.require.video)this.htmlElement.video=document.createElement("video"),this.htmlElement.video.id=this.internal.video.id,this.html.video.available=!!this.htmlElement.video.canPlayType&&this._testCanPlayType(this.htmlElement.video);this.flash.available=this._checkForFlash(10);this.html.canPlay={};this.flash.canPlay={};b.each(this.formats,function(b,c){a.html.canPlay[c]= +a.html[a.format[c].media].available&&""!==a.htmlElement[a.format[c].media].canPlayType(a.format[c].codec);a.flash.canPlay[c]=a.format[c].flashCanPlay&&a.flash.available});this.html.desired=!1;this.flash.desired=!1;b.each(this.solutions,function(c,d){if(c===0)a[d].desired=!0;else{var e=!1,f=!1;b.each(a.formats,function(b,c){a[a.solutions[0]].canPlay[c]&&(a.format[c].media==="video"?f=!0:e=!0)});a[d].desired=a.require.audio&&!e||a.require.video&&!f}});this.html.support={};this.flash.support={};b.each(this.formats, +function(b,c){a.html.support[c]=a.html.canPlay[c]&&a.html.desired;a.flash.support[c]=a.flash.canPlay[c]&&a.flash.desired});this.html.used=!1;this.flash.used=!1;b.each(this.solutions,function(c,d){b.each(a.formats,function(b,c){if(a[d].support[c])return a[d].used=!0,!1})});this._resetActive();this._resetGate();this._cssSelectorAncestor(this.options.cssSelectorAncestor);!this.html.used&&!this.flash.used?(this._error({type:b.jPlayer.error.NO_SOLUTION,context:"{solution:'"+this.options.solution+"', supplied:'"+ +this.options.supplied+"'}",message:b.jPlayer.errorMsg.NO_SOLUTION,hint:b.jPlayer.errorHint.NO_SOLUTION}),this.css.jq.noSolution.length&&this.css.jq.noSolution.show()):this.css.jq.noSolution.length&&this.css.jq.noSolution.hide();if(this.flash.used){var c,d="jQuery="+encodeURI(this.options.noConflict)+"&id="+encodeURI(this.internal.self.id)+"&vol="+this.options.volume+"&muted="+this.options.muted;if(b.browser.msie&&Number(b.browser.version)<=8){d=['','','','',''];c=document.createElement('');for(var e=0;e0?100*d/this.status.duration:0;typeof a.seekable==="object"&&a.seekable.length>0?(g=this.status.duration>0?100*a.seekable.end(a.seekable.length-1)/this.status.duration:100,f=100*a.currentTime/a.seekable.end(a.seekable.length-1)):(g=100,f=e);b&&(e=f=d=0);this.status.seekPercent=g;this.status.currentPercentRelative=f;this.status.currentPercentAbsolute=e;this.status.currentTime=d;this.status.readyState=a.readyState;this.status.networkState=a.networkState;this.status.playbackRate= +a.playbackRate;this.status.ended=a.ended},_resetStatus:function(){this.status=b.extend({},this.status,b.jPlayer.prototype.status)},_trigger:function(a,c,d){a=b.Event(a);a.jPlayer={};a.jPlayer.version=b.extend({},this.version);a.jPlayer.options=b.extend(!0,{},this.options);a.jPlayer.status=b.extend(!0,{},this.status);a.jPlayer.html=b.extend(!0,{},this.html);a.jPlayer.flash=b.extend(!0,{},this.flash);if(c)a.jPlayer.error=b.extend({},c);if(d)a.jPlayer.warning=b.extend({},d);this.element.trigger(a)}, +jPlayerFlashEvent:function(a,c){if(a===b.jPlayer.event.ready)if(this.internal.ready){if(this.flash.gate){if(this.status.srcSet){var d=this.status.currentTime,e=this.status.paused;this.setMedia(this.status.media);d>0&&(e?this.pause(d):this.play(d))}this._trigger(b.jPlayer.event.flashreset)}}else this.internal.ready=!0,this.internal.flash.jq.css({width:"0px",height:"0px"}),this.version.flash=c.version,this.version.needFlash!==this.version.flash&&this._error({type:b.jPlayer.error.VERSION,context:this.version.flash, +message:b.jPlayer.errorMsg.VERSION+this.version.flash,hint:b.jPlayer.errorHint.VERSION}),this._trigger(b.jPlayer.event.repeat),this._trigger(a);if(this.flash.gate)switch(a){case b.jPlayer.event.progress:this._getFlashStatus(c);this._updateInterface();this._trigger(a);break;case b.jPlayer.event.timeupdate:this._getFlashStatus(c);this._updateInterface();this._trigger(a);break;case b.jPlayer.event.play:this._seeked();this._updateButtons(!0);this._trigger(a);break;case b.jPlayer.event.pause:this._updateButtons(!1); +this._trigger(a);break;case b.jPlayer.event.ended:this._updateButtons(!1);this._trigger(a);break;case b.jPlayer.event.click:this._trigger(a);break;case b.jPlayer.event.error:this.status.waitForLoad=!0;this.status.waitForPlay=!0;this.status.video&&this.internal.flash.jq.css({width:"0px",height:"0px"});this._validString(this.status.media.poster)&&this.internal.poster.jq.show();this.css.jq.videoPlay.length&&this.status.video&&this.css.jq.videoPlay.show();this.status.video?this._flash_setVideo(this.status.media): +this._flash_setAudio(this.status.media);this._updateButtons(!1);this._error({type:b.jPlayer.error.URL,context:c.src,message:b.jPlayer.errorMsg.URL,hint:b.jPlayer.errorHint.URL});break;case b.jPlayer.event.seeking:this._seeking();this._trigger(a);break;case b.jPlayer.event.seeked:this._seeked();this._trigger(a);break;case b.jPlayer.event.ready:break;default:this._trigger(a)}return!1},_getFlashStatus:function(a){this.status.seekPercent=a.seekPercent;this.status.currentPercentRelative=a.currentPercentRelative; +this.status.currentPercentAbsolute=a.currentPercentAbsolute;this.status.currentTime=a.currentTime;this.status.duration=a.duration;this.status.readyState=4;this.status.networkState=0;this.status.playbackRate=1;this.status.ended=!1},_updateButtons:function(a){if(a!==f)this.status.paused=!a,this.css.jq.play.length&&this.css.jq.pause.length&&(a?(this.css.jq.play.hide(),this.css.jq.pause.show()):(this.css.jq.play.show(),this.css.jq.pause.hide()));this.css.jq.restoreScreen.length&&this.css.jq.fullScreen.length&& +(this.status.noFullScreen?(this.css.jq.fullScreen.hide(),this.css.jq.restoreScreen.hide()):this.options.fullScreen?(this.css.jq.fullScreen.hide(),this.css.jq.restoreScreen.show()):(this.css.jq.fullScreen.show(),this.css.jq.restoreScreen.hide()));this.css.jq.repeat.length&&this.css.jq.repeatOff.length&&(this.options.loop?(this.css.jq.repeat.hide(),this.css.jq.repeatOff.show()):(this.css.jq.repeat.show(),this.css.jq.repeatOff.hide()))},_updateInterface:function(){this.css.jq.seekBar.length&&this.css.jq.seekBar.width(this.status.seekPercent+ +"%");this.css.jq.playBar.length&&this.css.jq.playBar.width(this.status.currentPercentRelative+"%");this.css.jq.currentTime.length&&this.css.jq.currentTime.text(b.jPlayer.convertTime(this.status.currentTime));this.css.jq.duration.length&&this.css.jq.duration.text(b.jPlayer.convertTime(this.status.duration))},_seeking:function(){this.css.jq.seekBar.length&&this.css.jq.seekBar.addClass("jp-seeking-bg")},_seeked:function(){this.css.jq.seekBar.length&&this.css.jq.seekBar.removeClass("jp-seeking-bg")}, +_resetGate:function(){this.html.audio.gate=!1;this.html.video.gate=!1;this.flash.gate=!1},_resetActive:function(){this.html.active=!1;this.flash.active=!1},setMedia:function(a){var c=this,d=!1,e=this.status.media.poster!==a.poster;this._resetMedia();this._resetGate();this._resetActive();b.each(this.formats,function(e,f){var i=c.format[f].media==="video";b.each(c.solutions,function(b,e){if(c[e].support[f]&&c._validString(a[f])){var g=e==="html";i?(g?(c.html.video.gate=!0,c._html_setVideo(a),c.html.active= +!0):(c.flash.gate=!0,c._flash_setVideo(a),c.flash.active=!0),c.css.jq.videoPlay.length&&c.css.jq.videoPlay.show(),c.status.video=!0):(g?(c.html.audio.gate=!0,c._html_setAudio(a),c.html.active=!0):(c.flash.gate=!0,c._flash_setAudio(a),c.flash.active=!0),c.css.jq.videoPlay.length&&c.css.jq.videoPlay.hide(),c.status.video=!1);d=!0;return!1}});if(d)return!1});if(d){if((!this.status.nativeVideoControls||!this.html.video.gate)&&this._validString(a.poster))e?this.htmlElement.poster.src=a.poster:this.internal.poster.jq.show(); +this.status.srcSet=!0;this.status.media=b.extend({},a);this._updateButtons(!1);this._updateInterface()}else this._error({type:b.jPlayer.error.NO_SUPPORT,context:"{supplied:'"+this.options.supplied+"'}",message:b.jPlayer.errorMsg.NO_SUPPORT,hint:b.jPlayer.errorHint.NO_SUPPORT})},_resetMedia:function(){this._resetStatus();this._updateButtons(!1);this._updateInterface();this._seeked();this.internal.poster.jq.hide();clearTimeout(this.internal.htmlDlyCmdId);this.html.active?this._html_resetMedia():this.flash.active&& +this._flash_resetMedia()},clearMedia:function(){this._resetMedia();this.html.active?this._html_clearMedia():this.flash.active&&this._flash_clearMedia();this._resetGate();this._resetActive()},load:function(){this.status.srcSet?this.html.active?this._html_load():this.flash.active&&this._flash_load():this._urlNotSetError("load")},play:function(a){a=typeof a==="number"?a:NaN;this.status.srcSet?this.html.active?this._html_play(a):this.flash.active&&this._flash_play(a):this._urlNotSetError("play")},videoPlay:function(){this.play()}, +pause:function(a){a=typeof a==="number"?a:NaN;this.status.srcSet?this.html.active?this._html_pause(a):this.flash.active&&this._flash_pause(a):this._urlNotSetError("pause")},pauseOthers:function(){var a=this;b.each(this.instances,function(b,d){a.element!==d&&d.data("jPlayer").status.srcSet&&d.jPlayer("pause")})},stop:function(){this.status.srcSet?this.html.active?this._html_pause(0):this.flash.active&&this._flash_pause(0):this._urlNotSetError("stop")},playHead:function(a){a=this._limitValue(a,0,100); +this.status.srcSet?this.html.active?this._html_playHead(a):this.flash.active&&this._flash_playHead(a):this._urlNotSetError("playHead")},_muted:function(a){this.options.muted=a;this.html.used&&this._html_mute(a);this.flash.used&&this._flash_mute(a);!this.html.video.gate&&!this.html.audio.gate&&(this._updateMute(a),this._updateVolume(this.options.volume),this._trigger(b.jPlayer.event.volumechange))},mute:function(a){a=a===f?!0:!!a;this._muted(a)},unmute:function(a){a=a===f?!0:!!a;this._muted(!a)},_updateMute:function(a){if(a=== +f)a=this.options.muted;this.css.jq.mute.length&&this.css.jq.unmute.length&&(this.status.noVolume?(this.css.jq.mute.hide(),this.css.jq.unmute.hide()):a?(this.css.jq.mute.hide(),this.css.jq.unmute.show()):(this.css.jq.mute.show(),this.css.jq.unmute.hide()))},volume:function(a){a=this._limitValue(a,0,1);this.options.volume=a;this.html.used&&this._html_volume(a);this.flash.used&&this._flash_volume(a);!this.html.video.gate&&!this.html.audio.gate&&(this._updateVolume(a),this._trigger(b.jPlayer.event.volumechange))}, +volumeBar:function(a){if(this.css.jq.volumeBar.length){var b=this.css.jq.volumeBar.offset(),d=a.pageX-b.left,e=this.css.jq.volumeBar.width(),a=this.css.jq.volumeBar.height()-a.pageY+b.top,b=this.css.jq.volumeBar.height();this.options.verticalVolume?this.volume(a/b):this.volume(d/e)}this.options.muted&&this._muted(!1)},volumeBarValue:function(a){this.volumeBar(a)},_updateVolume:function(a){if(a===f)a=this.options.volume;a=this.options.muted?0:a;this.status.noVolume?(this.css.jq.volumeBar.length&&this.css.jq.volumeBar.hide(), +this.css.jq.volumeBarValue.length&&this.css.jq.volumeBarValue.hide(),this.css.jq.volumeMax.length&&this.css.jq.volumeMax.hide()):(this.css.jq.volumeBar.length&&this.css.jq.volumeBar.show(),this.css.jq.volumeBarValue.length&&(this.css.jq.volumeBarValue.show(),this.css.jq.volumeBarValue[this.options.verticalVolume?"height":"width"](a*100+"%")),this.css.jq.volumeMax.length&&this.css.jq.volumeMax.show())},volumeMax:function(){this.volume(1);this.options.muted&&this._muted(!1)},_cssSelectorAncestor:function(a){var c= +this;this.options.cssSelectorAncestor=a;this._removeUiClass();this.ancestorJq=a?b(a):[];a&&this.ancestorJq.length!==1&&this._warning({type:b.jPlayer.warning.CSS_SELECTOR_COUNT,context:a,message:b.jPlayer.warningMsg.CSS_SELECTOR_COUNT+this.ancestorJq.length+" found for cssSelectorAncestor.",hint:b.jPlayer.warningHint.CSS_SELECTOR_COUNT});this._addUiClass();b.each(this.options.cssSelector,function(a,b){c._cssSelector(a,b)})},_cssSelector:function(a,c){var d=this;typeof c==="string"?b.jPlayer.prototype.options.cssSelector[a]? +(this.css.jq[a]&&this.css.jq[a].length&&this.css.jq[a].unbind(".jPlayer"),this.options.cssSelector[a]=c,this.css.cs[a]=this.options.cssSelectorAncestor+" "+c,this.css.jq[a]=c?b(this.css.cs[a]):[],this.css.jq[a].length&&this.css.jq[a].bind("click.jPlayer",function(c){d[a](c);b(this).blur();return!1}),c&&this.css.jq[a].length!==1&&this._warning({type:b.jPlayer.warning.CSS_SELECTOR_COUNT,context:this.css.cs[a],message:b.jPlayer.warningMsg.CSS_SELECTOR_COUNT+this.css.jq[a].length+" found for "+a+" method.", +hint:b.jPlayer.warningHint.CSS_SELECTOR_COUNT})):this._warning({type:b.jPlayer.warning.CSS_SELECTOR_METHOD,context:a,message:b.jPlayer.warningMsg.CSS_SELECTOR_METHOD,hint:b.jPlayer.warningHint.CSS_SELECTOR_METHOD}):this._warning({type:b.jPlayer.warning.CSS_SELECTOR_STRING,context:c,message:b.jPlayer.warningMsg.CSS_SELECTOR_STRING,hint:b.jPlayer.warningHint.CSS_SELECTOR_STRING})},seekBar:function(a){if(this.css.jq.seekBar){var b=this.css.jq.seekBar.offset(),a=a.pageX-b.left,b=this.css.jq.seekBar.width(); +this.playHead(100*a/b)}},playBar:function(a){this.seekBar(a)},repeat:function(){this._loop(!0)},repeatOff:function(){this._loop(!1)},_loop:function(a){if(this.options.loop!==a)this.options.loop=a,this._updateButtons(),this._trigger(b.jPlayer.event.repeat)},currentTime:function(){},duration:function(){},gui:function(){},noSolution:function(){},option:function(a,c){var d=a;if(arguments.length===0)return b.extend(!0,{},this.options);if(typeof a==="string"){var e=a.split(".");if(c===f){for(var d=b.extend(!0, +{},this.options),g=0;g0?this._html_load():clearTimeout(this.internal.htmlDlyCmdId);this.htmlElement.media.pause();if(!isNaN(a))try{this.htmlElement.media.currentTime=a}catch(d){this.internal.htmlDlyCmdId=setTimeout(function(){b.pause(a)},100);return}a>0&&this._html_checkWaitForPlay()},_html_playHead:function(a){var b=this;this._html_load();try{if(typeof this.htmlElement.media.seekable==="object"&&this.htmlElement.media.seekable.length>0)this.htmlElement.media.currentTime= +a*this.htmlElement.media.seekable.end(this.htmlElement.media.seekable.length-1)/100;else if(this.htmlElement.media.duration>0&&!isNaN(this.htmlElement.media.duration))this.htmlElement.media.currentTime=a*this.htmlElement.media.duration/100;else throw"e";}catch(d){this.internal.htmlDlyCmdId=setTimeout(function(){b.playHead(a)},100);return}this.status.waitForLoad||this._html_checkWaitForPlay()},_html_checkWaitForPlay:function(){if(this.status.waitForPlay)this.status.waitForPlay=!1,this.css.jq.videoPlay.length&& +this.css.jq.videoPlay.hide(),this.status.video&&(this.internal.poster.jq.hide(),this.internal.video.jq.css({width:this.status.width,height:this.status.height}))},_html_volume:function(a){if(this.html.audio.available)this.htmlElement.audio.volume=a;if(this.html.video.available)this.htmlElement.video.volume=a},_html_mute:function(a){if(this.html.audio.available)this.htmlElement.audio.muted=a;if(this.html.video.available)this.htmlElement.video.muted=a},_flash_setAudio:function(a){var c=this;try{if(b.each(this.formats, +function(b,d){if(c.flash.support[d]&&a[d]){switch(d){case "m4a":case "fla":c._getMovie().fl_setAudio_m4a(a[d]);break;case "mp3":c._getMovie().fl_setAudio_mp3(a[d])}c.status.src=a[d];c.status.format[d]=!0;c.status.formatType=d;return!1}}),this.options.preload==="auto")this._flash_load(),this.status.waitForLoad=!1}catch(d){this._flashError(d)}},_flash_setVideo:function(a){var c=this;try{if(b.each(this.formats,function(b,d){if(c.flash.support[d]&&a[d]){switch(d){case "m4v":case "flv":c._getMovie().fl_setVideo_m4v(a[d])}c.status.src= +a[d];c.status.format[d]=!0;c.status.formatType=d;return!1}}),this.options.preload==="auto")this._flash_load(),this.status.waitForLoad=!1}catch(d){this._flashError(d)}},_flash_resetMedia:function(){this.internal.flash.jq.css({width:"0px",height:"0px"});this._flash_pause(NaN)},_flash_clearMedia:function(){try{this._getMovie().fl_clearMedia()}catch(a){this._flashError(a)}},_flash_load:function(){try{this._getMovie().fl_load()}catch(a){this._flashError(a)}this.status.waitForLoad=!1},_flash_play:function(a){try{this._getMovie().fl_play(a)}catch(b){this._flashError(b)}this.status.waitForLoad= +!1;this._flash_checkWaitForPlay()},_flash_pause:function(a){try{this._getMovie().fl_pause(a)}catch(b){this._flashError(b)}if(a>0)this.status.waitForLoad=!1,this._flash_checkWaitForPlay()},_flash_playHead:function(a){try{this._getMovie().fl_play_head(a)}catch(b){this._flashError(b)}this.status.waitForLoad||this._flash_checkWaitForPlay()},_flash_checkWaitForPlay:function(){if(this.status.waitForPlay)this.status.waitForPlay=!1,this.css.jq.videoPlay.length&&this.css.jq.videoPlay.hide(),this.status.video&& +(this.internal.poster.jq.hide(),this.internal.flash.jq.css({width:this.status.width,height:this.status.height}))},_flash_volume:function(a){try{this._getMovie().fl_volume(a)}catch(b){this._flashError(b)}},_flash_mute:function(a){try{this._getMovie().fl_mute(a)}catch(b){this._flashError(b)}},_getMovie:function(){return document[this.internal.flash.id]},_checkForFlash:function(a){var b=!1,d;if(window.ActiveXObject)try{new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+a),b=!0}catch(e){}else navigator.plugins&& +navigator.mimeTypes.length>0&&(d=navigator.plugins["Shockwave Flash"])&&navigator.plugins["Shockwave Flash"].description.replace(/.*\s(\d+\.\d+).*/,"$1")>=a&&(b=!0);return b},_validString:function(a){return a&&typeof a==="string"},_limitValue:function(a,b,d){return ad?d:a},_urlNotSetError:function(a){this._error({type:b.jPlayer.error.URL_NOT_SET,context:a,message:b.jPlayer.errorMsg.URL_NOT_SET,hint:b.jPlayer.errorHint.URL_NOT_SET})},_flashError:function(a){var c;c=this.internal.ready?"FLASH_DISABLED": +"FLASH";this._error({type:b.jPlayer.error[c],context:this.internal.flash.swf,message:b.jPlayer.errorMsg[c]+a.message,hint:b.jPlayer.errorHint[c]});this.internal.flash.jq.css({width:"1px",height:"1px"})},_error:function(a){this._trigger(b.jPlayer.event.error,a);this.options.errorAlerts&&this._alert("Error!"+(a.message?"\n\n"+a.message:"")+(a.hint?"\n\n"+a.hint:"")+"\n\nContext: "+a.context)},_warning:function(a){this._trigger(b.jPlayer.event.warning,f,a);this.options.warningAlerts&&this._alert("Warning!"+ +(a.message?"\n\n"+a.message:"")+(a.hint?"\n\n"+a.hint:"")+"\n\nContext: "+a.context)},_alert:function(a){alert("jPlayer "+this.version.script+" : id='"+this.internal.self.id+"' : "+a)},_emulateHtmlBridge:function(){var a=this;b.each(b.jPlayer.emulateMethods.split(/\s+/g),function(b,d){a.internal.domNode[d]=function(b){a[d](b)}});b.each(b.jPlayer.event,function(c,d){var e=!0;b.each(b.jPlayer.reservedEvent.split(/\s+/g),function(a,b){if(b===c)return e=!1});e&&a.element.bind(d+".jPlayer.jPlayerHtml", +function(){a._emulateHtmlUpdate();var b=document.createEvent("Event");b.initEvent(c,!1,!0);a.internal.domNode.dispatchEvent(b)})})},_emulateHtmlUpdate:function(){var a=this;b.each(b.jPlayer.emulateStatus.split(/\s+/g),function(b,d){a.internal.domNode[d]=a.status[d]});b.each(b.jPlayer.emulateOptions.split(/\s+/g),function(b,d){a.internal.domNode[d]=a.options[d]})},_destroyHtmlBridge:function(){var a=this;this.element.unbind(".jPlayerHtml");b.each((b.jPlayer.emulateMethods+" "+b.jPlayer.emulateStatus+ +" "+b.jPlayer.emulateOptions).split(/\s+/g),function(b,d){delete a.internal.domNode[d]})}};b.jPlayer.error={FLASH:"e_flash",FLASH_DISABLED:"e_flash_disabled",NO_SOLUTION:"e_no_solution",NO_SUPPORT:"e_no_support",URL:"e_url",URL_NOT_SET:"e_url_not_set",VERSION:"e_version"};b.jPlayer.errorMsg={FLASH:"jPlayer's Flash fallback is not configured correctly, or a command was issued before the jPlayer Ready event. Details: ",FLASH_DISABLED:"jPlayer's Flash fallback has been disabled by the browser due to the CSS rules you have used. Details: ", +NO_SOLUTION:"No solution can be found by jPlayer in this browser. Neither HTML nor Flash can be used.",NO_SUPPORT:"It is not possible to play any media format provided in setMedia() on this browser using your current options.",URL:"Media URL could not be loaded.",URL_NOT_SET:"Attempt to issue media playback commands, while no media url is set.",VERSION:"jPlayer "+b.jPlayer.prototype.version.script+" needs Jplayer.swf version "+b.jPlayer.prototype.version.needFlash+" but found "};b.jPlayer.errorHint= +{FLASH:"Check your swfPath option and that Jplayer.swf is there.",FLASH_DISABLED:"Check that you have not display:none; the jPlayer entity or any ancestor.",NO_SOLUTION:"Review the jPlayer options: support and supplied.",NO_SUPPORT:"Video or audio formats defined in the supplied option are missing.",URL:"Check media URL is valid.",URL_NOT_SET:"Use setMedia() to set the media URL.",VERSION:"Update jPlayer files."};b.jPlayer.warning={CSS_SELECTOR_COUNT:"e_css_selector_count",CSS_SELECTOR_METHOD:"e_css_selector_method", +CSS_SELECTOR_STRING:"e_css_selector_string",OPTION_KEY:"e_option_key"};b.jPlayer.warningMsg={CSS_SELECTOR_COUNT:"The number of css selectors found did not equal one: ",CSS_SELECTOR_METHOD:"The methodName given in jPlayer('cssSelector') is not a valid jPlayer method.",CSS_SELECTOR_STRING:"The methodCssSelector given in jPlayer('cssSelector') is not a String or is empty.",OPTION_KEY:"The option requested in jPlayer('option') is undefined."};b.jPlayer.warningHint={CSS_SELECTOR_COUNT:"Check your css selector and the ancestor.", +CSS_SELECTOR_METHOD:"Check your method name.",CSS_SELECTOR_STRING:"Check your css selector is a string.",OPTION_KEY:"Check your option name."}})(jQuery); \ No newline at end of file diff --git a/airtime_mvc/public/js/jplayer/jquery.jplayer.min.js b/airtime_mvc/public/js/jplayer/jquery.jplayer.min.js index bcf7901a0..4cc3f06b5 100644 --- a/airtime_mvc/public/js/jplayer/jquery.jplayer.min.js +++ b/airtime_mvc/public/js/jplayer/jquery.jplayer.min.js @@ -2,96 +2,96 @@ * jPlayer Plugin for jQuery JavaScript Library * http://www.jplayer.org * - * Copyright (c) 2009 - 2011 Happyworm Ltd + * Copyright (c) 2009 - 2012 Happyworm Ltd * Dual licensed under the MIT and GPL licenses. * - http://www.opensource.org/licenses/mit-license.php * - http://www.gnu.org/copyleft/gpl.html * * Author: Mark J Panaghiston - * Version: 2.1.0 - * Date: 1st September 2011 + * Version: 2.2.0 + * Date: 13th September 2012 */ -(function(b,f){b.fn.jPlayer=function(a){var c=typeof a==="string",d=Array.prototype.slice.call(arguments,1),e=this,a=!c&&d.length?b.extend.apply(null,[!0,a].concat(d)):a;if(c&&a.charAt(0)==="_")return e;c?this.each(function(){var c=b.data(this,"jPlayer"),h=c&&b.isFunction(c[a])?c[a].apply(c,d):c;if(h!==c&&h!==f)return e=h,!1}):this.each(function(){var c=b.data(this,"jPlayer");c?c.option(a||{}):b.data(this,"jPlayer",new b.jPlayer(a,this))});return e};b.jPlayer=function(a,c){if(arguments.length){this.element= +(function(b,f){b.fn.jPlayer=function(a){var c="string"===typeof a,d=Array.prototype.slice.call(arguments,1),e=this,a=!c&&d.length?b.extend.apply(null,[!0,a].concat(d)):a;if(c&&"_"===a.charAt(0))return e;c?this.each(function(){var c=b.data(this,"jPlayer"),h=c&&b.isFunction(c[a])?c[a].apply(c,d):c;if(h!==c&&h!==f)return e=h,!1}):this.each(function(){var c=b.data(this,"jPlayer");c?c.option(a||{}):b.data(this,"jPlayer",new b.jPlayer(a,this))});return e};b.jPlayer=function(a,c){if(arguments.length){this.element= b(c);this.options=b.extend(!0,{},this.options,a);var d=this;this.element.bind("remove.jPlayer",function(){d.destroy()});this._init()}};b.jPlayer.emulateMethods="load play pause";b.jPlayer.emulateStatus="src readyState networkState currentTime duration paused ended playbackRate";b.jPlayer.emulateOptions="muted volume";b.jPlayer.reservedEvent="ready flashreset resize repeat error warning";b.jPlayer.event={ready:"jPlayer_ready",flashreset:"jPlayer_flashreset",resize:"jPlayer_resize",repeat:"jPlayer_repeat", click:"jPlayer_click",error:"jPlayer_error",warning:"jPlayer_warning",loadstart:"jPlayer_loadstart",progress:"jPlayer_progress",suspend:"jPlayer_suspend",abort:"jPlayer_abort",emptied:"jPlayer_emptied",stalled:"jPlayer_stalled",play:"jPlayer_play",pause:"jPlayer_pause",loadedmetadata:"jPlayer_loadedmetadata",loadeddata:"jPlayer_loadeddata",waiting:"jPlayer_waiting",playing:"jPlayer_playing",canplay:"jPlayer_canplay",canplaythrough:"jPlayer_canplaythrough",seeking:"jPlayer_seeking",seeked:"jPlayer_seeked", -timeupdate:"jPlayer_timeupdate",ended:"jPlayer_ended",ratechange:"jPlayer_ratechange",durationchange:"jPlayer_durationchange",volumechange:"jPlayer_volumechange"};b.jPlayer.htmlEvent="loadstart,abort,emptied,stalled,loadedmetadata,loadeddata,canplay,canplaythrough,ratechange".split(",");b.jPlayer.pause=function(){b.each(b.jPlayer.prototype.instances,function(a,b){b.data("jPlayer").status.srcSet&&b.jPlayer("pause")})};b.jPlayer.timeFormat={showHour:!1,showMin:!0,showSec:!0,padHour:!1,padMin:!0,padSec:!0, -sepHour:":",sepMin:":",sepSec:""};b.jPlayer.convertTime=function(a){var c=new Date(a*1E3),d=c.getUTCHours(),a=c.getUTCMinutes(),c=c.getUTCSeconds(),d=b.jPlayer.timeFormat.padHour&&d<10?"0"+d:d,a=b.jPlayer.timeFormat.padMin&&a<10?"0"+a:a,c=b.jPlayer.timeFormat.padSec&&c<10?"0"+c:c;return(b.jPlayer.timeFormat.showHour?d+b.jPlayer.timeFormat.sepHour:"")+(b.jPlayer.timeFormat.showMin?a+b.jPlayer.timeFormat.sepMin:"")+(b.jPlayer.timeFormat.showSec?c+b.jPlayer.timeFormat.sepSec:"")};b.jPlayer.uaBrowser= -function(a){var a=a.toLowerCase(),b=/(opera)(?:.*version)?[ \/]([\w.]+)/,d=/(msie) ([\w.]+)/,e=/(mozilla)(?:.*? rv:([\w.]+))?/,a=/(webkit)[ \/]([\w.]+)/.exec(a)||b.exec(a)||d.exec(a)||a.indexOf("compatible")<0&&e.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}};b.jPlayer.uaPlatform=function(a){var b=a.toLowerCase(),d=/(android)/,e=/(mobile)/,a=/(ipad|iphone|ipod|android|blackberry|playbook|windows ce|webos)/.exec(b)||[],b=/(ipad|playbook)/.exec(b)||!e.exec(b)&&d.exec(b)||[];a[1]&&(a[1]=a[1].replace(/\s/g, -"_"));return{platform:a[1]||"",tablet:b[1]||""}};b.jPlayer.browser={};b.jPlayer.platform={};var i=b.jPlayer.uaBrowser(navigator.userAgent);if(i.browser)b.jPlayer.browser[i.browser]=!0,b.jPlayer.browser.version=i.version;i=b.jPlayer.uaPlatform(navigator.userAgent);if(i.platform)b.jPlayer.platform[i.platform]=!0,b.jPlayer.platform.mobile=!i.tablet,b.jPlayer.platform.tablet=!!i.tablet;b.jPlayer.prototype={count:0,version:{script:"2.1.0",needFlash:"2.1.0",flash:"unknown"},options:{swfPath:"js",solution:"html, flash", +timeupdate:"jPlayer_timeupdate",ended:"jPlayer_ended",ratechange:"jPlayer_ratechange",durationchange:"jPlayer_durationchange",volumechange:"jPlayer_volumechange"};b.jPlayer.htmlEvent="loadstart abort emptied stalled loadedmetadata loadeddata canplay canplaythrough ratechange".split(" ");b.jPlayer.pause=function(){b.each(b.jPlayer.prototype.instances,function(a,c){c.data("jPlayer").status.srcSet&&c.jPlayer("pause")})};b.jPlayer.timeFormat={showHour:!1,showMin:!0,showSec:!0,padHour:!1,padMin:!0,padSec:!0, +sepHour:":",sepMin:":",sepSec:""};b.jPlayer.convertTime=function(a){var c=new Date(1E3*a),d=c.getUTCHours(),a=c.getUTCMinutes(),c=c.getUTCSeconds(),d=b.jPlayer.timeFormat.padHour&&10>d?"0"+d:d,a=b.jPlayer.timeFormat.padMin&&10>a?"0"+a:a,c=b.jPlayer.timeFormat.padSec&&10>c?"0"+c:c;return(b.jPlayer.timeFormat.showHour?d+b.jPlayer.timeFormat.sepHour:"")+(b.jPlayer.timeFormat.showMin?a+b.jPlayer.timeFormat.sepMin:"")+(b.jPlayer.timeFormat.showSec?c+b.jPlayer.timeFormat.sepSec:"")};b.jPlayer.uaBrowser= +function(a){var a=a.toLowerCase(),c=/(opera)(?:.*version)?[ \/]([\w.]+)/,b=/(msie) ([\w.]+)/,e=/(mozilla)(?:.*? rv:([\w.]+))?/,a=/(webkit)[ \/]([\w.]+)/.exec(a)||c.exec(a)||b.exec(a)||0>a.indexOf("compatible")&&e.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}};b.jPlayer.uaPlatform=function(a){var b=a.toLowerCase(),d=/(android)/,e=/(mobile)/,a=/(ipad|iphone|ipod|android|blackberry|playbook|windows ce|webos)/.exec(b)||[],b=/(ipad|playbook)/.exec(b)||!e.exec(b)&&d.exec(b)||[];a[1]&&(a[1]=a[1].replace(/\s/g, +"_"));return{platform:a[1]||"",tablet:b[1]||""}};b.jPlayer.browser={};b.jPlayer.platform={};var i=b.jPlayer.uaBrowser(navigator.userAgent);i.browser&&(b.jPlayer.browser[i.browser]=!0,b.jPlayer.browser.version=i.version);i=b.jPlayer.uaPlatform(navigator.userAgent);i.platform&&(b.jPlayer.platform[i.platform]=!0,b.jPlayer.platform.mobile=!i.tablet,b.jPlayer.platform.tablet=!!i.tablet);b.jPlayer.prototype={count:0,version:{script:"2.2.0",needFlash:"2.2.0",flash:"unknown"},options:{swfPath:"js",solution:"html, flash", supplied:"mp3",preload:"metadata",volume:0.8,muted:!1,wmode:"opaque",backgroundColor:"#000000",cssSelectorAncestor:"#jp_container_1",cssSelector:{videoPlay:".jp-video-play",play:".jp-play",pause:".jp-pause",stop:".jp-stop",seekBar:".jp-seek-bar",playBar:".jp-play-bar",mute:".jp-mute",unmute:".jp-unmute",volumeBar:".jp-volume-bar",volumeBarValue:".jp-volume-bar-value",volumeMax:".jp-volume-max",currentTime:".jp-current-time",duration:".jp-duration",fullScreen:".jp-full-screen",restoreScreen:".jp-restore-screen", repeat:".jp-repeat",repeatOff:".jp-repeat-off",gui:".jp-gui",noSolution:".jp-no-solution"},fullScreen:!1,autohide:{restored:!1,full:!0,fadeIn:200,fadeOut:600,hold:1E3},loop:!1,repeat:function(a){a.jPlayer.options.loop?b(this).unbind(".jPlayerRepeat").bind(b.jPlayer.event.ended+".jPlayer.jPlayerRepeat",function(){b(this).jPlayer("play")}):b(this).unbind(".jPlayerRepeat")},nativeVideoControls:{},noFullScreen:{msie:/msie [0-6]/,ipad:/ipad.*?os [0-4]/,iphone:/iphone/,ipod:/ipod/,android_pad:/android [0-3](?!.*?mobile)/, android_phone:/android.*?mobile/,blackberry:/blackberry/,windows_ce:/windows ce/,webos:/webos/},noVolume:{ipad:/ipad/,iphone:/iphone/,ipod:/ipod/,android_pad:/android(?!.*?mobile)/,android_phone:/android.*?mobile/,blackberry:/blackberry/,windows_ce:/windows ce/,webos:/webos/,playbook:/playbook/},verticalVolume:!1,idPrefix:"jp",noConflict:"jQuery",emulateHtml:!1,errorAlerts:!1,warningAlerts:!1},optionsAudio:{size:{width:"0px",height:"0px",cssClass:""},sizeFull:{width:"0px",height:"0px",cssClass:""}}, optionsVideo:{size:{width:"480px",height:"270px",cssClass:"jp-video-270p"},sizeFull:{width:"100%",height:"100%",cssClass:"jp-video-full"}},instances:{},status:{src:"",media:{},paused:!0,format:{},formatType:"",waitForPlay:!0,waitForLoad:!0,srcSet:!1,video:!1,seekPercent:0,currentPercentRelative:0,currentPercentAbsolute:0,currentTime:0,duration:0,readyState:0,networkState:0,playbackRate:1,ended:0},internal:{ready:!1},solution:{html:!0,flash:!0},format:{mp3:{codec:'audio/mpeg; codecs="mp3"',flashCanPlay:!0, -media:"audio"},m4a:{codec:'audio/mp4; codecs="mp4a.40.2"',flashCanPlay:!0,media:"audio"},oga:{codec:'audio/ogg; codecs="vorbis"',flashCanPlay:!1,media:"audio"},wav:{codec:'audio/wav; codecs="1"',flashCanPlay:!1,media:"audio"},webma:{codec:'audio/webm; codecs="vorbis"',flashCanPlay:!1,media:"audio"},fla:{codec:"audio/x-flv",flashCanPlay:!0,media:"audio"},m4v:{codec:'video/mp4; codecs="avc1.42E01E, mp4a.40.2"',flashCanPlay:!0,media:"video"},ogv:{codec:'video/ogg; codecs="theora, vorbis"',flashCanPlay:!1, -media:"video"},webmv:{codec:'video/webm; codecs="vorbis, vp8"',flashCanPlay:!1,media:"video"},flv:{codec:"video/x-flv",flashCanPlay:!0,media:"video"}},_init:function(){var a=this;this.element.empty();this.status=b.extend({},this.status);this.internal=b.extend({},this.internal);this.internal.domNode=this.element.get(0);this.formats=[];this.solutions=[];this.require={};this.htmlElement={};this.html={};this.html.audio={};this.html.video={};this.flash={};this.css={};this.css.cs={};this.css.jq={};this.ancestorJq= -[];this.options.volume=this._limitValue(this.options.volume,0,1);b.each(this.options.supplied.toLowerCase().split(","),function(c,d){var e=d.replace(/^\s+|\s+$/g,"");if(a.format[e]){var f=!1;b.each(a.formats,function(a,b){if(e===b)return f=!0,!1});f||a.formats.push(e)}});b.each(this.options.solution.toLowerCase().split(","),function(c,d){var e=d.replace(/^\s+|\s+$/g,"");if(a.solution[e]){var f=!1;b.each(a.solutions,function(a,b){if(e===b)return f=!0,!1});f||a.solutions.push(e)}});this.internal.instance= -"jp_"+this.count;this.instances[this.internal.instance]=this.element;this.element.attr("id")||this.element.attr("id",this.options.idPrefix+"_jplayer_"+this.count);this.internal.self=b.extend({},{id:this.element.attr("id"),jq:this.element});this.internal.audio=b.extend({},{id:this.options.idPrefix+"_audio_"+this.count,jq:f});this.internal.video=b.extend({},{id:this.options.idPrefix+"_video_"+this.count,jq:f});this.internal.flash=b.extend({},{id:this.options.idPrefix+"_flash_"+this.count,jq:f,swf:this.options.swfPath+ -(this.options.swfPath.toLowerCase().slice(-4)!==".swf"?(this.options.swfPath&&this.options.swfPath.slice(-1)!=="/"?"/":"")+"Jplayer.swf":"")});this.internal.poster=b.extend({},{id:this.options.idPrefix+"_poster_"+this.count,jq:f});b.each(b.jPlayer.event,function(b,c){a.options[b]!==f&&(a.element.bind(c+".jPlayer",a.options[b]),a.options[b]=f)});this.require.audio=!1;this.require.video=!1;b.each(this.formats,function(b,c){a.require[a.format[c].media]=!0});this.options=this.require.video?b.extend(!0, -{},this.optionsVideo,this.options):b.extend(!0,{},this.optionsAudio,this.options);this._setSize();this.status.nativeVideoControls=this._uaBlocklist(this.options.nativeVideoControls);this.status.noFullScreen=this._uaBlocklist(this.options.noFullScreen);this.status.noVolume=this._uaBlocklist(this.options.noVolume);this._restrictNativeVideoControls();this.htmlElement.poster=document.createElement("img");this.htmlElement.poster.id=this.internal.poster.id;this.htmlElement.poster.onload=function(){(!a.status.video|| -a.status.waitForPlay)&&a.internal.poster.jq.show()};this.element.append(this.htmlElement.poster);this.internal.poster.jq=b("#"+this.internal.poster.id);this.internal.poster.jq.css({width:this.status.width,height:this.status.height});this.internal.poster.jq.hide();this.internal.poster.jq.bind("click.jPlayer",function(){a._trigger(b.jPlayer.event.click)});this.html.audio.available=!1;if(this.require.audio)this.htmlElement.audio=document.createElement("audio"),this.htmlElement.audio.id=this.internal.audio.id, -this.html.audio.available=!!this.htmlElement.audio.canPlayType&&this._testCanPlayType(this.htmlElement.audio);this.html.video.available=!1;if(this.require.video)this.htmlElement.video=document.createElement("video"),this.htmlElement.video.id=this.internal.video.id,this.html.video.available=!!this.htmlElement.video.canPlayType&&this._testCanPlayType(this.htmlElement.video);this.flash.available=this._checkForFlash(10);this.html.canPlay={};this.flash.canPlay={};b.each(this.formats,function(b,c){a.html.canPlay[c]= -a.html[a.format[c].media].available&&""!==a.htmlElement[a.format[c].media].canPlayType(a.format[c].codec);a.flash.canPlay[c]=a.format[c].flashCanPlay&&a.flash.available});this.html.desired=!1;this.flash.desired=!1;b.each(this.solutions,function(c,d){if(c===0)a[d].desired=!0;else{var e=!1,f=!1;b.each(a.formats,function(b,c){a[a.solutions[0]].canPlay[c]&&(a.format[c].media==="video"?f=!0:e=!0)});a[d].desired=a.require.audio&&!e||a.require.video&&!f}});this.html.support={};this.flash.support={};b.each(this.formats, -function(b,c){a.html.support[c]=a.html.canPlay[c]&&a.html.desired;a.flash.support[c]=a.flash.canPlay[c]&&a.flash.desired});this.html.used=!1;this.flash.used=!1;b.each(this.solutions,function(c,d){b.each(a.formats,function(b,c){if(a[d].support[c])return a[d].used=!0,!1})});this._resetActive();this._resetGate();this._cssSelectorAncestor(this.options.cssSelectorAncestor);!this.html.used&&!this.flash.used?(this._error({type:b.jPlayer.error.NO_SOLUTION,context:"{solution:'"+this.options.solution+"', supplied:'"+ -this.options.supplied+"'}",message:b.jPlayer.errorMsg.NO_SOLUTION,hint:b.jPlayer.errorHint.NO_SOLUTION}),this.css.jq.noSolution.length&&this.css.jq.noSolution.show()):this.css.jq.noSolution.length&&this.css.jq.noSolution.hide();if(this.flash.used){var c,d="jQuery="+encodeURI(this.options.noConflict)+"&id="+encodeURI(this.internal.self.id)+"&vol="+this.options.volume+"&muted="+this.options.muted;if(b.browser.msie&&Number(b.browser.version)<=8){d=['','','','',''];c=document.createElement('');for(var e=0;e0?100*d/this.status.duration:0;typeof a.seekable==="object"&&a.seekable.length>0?(g=this.status.duration>0?100*a.seekable.end(a.seekable.length-1)/this.status.duration:100,f=100*a.currentTime/a.seekable.end(a.seekable.length-1)):(g=100,f=e);b&&(e=f=d=0);this.status.seekPercent=g;this.status.currentPercentRelative=f;this.status.currentPercentAbsolute=e;this.status.currentTime=d;this.status.readyState=a.readyState;this.status.networkState=a.networkState;this.status.playbackRate= -a.playbackRate;this.status.ended=a.ended},_resetStatus:function(){this.status=b.extend({},this.status,b.jPlayer.prototype.status)},_trigger:function(a,c,d){a=b.Event(a);a.jPlayer={};a.jPlayer.version=b.extend({},this.version);a.jPlayer.options=b.extend(!0,{},this.options);a.jPlayer.status=b.extend(!0,{},this.status);a.jPlayer.html=b.extend(!0,{},this.html);a.jPlayer.flash=b.extend(!0,{},this.flash);if(c)a.jPlayer.error=b.extend({},c);if(d)a.jPlayer.warning=b.extend({},d);this.element.trigger(a)}, -jPlayerFlashEvent:function(a,c){if(a===b.jPlayer.event.ready)if(this.internal.ready){if(this.flash.gate){if(this.status.srcSet){var d=this.status.currentTime,e=this.status.paused;this.setMedia(this.status.media);d>0&&(e?this.pause(d):this.play(d))}this._trigger(b.jPlayer.event.flashreset)}}else this.internal.ready=!0,this.internal.flash.jq.css({width:"0px",height:"0px"}),this.version.flash=c.version,this.version.needFlash!==this.version.flash&&this._error({type:b.jPlayer.error.VERSION,context:this.version.flash, -message:b.jPlayer.errorMsg.VERSION+this.version.flash,hint:b.jPlayer.errorHint.VERSION}),this._trigger(b.jPlayer.event.repeat),this._trigger(a);if(this.flash.gate)switch(a){case b.jPlayer.event.progress:this._getFlashStatus(c);this._updateInterface();this._trigger(a);break;case b.jPlayer.event.timeupdate:this._getFlashStatus(c);this._updateInterface();this._trigger(a);break;case b.jPlayer.event.play:this._seeked();this._updateButtons(!0);this._trigger(a);break;case b.jPlayer.event.pause:this._updateButtons(!1); -this._trigger(a);break;case b.jPlayer.event.ended:this._updateButtons(!1);this._trigger(a);break;case b.jPlayer.event.click:this._trigger(a);break;case b.jPlayer.event.error:this.status.waitForLoad=!0;this.status.waitForPlay=!0;this.status.video&&this.internal.flash.jq.css({width:"0px",height:"0px"});this._validString(this.status.media.poster)&&this.internal.poster.jq.show();this.css.jq.videoPlay.length&&this.status.video&&this.css.jq.videoPlay.show();this.status.video?this._flash_setVideo(this.status.media): -this._flash_setAudio(this.status.media);this._updateButtons(!1);this._error({type:b.jPlayer.error.URL,context:c.src,message:b.jPlayer.errorMsg.URL,hint:b.jPlayer.errorHint.URL});break;case b.jPlayer.event.seeking:this._seeking();this._trigger(a);break;case b.jPlayer.event.seeked:this._seeked();this._trigger(a);break;case b.jPlayer.event.ready:break;default:this._trigger(a)}return!1},_getFlashStatus:function(a){this.status.seekPercent=a.seekPercent;this.status.currentPercentRelative=a.currentPercentRelative; -this.status.currentPercentAbsolute=a.currentPercentAbsolute;this.status.currentTime=a.currentTime;this.status.duration=a.duration;this.status.readyState=4;this.status.networkState=0;this.status.playbackRate=1;this.status.ended=!1},_updateButtons:function(a){if(a!==f)this.status.paused=!a,this.css.jq.play.length&&this.css.jq.pause.length&&(a?(this.css.jq.play.hide(),this.css.jq.pause.show()):(this.css.jq.play.show(),this.css.jq.pause.hide()));this.css.jq.restoreScreen.length&&this.css.jq.fullScreen.length&& -(this.status.noFullScreen?(this.css.jq.fullScreen.hide(),this.css.jq.restoreScreen.hide()):this.options.fullScreen?(this.css.jq.fullScreen.hide(),this.css.jq.restoreScreen.show()):(this.css.jq.fullScreen.show(),this.css.jq.restoreScreen.hide()));this.css.jq.repeat.length&&this.css.jq.repeatOff.length&&(this.options.loop?(this.css.jq.repeat.hide(),this.css.jq.repeatOff.show()):(this.css.jq.repeat.show(),this.css.jq.repeatOff.hide()))},_updateInterface:function(){this.css.jq.seekBar.length&&this.css.jq.seekBar.width(this.status.seekPercent+ -"%");this.css.jq.playBar.length&&this.css.jq.playBar.width(this.status.currentPercentRelative+"%");this.css.jq.currentTime.length&&this.css.jq.currentTime.text(b.jPlayer.convertTime(this.status.currentTime));this.css.jq.duration.length&&this.css.jq.duration.text(b.jPlayer.convertTime(this.status.duration))},_seeking:function(){this.css.jq.seekBar.length&&this.css.jq.seekBar.addClass("jp-seeking-bg")},_seeked:function(){this.css.jq.seekBar.length&&this.css.jq.seekBar.removeClass("jp-seeking-bg")}, -_resetGate:function(){this.html.audio.gate=!1;this.html.video.gate=!1;this.flash.gate=!1},_resetActive:function(){this.html.active=!1;this.flash.active=!1},setMedia:function(a){var c=this,d=!1,e=this.status.media.poster!==a.poster;this._resetMedia();this._resetGate();this._resetActive();b.each(this.formats,function(e,f){var i=c.format[f].media==="video";b.each(c.solutions,function(b,e){if(c[e].support[f]&&c._validString(a[f])){var g=e==="html";i?(g?(c.html.video.gate=!0,c._html_setVideo(a),c.html.active= -!0):(c.flash.gate=!0,c._flash_setVideo(a),c.flash.active=!0),c.css.jq.videoPlay.length&&c.css.jq.videoPlay.show(),c.status.video=!0):(g?(c.html.audio.gate=!0,c._html_setAudio(a),c.html.active=!0):(c.flash.gate=!0,c._flash_setAudio(a),c.flash.active=!0),c.css.jq.videoPlay.length&&c.css.jq.videoPlay.hide(),c.status.video=!1);d=!0;return!1}});if(d)return!1});if(d){if((!this.status.nativeVideoControls||!this.html.video.gate)&&this._validString(a.poster))e?this.htmlElement.poster.src=a.poster:this.internal.poster.jq.show(); -this.status.srcSet=!0;this.status.media=b.extend({},a);this._updateButtons(!1);this._updateInterface()}else this._error({type:b.jPlayer.error.NO_SUPPORT,context:"{supplied:'"+this.options.supplied+"'}",message:b.jPlayer.errorMsg.NO_SUPPORT,hint:b.jPlayer.errorHint.NO_SUPPORT})},_resetMedia:function(){this._resetStatus();this._updateButtons(!1);this._updateInterface();this._seeked();this.internal.poster.jq.hide();clearTimeout(this.internal.htmlDlyCmdId);this.html.active?this._html_resetMedia():this.flash.active&& -this._flash_resetMedia()},clearMedia:function(){this._resetMedia();this.html.active?this._html_clearMedia():this.flash.active&&this._flash_clearMedia();this._resetGate();this._resetActive()},load:function(){this.status.srcSet?this.html.active?this._html_load():this.flash.active&&this._flash_load():this._urlNotSetError("load")},play:function(a){a=typeof a==="number"?a:NaN;this.status.srcSet?this.html.active?this._html_play(a):this.flash.active&&this._flash_play(a):this._urlNotSetError("play")},videoPlay:function(){this.play()}, -pause:function(a){a=typeof a==="number"?a:NaN;this.status.srcSet?this.html.active?this._html_pause(a):this.flash.active&&this._flash_pause(a):this._urlNotSetError("pause")},pauseOthers:function(){var a=this;b.each(this.instances,function(b,d){a.element!==d&&d.data("jPlayer").status.srcSet&&d.jPlayer("pause")})},stop:function(){this.status.srcSet?this.html.active?this._html_pause(0):this.flash.active&&this._flash_pause(0):this._urlNotSetError("stop")},playHead:function(a){a=this._limitValue(a,0,100); -this.status.srcSet?this.html.active?this._html_playHead(a):this.flash.active&&this._flash_playHead(a):this._urlNotSetError("playHead")},_muted:function(a){this.options.muted=a;this.html.used&&this._html_mute(a);this.flash.used&&this._flash_mute(a);!this.html.video.gate&&!this.html.audio.gate&&(this._updateMute(a),this._updateVolume(this.options.volume),this._trigger(b.jPlayer.event.volumechange))},mute:function(a){a=a===f?!0:!!a;this._muted(a)},unmute:function(a){a=a===f?!0:!!a;this._muted(!a)},_updateMute:function(a){if(a=== -f)a=this.options.muted;this.css.jq.mute.length&&this.css.jq.unmute.length&&(this.status.noVolume?(this.css.jq.mute.hide(),this.css.jq.unmute.hide()):a?(this.css.jq.mute.hide(),this.css.jq.unmute.show()):(this.css.jq.mute.show(),this.css.jq.unmute.hide()))},volume:function(a){a=this._limitValue(a,0,1);this.options.volume=a;this.html.used&&this._html_volume(a);this.flash.used&&this._flash_volume(a);!this.html.video.gate&&!this.html.audio.gate&&(this._updateVolume(a),this._trigger(b.jPlayer.event.volumechange))}, -volumeBar:function(a){if(this.css.jq.volumeBar.length){var b=this.css.jq.volumeBar.offset(),d=a.pageX-b.left,e=this.css.jq.volumeBar.width(),a=this.css.jq.volumeBar.height()-a.pageY+b.top,b=this.css.jq.volumeBar.height();this.options.verticalVolume?this.volume(a/b):this.volume(d/e)}this.options.muted&&this._muted(!1)},volumeBarValue:function(a){this.volumeBar(a)},_updateVolume:function(a){if(a===f)a=this.options.volume;a=this.options.muted?0:a;this.status.noVolume?(this.css.jq.volumeBar.length&&this.css.jq.volumeBar.hide(), -this.css.jq.volumeBarValue.length&&this.css.jq.volumeBarValue.hide(),this.css.jq.volumeMax.length&&this.css.jq.volumeMax.hide()):(this.css.jq.volumeBar.length&&this.css.jq.volumeBar.show(),this.css.jq.volumeBarValue.length&&(this.css.jq.volumeBarValue.show(),this.css.jq.volumeBarValue[this.options.verticalVolume?"height":"width"](a*100+"%")),this.css.jq.volumeMax.length&&this.css.jq.volumeMax.show())},volumeMax:function(){this.volume(1);this.options.muted&&this._muted(!1)},_cssSelectorAncestor:function(a){var c= -this;this.options.cssSelectorAncestor=a;this._removeUiClass();this.ancestorJq=a?b(a):[];a&&this.ancestorJq.length!==1&&this._warning({type:b.jPlayer.warning.CSS_SELECTOR_COUNT,context:a,message:b.jPlayer.warningMsg.CSS_SELECTOR_COUNT+this.ancestorJq.length+" found for cssSelectorAncestor.",hint:b.jPlayer.warningHint.CSS_SELECTOR_COUNT});this._addUiClass();b.each(this.options.cssSelector,function(a,b){c._cssSelector(a,b)})},_cssSelector:function(a,c){var d=this;typeof c==="string"?b.jPlayer.prototype.options.cssSelector[a]? -(this.css.jq[a]&&this.css.jq[a].length&&this.css.jq[a].unbind(".jPlayer"),this.options.cssSelector[a]=c,this.css.cs[a]=this.options.cssSelectorAncestor+" "+c,this.css.jq[a]=c?b(this.css.cs[a]):[],this.css.jq[a].length&&this.css.jq[a].bind("click.jPlayer",function(c){d[a](c);b(this).blur();return!1}),c&&this.css.jq[a].length!==1&&this._warning({type:b.jPlayer.warning.CSS_SELECTOR_COUNT,context:this.css.cs[a],message:b.jPlayer.warningMsg.CSS_SELECTOR_COUNT+this.css.jq[a].length+" found for "+a+" method.", -hint:b.jPlayer.warningHint.CSS_SELECTOR_COUNT})):this._warning({type:b.jPlayer.warning.CSS_SELECTOR_METHOD,context:a,message:b.jPlayer.warningMsg.CSS_SELECTOR_METHOD,hint:b.jPlayer.warningHint.CSS_SELECTOR_METHOD}):this._warning({type:b.jPlayer.warning.CSS_SELECTOR_STRING,context:c,message:b.jPlayer.warningMsg.CSS_SELECTOR_STRING,hint:b.jPlayer.warningHint.CSS_SELECTOR_STRING})},seekBar:function(a){if(this.css.jq.seekBar){var b=this.css.jq.seekBar.offset(),a=a.pageX-b.left,b=this.css.jq.seekBar.width(); -this.playHead(100*a/b)}},playBar:function(a){this.seekBar(a)},repeat:function(){this._loop(!0)},repeatOff:function(){this._loop(!1)},_loop:function(a){if(this.options.loop!==a)this.options.loop=a,this._updateButtons(),this._trigger(b.jPlayer.event.repeat)},currentTime:function(){},duration:function(){},gui:function(){},noSolution:function(){},option:function(a,c){var d=a;if(arguments.length===0)return b.extend(!0,{},this.options);if(typeof a==="string"){var e=a.split(".");if(c===f){for(var d=b.extend(!0, -{},this.options),g=0;g0?this._html_load():clearTimeout(this.internal.htmlDlyCmdId);this.htmlElement.media.pause();if(!isNaN(a))try{this.htmlElement.media.currentTime=a}catch(d){this.internal.htmlDlyCmdId=setTimeout(function(){b.pause(a)},100);return}a>0&&this._html_checkWaitForPlay()},_html_playHead:function(a){var b=this;this._html_load();try{if(typeof this.htmlElement.media.seekable==="object"&&this.htmlElement.media.seekable.length>0)this.htmlElement.media.currentTime= -a*this.htmlElement.media.seekable.end(this.htmlElement.media.seekable.length-1)/100;else if(this.htmlElement.media.duration>0&&!isNaN(this.htmlElement.media.duration))this.htmlElement.media.currentTime=a*this.htmlElement.media.duration/100;else throw"e";}catch(d){this.internal.htmlDlyCmdId=setTimeout(function(){b.playHead(a)},100);return}this.status.waitForLoad||this._html_checkWaitForPlay()},_html_checkWaitForPlay:function(){if(this.status.waitForPlay)this.status.waitForPlay=!1,this.css.jq.videoPlay.length&& -this.css.jq.videoPlay.hide(),this.status.video&&(this.internal.poster.jq.hide(),this.internal.video.jq.css({width:this.status.width,height:this.status.height}))},_html_volume:function(a){if(this.html.audio.available)this.htmlElement.audio.volume=a;if(this.html.video.available)this.htmlElement.video.volume=a},_html_mute:function(a){if(this.html.audio.available)this.htmlElement.audio.muted=a;if(this.html.video.available)this.htmlElement.video.muted=a},_flash_setAudio:function(a){var c=this;try{if(b.each(this.formats, -function(b,d){if(c.flash.support[d]&&a[d]){switch(d){case "m4a":case "fla":c._getMovie().fl_setAudio_m4a(a[d]);break;case "mp3":c._getMovie().fl_setAudio_mp3(a[d])}c.status.src=a[d];c.status.format[d]=!0;c.status.formatType=d;return!1}}),this.options.preload==="auto")this._flash_load(),this.status.waitForLoad=!1}catch(d){this._flashError(d)}},_flash_setVideo:function(a){var c=this;try{if(b.each(this.formats,function(b,d){if(c.flash.support[d]&&a[d]){switch(d){case "m4v":case "flv":c._getMovie().fl_setVideo_m4v(a[d])}c.status.src= -a[d];c.status.format[d]=!0;c.status.formatType=d;return!1}}),this.options.preload==="auto")this._flash_load(),this.status.waitForLoad=!1}catch(d){this._flashError(d)}},_flash_resetMedia:function(){this.internal.flash.jq.css({width:"0px",height:"0px"});this._flash_pause(NaN)},_flash_clearMedia:function(){try{this._getMovie().fl_clearMedia()}catch(a){this._flashError(a)}},_flash_load:function(){try{this._getMovie().fl_load()}catch(a){this._flashError(a)}this.status.waitForLoad=!1},_flash_play:function(a){try{this._getMovie().fl_play(a)}catch(b){this._flashError(b)}this.status.waitForLoad= -!1;this._flash_checkWaitForPlay()},_flash_pause:function(a){try{this._getMovie().fl_pause(a)}catch(b){this._flashError(b)}if(a>0)this.status.waitForLoad=!1,this._flash_checkWaitForPlay()},_flash_playHead:function(a){try{this._getMovie().fl_play_head(a)}catch(b){this._flashError(b)}this.status.waitForLoad||this._flash_checkWaitForPlay()},_flash_checkWaitForPlay:function(){if(this.status.waitForPlay)this.status.waitForPlay=!1,this.css.jq.videoPlay.length&&this.css.jq.videoPlay.hide(),this.status.video&& -(this.internal.poster.jq.hide(),this.internal.flash.jq.css({width:this.status.width,height:this.status.height}))},_flash_volume:function(a){try{this._getMovie().fl_volume(a)}catch(b){this._flashError(b)}},_flash_mute:function(a){try{this._getMovie().fl_mute(a)}catch(b){this._flashError(b)}},_getMovie:function(){return document[this.internal.flash.id]},_checkForFlash:function(a){var b=!1,d;if(window.ActiveXObject)try{new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+a),b=!0}catch(e){}else navigator.plugins&& -navigator.mimeTypes.length>0&&(d=navigator.plugins["Shockwave Flash"])&&navigator.plugins["Shockwave Flash"].description.replace(/.*\s(\d+\.\d+).*/,"$1")>=a&&(b=!0);return b},_validString:function(a){return a&&typeof a==="string"},_limitValue:function(a,b,d){return ad?d:a},_urlNotSetError:function(a){this._error({type:b.jPlayer.error.URL_NOT_SET,context:a,message:b.jPlayer.errorMsg.URL_NOT_SET,hint:b.jPlayer.errorHint.URL_NOT_SET})},_flashError:function(a){var c;c=this.internal.ready?"FLASH_DISABLED": -"FLASH";this._error({type:b.jPlayer.error[c],context:this.internal.flash.swf,message:b.jPlayer.errorMsg[c]+a.message,hint:b.jPlayer.errorHint[c]});this.internal.flash.jq.css({width:"1px",height:"1px"})},_error:function(a){this._trigger(b.jPlayer.event.error,a);this.options.errorAlerts&&this._alert("Error!"+(a.message?"\n\n"+a.message:"")+(a.hint?"\n\n"+a.hint:"")+"\n\nContext: "+a.context)},_warning:function(a){this._trigger(b.jPlayer.event.warning,f,a);this.options.warningAlerts&&this._alert("Warning!"+ -(a.message?"\n\n"+a.message:"")+(a.hint?"\n\n"+a.hint:"")+"\n\nContext: "+a.context)},_alert:function(a){alert("jPlayer "+this.version.script+" : id='"+this.internal.self.id+"' : "+a)},_emulateHtmlBridge:function(){var a=this;b.each(b.jPlayer.emulateMethods.split(/\s+/g),function(b,d){a.internal.domNode[d]=function(b){a[d](b)}});b.each(b.jPlayer.event,function(c,d){var e=!0;b.each(b.jPlayer.reservedEvent.split(/\s+/g),function(a,b){if(b===c)return e=!1});e&&a.element.bind(d+".jPlayer.jPlayerHtml", -function(){a._emulateHtmlUpdate();var b=document.createEvent("Event");b.initEvent(c,!1,!0);a.internal.domNode.dispatchEvent(b)})})},_emulateHtmlUpdate:function(){var a=this;b.each(b.jPlayer.emulateStatus.split(/\s+/g),function(b,d){a.internal.domNode[d]=a.status[d]});b.each(b.jPlayer.emulateOptions.split(/\s+/g),function(b,d){a.internal.domNode[d]=a.options[d]})},_destroyHtmlBridge:function(){var a=this;this.element.unbind(".jPlayerHtml");b.each((b.jPlayer.emulateMethods+" "+b.jPlayer.emulateStatus+ -" "+b.jPlayer.emulateOptions).split(/\s+/g),function(b,d){delete a.internal.domNode[d]})}};b.jPlayer.error={FLASH:"e_flash",FLASH_DISABLED:"e_flash_disabled",NO_SOLUTION:"e_no_solution",NO_SUPPORT:"e_no_support",URL:"e_url",URL_NOT_SET:"e_url_not_set",VERSION:"e_version"};b.jPlayer.errorMsg={FLASH:"jPlayer's Flash fallback is not configured correctly, or a command was issued before the jPlayer Ready event. Details: ",FLASH_DISABLED:"jPlayer's Flash fallback has been disabled by the browser due to the CSS rules you have used. Details: ", -NO_SOLUTION:"No solution can be found by jPlayer in this browser. Neither HTML nor Flash can be used.",NO_SUPPORT:"It is not possible to play any media format provided in setMedia() on this browser using your current options.",URL:"Media URL could not be loaded.",URL_NOT_SET:"Attempt to issue media playback commands, while no media url is set.",VERSION:"jPlayer "+b.jPlayer.prototype.version.script+" needs Jplayer.swf version "+b.jPlayer.prototype.version.needFlash+" but found "};b.jPlayer.errorHint= -{FLASH:"Check your swfPath option and that Jplayer.swf is there.",FLASH_DISABLED:"Check that you have not display:none; the jPlayer entity or any ancestor.",NO_SOLUTION:"Review the jPlayer options: support and supplied.",NO_SUPPORT:"Video or audio formats defined in the supplied option are missing.",URL:"Check media URL is valid.",URL_NOT_SET:"Use setMedia() to set the media URL.",VERSION:"Update jPlayer files."};b.jPlayer.warning={CSS_SELECTOR_COUNT:"e_css_selector_count",CSS_SELECTOR_METHOD:"e_css_selector_method", -CSS_SELECTOR_STRING:"e_css_selector_string",OPTION_KEY:"e_option_key"};b.jPlayer.warningMsg={CSS_SELECTOR_COUNT:"The number of css selectors found did not equal one: ",CSS_SELECTOR_METHOD:"The methodName given in jPlayer('cssSelector') is not a valid jPlayer method.",CSS_SELECTOR_STRING:"The methodCssSelector given in jPlayer('cssSelector') is not a String or is empty.",OPTION_KEY:"The option requested in jPlayer('option') is undefined."};b.jPlayer.warningHint={CSS_SELECTOR_COUNT:"Check your css selector and the ancestor.", -CSS_SELECTOR_METHOD:"Check your method name.",CSS_SELECTOR_STRING:"Check your css selector is a string.",OPTION_KEY:"Check your option name."}})(jQuery); \ No newline at end of file +media:"audio"},m4a:{codec:'audio/mp4; codecs="mp4a.40.2"',flashCanPlay:!0,media:"audio"},oga:{codec:'audio/ogg; codecs="vorbis"',flashCanPlay:!1,media:"audio"},wav:{codec:'audio/wav; codecs="1"',flashCanPlay:!1,media:"audio"},webma:{codec:'audio/webm; codecs="vorbis"',flashCanPlay:!1,media:"audio"},fla:{codec:"audio/x-flv",flashCanPlay:!0,media:"audio"},rtmpa:{codec:'audio/rtmp; codecs="rtmp"',flashCanPlay:!0,media:"audio"},m4v:{codec:'video/mp4; codecs="avc1.42E01E, mp4a.40.2"',flashCanPlay:!0,media:"video"}, +ogv:{codec:'video/ogg; codecs="theora, vorbis"',flashCanPlay:!1,media:"video"},webmv:{codec:'video/webm; codecs="vorbis, vp8"',flashCanPlay:!1,media:"video"},flv:{codec:"video/x-flv",flashCanPlay:!0,media:"video"},rtmpv:{codec:'video/rtmp; codecs="rtmp"',flashCanPlay:!0,media:"video"}},_init:function(){var a=this;this.element.empty();this.status=b.extend({},this.status);this.internal=b.extend({},this.internal);this.internal.domNode=this.element.get(0);this.formats=[];this.solutions=[];this.require= +{};this.htmlElement={};this.html={};this.html.audio={};this.html.video={};this.flash={};this.css={};this.css.cs={};this.css.jq={};this.ancestorJq=[];this.options.volume=this._limitValue(this.options.volume,0,1);b.each(this.options.supplied.toLowerCase().split(","),function(c,d){var e=d.replace(/^\s+|\s+$/g,"");if(a.format[e]){var f=false;b.each(a.formats,function(a,b){if(e===b){f=true;return false}});f||a.formats.push(e)}});b.each(this.options.solution.toLowerCase().split(","),function(c,d){var e= +d.replace(/^\s+|\s+$/g,"");if(a.solution[e]){var f=false;b.each(a.solutions,function(a,b){if(e===b){f=true;return false}});f||a.solutions.push(e)}});this.internal.instance="jp_"+this.count;this.instances[this.internal.instance]=this.element;this.element.attr("id")||this.element.attr("id",this.options.idPrefix+"_jplayer_"+this.count);this.internal.self=b.extend({},{id:this.element.attr("id"),jq:this.element});this.internal.audio=b.extend({},{id:this.options.idPrefix+"_audio_"+this.count,jq:f});this.internal.video= +b.extend({},{id:this.options.idPrefix+"_video_"+this.count,jq:f});this.internal.flash=b.extend({},{id:this.options.idPrefix+"_flash_"+this.count,jq:f,swf:this.options.swfPath+(this.options.swfPath.toLowerCase().slice(-4)!==".swf"?(this.options.swfPath&&this.options.swfPath.slice(-1)!=="/"?"/":"")+"Jplayer.swf":"")});this.internal.poster=b.extend({},{id:this.options.idPrefix+"_poster_"+this.count,jq:f});b.each(b.jPlayer.event,function(b,c){if(a.options[b]!==f){a.element.bind(c+".jPlayer",a.options[b]); +a.options[b]=f}});this.require.audio=false;this.require.video=false;b.each(this.formats,function(b,c){a.require[a.format[c].media]=true});this.options=this.require.video?b.extend(true,{},this.optionsVideo,this.options):b.extend(true,{},this.optionsAudio,this.options);this._setSize();this.status.nativeVideoControls=this._uaBlocklist(this.options.nativeVideoControls);this.status.noFullScreen=this._uaBlocklist(this.options.noFullScreen);this.status.noVolume=this._uaBlocklist(this.options.noVolume);this._restrictNativeVideoControls(); +this.htmlElement.poster=document.createElement("img");this.htmlElement.poster.id=this.internal.poster.id;this.htmlElement.poster.onload=function(){(!a.status.video||a.status.waitForPlay)&&a.internal.poster.jq.show()};this.element.append(this.htmlElement.poster);this.internal.poster.jq=b("#"+this.internal.poster.id);this.internal.poster.jq.css({width:this.status.width,height:this.status.height});this.internal.poster.jq.hide();this.internal.poster.jq.bind("click.jPlayer",function(){a._trigger(b.jPlayer.event.click)}); +this.html.audio.available=false;if(this.require.audio){this.htmlElement.audio=document.createElement("audio");this.htmlElement.audio.id=this.internal.audio.id;this.html.audio.available=!!this.htmlElement.audio.canPlayType&&this._testCanPlayType(this.htmlElement.audio)}this.html.video.available=false;if(this.require.video){this.htmlElement.video=document.createElement("video");this.htmlElement.video.id=this.internal.video.id;this.html.video.available=!!this.htmlElement.video.canPlayType&&this._testCanPlayType(this.htmlElement.video)}this.flash.available= +this._checkForFlash(10);this.html.canPlay={};this.flash.canPlay={};b.each(this.formats,function(b,c){a.html.canPlay[c]=a.html[a.format[c].media].available&&""!==a.htmlElement[a.format[c].media].canPlayType(a.format[c].codec);a.flash.canPlay[c]=a.format[c].flashCanPlay&&a.flash.available});this.html.desired=false;this.flash.desired=false;b.each(this.solutions,function(c,d){if(c===0)a[d].desired=true;else{var e=false,f=false;b.each(a.formats,function(b,c){a[a.solutions[0]].canPlay[c]&&(a.format[c].media=== +"video"?f=true:e=true)});a[d].desired=a.require.audio&&!e||a.require.video&&!f}});this.html.support={};this.flash.support={};b.each(this.formats,function(b,c){a.html.support[c]=a.html.canPlay[c]&&a.html.desired;a.flash.support[c]=a.flash.canPlay[c]&&a.flash.desired});this.html.used=false;this.flash.used=false;b.each(this.solutions,function(c,d){b.each(a.formats,function(b,c){if(a[d].support[c]){a[d].used=true;return false}})});this._resetActive();this._resetGate();this._cssSelectorAncestor(this.options.cssSelectorAncestor); +if(!this.html.used&&!this.flash.used){this._error({type:b.jPlayer.error.NO_SOLUTION,context:"{solution:'"+this.options.solution+"', supplied:'"+this.options.supplied+"'}",message:b.jPlayer.errorMsg.NO_SOLUTION,hint:b.jPlayer.errorHint.NO_SOLUTION});this.css.jq.noSolution.length&&this.css.jq.noSolution.show()}else this.css.jq.noSolution.length&&this.css.jq.noSolution.hide();if(this.flash.used){var c,d="jQuery="+encodeURI(this.options.noConflict)+"&id="+encodeURI(this.internal.self.id)+"&vol="+this.options.volume+ +"&muted="+this.options.muted;if(b.jPlayer.browser.msie&&Number(b.jPlayer.browser.version)<=8){d=['','','','',''];c=document.createElement(''); +for(var e=0;e0?100*d/this.status.duration:0;if(typeof a.seekable==="object"&&a.seekable.length>0){g=this.status.duration>0?100*a.seekable.end(a.seekable.length-1)/this.status.duration:100;f=this.status.duration>0?100*a.currentTime/a.seekable.end(a.seekable.length-1):0}else{g= +100;f=e}if(b)e=f=d=0;this.status.seekPercent=g;this.status.currentPercentRelative=f;this.status.currentPercentAbsolute=e;this.status.currentTime=d;this.status.readyState=a.readyState;this.status.networkState=a.networkState;this.status.playbackRate=a.playbackRate;this.status.ended=a.ended},_resetStatus:function(){this.status=b.extend({},this.status,b.jPlayer.prototype.status)},_trigger:function(a,c,d){a=b.Event(a);a.jPlayer={};a.jPlayer.version=b.extend({},this.version);a.jPlayer.options=b.extend(true, +{},this.options);a.jPlayer.status=b.extend(true,{},this.status);a.jPlayer.html=b.extend(true,{},this.html);a.jPlayer.flash=b.extend(true,{},this.flash);if(c)a.jPlayer.error=b.extend({},c);if(d)a.jPlayer.warning=b.extend({},d);this.element.trigger(a)},jPlayerFlashEvent:function(a,c){if(a===b.jPlayer.event.ready)if(this.internal.ready){if(this.flash.gate){if(this.status.srcSet){var d=this.status.currentTime,e=this.status.paused;this.setMedia(this.status.media);d>0&&(e?this.pause(d):this.play(d))}this._trigger(b.jPlayer.event.flashreset)}}else{this.internal.ready= +true;this.internal.flash.jq.css({width:"0px",height:"0px"});this.version.flash=c.version;this.version.needFlash!==this.version.flash&&this._error({type:b.jPlayer.error.VERSION,context:this.version.flash,message:b.jPlayer.errorMsg.VERSION+this.version.flash,hint:b.jPlayer.errorHint.VERSION});this._trigger(b.jPlayer.event.repeat);this._trigger(a)}if(this.flash.gate)switch(a){case b.jPlayer.event.progress:this._getFlashStatus(c);this._updateInterface();this._trigger(a);break;case b.jPlayer.event.timeupdate:this._getFlashStatus(c); +this._updateInterface();this._trigger(a);break;case b.jPlayer.event.play:this._seeked();this._updateButtons(true);this._trigger(a);break;case b.jPlayer.event.pause:this._updateButtons(false);this._trigger(a);break;case b.jPlayer.event.ended:this._updateButtons(false);this._trigger(a);break;case b.jPlayer.event.click:this._trigger(a);break;case b.jPlayer.event.error:this.status.waitForLoad=true;this.status.waitForPlay=true;this.status.video&&this.internal.flash.jq.css({width:"0px",height:"0px"});this._validString(this.status.media.poster)&& +this.internal.poster.jq.show();this.css.jq.videoPlay.length&&this.status.video&&this.css.jq.videoPlay.show();this.status.video?this._flash_setVideo(this.status.media):this._flash_setAudio(this.status.media);this._updateButtons(false);this._error({type:b.jPlayer.error.URL,context:c.src,message:b.jPlayer.errorMsg.URL,hint:b.jPlayer.errorHint.URL});break;case b.jPlayer.event.seeking:this._seeking();this._trigger(a);break;case b.jPlayer.event.seeked:this._seeked();this._trigger(a);break;case b.jPlayer.event.ready:break; +default:this._trigger(a)}return false},_getFlashStatus:function(a){this.status.seekPercent=a.seekPercent;this.status.currentPercentRelative=a.currentPercentRelative;this.status.currentPercentAbsolute=a.currentPercentAbsolute;this.status.currentTime=a.currentTime;this.status.duration=a.duration;this.status.readyState=4;this.status.networkState=0;this.status.playbackRate=1;this.status.ended=false},_updateButtons:function(a){if(a!==f){this.status.paused=!a;if(this.css.jq.play.length&&this.css.jq.pause.length)if(a){this.css.jq.play.hide(); +this.css.jq.pause.show()}else{this.css.jq.play.show();this.css.jq.pause.hide()}}if(this.css.jq.restoreScreen.length&&this.css.jq.fullScreen.length)if(this.status.noFullScreen){this.css.jq.fullScreen.hide();this.css.jq.restoreScreen.hide()}else if(this.options.fullScreen){this.css.jq.fullScreen.hide();this.css.jq.restoreScreen.show()}else{this.css.jq.fullScreen.show();this.css.jq.restoreScreen.hide()}if(this.css.jq.repeat.length&&this.css.jq.repeatOff.length)if(this.options.loop){this.css.jq.repeat.hide(); +this.css.jq.repeatOff.show()}else{this.css.jq.repeat.show();this.css.jq.repeatOff.hide()}},_updateInterface:function(){this.css.jq.seekBar.length&&this.css.jq.seekBar.width(this.status.seekPercent+"%");this.css.jq.playBar.length&&this.css.jq.playBar.width(this.status.currentPercentRelative+"%");this.css.jq.currentTime.length&&this.css.jq.currentTime.text(b.jPlayer.convertTime(this.status.currentTime));this.css.jq.duration.length&&this.css.jq.duration.text(b.jPlayer.convertTime(this.status.duration))}, +_seeking:function(){this.css.jq.seekBar.length&&this.css.jq.seekBar.addClass("jp-seeking-bg")},_seeked:function(){this.css.jq.seekBar.length&&this.css.jq.seekBar.removeClass("jp-seeking-bg")},_resetGate:function(){this.html.audio.gate=false;this.html.video.gate=false;this.flash.gate=false},_resetActive:function(){this.html.active=false;this.flash.active=false},setMedia:function(a){var c=this,d=false,e=this.status.media.poster!==a.poster;this._resetMedia();this._resetGate();this._resetActive();b.each(this.formats, +function(e,f){var i=c.format[f].media==="video";b.each(c.solutions,function(b,e){if(c[e].support[f]&&c._validString(a[f])){var g=e==="html";if(i){if(g){c.html.video.gate=true;c._html_setVideo(a);c.html.active=true}else{c.flash.gate=true;c._flash_setVideo(a);c.flash.active=true}c.css.jq.videoPlay.length&&c.css.jq.videoPlay.show();c.status.video=true}else{if(g){c.html.audio.gate=true;c._html_setAudio(a);c.html.active=true}else{c.flash.gate=true;c._flash_setAudio(a);c.flash.active=true}c.css.jq.videoPlay.length&& +c.css.jq.videoPlay.hide();c.status.video=false}d=true;return false}});if(d)return false});if(d){if((!this.status.nativeVideoControls||!this.html.video.gate)&&this._validString(a.poster))e?this.htmlElement.poster.src=a.poster:this.internal.poster.jq.show();this.status.srcSet=true;this.status.media=b.extend({},a);this._updateButtons(false);this._updateInterface()}else this._error({type:b.jPlayer.error.NO_SUPPORT,context:"{supplied:'"+this.options.supplied+"'}",message:b.jPlayer.errorMsg.NO_SUPPORT, +hint:b.jPlayer.errorHint.NO_SUPPORT})},_resetMedia:function(){this._resetStatus();this._updateButtons(false);this._updateInterface();this._seeked();this.internal.poster.jq.hide();clearTimeout(this.internal.htmlDlyCmdId);this.html.active?this._html_resetMedia():this.flash.active&&this._flash_resetMedia()},clearMedia:function(){this._resetMedia();this.html.active?this._html_clearMedia():this.flash.active&&this._flash_clearMedia();this._resetGate();this._resetActive()},load:function(){this.status.srcSet? +this.html.active?this._html_load():this.flash.active&&this._flash_load():this._urlNotSetError("load")},play:function(a){a=typeof a==="number"?a:NaN;this.status.srcSet?this.html.active?this._html_play(a):this.flash.active&&this._flash_play(a):this._urlNotSetError("play")},videoPlay:function(){this.play()},pause:function(a){a=typeof a==="number"?a:NaN;this.status.srcSet?this.html.active?this._html_pause(a):this.flash.active&&this._flash_pause(a):this._urlNotSetError("pause")},pauseOthers:function(){var a= +this;b.each(this.instances,function(b,d){a.element!==d&&d.data("jPlayer").status.srcSet&&d.jPlayer("pause")})},stop:function(){this.status.srcSet?this.html.active?this._html_pause(0):this.flash.active&&this._flash_pause(0):this._urlNotSetError("stop")},playHead:function(a){a=this._limitValue(a,0,100);this.status.srcSet?this.html.active?this._html_playHead(a):this.flash.active&&this._flash_playHead(a):this._urlNotSetError("playHead")},_muted:function(a){this.options.muted=a;this.html.used&&this._html_mute(a); +this.flash.used&&this._flash_mute(a);if(!this.html.video.gate&&!this.html.audio.gate){this._updateMute(a);this._updateVolume(this.options.volume);this._trigger(b.jPlayer.event.volumechange)}},mute:function(a){a=a===f?true:!!a;this._muted(a)},unmute:function(a){a=a===f?true:!!a;this._muted(!a)},_updateMute:function(a){if(a===f)a=this.options.muted;if(this.css.jq.mute.length&&this.css.jq.unmute.length)if(this.status.noVolume){this.css.jq.mute.hide();this.css.jq.unmute.hide()}else if(a){this.css.jq.mute.hide(); +this.css.jq.unmute.show()}else{this.css.jq.mute.show();this.css.jq.unmute.hide()}},volume:function(a){a=this._limitValue(a,0,1);this.options.volume=a;this.html.used&&this._html_volume(a);this.flash.used&&this._flash_volume(a);if(!this.html.video.gate&&!this.html.audio.gate){this._updateVolume(a);this._trigger(b.jPlayer.event.volumechange)}},volumeBar:function(a){if(this.css.jq.volumeBar.length){var b=this.css.jq.volumeBar.offset(),d=a.pageX-b.left,e=this.css.jq.volumeBar.width(),a=this.css.jq.volumeBar.height()- +a.pageY+b.top,b=this.css.jq.volumeBar.height();this.options.verticalVolume?this.volume(a/b):this.volume(d/e)}this.options.muted&&this._muted(false)},volumeBarValue:function(a){this.volumeBar(a)},_updateVolume:function(a){if(a===f)a=this.options.volume;a=this.options.muted?0:a;if(this.status.noVolume){this.css.jq.volumeBar.length&&this.css.jq.volumeBar.hide();this.css.jq.volumeBarValue.length&&this.css.jq.volumeBarValue.hide();this.css.jq.volumeMax.length&&this.css.jq.volumeMax.hide()}else{this.css.jq.volumeBar.length&& +this.css.jq.volumeBar.show();if(this.css.jq.volumeBarValue.length){this.css.jq.volumeBarValue.show();this.css.jq.volumeBarValue[this.options.verticalVolume?"height":"width"](a*100+"%")}this.css.jq.volumeMax.length&&this.css.jq.volumeMax.show()}},volumeMax:function(){this.volume(1);this.options.muted&&this._muted(false)},_cssSelectorAncestor:function(a){var c=this;this.options.cssSelectorAncestor=a;this._removeUiClass();this.ancestorJq=a?b(a):[];a&&this.ancestorJq.length!==1&&this._warning({type:b.jPlayer.warning.CSS_SELECTOR_COUNT, +context:a,message:b.jPlayer.warningMsg.CSS_SELECTOR_COUNT+this.ancestorJq.length+" found for cssSelectorAncestor.",hint:b.jPlayer.warningHint.CSS_SELECTOR_COUNT});this._addUiClass();b.each(this.options.cssSelector,function(a,b){c._cssSelector(a,b)})},_cssSelector:function(a,c){var d=this;if(typeof c==="string")if(b.jPlayer.prototype.options.cssSelector[a]){this.css.jq[a]&&this.css.jq[a].length&&this.css.jq[a].unbind(".jPlayer");this.options.cssSelector[a]=c;this.css.cs[a]=this.options.cssSelectorAncestor+ +" "+c;this.css.jq[a]=c?b(this.css.cs[a]):[];this.css.jq[a].length&&this.css.jq[a].bind("click.jPlayer",function(c){d[a](c);b(this).blur();return false});c&&this.css.jq[a].length!==1&&this._warning({type:b.jPlayer.warning.CSS_SELECTOR_COUNT,context:this.css.cs[a],message:b.jPlayer.warningMsg.CSS_SELECTOR_COUNT+this.css.jq[a].length+" found for "+a+" method.",hint:b.jPlayer.warningHint.CSS_SELECTOR_COUNT})}else this._warning({type:b.jPlayer.warning.CSS_SELECTOR_METHOD,context:a,message:b.jPlayer.warningMsg.CSS_SELECTOR_METHOD, +hint:b.jPlayer.warningHint.CSS_SELECTOR_METHOD});else this._warning({type:b.jPlayer.warning.CSS_SELECTOR_STRING,context:c,message:b.jPlayer.warningMsg.CSS_SELECTOR_STRING,hint:b.jPlayer.warningHint.CSS_SELECTOR_STRING})},seekBar:function(a){if(this.css.jq.seekBar){var b=this.css.jq.seekBar.offset(),a=a.pageX-b.left,b=this.css.jq.seekBar.width();this.playHead(100*a/b)}},playBar:function(a){this.seekBar(a)},repeat:function(){this._loop(true)},repeatOff:function(){this._loop(false)},_loop:function(a){if(this.options.loop!== +a){this.options.loop=a;this._updateButtons();this._trigger(b.jPlayer.event.repeat)}},currentTime:function(){},duration:function(){},gui:function(){},noSolution:function(){},option:function(a,c){var d=a;if(arguments.length===0)return b.extend(true,{},this.options);if(typeof a==="string"){var e=a.split(".");if(c===f){for(var d=b.extend(true,{},this.options),g=0;g0?this._html_load():clearTimeout(this.internal.htmlDlyCmdId);this.htmlElement.media.pause();if(!isNaN(a))try{this.htmlElement.media.currentTime= +a}catch(d){this.internal.htmlDlyCmdId=setTimeout(function(){b.pause(a)},100);return}a>0&&this._html_checkWaitForPlay()},_html_playHead:function(a){var b=this;this._html_load();try{if(typeof this.htmlElement.media.seekable==="object"&&this.htmlElement.media.seekable.length>0)this.htmlElement.media.currentTime=a*this.htmlElement.media.seekable.end(this.htmlElement.media.seekable.length-1)/100;else if(this.htmlElement.media.duration>0&&!isNaN(this.htmlElement.media.duration))this.htmlElement.media.currentTime= +a*this.htmlElement.media.duration/100;else throw"e";}catch(d){this.internal.htmlDlyCmdId=setTimeout(function(){b.playHead(a)},100);return}this.status.waitForLoad||this._html_checkWaitForPlay()},_html_checkWaitForPlay:function(){if(this.status.waitForPlay){this.status.waitForPlay=false;this.css.jq.videoPlay.length&&this.css.jq.videoPlay.hide();if(this.status.video){this.internal.poster.jq.hide();this.internal.video.jq.css({width:this.status.width,height:this.status.height})}}},_html_volume:function(a){if(this.html.audio.available)this.htmlElement.audio.volume= +a;if(this.html.video.available)this.htmlElement.video.volume=a},_html_mute:function(a){if(this.html.audio.available)this.htmlElement.audio.muted=a;if(this.html.video.available)this.htmlElement.video.muted=a},_flash_setAudio:function(a){var c=this;try{b.each(this.formats,function(b,d){if(c.flash.support[d]&&a[d]){switch(d){case "m4a":case "fla":c._getMovie().fl_setAudio_m4a(a[d]);break;case "mp3":c._getMovie().fl_setAudio_mp3(a[d]);break;case "rtmpa":c._getMovie().fl_setAudio_rtmp(a[d])}c.status.src= +a[d];c.status.format[d]=true;c.status.formatType=d;return false}});if(this.options.preload==="auto"){this._flash_load();this.status.waitForLoad=false}}catch(d){this._flashError(d)}},_flash_setVideo:function(a){var c=this;try{b.each(this.formats,function(b,d){if(c.flash.support[d]&&a[d]){switch(d){case "m4v":case "flv":c._getMovie().fl_setVideo_m4v(a[d]);break;case "rtmpv":c._getMovie().fl_setVideo_rtmp(a[d])}c.status.src=a[d];c.status.format[d]=true;c.status.formatType=d;return false}});if(this.options.preload=== +"auto"){this._flash_load();this.status.waitForLoad=false}}catch(d){this._flashError(d)}},_flash_resetMedia:function(){this.internal.flash.jq.css({width:"0px",height:"0px"});this._flash_pause(NaN)},_flash_clearMedia:function(){try{this._getMovie().fl_clearMedia()}catch(a){this._flashError(a)}},_flash_load:function(){try{this._getMovie().fl_load()}catch(a){this._flashError(a)}this.status.waitForLoad=false},_flash_play:function(a){try{this._getMovie().fl_play(a)}catch(b){this._flashError(b)}this.status.waitForLoad= +false;this._flash_checkWaitForPlay()},_flash_pause:function(a){try{this._getMovie().fl_pause(a)}catch(b){this._flashError(b)}if(a>0){this.status.waitForLoad=false;this._flash_checkWaitForPlay()}},_flash_playHead:function(a){try{this._getMovie().fl_play_head(a)}catch(b){this._flashError(b)}this.status.waitForLoad||this._flash_checkWaitForPlay()},_flash_checkWaitForPlay:function(){if(this.status.waitForPlay){this.status.waitForPlay=false;this.css.jq.videoPlay.length&&this.css.jq.videoPlay.hide();if(this.status.video){this.internal.poster.jq.hide(); +this.internal.flash.jq.css({width:this.status.width,height:this.status.height})}}},_flash_volume:function(a){try{this._getMovie().fl_volume(a)}catch(b){this._flashError(b)}},_flash_mute:function(a){try{this._getMovie().fl_mute(a)}catch(b){this._flashError(b)}},_getMovie:function(){return document[this.internal.flash.id]},_checkForFlash:function(a){var b=false,d;if(window.ActiveXObject)try{new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+a);b=true}catch(e){}else if(navigator.plugins&&navigator.mimeTypes.length> +0)(d=navigator.plugins["Shockwave Flash"])&&navigator.plugins["Shockwave Flash"].description.replace(/.*\s(\d+\.\d+).*/,"$1")>=a&&(b=true);return b},_validString:function(a){return a&&typeof a==="string"},_limitValue:function(a,b,d){return ad?d:a},_urlNotSetError:function(a){this._error({type:b.jPlayer.error.URL_NOT_SET,context:a,message:b.jPlayer.errorMsg.URL_NOT_SET,hint:b.jPlayer.errorHint.URL_NOT_SET})},_flashError:function(a){var c;c=this.internal.ready?"FLASH_DISABLED":"FLASH";this._error({type:b.jPlayer.error[c], +context:this.internal.flash.swf,message:b.jPlayer.errorMsg[c]+a.message,hint:b.jPlayer.errorHint[c]});this.internal.flash.jq.css({width:"1px",height:"1px"})},_error:function(a){this._trigger(b.jPlayer.event.error,a);this.options.errorAlerts&&this._alert("Error!"+(a.message?"\n\n"+a.message:"")+(a.hint?"\n\n"+a.hint:"")+"\n\nContext: "+a.context)},_warning:function(a){this._trigger(b.jPlayer.event.warning,f,a);this.options.warningAlerts&&this._alert("Warning!"+(a.message?"\n\n"+a.message:"")+(a.hint? +"\n\n"+a.hint:"")+"\n\nContext: "+a.context)},_alert:function(a){alert("jPlayer "+this.version.script+" : id='"+this.internal.self.id+"' : "+a)},_emulateHtmlBridge:function(){var a=this;b.each(b.jPlayer.emulateMethods.split(/\s+/g),function(b,d){a.internal.domNode[d]=function(b){a[d](b)}});b.each(b.jPlayer.event,function(c,d){var e=true;b.each(b.jPlayer.reservedEvent.split(/\s+/g),function(a,b){if(b===c)return e=false});e&&a.element.bind(d+".jPlayer.jPlayerHtml",function(){a._emulateHtmlUpdate(); +var b=document.createEvent("Event");b.initEvent(c,false,true);a.internal.domNode.dispatchEvent(b)})})},_emulateHtmlUpdate:function(){var a=this;b.each(b.jPlayer.emulateStatus.split(/\s+/g),function(b,d){a.internal.domNode[d]=a.status[d]});b.each(b.jPlayer.emulateOptions.split(/\s+/g),function(b,d){a.internal.domNode[d]=a.options[d]})},_destroyHtmlBridge:function(){var a=this;this.element.unbind(".jPlayerHtml");b.each((b.jPlayer.emulateMethods+" "+b.jPlayer.emulateStatus+" "+b.jPlayer.emulateOptions).split(/\s+/g), +function(b,d){delete a.internal.domNode[d]})}};b.jPlayer.error={FLASH:"e_flash",FLASH_DISABLED:"e_flash_disabled",NO_SOLUTION:"e_no_solution",NO_SUPPORT:"e_no_support",URL:"e_url",URL_NOT_SET:"e_url_not_set",VERSION:"e_version"};b.jPlayer.errorMsg={FLASH:"jPlayer's Flash fallback is not configured correctly, or a command was issued before the jPlayer Ready event. Details: ",FLASH_DISABLED:"jPlayer's Flash fallback has been disabled by the browser due to the CSS rules you have used. Details: ",NO_SOLUTION:"No solution can be found by jPlayer in this browser. Neither HTML nor Flash can be used.", +NO_SUPPORT:"It is not possible to play any media format provided in setMedia() on this browser using your current options.",URL:"Media URL could not be loaded.",URL_NOT_SET:"Attempt to issue media playback commands, while no media url is set.",VERSION:"jPlayer "+b.jPlayer.prototype.version.script+" needs Jplayer.swf version "+b.jPlayer.prototype.version.needFlash+" but found "};b.jPlayer.errorHint={FLASH:"Check your swfPath option and that Jplayer.swf is there.",FLASH_DISABLED:"Check that you have not display:none; the jPlayer entity or any ancestor.", +NO_SOLUTION:"Review the jPlayer options: support and supplied.",NO_SUPPORT:"Video or audio formats defined in the supplied option are missing.",URL:"Check media URL is valid.",URL_NOT_SET:"Use setMedia() to set the media URL.",VERSION:"Update jPlayer files."};b.jPlayer.warning={CSS_SELECTOR_COUNT:"e_css_selector_count",CSS_SELECTOR_METHOD:"e_css_selector_method",CSS_SELECTOR_STRING:"e_css_selector_string",OPTION_KEY:"e_option_key"};b.jPlayer.warningMsg={CSS_SELECTOR_COUNT:"The number of css selectors found did not equal one: ", +CSS_SELECTOR_METHOD:"The methodName given in jPlayer('cssSelector') is not a valid jPlayer method.",CSS_SELECTOR_STRING:"The methodCssSelector given in jPlayer('cssSelector') is not a String or is empty.",OPTION_KEY:"The option requested in jPlayer('option') is undefined."};b.jPlayer.warningHint={CSS_SELECTOR_COUNT:"Check your css selector and the ancestor.",CSS_SELECTOR_METHOD:"Check your method name.",CSS_SELECTOR_STRING:"Check your css selector is a string.",OPTION_KEY:"Check your option name."}})(jQuery); \ No newline at end of file From 0eb6b596adc76e9bad7abc8eeae6ab94d5ea8330 Mon Sep 17 00:00:00 2001 From: Sebastian Matuszewski Date: Fri, 1 Feb 2013 00:02:01 +0100 Subject: [PATCH 02/53] Polish locale update (not full - 75%) --- .../locale/pl_PL/LC_MESSAGES/airtime.mo | Bin 0 -> 39790 bytes .../locale/pl_PL/LC_MESSAGES/airtime.po | 3658 +++++++++++++++++ 2 files changed, 3658 insertions(+) create mode 100644 airtime_mvc/locale/pl_PL/LC_MESSAGES/airtime.mo create mode 100644 airtime_mvc/locale/pl_PL/LC_MESSAGES/airtime.po diff --git a/airtime_mvc/locale/pl_PL/LC_MESSAGES/airtime.mo b/airtime_mvc/locale/pl_PL/LC_MESSAGES/airtime.mo new file mode 100644 index 0000000000000000000000000000000000000000..996a1063afe7f1a6885d9c73004c526086949234 GIT binary patch literal 39790 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 Xdgc, 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: Airtime 2.3\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-01-15 10:36-0500\n" +"PO-Revision-Date: 2013-01-31 11:58+0100\n" +"Last-Translator: Sebastian Matuszewski \n" +"Language-Team: SEMATpl & PallottiFM \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" +"Language: Polski\n" + +#: airtime_mvc/application/configs/navigation.php:12 +msgid "Now Playing" +msgstr "Aktualnie odtwarzne" + +#: airtime_mvc/application/configs/navigation.php:19 +msgid "Add Media" +msgstr "Dodaj media" + +#: airtime_mvc/application/configs/navigation.php:26 +msgid "Library" +msgstr "Biblioteka" + +#: airtime_mvc/application/configs/navigation.php:33 +msgid "Calendar" +msgstr "Kalendarz" + +#: airtime_mvc/application/configs/navigation.php:40 +msgid "System" +msgstr "System" + +#: airtime_mvc/application/configs/navigation.php:45 +#: airtime_mvc/application/views/scripts/preference/index.phtml:2 +msgid "Preferences" +msgstr "Preferencje" + +#: airtime_mvc/application/configs/navigation.php:50 +msgid "Users" +msgstr "Użytkownicy" + +#: airtime_mvc/application/configs/navigation.php:57 +msgid "Media Folders" +msgstr "Folder z mediami" + +#: airtime_mvc/application/configs/navigation.php:64 +msgid "Streams" +msgstr "Strumienie" + +#: airtime_mvc/application/configs/navigation.php:70 +#: airtime_mvc/application/controllers/PreferenceController.php:133 +msgid "Support Feedback" +msgstr "Wsparcie Feedback" + +#: airtime_mvc/application/configs/navigation.php:76 +#: airtime_mvc/application/controllers/LocaleController.php:364 +#: airtime_mvc/application/controllers/LocaleController.php:365 +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:5 +msgid "Status" +msgstr "Status" + +#: airtime_mvc/application/configs/navigation.php:83 +msgid "Playout History" +msgstr "Historia odtwarzania" + +#: airtime_mvc/application/configs/navigation.php:90 +msgid "Listener Stats" +msgstr "Statystyki słuchaczy" + +#: airtime_mvc/application/configs/navigation.php:99 +#: airtime_mvc/application/views/scripts/error/error.phtml:13 +msgid "Help" +msgstr "Pomoc" + +#: airtime_mvc/application/configs/navigation.php:104 +msgid "Getting Started" +msgstr "Jak zacząć" + +#: airtime_mvc/application/configs/navigation.php:111 +msgid "User Manual" +msgstr "Instrukcja użytkownika" + +#: airtime_mvc/application/configs/navigation.php:116 +#: airtime_mvc/application/views/scripts/dashboard/about.phtml:2 +msgid "About" +msgstr "About" + +#: airtime_mvc/application/layouts/scripts/bare.phtml:5 +#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:2 +msgid "Live stream" +msgstr "Transmisja na żywo" + +#: airtime_mvc/application/layouts/scripts/audio-player.phtml:5 +#: airtime_mvc/application/controllers/LocaleController.php:34 +msgid "Audio Player" +msgstr "Odtwrzacz" + +#: airtime_mvc/application/layouts/scripts/layout.phtml:27 +msgid "Logout" +msgstr "Wyloguj" + +#: airtime_mvc/application/layouts/scripts/login.phtml:16 +#, php-format +msgid "" +"Airtime Copyright ©Sourcefabric o.p.s. All rights reserved.%sMaintained " +"and distributed under GNU GPL v.3 by %sSourcefabric o.p.s%s" +msgstr "" +"Airtime Copyright ©Sourcefabric o.p.s. Wszelkie prawa zastrzeżone." +"%sUtrzymywany i rozpowszechniany na zasadach licencji GNU GPL v.3 by " +"%sSourcefabric o.p.s%s" + +#: airtime_mvc/application/models/StoredFile.php:810 +#: airtime_mvc/application/controllers/LocaleController.php:284 +msgid "Track preview" +msgstr "Podgląd utworu" + +#: airtime_mvc/application/models/StoredFile.php:812 +msgid "Playlist preview" +msgstr "Podgląd listy odtwarzania" + +#: airtime_mvc/application/models/StoredFile.php:815 +msgid "Webstream preview" +msgstr "Podgląd webstrumienia" + +#: airtime_mvc/application/models/StoredFile.php:817 +msgid "Smart Block" +msgstr "Smart Block" + +#: airtime_mvc/application/models/StoredFile.php:950 +msgid "Failed to create 'organize' directory." +msgstr "Katalog 'organize' nie może zostać utworzony." + +#: airtime_mvc/application/models/StoredFile.php:963 +#, php-format +msgid "" +"The file was not uploaded, there is %s MB of disk space left and the file " +"you are uploading has a size of %s MB." +msgstr "" +"Plik nie został przesłany, na dysku pozostało %s MB wolnego miejsca, a plik " +"który próbujesz przesłać ma %s MB." + +#: airtime_mvc/application/models/StoredFile.php:972 +msgid "" +"This file appears to be corrupted and will not be added to media library." +msgstr "" +"Ten plik jest prawdopodobnie uszkodzony i nie może zostać dodany do " +"biblioteki mediów." + +#: airtime_mvc/application/models/StoredFile.php:1008 +msgid "" +"The file was not uploaded, this error can occur if the computer hard drive " +"does not have enough disk space or the stor directory does not have correct " +"write permissions." +msgstr "" +"Plik nie został dodany, błąd ten może występować w przypadku kiedy nie ma " +"wystarczającej ilości wolnego miejsca na dysku lub katalog stor nie posiada " +"poprawnych uprawnień do zapisu." + +#: airtime_mvc/application/models/Preference.php:538 +msgid "Select Country" +msgstr "Wybierz kraj" + +#: airtime_mvc/application/models/MusicDir.php:160 +#, php-format +msgid "%s is already watched." +msgstr "%s jest teraz przeszukiwany." + +#: airtime_mvc/application/models/MusicDir.php:164 +#, php-format +msgid "%s contains nested watched directory: %s" +msgstr "" + +#: airtime_mvc/application/models/MusicDir.php:168 +#, php-format +msgid "%s is nested within existing watched directory: %s" +msgstr "" + +#: airtime_mvc/application/models/MusicDir.php:189 +#: airtime_mvc/application/models/MusicDir.php:363 +#, php-format +msgid "%s is not a valid directory." +msgstr "%s nie jest poprawnym katalogiem." + +#: airtime_mvc/application/models/MusicDir.php:231 +#, php-format +msgid "" +"%s is already set as the current storage dir or in the watched folders list" +msgstr "" +"%s jest już ustawiony jako główny katalog, bądź znajduje się na liście " +"przeszukiwanych katalogów" + +#: airtime_mvc/application/models/MusicDir.php:381 +#, php-format +msgid "" +"%s is already set as the current storage dir or in the watched folders list." +msgstr "" +"%s jest już ustawiony jako główny katalog, bądź znajduje się na liście " +"przeszukiwanych katalogów." + +#: airtime_mvc/application/models/MusicDir.php:424 +#, php-format +msgid "%s doesn't exist in the watched list." +msgstr "%s nie występuje na liście przekądanych katalogów." + +#: airtime_mvc/application/models/Playlist.php:723 +#: airtime_mvc/application/models/Block.php:760 +msgid "Cue in and cue out are null." +msgstr "Cue-in i cue-out mają wartość null." + +#: airtime_mvc/application/models/Playlist.php:753 +#: airtime_mvc/application/models/Playlist.php:776 +#: airtime_mvc/application/models/Block.php:806 +#: airtime_mvc/application/models/Block.php:827 +msgid "Can't set cue in to be larger than cue out." +msgstr "Wartość cue-in nie może być większa niż cue-out." + +#: airtime_mvc/application/models/Playlist.php:760 +#: airtime_mvc/application/models/Playlist.php:801 +#: airtime_mvc/application/models/Block.php:795 +#: airtime_mvc/application/models/Block.php:851 +msgid "Can't set cue out to be greater than file length." +msgstr "Wartośc cue-out nie może być większa niż długość pliku." + +#: airtime_mvc/application/models/Playlist.php:794 +#: airtime_mvc/application/models/Block.php:862 +msgid "Can't set cue out to be smaller than cue in." +msgstr "Wartość cue-out nie może być mniejsza od cue-in." + +#: airtime_mvc/application/models/Show.php:180 +msgid "Shows can have a max length of 24 hours." +msgstr "Programy mogą mieć maksymalnie 24 godziny." + +#: airtime_mvc/application/models/Show.php:211 +#: airtime_mvc/application/forms/AddShowWhen.php:120 +msgid "End date/time cannot be in the past" +msgstr "Data lub czas zakończenia nie może być przeszły. " + +#: airtime_mvc/application/models/Show.php:222 +msgid "" +"Cannot schedule overlapping shows.\n" +"Note: Resizing a repeating show affects all of its repeats." +msgstr "" +"Nie można planować programów nakłądających się na siebie.\n" +"\vUwaga: zmiana programuu powoduje automatyczną zmianę wszystkich jego " +"powtórzeń." + +#: airtime_mvc/application/models/Webstream.php:157 +msgid "Length needs to be greater than 0 minutes" +msgstr "Długość musi być większa niż 0 minut." + +#: airtime_mvc/application/models/Webstream.php:162 +msgid "Length should be of form \"00h 00m\"" +msgstr "Długość powinna mieć postać \"00h 00m\"" + +#: airtime_mvc/application/models/Webstream.php:175 +msgid "URL should be of form \"http://domain\"" +msgstr "URL powinien mieć postać \"http://domain\"" + +#: airtime_mvc/application/models/Webstream.php:178 +msgid "URL should be 512 characters or less" +msgstr "URL powinien mieć 512 znaków lub mniej." + +#: airtime_mvc/application/models/Webstream.php:184 +msgid "No MIME type found for webstream." +msgstr "Nie znaleziono typu MIME dla webstreamu" + +#: airtime_mvc/application/models/Webstream.php:200 +msgid "Webstream name cannot be empty" +msgstr "Naw webstreamu nie może być pusta." + +#: airtime_mvc/application/models/Webstream.php:269 +msgid "Could not parse XSPF playlist" +msgstr "Nie można przeanalizować playlisty XSPF" + +#: airtime_mvc/application/models/Webstream.php:281 +msgid "Could not parse PLS playlist" +msgstr "Nie można przeanalizować playlisty PLS" + +#: airtime_mvc/application/models/Webstream.php:300 +msgid "Could not parse M3U playlist" +msgstr "Nie można przeanalizować playlisty M3U" + +#: airtime_mvc/application/models/Webstream.php:314 +#, fuzzy +msgid "Invalid webstream - This appears to be a file download." +msgstr "Nieprawidłowy webstream - wydaje się, że jest pobieraniem plików." + +#: airtime_mvc/application/models/Webstream.php:318 +#, php-format +msgid "Unrecognized stream type: %s" +msgstr "Nierozpoznany typu streamu: %s" + +#: airtime_mvc/application/models/ShowInstance.php:245 +msgid "Can't drag and drop repeating shows" +msgstr "Nie można przeciągać powtarzających się programów." + +#: airtime_mvc/application/models/ShowInstance.php:253 +msgid "Can't move a past show" +msgstr "Nie można przenieść przeszłego programu." + +#: airtime_mvc/application/models/ShowInstance.php:270 +msgid "Can't move show into past" +msgstr "Nie można przenieść programu w przeszłość." + +#: airtime_mvc/application/models/ShowInstance.php:276 +#: airtime_mvc/application/forms/AddShowWhen.php:254 +#: airtime_mvc/application/forms/AddShowWhen.php:268 +#: airtime_mvc/application/forms/AddShowWhen.php:291 +#: airtime_mvc/application/forms/AddShowWhen.php:297 +#: airtime_mvc/application/forms/AddShowWhen.php:302 +msgid "Cannot schedule overlapping shows" +msgstr "Nie można planować nakładających się programów." + +#: airtime_mvc/application/models/ShowInstance.php:290 +msgid "Can't move a recorded show less than 1 hour before its rebroadcasts." +msgstr "" +"Nagrany materiał nie może zostać przeniesiony mniej niż 1 godzinę przed " +"powtórzeniem." + +#: airtime_mvc/application/models/ShowInstance.php:303 +msgid "Show was deleted because recorded show does not exist!" +msgstr "Program został usunięty, ponieważ nagranie nie istnieje!" + +#: airtime_mvc/application/models/ShowInstance.php:310 +msgid "Must wait 1 hour to rebroadcast." +msgstr "Musisz odczekać 1 godzinę, aby retransmitować." + +#: airtime_mvc/application/models/ShowInstance.php:342 +msgid "can't resize a past show" +msgstr "nie można zmienić rozmiaru przeszłego programu." + +#: airtime_mvc/application/models/ShowInstance.php:364 +msgid "Should not overlap shows" +msgstr "Programy nie powinny nakładać się." + +#: airtime_mvc/application/models/Auth.php:33 +#, php-format +msgid "" +"Hi %s, \n" +"\n" +"Click this link to reset your password: " +msgstr "" +"Cześć %s. \n" +"\n" +"Kliknij w ten link aby zresetować Twoje hasło:" + +#: airtime_mvc/application/models/Auth.php:36 +msgid "Airtime Password Reset" +msgstr "Resetowanie hasła Airtime" + +#: airtime_mvc/application/models/Scheduler.php:82 +msgid "The schedule you're viewing is out of date! (sched mismatch)" +msgstr "" +"Harmonogram, który przeglądasz jest nieaktualny! (harmonogram niedopasowany)" + +#: airtime_mvc/application/models/Scheduler.php:87 +msgid "The schedule you're viewing is out of date! (instance mismatch)" +msgstr "" +"Harmonogram, który przeglądasz jest nieaktualny! (instancje błędnie " +"dopasowane)" + +#: airtime_mvc/application/models/Scheduler.php:95 +#: airtime_mvc/application/models/Scheduler.php:347 +msgid "The schedule you're viewing is out of date!" +msgstr "Harmonogram, który przeglądasz jest nieaktualny!" + +#: airtime_mvc/application/models/Scheduler.php:105 +#, php-format +msgid "You are not allowed to schedule show %s." +msgstr "Nie posiadasz uprawnień, aby zaplanować program %s." + +#: airtime_mvc/application/models/Scheduler.php:109 +msgid "You cannot add files to recording shows." +msgstr "Nie możesz dodawać plików do nagranych programów." + +#: airtime_mvc/application/models/Scheduler.php:115 +#, php-format +msgid "The show %s is over and cannot be scheduled." +msgstr "" +"Program %s przekracza dopuszczalną długość i nie może zostać zaplanowany." + +#: airtime_mvc/application/models/Scheduler.php:122 +#, php-format +msgid "The show %s has been previously updated!" +msgstr "Program %s został zaktualizowany wcześniej!" + +#: airtime_mvc/application/models/Scheduler.php:141 +#: airtime_mvc/application/models/Scheduler.php:223 +msgid "A selected File does not exist!" +msgstr "Wybrany plik nie istnieje!" + +#: airtime_mvc/application/models/ShowBuilder.php:198 +#, php-format +msgid "Rebroadcast of %s from %s" +msgstr "Retransmisja z %s do %s" + +#: airtime_mvc/application/models/Block.php:1209 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:41 +msgid "Select criteria" +msgstr "Wybierz kryteria" + +#: airtime_mvc/application/models/Block.php:1210 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:42 +#: airtime_mvc/application/controllers/LocaleController.php:70 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:8 +msgid "Album" +msgstr "Album" + +#: airtime_mvc/application/models/Block.php:1211 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:43 +msgid "Bit Rate (Kbps)" +msgstr "Bit Rate (Kbps)" + +#: airtime_mvc/application/models/Block.php:1212 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:44 +#: airtime_mvc/application/controllers/LocaleController.php:72 +msgid "BPM" +msgstr "BMP" + +#: airtime_mvc/application/models/Block.php:1213 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:45 +#: airtime_mvc/application/controllers/LocaleController.php:73 +#: airtime_mvc/application/controllers/LocaleController.php:157 +msgid "Composer" +msgstr "Kompozytor" + +#: airtime_mvc/application/models/Block.php:1214 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:46 +#: airtime_mvc/application/controllers/LocaleController.php:74 +msgid "Conductor" +msgstr "Dyrygent" + +#: airtime_mvc/application/models/Block.php:1215 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:47 +#: airtime_mvc/application/controllers/LocaleController.php:75 +#: airtime_mvc/application/controllers/LocaleController.php:158 +msgid "Copyright" +msgstr "Prawa autorskie" + +#: airtime_mvc/application/models/Block.php:1216 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:48 +#: airtime_mvc/application/controllers/LocaleController.php:69 +#: airtime_mvc/application/controllers/LocaleController.php:154 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:7 +msgid "Creator" +msgstr "Twórca" + +#: airtime_mvc/application/models/Block.php:1217 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:49 +#: airtime_mvc/application/controllers/LocaleController.php:76 +msgid "Encoded By" +msgstr "Kodowane przez" + +#: airtime_mvc/application/models/Block.php:1218 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:132 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:50 +#: airtime_mvc/application/controllers/LocaleController.php:77 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:10 +msgid "Genre" +msgstr "Rodzaj" + +#: airtime_mvc/application/models/Block.php:1219 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:51 +#: airtime_mvc/application/controllers/LocaleController.php:78 +msgid "ISRC" +msgstr "ISRC" + +#: airtime_mvc/application/models/Block.php:1220 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:52 +#: airtime_mvc/application/controllers/LocaleController.php:79 +msgid "Label" +msgstr "Etykieta" + +#: airtime_mvc/application/models/Block.php:1221 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:53 +#: airtime_mvc/application/controllers/LocaleController.php:80 +msgid "Language" +msgstr "Język" + +#: airtime_mvc/application/models/Block.php:1222 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:54 +#: airtime_mvc/application/controllers/LocaleController.php:81 +msgid "Last Modified" +msgstr "Ostatnio modyfikowany" + +#: airtime_mvc/application/models/Block.php:1223 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:55 +#: airtime_mvc/application/controllers/LocaleController.php:82 +msgid "Last Played" +msgstr "Ostatnio odtwarzany" + +#: airtime_mvc/application/models/Block.php:1224 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:56 +#: airtime_mvc/application/controllers/LocaleController.php:83 +#: airtime_mvc/application/controllers/LocaleController.php:156 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:9 +msgid "Length" +msgstr "Długość" + +#: airtime_mvc/application/models/Block.php:1225 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:57 +#: airtime_mvc/application/controllers/LocaleController.php:84 +msgid "Mime" +msgstr "Mime" + +#: airtime_mvc/application/models/Block.php:1226 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:58 +#: airtime_mvc/application/controllers/LocaleController.php:85 +msgid "Mood" +msgstr "Nastrój" + +#: airtime_mvc/application/models/Block.php:1227 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:59 +#: airtime_mvc/application/controllers/LocaleController.php:86 +msgid "Owner" +msgstr "Właściciel" + +#: airtime_mvc/application/models/Block.php:1228 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:60 +#: airtime_mvc/application/controllers/LocaleController.php:87 +msgid "Replay Gain" +msgstr "Normalizacja głośności (Replay Gain)" + +#: airtime_mvc/application/models/Block.php:1229 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:61 +msgid "Sample Rate (kHz)" +msgstr "Częstotliwość próbkowania (kHz)" + +#: airtime_mvc/application/models/Block.php:1230 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:62 +#: airtime_mvc/application/controllers/LocaleController.php:68 +#: airtime_mvc/application/controllers/LocaleController.php:153 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:6 +msgid "Title" +msgstr "Tytuł" + +#: airtime_mvc/application/models/Block.php:1231 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:63 +#: airtime_mvc/application/controllers/LocaleController.php:89 +msgid "Track Number" +msgstr "Numer utworu" + +#: airtime_mvc/application/models/Block.php:1232 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:64 +#: airtime_mvc/application/controllers/LocaleController.php:90 +msgid "Uploaded" +msgstr "Przesłano" + +#: airtime_mvc/application/models/Block.php:1233 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:65 +#: airtime_mvc/application/controllers/LocaleController.php:91 +msgid "Website" +msgstr "Strona internetowa" + +#: airtime_mvc/application/models/Block.php:1234 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:66 +#: airtime_mvc/application/controllers/LocaleController.php:92 +msgid "Year" +msgstr "Rok" + +#: airtime_mvc/application/common/DateHelper.php:335 +#, php-format +msgid "The year %s must be within the range of 1753 - 9999" +msgstr "Rok %s musi być w przedziale od 1753 do 9999" + +#: airtime_mvc/application/common/DateHelper.php:338 +#, php-format +msgid "%s-%s-%s is not a valid date" +msgstr "Data %s-%s-%s nie jest prawidłowa" + +#: airtime_mvc/application/common/DateHelper.php:362 +#, php-format +msgid "%s:%s:%s is not a valid time" +msgstr "Czas %s:%s:%s nie jest prawidłowy." + +#: airtime_mvc/application/forms/EmailServerPreferences.php:17 +msgid "Enable System Emails (Password Reset)" +msgstr "Włącz systemowe Emaile (Resetowanie hasła)" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:27 +msgid "Reset Password 'From' Email" +msgstr "Resetowanie hasła 'z' Emaila" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:34 +msgid "Configure Mail Server" +msgstr "Skonfiguruj serwer pocztowy" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:43 +msgid "Requires Authentication" +msgstr "Wymagana autoryzacja" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:53 +msgid "Mail Server" +msgstr "Serwer Email" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:67 +msgid "Email Address" +msgstr "Adres Email" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:82 +#: airtime_mvc/application/forms/PasswordChange.php:17 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:120 +msgid "Password" +msgstr "Hasło" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:100 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:109 +msgid "Port" +msgstr "Port" + +#: airtime_mvc/application/forms/RegisterAirtime.php:30 +#: airtime_mvc/application/forms/SupportSettings.php:21 +#: airtime_mvc/application/forms/GeneralPreferences.php:22 +msgid "Station Name" +msgstr "Nazwa stacji" + +#: airtime_mvc/application/forms/RegisterAirtime.php:39 +#: airtime_mvc/application/forms/SupportSettings.php:34 +msgid "Phone:" +msgstr "Telefon:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:51 +#: airtime_mvc/application/forms/AddUser.php:60 +#: airtime_mvc/application/forms/SupportSettings.php:46 +#: airtime_mvc/application/forms/EditUser.php:75 +msgid "Email:" +msgstr "Email:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:62 +#: airtime_mvc/application/forms/SupportSettings.php:57 +msgid "Station Web Site:" +msgstr "Strona internetowa stacji:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:73 +#: airtime_mvc/application/forms/SupportSettings.php:68 +msgid "Country:" +msgstr "Kraj:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:84 +#: airtime_mvc/application/forms/SupportSettings.php:79 +msgid "City:" +msgstr "Miasto:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:96 +#: airtime_mvc/application/forms/SupportSettings.php:91 +msgid "Station Description:" +msgstr "Opis stacji:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:106 +#: airtime_mvc/application/forms/SupportSettings.php:101 +msgid "Station Logo:" +msgstr "Logo stacji:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:116 +#: airtime_mvc/application/forms/SupportSettings.php:112 +#: airtime_mvc/application/controllers/LocaleController.php:333 +msgid "Send support feedback" +msgstr "Wyślij feedback do supportu" + +#: airtime_mvc/application/forms/RegisterAirtime.php:126 +#: airtime_mvc/application/forms/SupportSettings.php:122 +msgid "Promote my station on Sourcefabric.org" +msgstr "Promuj moją stację na Sourcefabric.org" + +#: airtime_mvc/application/forms/RegisterAirtime.php:149 +#: airtime_mvc/application/forms/SupportSettings.php:148 +#, php-format +msgid "By checking this box, I agree to Sourcefabric's %sprivacy policy%s." +msgstr "" +"Zanaczając to pole, zgadzasz się z %spolityką prywatności%s Sourcefabric's." + +#: airtime_mvc/application/forms/RegisterAirtime.php:166 +#: airtime_mvc/application/forms/SupportSettings.php:171 +msgid "You have to agree to privacy policy." +msgstr "Musisz zgodzić się z polityką prywatności." + +#: airtime_mvc/application/forms/PasswordChange.php:28 +msgid "Confirm new password" +msgstr "Potwierdź nowe hasło" + +#: airtime_mvc/application/forms/PasswordChange.php:36 +msgid "Password confirmation does not match your password." +msgstr "Potwierdzenie hasła nie jest takie samo jak hasło." + +#: airtime_mvc/application/forms/PasswordChange.php:43 +msgid "Get new password" +msgstr "Pobierz nowe hasło" + +#: airtime_mvc/application/forms/DateRange.php:16 +#: airtime_mvc/application/forms/ShowBuilder.php:18 +msgid "Date Start:" +msgstr "Data rozpoczęcia:" + +#: airtime_mvc/application/forms/DateRange.php:35 +#: airtime_mvc/application/forms/DateRange.php:63 +#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:31 +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:99 +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:118 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:100 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:123 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:144 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:174 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:186 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:198 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:210 +#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:26 +#: airtime_mvc/application/forms/ShowBuilder.php:37 +#: airtime_mvc/application/forms/ShowBuilder.php:65 +msgid "Invalid character entered" +msgstr "Wprowadzony znak jest nieprawidłowy" + +#: airtime_mvc/application/forms/DateRange.php:44 +#: airtime_mvc/application/forms/AddShowRepeats.php:40 +#: airtime_mvc/application/forms/ShowBuilder.php:46 +msgid "Date End:" +msgstr "Data zakończenia:" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:8 +#: airtime_mvc/application/forms/customvalidators/ConditionalNotEmpty.php:26 +msgid "Value is required and can't be empty" +msgstr "Pole jest wymagane i nie może być puste" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:19 +msgid "" +"'%value%' is no valid email address in the basic format local-part@hostname" +msgstr "" +"'%value%' nie jest poprawnym adresem email w podstawowym formacie local-" +"part@hostname" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:33 +msgid "'%value%' does not fit the date format '%format%'" +msgstr "'%value%' nie pasuje do formatu daty '%format%'" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:59 +msgid "'%value%' is less than %min% characters long" +msgstr "'%value%' ma mniej niż %min% znaków" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:64 +msgid "'%value%' is more than %max% characters long" +msgstr "'%value%' ma więcej niż %max% znaków" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:76 +msgid "'%value%' is not between '%min%' and '%max%', inclusively" +msgstr "'%value%' nie jest pomiędzy '%min%' and '%max%'. " + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:89 +msgid "Passwords do not match" +msgstr "Hasła nie są identyczne" + +#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:15 +#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:6 +msgid "days" +msgstr "dni" + +#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:63 +#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:58 +msgid "Day must be specified" +msgstr "Dzień musi być określony" + +#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:68 +#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:63 +msgid "Time must be specified" +msgstr "Czas musi być określony" + +#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:95 +#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:86 +msgid "Must wait at least 1 hour to rebroadcast" +msgstr "Musisz odczekać przynajmniej 1 godzinę, aby retransmitować" + +#: airtime_mvc/application/forms/AddShowRR.php:10 +msgid "Record from Line In?" +msgstr "Nagrywać z wejścia liniowego?" + +#: airtime_mvc/application/forms/AddShowRR.php:16 +msgid "Rebroadcast?" +msgstr "Retransmitować?" + +#: airtime_mvc/application/forms/AddShowStyle.php:10 +msgid "Background Colour:" +msgstr "Kolor tła:" + +#: airtime_mvc/application/forms/AddShowStyle.php:29 +msgid "Text Colour:" +msgstr "Kolor tekstu:" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:19 +msgid "Auto Switch Off" +msgstr "Automatyczne przejście wyłączone" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:26 +msgid "Auto Switch On" +msgstr "Automatyczne przejście włączone" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:33 +msgid "Switch Transition Fade (s)" +msgstr "Efekt zanikania między przejściami (s)" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:36 +msgid "enter a time in seconds 00{.000000}" +msgstr "wpisz czas w sekundach 00{.000000}" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:45 +msgid "Master Username" +msgstr "Nazwa użytkownika Master" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:62 +msgid "Master Password" +msgstr "Hasło Master" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:70 +msgid "Master Source Connection URL" +msgstr "Adres URL źródła Master" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:78 +msgid "Show Source Connection URL" +msgstr "Adres URL źródła Program" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:87 +msgid "Master Source Port" +msgstr "Port źródła Master" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:90 +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:109 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:112 +msgid "Only numbers are allowed." +msgstr "Dozwolone tylko cyfry." + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:96 +msgid "Master Source Mount Point" +msgstr "Punkt montowania źródła Master" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:106 +msgid "Show Source Port" +msgstr "Port źródła Program" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:115 +msgid "Show Source Mount Point" +msgstr "Punkt montowania źródła Program" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:153 +msgid "You cannot use same port as Master DJ port." +msgstr "Nie możesz użyć tego samego portu jako Master DJ." + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:164 +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:182 +#, php-format +msgid "Port %s is not available" +msgstr "Port %s nie jest dostępny" + +#: airtime_mvc/application/forms/WatchedDirPreferences.php:14 +#, fuzzy +msgid "Import Folder:" +msgstr "Katalog importu:" + +#: airtime_mvc/application/forms/WatchedDirPreferences.php:25 +msgid "Watched Folders:" +msgstr "Przeszukiwane katalogi:" + +#: airtime_mvc/application/forms/WatchedDirPreferences.php:40 +msgid "Not a valid Directory" +msgstr "Nieprawidłowy katalog" + +#: airtime_mvc/application/forms/AddUser.php:23 +#: airtime_mvc/application/forms/Login.php:19 +#: airtime_mvc/application/forms/EditUser.php:30 +msgid "Username:" +msgstr "Nazwa użytkownika:" + +#: airtime_mvc/application/forms/AddUser.php:32 +#: airtime_mvc/application/forms/Login.php:34 +#: airtime_mvc/application/forms/EditUser.php:41 +msgid "Password:" +msgstr "Hasło:" + +#: airtime_mvc/application/forms/AddUser.php:40 +#: airtime_mvc/application/forms/EditUser.php:50 +msgid "Verify Password:" +msgstr "Powtórz hasło:" + +#: airtime_mvc/application/forms/AddUser.php:48 +#: airtime_mvc/application/forms/EditUser.php:59 +msgid "Firstname:" +msgstr "Imię:" + +#: airtime_mvc/application/forms/AddUser.php:54 +#: airtime_mvc/application/forms/EditUser.php:67 +msgid "Lastname:" +msgstr "Nazwisko:" + +#: airtime_mvc/application/forms/AddUser.php:69 +#: airtime_mvc/application/forms/EditUser.php:86 +msgid "Mobile Phone:" +msgstr "Telefon:" + +#: airtime_mvc/application/forms/AddUser.php:75 +#: airtime_mvc/application/forms/EditUser.php:94 +msgid "Skype:" +msgstr "Skype:" + +#: airtime_mvc/application/forms/AddUser.php:81 +#: airtime_mvc/application/forms/EditUser.php:102 +msgid "Jabber:" +msgstr "Jabber:" + +#: airtime_mvc/application/forms/AddUser.php:88 +msgid "User Type:" +msgstr "Typ użytkownika:" + +#: airtime_mvc/application/forms/AddUser.php:92 +#: airtime_mvc/application/controllers/LocaleController.php:316 +msgid "Guest" +msgstr "Gość" + +#: airtime_mvc/application/forms/AddUser.php:93 +#: airtime_mvc/application/controllers/LocaleController.php:314 +msgid "DJ" +msgstr "DJ" + +#: airtime_mvc/application/forms/AddUser.php:94 +#: airtime_mvc/application/controllers/LocaleController.php:315 +msgid "Program Manager" +msgstr "Menadżer programowy" + +#: airtime_mvc/application/forms/AddUser.php:95 +#: airtime_mvc/application/controllers/LocaleController.php:313 +msgid "Admin" +msgstr "Administrator" + +#: airtime_mvc/application/forms/AddUser.php:103 +#: airtime_mvc/application/forms/SupportSettings.php:158 +#: airtime_mvc/application/forms/EditAudioMD.php:134 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:23 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:20 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:15 +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:6 +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:116 +#: airtime_mvc/application/views/scripts/preference/index.phtml:6 +#: airtime_mvc/application/views/scripts/preference/index.phtml:14 +msgid "Save" +msgstr "Zpisz" + +#: airtime_mvc/application/forms/AddUser.php:113 +#: airtime_mvc/application/forms/EditUser.php:132 +msgid "Login name is not unique." +msgstr "Nazwa użytkownika nie jest unikalna." + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:48 +msgid "Enabled:" +msgstr "Włączone:" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:57 +msgid "Stream Type:" +msgstr "Typ strumienia:" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:67 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:9 +msgid "Bit Rate:" +msgstr "Bit Rate:" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:77 +msgid "Service Type:" +msgstr "Typ usługi:" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:87 +msgid "Channels:" +msgstr "Kanały:" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:88 +msgid "1 - Mono" +msgstr "1 - Mono" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:88 +msgid "2 - Stereo" +msgstr "2 - Stereo" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:97 +msgid "Server" +msgstr "Serwer" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:141 +msgid "URL" +msgstr "URL" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:153 +msgid "Name" +msgstr "Nazwa" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:162 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:51 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:53 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:40 +msgid "Description" +msgstr "Opis" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:171 +msgid "Mount Point" +msgstr "Punkt montowania" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:183 +#: airtime_mvc/application/forms/PasswordRestore.php:25 +#: airtime_mvc/application/views/scripts/user/add-user.phtml:18 +msgid "Username" +msgstr "Nazwa użytkownika" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:195 +msgid "Admin User" +msgstr "Login Administratora" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:207 +msgid "Admin Password" +msgstr "Hasło Administratora" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:218 +#: airtime_mvc/application/controllers/LocaleController.php:173 +msgid "Getting information from the server..." +msgstr "Pobieranie informacji z serwera..." + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:232 +msgid "Server cannot be empty." +msgstr "Serwer nie może być pusty." + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:237 +msgid "Port cannot be empty." +msgstr "Port nie może być pusty." + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:243 +msgid "Mount cannot be empty with Icecast server." +msgstr "Punkt montowania nie może być pusty dla serwera Icecast." + +#: airtime_mvc/application/forms/AddShowRepeats.php:11 +msgid "Repeat Type:" +msgstr "Typ powtarzania:" + +#: airtime_mvc/application/forms/AddShowRepeats.php:14 +msgid "weekly" +msgstr "tygodniowy" + +#: airtime_mvc/application/forms/AddShowRepeats.php:15 +msgid "bi-weekly" +msgstr "dwutygodniowy" + +#: airtime_mvc/application/forms/AddShowRepeats.php:16 +msgid "monthly" +msgstr "miesięczny" + +#: airtime_mvc/application/forms/AddShowRepeats.php:25 +msgid "Select Days:" +msgstr "Wybrane dni:" + +#: airtime_mvc/application/forms/AddShowRepeats.php:28 +#: airtime_mvc/application/controllers/LocaleController.php:253 +msgid "Sun" +msgstr "Nie" + +#: airtime_mvc/application/forms/AddShowRepeats.php:29 +#: airtime_mvc/application/controllers/LocaleController.php:254 +msgid "Mon" +msgstr "Pon" + +#: airtime_mvc/application/forms/AddShowRepeats.php:30 +#: airtime_mvc/application/controllers/LocaleController.php:255 +msgid "Tue" +msgstr "Wt" + +#: airtime_mvc/application/forms/AddShowRepeats.php:31 +#: airtime_mvc/application/controllers/LocaleController.php:256 +msgid "Wed" +msgstr "Śr" + +#: airtime_mvc/application/forms/AddShowRepeats.php:32 +#: airtime_mvc/application/controllers/LocaleController.php:257 +msgid "Thu" +msgstr "Czw" + +#: airtime_mvc/application/forms/AddShowRepeats.php:33 +#: airtime_mvc/application/controllers/LocaleController.php:258 +msgid "Fri" +msgstr "Pt" + +#: airtime_mvc/application/forms/AddShowRepeats.php:34 +#: airtime_mvc/application/controllers/LocaleController.php:259 +msgid "Sat" +msgstr "Sob" + +#: airtime_mvc/application/forms/AddShowRepeats.php:53 +msgid "No End?" +msgstr "Bez końca?" + +#: airtime_mvc/application/forms/AddShowRepeats.php:79 +msgid "End date must be after start date" +msgstr "Data końcowa musi być po dacie początkowej" + +#: airtime_mvc/application/forms/AddShowWhat.php:26 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:27 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:127 +msgid "Name:" +msgstr "Nazwa:" + +#: airtime_mvc/application/forms/AddShowWhat.php:30 +msgid "Untitled Show" +msgstr "Program bez nazwy" + +#: airtime_mvc/application/forms/AddShowWhat.php:36 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:131 +msgid "URL:" +msgstr "URL:" + +#: airtime_mvc/application/forms/AddShowWhat.php:45 +#: airtime_mvc/application/forms/EditAudioMD.php:47 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:11 +msgid "Genre:" +msgstr "Rodziaj:" + +#: airtime_mvc/application/forms/AddShowWhat.php:54 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:34 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:130 +msgid "Description:" +msgstr "Opis:" + +#: airtime_mvc/application/forms/AddShowWho.php:10 +msgid "Search Users:" +msgstr "Wyszukiwanie Użytkowników:" + +#: airtime_mvc/application/forms/AddShowWho.php:24 +msgid "DJs:" +msgstr "DJs" + +#: airtime_mvc/application/forms/StreamSetting.php:22 +msgid "Hardware Audio Output" +msgstr "Sprzętowe wyjście Audio" + +#: airtime_mvc/application/forms/StreamSetting.php:33 +msgid "Output Type" +msgstr "Typ wyjścia" + +#: airtime_mvc/application/forms/StreamSetting.php:44 +msgid "Icecast Vorbis Metadata" +msgstr "Metadane Icecast Vorbis" + +#: airtime_mvc/application/forms/StreamSetting.php:54 +msgid "Stream Label:" +msgstr "Etykieta strumienia:" + +#: airtime_mvc/application/forms/StreamSetting.php:55 +msgid "Artist - Title" +msgstr "Artysta - Tytuł" + +#: airtime_mvc/application/forms/StreamSetting.php:56 +msgid "Show - Artist - Title" +msgstr "Program - Artysta -Tytuł" + +#: airtime_mvc/application/forms/StreamSetting.php:57 +msgid "Station name - Show name" +msgstr "Nazwa stacji - nazwa Ptogramu" + +#: airtime_mvc/application/forms/StreamSetting.php:63 +msgid "Off Air Metadata" +msgstr "Metadane Off Air" + +#: airtime_mvc/application/forms/StreamSetting.php:69 +msgid "Enable Replay Gain" +msgstr "Włącz normalizację głośności (Replay Gain)" + +#: airtime_mvc/application/forms/StreamSetting.php:75 +msgid "Replay Gain Modifier" +msgstr "Modyfikator normalizacji głośności" + +#: airtime_mvc/application/forms/PasswordRestore.php:14 +msgid "E-mail" +msgstr "E-mail" + +#: airtime_mvc/application/forms/PasswordRestore.php:36 +msgid "Restore password" +msgstr "Przywracanie hasła" + +#: airtime_mvc/application/forms/PasswordRestore.php:46 +#: airtime_mvc/application/forms/EditAudioMD.php:144 +#: airtime_mvc/application/controllers/LocaleController.php:310 +msgid "Cancel" +msgstr "Zamknij" + +#: airtime_mvc/application/forms/AddShowWhen.php:16 +msgid "'%value%' does not fit the time format 'HH:mm'" +msgstr "" + +#: airtime_mvc/application/forms/AddShowWhen.php:22 +msgid "Date/Time Start:" +msgstr "Data/Czas rozpoczęcia:" + +#: airtime_mvc/application/forms/AddShowWhen.php:49 +msgid "Date/Time End:" +msgstr "Data/Czas zakończenia:" + +#: airtime_mvc/application/forms/AddShowWhen.php:74 +msgid "Duration:" +msgstr "Czas trwania:" + +#: airtime_mvc/application/forms/AddShowWhen.php:83 +msgid "Repeats?" +msgstr "Powtarzanie?" + +#: airtime_mvc/application/forms/AddShowWhen.php:103 +msgid "Cannot create show in the past" +msgstr "Nie można utworzyć programu w przeszłości" + +#: airtime_mvc/application/forms/AddShowWhen.php:111 +msgid "Cannot modify start date/time of the show that is already started" +msgstr "Nie mozna zmienić daty/czasu programu, który się już rozpoczął" + +#: airtime_mvc/application/forms/AddShowWhen.php:130 +msgid "Cannot have duration 00h 00m" +msgstr "Czas trwania nie może mieć 00h 00m" + +#: airtime_mvc/application/forms/AddShowWhen.php:134 +msgid "Cannot have duration greater than 24h" +msgstr "Czas trwania nie może być dłuższy niż 24h" + +#: airtime_mvc/application/forms/AddShowWhen.php:138 +msgid "Cannot have duration < 0m" +msgstr "Czas trwania nie może być <0m" + +#: airtime_mvc/application/forms/EditAudioMD.php:19 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:3 +msgid "Title:" +msgstr "Tytuł:" + +#: airtime_mvc/application/forms/EditAudioMD.php:26 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:4 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:28 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:129 +msgid "Creator:" +msgstr "Twórca:" + +#: airtime_mvc/application/forms/EditAudioMD.php:33 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:5 +msgid "Album:" +msgstr "Album:" + +#: airtime_mvc/application/forms/EditAudioMD.php:40 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:6 +msgid "Track:" +msgstr "Utwór:" + +#: airtime_mvc/application/forms/EditAudioMD.php:54 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:12 +msgid "Year:" +msgstr "Rok:" + +#: airtime_mvc/application/forms/EditAudioMD.php:66 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:13 +msgid "Label:" +msgstr "Etykieta:" + +#: airtime_mvc/application/forms/EditAudioMD.php:73 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:15 +msgid "Composer:" +msgstr "Kompozytor:" + +#: airtime_mvc/application/forms/EditAudioMD.php:80 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:16 +msgid "Conductor:" +msgstr "dyrygent:" + +#: airtime_mvc/application/forms/EditAudioMD.php:87 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:10 +msgid "Mood:" +msgstr "Nastrój:" + +#: airtime_mvc/application/forms/EditAudioMD.php:95 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:14 +msgid "BPM:" +msgstr "BPM:" + +#: airtime_mvc/application/forms/EditAudioMD.php:104 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:17 +msgid "Copyright:" +msgstr "Prawa autorskie:" + +#: airtime_mvc/application/forms/EditAudioMD.php:111 +msgid "ISRC Number:" +msgstr "Numer ISRC:" + +#: airtime_mvc/application/forms/EditAudioMD.php:118 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:19 +msgid "Website:" +msgstr "Strona internetowa:" + +#: airtime_mvc/application/forms/EditAudioMD.php:125 +#: airtime_mvc/application/forms/Login.php:48 +#: airtime_mvc/application/forms/EditUser.php:111 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:20 +msgid "Language:" +msgstr "Język:" + +#: airtime_mvc/application/forms/Login.php:65 +#: airtime_mvc/application/views/scripts/login/index.phtml:3 +msgid "Login" +msgstr "Zaloguj" + +#: airtime_mvc/application/forms/Login.php:83 +msgid "Type the characters you see in the picture below." +msgstr "Wpisz znaki, które widzisz na obrazku poniżej." + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:78 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:94 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:214 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:329 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:367 +#: airtime_mvc/application/controllers/LocaleController.php:142 +msgid "Select modifier" +msgstr "Wybierz modyfikator" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:79 +#: airtime_mvc/application/controllers/LocaleController.php:143 +msgid "contains" +msgstr "zawiera" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:80 +#: airtime_mvc/application/controllers/LocaleController.php:144 +msgid "does not contain" +msgstr "nie zawiera" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:81 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:95 +#: airtime_mvc/application/controllers/LocaleController.php:145 +msgid "is" +msgstr "jest" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:82 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:96 +#: airtime_mvc/application/controllers/LocaleController.php:146 +msgid "is not" +msgstr "nie jest" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:83 +#: airtime_mvc/application/controllers/LocaleController.php:147 +msgid "starts with" +msgstr "zaczyna" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:84 +#: airtime_mvc/application/controllers/LocaleController.php:148 +msgid "ends with" +msgstr "kończy" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:97 +#: airtime_mvc/application/controllers/LocaleController.php:149 +msgid "is greater than" +msgstr "jest większa niż" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:98 +#: airtime_mvc/application/controllers/LocaleController.php:150 +msgid "is less than" +msgstr "jest mniejsza niż" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:99 +#: airtime_mvc/application/controllers/LocaleController.php:151 +msgid "is in the range" +msgstr "mieści się w zakresie" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:109 +msgid "hours" +msgstr "godziny" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:110 +msgid "minutes" +msgstr "minuty" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:111 +msgid "items" +msgstr "elementy" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:133 +msgid "Set smart block type:" +msgstr "Ustaw typ smart block:" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:136 +#: airtime_mvc/application/controllers/LibraryController.php:501 +msgid "Static" +msgstr "Statyczne" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:137 +#: airtime_mvc/application/controllers/LibraryController.php:504 +msgid "Dynamic" +msgstr "Dynamiczne" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:248 +msgid "Allow Repeat Tracks:" +msgstr "Pozwól na powtarzanie utworów:" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:265 +msgid "Limit to" +msgstr "Ogranicz do" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:287 +msgid "Generate playlist content and save criteria" +msgstr "Generuj zawartość listy odtwarzania i zapisz kryteria" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:289 +msgid "Generate" +msgstr "Generuj" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:295 +msgid "Shuffle playlist content" +msgstr "Losowa zawartość listy odtwarzania" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:297 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:20 +msgid "Shuffle" +msgstr "Losowa" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:461 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:473 +msgid "Limit cannot be empty or smaller than 0" +msgstr "Limit nie może być pusty oraz mniejszy od 0" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:466 +msgid "Limit cannot be more than 24 hrs" +msgstr "Limit nie może być większy niż 24 godziny" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:476 +msgid "The value should be an integer" +msgstr "Wartość ta powinna być liczbą całkowitą" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:479 +msgid "500 is the max item limit value you can set" +msgstr "" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:490 +msgid "You must select Criteria and Modifier" +msgstr "Musisz wybrać kryteria i modyfikaroe" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:497 +msgid "'Length' should be in '00:00:00' format" +msgstr "'Długość' powinna być w formacie '00:00:00'" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:502 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:515 +msgid "" +"The value should be in timestamp format(eg. 0000-00-00 or 00-00-00 00:00:00)" +msgstr "" +"Wartość powinna być w formacie timestamp (np. 0000-00-00 or 00-00-00 " +"00:00:00)" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:529 +msgid "The value has to be numeric" +msgstr "Wartość musi być liczbą" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:534 +msgid "The value should be less then 2147483648" +msgstr "Wartość powinna być mniejsza niż 2147483648" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:539 +#, php-format +msgid "The value should be less than %s characters" +msgstr "Wartość powinna posiadać mniej niż %s znaków" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:546 +msgid "Value cannot be empty" +msgstr "Wartość nie może być pusta" + +#: airtime_mvc/application/forms/ShowBuilder.php:72 +msgid "Show:" +msgstr "Program." + +#: airtime_mvc/application/forms/ShowBuilder.php:80 +msgid "All My Shows:" +msgstr "Wszystkie moje programy:" + +#: airtime_mvc/application/forms/EditUser.php:118 +msgid "Timezone:" +msgstr "Strefa czasowa:" + +#: airtime_mvc/application/forms/AddShowLiveStream.php:10 +msgid "Use Airtime Authentication:" +msgstr "Użyj uwieżytelnienia Airtime:" + +#: airtime_mvc/application/forms/AddShowLiveStream.php:16 +msgid "Use Custom Authentication:" +msgstr "Użyj własnegu uwieżytelnienia:" + +#: airtime_mvc/application/forms/AddShowLiveStream.php:26 +msgid "Custom Username" +msgstr "Niestandardowa nazwa użytkownika" + +#: airtime_mvc/application/forms/AddShowLiveStream.php:39 +msgid "Custom Password" +msgstr "Niestandardowe hasło" + +#: airtime_mvc/application/forms/AddShowLiveStream.php:63 +msgid "Username field cannot be empty." +msgstr "Pole nazwy użytkownika nie może być puste." + +#: airtime_mvc/application/forms/AddShowLiveStream.php:68 +msgid "Password field cannot be empty." +msgstr "Pole hasła nie może być puste." + +#: airtime_mvc/application/forms/GeneralPreferences.php:34 +msgid "Default Fade (s):" +msgstr "Domyślne przejście (Fade) (s):" + +#: airtime_mvc/application/forms/GeneralPreferences.php:39 +msgid "enter a time in seconds 0{.0}" +msgstr "wpisz czas w sekundach 0{.0}" + +#: airtime_mvc/application/forms/GeneralPreferences.php:48 +#, php-format +msgid "" +"Allow Remote Websites To Access \"Schedule\" Info?%s (Enable this to make " +"front-end widgets work.)" +msgstr "" +"Umożliw dostęp zdalnym stronom \"Plan\" Info?%s (Włącz, aby zewnętrzne " +"widgety działały.)" + +#: airtime_mvc/application/forms/GeneralPreferences.php:49 +msgid "Disabled" +msgstr "Wyłączone" + +#: airtime_mvc/application/forms/GeneralPreferences.php:50 +msgid "Enabled" +msgstr "Włączone" + +#: airtime_mvc/application/forms/GeneralPreferences.php:56 +msgid "Default Interface Language" +msgstr "Domyślny język" + +#: airtime_mvc/application/forms/GeneralPreferences.php:64 +msgid "Default Interface Timezone" +msgstr "Domyślna strefa czasowa" + +#: airtime_mvc/application/forms/GeneralPreferences.php:72 +msgid "Week Starts On" +msgstr "Tydzień zaczynaj od" + +#: airtime_mvc/application/forms/GeneralPreferences.php:82 +#: airtime_mvc/application/controllers/LocaleController.php:246 +msgid "Sunday" +msgstr "Niedziela" + +#: airtime_mvc/application/forms/GeneralPreferences.php:83 +#: airtime_mvc/application/controllers/LocaleController.php:247 +msgid "Monday" +msgstr "Poniedziałek" + +#: airtime_mvc/application/forms/GeneralPreferences.php:84 +#: airtime_mvc/application/controllers/LocaleController.php:248 +msgid "Tuesday" +msgstr "Wtorek" + +#: airtime_mvc/application/forms/GeneralPreferences.php:85 +#: airtime_mvc/application/controllers/LocaleController.php:249 +msgid "Wednesday" +msgstr "Środa" + +#: airtime_mvc/application/forms/GeneralPreferences.php:86 +#: airtime_mvc/application/controllers/LocaleController.php:250 +msgid "Thursday" +msgstr "Czwartek" + +#: airtime_mvc/application/forms/GeneralPreferences.php:87 +#: airtime_mvc/application/controllers/LocaleController.php:251 +msgid "Friday" +msgstr "Piątek" + +#: airtime_mvc/application/forms/GeneralPreferences.php:88 +#: airtime_mvc/application/controllers/LocaleController.php:252 +msgid "Saturday" +msgstr "Sobota" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:16 +msgid "Automatically Upload Recorded Shows" +msgstr "Automatycznie wysyłaj nagrane programy" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:26 +msgid "Enable SoundCloud Upload" +msgstr "Włącz wysyłanie do SoundCloud" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:36 +msgid "Automatically Mark Files \"Downloadable\" on SoundCloud" +msgstr "Automatycznie oznaczaj pliki \"Do pobrania\" na SoundCloud" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:47 +msgid "SoundCloud Email" +msgstr "Email SoundCloud" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:67 +msgid "SoundCloud Password" +msgstr "Hasło SoundCloud" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:87 +msgid "SoundCloud Tags: (separate tags with spaces)" +msgstr "Tagi SoundCloud: (oddzielaj tagi spacją)" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:99 +msgid "Default Genre:" +msgstr "Domyślny gatunek:" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:109 +msgid "Default Track Type:" +msgstr "Domyślny typ utworu:" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:113 +msgid "Original" +msgstr "Oryfinalny" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:114 +msgid "Remix" +msgstr "Remix" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:115 +msgid "Live" +msgstr "Na żywo" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:116 +msgid "Recording" +msgstr "Nagranie" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:117 +msgid "Spoken" +msgstr "Mówiony" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:118 +msgid "Podcast" +msgstr "Podcast" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:119 +msgid "Demo" +msgstr "Demo" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:120 +msgid "Work in progress" +msgstr "Praca w toku" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:121 +msgid "Stem" +msgstr "Rdzeń" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:122 +msgid "Loop" +msgstr "Pętla" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:123 +msgid "Sound Effect" +msgstr "Efekt dźwiękowy" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:124 +msgid "One Shot Sample" +msgstr "Jeden strzał próbki" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:125 +msgid "Other" +msgstr "Pozostałe" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:133 +msgid "Default License:" +msgstr "Domyślna licencja:" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:137 +msgid "The work is in the public domain" +msgstr "Praca w domenie publicznej" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:138 +msgid "All rights are reserved" +msgstr "Wszelkie prawa zastrzeżone" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:139 +msgid "Creative Commons Attribution" +msgstr "Creative Commons Attribution" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:140 +msgid "Creative Commons Attribution Noncommercial" +msgstr "Creative Commons Attribution Noncommercial" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:141 +msgid "Creative Commons Attribution No Derivative Works" +msgstr "Creative Commons Attribution No Derivative Works" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:142 +msgid "Creative Commons Attribution Share Alike" +msgstr "Creative Commons Attribution Share Alike" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:143 +msgid "Creative Commons Attribution Noncommercial Non Derivate Works" +msgstr "Creative Commons Attribution Noncommercial Non Derivate Works" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:144 +msgid "Creative Commons Attribution Noncommercial Share Alike" +msgstr "Creative Commons Attribution Noncommercial Share Alike" + +#: airtime_mvc/application/controllers/DashboardController.php:36 +#: airtime_mvc/application/controllers/DashboardController.php:85 +msgid "You don't have permission to disconnect source." +msgstr "Nie masz uprawnień aby rozłączyć to źródło." + +#: airtime_mvc/application/controllers/DashboardController.php:38 +#: airtime_mvc/application/controllers/DashboardController.php:87 +msgid "There is no source connected to this input." +msgstr "Źródło nie jest podłączone do tego wyjścia." + +#: airtime_mvc/application/controllers/DashboardController.php:82 +msgid "You don't have permission to switch source." +msgstr "Nie masz uprawnień do przełączenia źródła." + +#: airtime_mvc/application/controllers/LoginController.php:34 +msgid "Please enter your user name and password" +msgstr "Proszę wpisz swoją nazwę użytkownika i hasło" + +#: airtime_mvc/application/controllers/LoginController.php:77 +msgid "Wrong username or password provided. Please try again." +msgstr "Błędna nazwa użytkownia lub hasło. Proszę spróbuj ponownie." + +#: airtime_mvc/application/controllers/LoginController.php:139 +msgid "" +"Email could not be sent. Check your mail server settings and ensure it has " +"been configured properly." +msgstr "" +"Email nie został wysłany. Sprawdź Twoje ustawienia serwera pocztowego i " +"upewnij się, że został skonfigurowany poprawnie." + +#: airtime_mvc/application/controllers/LoginController.php:142 +msgid "Given email not found." +msgstr "Podany email nie został odnaleziony." + +#: airtime_mvc/application/controllers/PreferenceController.php:70 +msgid "Preferences updated." +msgstr "Preferencje aktualizacji." + +#: airtime_mvc/application/controllers/PreferenceController.php:121 +msgid "Support setting updated." +msgstr "Ustawienia wsparcia aktualizacji." + +#: airtime_mvc/application/controllers/PreferenceController.php:315 +msgid "Stream Setting Updated." +msgstr "Ustawienia strumienia aktualizacji." + +#: airtime_mvc/application/controllers/PreferenceController.php:342 +msgid "path should be specified" +msgstr "ścieżka powinna być określona" + +#: airtime_mvc/application/controllers/PreferenceController.php:437 +msgid "Problem with Liquidsoap..." +msgstr "Pronlem z Liquidsoap..." + +#: airtime_mvc/application/controllers/ErrorController.php:17 +msgid "Page not found" +msgstr "Strona nie istnieje" + +#: airtime_mvc/application/controllers/ErrorController.php:22 +msgid "Application error" +msgstr "Błąd aplikacji" + +#: airtime_mvc/application/controllers/UserController.php:55 +#: airtime_mvc/application/controllers/UserController.php:137 +msgid "Specific action is not allowed in demo version!" +msgstr "Szczególne opcje nie są dostępne w wersji demonstracyjnej!" + +#: airtime_mvc/application/controllers/UserController.php:87 +msgid "User added successfully!" +msgstr "Użytkownik został dodany poprawnie!" + +#: airtime_mvc/application/controllers/UserController.php:89 +msgid "User updated successfully!" +msgstr "Użytkownik został poprawnie zaktualizowany!" + +#: airtime_mvc/application/controllers/UserController.php:164 +msgid "Settings updated successfully!" +msgstr "Ustawienia zostały poprawnie zaktualizowane!" + +#: airtime_mvc/application/controllers/LocaleController.php:36 +msgid "Recording:" +msgstr "Nagrywanie:" + +#: airtime_mvc/application/controllers/LocaleController.php:37 +msgid "Master Stream" +msgstr "Strumień Master" + +#: airtime_mvc/application/controllers/LocaleController.php:38 +msgid "Live Stream" +msgstr "Strumień Lice" + +#: airtime_mvc/application/controllers/LocaleController.php:39 +msgid "Nothing Scheduled" +msgstr "Nic nie zaplanowano" + +#: airtime_mvc/application/controllers/LocaleController.php:40 +msgid "Current Show:" +msgstr "Aktualny program:" + +#: airtime_mvc/application/controllers/LocaleController.php:41 +msgid "Current" +msgstr "Aktualny" + +#: airtime_mvc/application/controllers/LocaleController.php:43 +msgid "You are running the latest version" +msgstr "Używasz najnowszej wersji" + +#: airtime_mvc/application/controllers/LocaleController.php:44 +msgid "New version available: " +msgstr "Nowa wersja dostępna:" + +#: airtime_mvc/application/controllers/LocaleController.php:45 +msgid "This version will soon be obsolete." +msgstr "ta wersja będzie wkrótce przestarzała." + +#: airtime_mvc/application/controllers/LocaleController.php:46 +msgid "This version is no longer supported." +msgstr "Ta wersja nie jest już wspierana." + +#: airtime_mvc/application/controllers/LocaleController.php:47 +msgid "Please upgrade to " +msgstr "Proszę uaktualnij do" + +#: airtime_mvc/application/controllers/LocaleController.php:49 +msgid "Add to current playlist" +msgstr "Dodaj do bieżącej listy odtwarzania" + +#: airtime_mvc/application/controllers/LocaleController.php:50 +msgid "Add to current smart block" +msgstr "Dodaj do bieżącego smart block" + +#: airtime_mvc/application/controllers/LocaleController.php:51 +msgid "Adding 1 Item" +msgstr "Dodano 1 element" + +#: airtime_mvc/application/controllers/LocaleController.php:52 +#, php-format +msgid "Adding %s Items" +msgstr "Dodano %s elementów(y)" + +#: airtime_mvc/application/controllers/LocaleController.php:53 +msgid "You can only add tracks to smart blocks." +msgstr "Można dodawać tylko utwory do smart blocks." + +#: airtime_mvc/application/controllers/LocaleController.php:54 +#: airtime_mvc/application/controllers/PlaylistController.php:160 +msgid "You can only add tracks, smart blocks, and webstreams to playlists." +msgstr "" +"Można dodawać tylko utwory do smart blocks i webstream do listy odtwarznia." + +#: airtime_mvc/application/controllers/LocaleController.php:57 +msgid "Please select a cursor position on timeline." +msgstr "Proszę wybrać kursorem pozycję na osi czasu." + +#: airtime_mvc/application/controllers/LocaleController.php:61 +#: airtime_mvc/application/controllers/LibraryController.php:190 +msgid "Edit Metadata" +msgstr "Edytuj Metadane." + +#: airtime_mvc/application/controllers/LocaleController.php:62 +msgid "Add to selected show" +msgstr "Dodaj do wybranego programu" + +#: airtime_mvc/application/controllers/LocaleController.php:63 +msgid "Select" +msgstr "Zaznacz" + +#: airtime_mvc/application/controllers/LocaleController.php:64 +msgid "Select this page" +msgstr "Zaznacz tę stronę" + +#: airtime_mvc/application/controllers/LocaleController.php:65 +msgid "Deselect this page" +msgstr "Odznacz tę stronę" + +#: airtime_mvc/application/controllers/LocaleController.php:66 +msgid "Deselect all" +msgstr "Odznacz wszystko" + +#: airtime_mvc/application/controllers/LocaleController.php:67 +msgid "Are you sure you want to delete the selected item(s)?" +msgstr "Czy na pewno chcesz usunąć wybrane elementy?" + +#: airtime_mvc/application/controllers/LocaleController.php:71 +msgid "Bit Rate" +msgstr "Bit Rate" + +#: airtime_mvc/application/controllers/LocaleController.php:88 +msgid "Sample Rate" +msgstr "Wartość próbkowania" + +#: airtime_mvc/application/controllers/LocaleController.php:93 +msgid "Loading..." +msgstr "Ładowanie" + +#: airtime_mvc/application/controllers/LocaleController.php:94 +#: airtime_mvc/application/controllers/LocaleController.php:159 +msgid "All" +msgstr "Wszystko" + +#: airtime_mvc/application/controllers/LocaleController.php:95 +msgid "Files" +msgstr "Pliki" + +#: airtime_mvc/application/controllers/LocaleController.php:96 +msgid "Playlists" +msgstr "Listy odtwarzania" + +#: airtime_mvc/application/controllers/LocaleController.php:97 +msgid "Smart Blocks" +msgstr "Smart Blocks" + +#: airtime_mvc/application/controllers/LocaleController.php:98 +msgid "Web Streams" +msgstr "Web Stream" + +#: airtime_mvc/application/controllers/LocaleController.php:99 +msgid "Unknown type: " +msgstr "Nieznany typ:" + +#: airtime_mvc/application/controllers/LocaleController.php:100 +msgid "Are you sure you want to delete the selected item?" +msgstr "Czy na pewno chcesz usunąć wybrany element?" + +#: airtime_mvc/application/controllers/LocaleController.php:101 +#: airtime_mvc/application/controllers/LocaleController.php:206 +msgid "Uploading in progress..." +msgstr "Wysyłanie w toku..." + +#: airtime_mvc/application/controllers/LocaleController.php:102 +msgid "Retrieving data from the server..." +msgstr "Pobieranie danych z serwera..." + +#: airtime_mvc/application/controllers/LocaleController.php:103 +msgid "The soundcloud id for this file is: " +msgstr "Id SoundCloud dla tego pliku to:" + +#: airtime_mvc/application/controllers/LocaleController.php:104 +msgid "There was an error while uploading to soundcloud." +msgstr "Wystąpił błąd podczas wysyłania na SoundCloud" + +#: airtime_mvc/application/controllers/LocaleController.php:105 +msgid "Error code: " +msgstr "Kod błędu:" + +#: airtime_mvc/application/controllers/LocaleController.php:106 +msgid "Error msg: " +msgstr "Wiadomość błędu:" + +#: airtime_mvc/application/controllers/LocaleController.php:107 +msgid "Input must be a positive number" +msgstr "Wyjście musi być liczbą dodatnią" + +#: airtime_mvc/application/controllers/LocaleController.php:108 +msgid "Input must be a number" +msgstr "Wyjście musi być liczbą" + +#: airtime_mvc/application/controllers/LocaleController.php:109 +msgid "Input must be in the format: yyyy-mm-dd" +msgstr "Wyjście musi mieć format yyyy-mm-dd" + +#: airtime_mvc/application/controllers/LocaleController.php:110 +msgid "Input must be in the format: hh:mm:ss.t" +msgstr "Wyjście musi mieć format hh:mm:ss.t" + +#: airtime_mvc/application/controllers/LocaleController.php:113 +#, php-format +msgid "" +"You are currently uploading files. %sGoing to another screen will cancel the " +"upload process. %sAre you sure you want to leave the page?" +msgstr "" +"Aktualnie wysyłasz pliki. %sPrzejście do innej strony przerwie ten proces. " +"%sCzy na pewno chcesz przejść do innej strony?" + +#: airtime_mvc/application/controllers/LocaleController.php:115 +msgid "please put in a time '00:00:00 (.0)'" +msgstr "proszę umieścić w czasie '00:00:00 (.0)'" + +#: airtime_mvc/application/controllers/LocaleController.php:116 +msgid "please put in a time in seconds '00 (.0)'" +msgstr "proszę umieścić w czasie w sekundach '00 (.0)'" + +#: airtime_mvc/application/controllers/LocaleController.php:117 +msgid "Your browser does not support playing this file type: " +msgstr "Twoja przeglądarka nie obsługuje odtwarzania plików tego typu:" + +#: airtime_mvc/application/controllers/LocaleController.php:118 +#, fuzzy +msgid "Dynamic block is not previewable" +msgstr "Dynamic block nie jest do podglądu" + +#: airtime_mvc/application/controllers/LocaleController.php:119 +msgid "Limit to: " +msgstr "Ograniczenie do:" + +#: airtime_mvc/application/controllers/LocaleController.php:120 +msgid "Playlist saved" +msgstr "Lista odtwarzania zapisana" + +#: airtime_mvc/application/controllers/LocaleController.php:121 +msgid "Playlist shuffled" +msgstr "Losowa playlista" + +#: airtime_mvc/application/controllers/LocaleController.php:123 +msgid "" +"Airtime is unsure about the status of this file. This can happen when the " +"file is on a remote drive that is unaccessible or the file is in a directory " +"that isn't 'watched' anymore." +msgstr "" +"Airtime nie może odczytać statusu pliku. Może się tak zdarzyć gdy plik " +"znajduje się na zdalnym dysku, do którego aktualnie nie ma dostępu lub " +"znajduje się w zablokowanym przed dostępem katalogu." + +#: airtime_mvc/application/controllers/LocaleController.php:125 +#, php-format +msgid "Listener Count on %s: %s" +msgstr "Licznik słuchaczy na %s: %s" + +#: airtime_mvc/application/controllers/LocaleController.php:127 +msgid "Remind me in 1 week" +msgstr "Przypomnij mi za 1 tydzień" + +#: airtime_mvc/application/controllers/LocaleController.php:128 +msgid "Remind me never" +msgstr "Nie przypominaj mi" + +#: airtime_mvc/application/controllers/LocaleController.php:129 +msgid "Yes, help Airtime" +msgstr "Tak, pomóż Airtime" + +#: airtime_mvc/application/controllers/LocaleController.php:130 +#: airtime_mvc/application/controllers/LocaleController.php:188 +msgid "Image must be one of jpg, jpeg, png, or gif" +msgstr "Obrazek musi być w formacjie jpg, jpeg, png lub gif" + +#: airtime_mvc/application/controllers/LocaleController.php:133 +msgid "" +"A static smart block will save the criteria and generate the block content " +"immediately. This allows you to edit and view it in the Library before " +"adding it to a show." +msgstr "" +"Static smart block będzie zapisywał kryteria i zawartość natychmiast. To " +"pozwala na edycję i wyświetlanie go w bibliotece, przed dodaniem go do " +"programu." + +#: airtime_mvc/application/controllers/LocaleController.php:135 +msgid "" +"A dynamic smart block will only save the criteria. The block content will " +"get generated upon adding it to a show. You will not be able to view and " +"edit the content in the Library." +msgstr "" +"Dynamic smart blok zapisuje tylko kryteria. Zawartość będzie generowana " +"automatycznie po dodaniu go do programu. Nie będziesz mógł wyświetlać i " +"edytować go w zawartości biblioteki." + +#: airtime_mvc/application/controllers/LocaleController.php:137 +msgid "" +"The desired block length will not be reached if Airtime cannot find enough " +"unique tracks to match your criteria. Enable this option if you wish to " +"allow tracks to be added multiple times to the smart block." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:138 +msgid "Smart block shuffled" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:139 +msgid "Smart block generated and criteria saved" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:140 +msgid "Smart block saved" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:141 +msgid "Processing..." +msgstr "Przetwarzanie..." + +#: airtime_mvc/application/controllers/LocaleController.php:155 +msgid "Played" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:160 +#, php-format +msgid "Copied %s row%s to the clipboard" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:161 +#, php-format +msgid "" +"%sPrint view%sPlease use your browser's print function to print this table. " +"Press escape when finished." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:163 +msgid "Choose Storage Folder" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:164 +msgid "Choose Folder to Watch" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:166 +msgid "" +"Are you sure you want to change the storage folder?\n" +"This will remove the files from your Airtime library!" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:167 +#: airtime_mvc/application/views/scripts/preference/directory-config.phtml:2 +msgid "Manage Media Folders" +msgstr "Zarządzaj folderami mediów" + +#: airtime_mvc/application/controllers/LocaleController.php:168 +msgid "Are you sure you want to remove the watched folder?" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:169 +msgid "This path is currently not accessible." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:171 +msgid "Connected to the streaming server" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:172 +msgid "The stream is disabled" +msgstr "Strumień jest wyłączony" + +#: airtime_mvc/application/controllers/LocaleController.php:174 +msgid "Can not connect to the streaming server" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:176 +msgid "" +"If Airtime is behind a router or firewall, you may need to configure port " +"forwarding and this field information will be incorrect. In this case you " +"will need to manually update this field so it shows the correct host/port/" +"mount that your DJ's need to connect to. The allowed range is between 1024 " +"and 49151." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:177 +#, php-format +msgid "For more details, please read the %sAirtime Manual%s" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:179 +msgid "" +"Check this option to enable metadata for OGG streams (stream metadata is the " +"track title, artist, and show name that is displayed in an audio player). " +"VLC and mplayer have a serious bug when playing an OGG/VORBIS stream that " +"has metadata information enabled: they will disconnect from the stream after " +"every song. If you are using an OGG stream and your listeners do not require " +"support for these audio players, then feel free to enable this option." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:180 +msgid "" +"Check this box to automatically switch off Master/Show source upon source " +"disconnection." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:181 +msgid "" +"Check this box to automatically switch on Master/Show source upon source " +"connection." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:182 +msgid "" +"If your Icecast server expects a username of 'source', this field can be " +"left blank." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:183 +#: airtime_mvc/application/controllers/LocaleController.php:193 +msgid "" +"If your live streaming client does not ask for a username, this field should " +"be 'source'." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:185 +msgid "" +"If you change the username or password values for an enabled stream the " +"playout engine will be rebooted and your listeners will hear silence for " +"5-10 seconds. Changing the following fields will NOT cause a reboot: Stream " +"Label (Global Settings), and Switch Transition Fade(s), Master Username, and " +"Master Password (Input Stream Settings). If Airtime is recording, and if the " +"change causes a playout engine restart, the recording will be interrupted." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:186 +msgid "" +"This is the admin username and password for Icecast/SHOUTcast to get " +"listener statistics." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:190 +msgid "No result found" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:191 +msgid "" +"This follows the same security pattern for the shows: only users assigned to " +"the show can connect." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:192 +msgid "Specify custom authentication which will work only for this show." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:194 +msgid "The show instance doesn't exist anymore!" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:198 +msgid "Show" +msgstr "Program" + +#: airtime_mvc/application/controllers/LocaleController.php:199 +msgid "Show is empty" +msgstr "Program jest pusty" + +#: airtime_mvc/application/controllers/LocaleController.php:200 +msgid "1m" +msgstr "1 min" + +#: airtime_mvc/application/controllers/LocaleController.php:201 +msgid "5m" +msgstr "5 min" + +#: airtime_mvc/application/controllers/LocaleController.php:202 +msgid "10m" +msgstr "10 min" + +#: airtime_mvc/application/controllers/LocaleController.php:203 +msgid "15m" +msgstr "15 min" + +#: airtime_mvc/application/controllers/LocaleController.php:204 +msgid "30m" +msgstr "30 min" + +#: airtime_mvc/application/controllers/LocaleController.php:205 +msgid "60m" +msgstr "60 min" + +#: airtime_mvc/application/controllers/LocaleController.php:207 +msgid "Retreiving data from the server..." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:213 +msgid "This show has no scheduled content." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:214 +msgid "This show is not completely filled with content." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:218 +msgid "January" +msgstr "Styczeń" + +#: airtime_mvc/application/controllers/LocaleController.php:219 +msgid "February" +msgstr "Luty" + +#: airtime_mvc/application/controllers/LocaleController.php:220 +msgid "March" +msgstr "Marzec" + +#: airtime_mvc/application/controllers/LocaleController.php:221 +msgid "April" +msgstr "Kwiecień" + +#: airtime_mvc/application/controllers/LocaleController.php:222 +#: airtime_mvc/application/controllers/LocaleController.php:234 +msgid "May" +msgstr "Maj" + +#: airtime_mvc/application/controllers/LocaleController.php:223 +msgid "June" +msgstr "Czerwiec" + +#: airtime_mvc/application/controllers/LocaleController.php:224 +msgid "July" +msgstr "Lipiec" + +#: airtime_mvc/application/controllers/LocaleController.php:225 +msgid "August" +msgstr "Sierpień" + +#: airtime_mvc/application/controllers/LocaleController.php:226 +msgid "September" +msgstr "Wrzesień" + +#: airtime_mvc/application/controllers/LocaleController.php:227 +msgid "October" +msgstr "Październik" + +#: airtime_mvc/application/controllers/LocaleController.php:228 +msgid "November" +msgstr "Listopad" + +#: airtime_mvc/application/controllers/LocaleController.php:229 +msgid "December" +msgstr "Grudzień" + +#: airtime_mvc/application/controllers/LocaleController.php:230 +msgid "Jan" +msgstr "Sty" + +#: airtime_mvc/application/controllers/LocaleController.php:231 +msgid "Feb" +msgstr "Lut" + +#: airtime_mvc/application/controllers/LocaleController.php:232 +msgid "Mar" +msgstr "Mar" + +#: airtime_mvc/application/controllers/LocaleController.php:233 +msgid "Apr" +msgstr "Kwi" + +#: airtime_mvc/application/controllers/LocaleController.php:235 +msgid "Jun" +msgstr "Cze" + +#: airtime_mvc/application/controllers/LocaleController.php:236 +msgid "Jul" +msgstr "Lip" + +#: airtime_mvc/application/controllers/LocaleController.php:237 +msgid "Aug" +msgstr "Sie" + +#: airtime_mvc/application/controllers/LocaleController.php:238 +msgid "Sep" +msgstr "Wrz" + +#: airtime_mvc/application/controllers/LocaleController.php:239 +msgid "Oct" +msgstr "Paź" + +#: airtime_mvc/application/controllers/LocaleController.php:240 +msgid "Nov" +msgstr "Lis" + +#: airtime_mvc/application/controllers/LocaleController.php:241 +msgid "Dec" +msgstr "Gru" + +#: airtime_mvc/application/controllers/LocaleController.php:242 +msgid "today" +msgstr "dzisiaj" + +#: airtime_mvc/application/controllers/LocaleController.php:243 +msgid "day" +msgstr "dzień" + +#: airtime_mvc/application/controllers/LocaleController.php:244 +msgid "week" +msgstr "tydzień" + +#: airtime_mvc/application/controllers/LocaleController.php:245 +msgid "month" +msgstr "miesiąć" + +#: airtime_mvc/application/controllers/LocaleController.php:260 +msgid "" +"Shows longer than their scheduled time will be cut off by a following show." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:261 +msgid "Cancel Current Show?" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:262 +#: airtime_mvc/application/controllers/LocaleController.php:301 +msgid "Stop recording current show?" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:263 +msgid "Ok" +msgstr "Ok" + +#: airtime_mvc/application/controllers/LocaleController.php:264 +msgid "Contents of Show" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:267 +msgid "Remove all content?" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:269 +msgid "Delete selected item(s)?" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:270 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:5 +msgid "Start" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:271 +msgid "End" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:272 +msgid "Duration" +msgstr "Czas trwania" + +#: airtime_mvc/application/controllers/LocaleController.php:278 +msgid "Cue In" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:279 +msgid "Cue Out" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:280 +msgid "Fade In" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:281 +msgid "Fade Out" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:282 +msgid "Show Empty" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:283 +msgid "Recording From Line In" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:288 +msgid "Cannot schedule outside a show." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:289 +msgid "Moving 1 Item" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:290 +#, php-format +msgid "Moving %s Items" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:293 +msgid "Select all" +msgstr "Wybierz wszystko" + +#: airtime_mvc/application/controllers/LocaleController.php:294 +msgid "Select none" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:295 +msgid "Remove overbooked tracks" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:296 +msgid "Remove selected scheduled items" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:297 +msgid "Jump to the current playing track" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:298 +msgid "Cancel current show" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:303 +msgid "Open library to add or remove content" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:304 +#: airtime_mvc/application/controllers/ScheduleController.php:261 +#: airtime_mvc/application/views/scripts/showbuilder/index.phtml:15 +msgid "Add / Remove Content" +msgstr "Dodaj/usuń zawartość" + +#: airtime_mvc/application/controllers/LocaleController.php:306 +msgid "in use" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:307 +msgid "Disk" +msgstr "Dysk" + +#: airtime_mvc/application/controllers/LocaleController.php:309 +msgid "Look in" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:311 +msgid "Open" +msgstr "Otwórz" + +#: airtime_mvc/application/controllers/LocaleController.php:317 +msgid "Guests can do the following:" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:318 +msgid "View schedule" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:319 +msgid "View show content" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:320 +msgid "DJs can do the following:" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:321 +msgid "Manage assigned show content" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:322 +msgid "Import media files" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:323 +msgid "Create playlists, smart blocks, and webstreams" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:324 +msgid "Manage their own library content" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:325 +msgid "Progam Managers can do the following:" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:326 +msgid "View and manage show content" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:327 +msgid "Schedule shows" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:328 +msgid "Manage all library content" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:329 +msgid "Admins can do the following:" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:330 +msgid "Manage preferences" +msgstr "Zarządzaj preferencjami" + +#: airtime_mvc/application/controllers/LocaleController.php:331 +msgid "Manage users" +msgstr "Zarządzaj użytkownikami" + +#: airtime_mvc/application/controllers/LocaleController.php:332 +msgid "Manage watched folders" +msgstr "Zarządzaj przeszukiwanymi katalogami" + +#: airtime_mvc/application/controllers/LocaleController.php:334 +msgid "View system status" +msgstr "Zobacz status systemu" + +#: airtime_mvc/application/controllers/LocaleController.php:335 +msgid "Access playout history" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:336 +msgid "View listener stats" +msgstr "Zobacz statystyki słuchacza" + +#: airtime_mvc/application/controllers/LocaleController.php:338 +msgid "Show / hide columns" +msgstr "Pokaż/ukryj kolumny" + +#: airtime_mvc/application/controllers/LocaleController.php:340 +msgid "From {from} to {to}" +msgstr "Z {from} do {to}" + +#: airtime_mvc/application/controllers/LocaleController.php:341 +msgid "kbps" +msgstr "kbps" + +#: airtime_mvc/application/controllers/LocaleController.php:342 +msgid "yyyy-mm-dd" +msgstr "yyyy-mm-dd" + +#: airtime_mvc/application/controllers/LocaleController.php:343 +msgid "hh:mm:ss.t" +msgstr "hh:mm:ss.t" + +#: airtime_mvc/application/controllers/LocaleController.php:344 +msgid "kHz" +msgstr "kHz" + +#: airtime_mvc/application/controllers/LocaleController.php:347 +msgid "Su" +msgstr "Nd" + +#: airtime_mvc/application/controllers/LocaleController.php:348 +msgid "Mo" +msgstr "Pn" + +#: airtime_mvc/application/controllers/LocaleController.php:349 +msgid "Tu" +msgstr "Wt" + +#: airtime_mvc/application/controllers/LocaleController.php:350 +msgid "We" +msgstr "Śr" + +#: airtime_mvc/application/controllers/LocaleController.php:351 +msgid "Th" +msgstr "Cz" + +#: airtime_mvc/application/controllers/LocaleController.php:352 +msgid "Fr" +msgstr "Pt" + +#: airtime_mvc/application/controllers/LocaleController.php:353 +msgid "Sa" +msgstr "So" + +#: airtime_mvc/application/controllers/LocaleController.php:354 +#: airtime_mvc/application/controllers/LocaleController.php:382 +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:3 +msgid "Close" +msgstr "Zamknij" + +#: airtime_mvc/application/controllers/LocaleController.php:356 +msgid "Hour" +msgstr "Godzina" + +#: airtime_mvc/application/controllers/LocaleController.php:357 +msgid "Minute" +msgstr "Minuta" + +#: airtime_mvc/application/controllers/LocaleController.php:358 +msgid "Done" +msgstr "Gotowe" + +#: airtime_mvc/application/controllers/LocaleController.php:361 +msgid "Select files" +msgstr "Wybierz pliki" + +#: airtime_mvc/application/controllers/LocaleController.php:362 +#: airtime_mvc/application/controllers/LocaleController.php:363 +msgid "Add files to the upload queue and click the start button." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:366 +msgid "Add Files" +msgstr "Dodaj pliki" + +#: airtime_mvc/application/controllers/LocaleController.php:367 +msgid "Stop Upload" +msgstr "Zatrzymaj przesyłanie" + +#: airtime_mvc/application/controllers/LocaleController.php:368 +msgid "Start upload" +msgstr "Rozpocznij przesyłanie" + +#: airtime_mvc/application/controllers/LocaleController.php:369 +msgid "Add files" +msgstr "Dodaj pliki" + +#: airtime_mvc/application/controllers/LocaleController.php:370 +#, php-format +msgid "Uploaded %d/%d files" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:371 +msgid "N/A" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:372 +msgid "Drag files here." +msgstr "Przeciągnij tutaj pliki." + +#: airtime_mvc/application/controllers/LocaleController.php:373 +msgid "File extension error." +msgstr "Błąd rozszerzenia pliku." + +#: airtime_mvc/application/controllers/LocaleController.php:374 +msgid "File size error." +msgstr "Błąd rozmiaru pliku." + +#: airtime_mvc/application/controllers/LocaleController.php:375 +msgid "File count error." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:376 +msgid "Init error." +msgstr "Błąd inicjalizacji" + +#: airtime_mvc/application/controllers/LocaleController.php:377 +msgid "HTTP Error." +msgstr "Błąd HTTP." + +#: airtime_mvc/application/controllers/LocaleController.php:378 +msgid "Security error." +msgstr "Błąd zabezpieczeń." + +#: airtime_mvc/application/controllers/LocaleController.php:379 +msgid "Generic error." +msgstr "Błąd ogólny." + +#: airtime_mvc/application/controllers/LocaleController.php:380 +msgid "IO error." +msgstr "Błąd I/O" + +#: airtime_mvc/application/controllers/LocaleController.php:381 +#, php-format +msgid "File: %s" +msgstr "Plik: %s" + +#: airtime_mvc/application/controllers/LocaleController.php:383 +#, php-format +msgid "%d files queued" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:384 +msgid "File: %f, size: %s, max file size: %m" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:385 +msgid "Upload URL might be wrong or doesn't exist" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:386 +msgid "Error: File too large: " +msgstr "Błąd: plik jest za duży:" + +#: airtime_mvc/application/controllers/LocaleController.php:387 +msgid "Error: Invalid file extension: " +msgstr "Błąd: nieprawidłowe rozszerzenie pliku:" + +#: airtime_mvc/application/controllers/ShowbuilderController.php:190 +#: airtime_mvc/application/controllers/LibraryController.php:161 +msgid "Preview" +msgstr "Podgląd" + +#: airtime_mvc/application/controllers/ShowbuilderController.php:192 +msgid "Select cursor" +msgstr "" + +#: airtime_mvc/application/controllers/ShowbuilderController.php:193 +msgid "Remove cursor" +msgstr "" + +#: airtime_mvc/application/controllers/ShowbuilderController.php:198 +#: airtime_mvc/application/controllers/LibraryController.php:189 +#: airtime_mvc/application/controllers/LibraryController.php:218 +#: airtime_mvc/application/controllers/LibraryController.php:237 +#: airtime_mvc/application/controllers/ScheduleController.php:315 +#: airtime_mvc/application/controllers/ScheduleController.php:322 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:26 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:23 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:18 +msgid "Delete" +msgstr "Usuń" + +#: airtime_mvc/application/controllers/ShowbuilderController.php:212 +msgid "show does not exist" +msgstr "program nie istnieje" + +#: airtime_mvc/application/controllers/ListenerstatController.php:56 +msgid "" +"Please make sure admin user/password is correct on System->Streams page." +msgstr "" + +#: airtime_mvc/application/controllers/ApiController.php:57 +#: airtime_mvc/application/controllers/ApiController.php:84 +msgid "You are not allowed to access this resource." +msgstr "" + +#: airtime_mvc/application/controllers/ApiController.php:286 +#: airtime_mvc/application/controllers/ApiController.php:325 +msgid "You are not allowed to access this resource. " +msgstr "" + +#: airtime_mvc/application/controllers/ApiController.php:507 +msgid "File does not exist in Airtime." +msgstr "Plik nie istnieje w Airtime." + +#: airtime_mvc/application/controllers/ApiController.php:520 +msgid "File does not exist in Airtime" +msgstr "Plik nie istnieje w Airtime" + +#: airtime_mvc/application/controllers/ApiController.php:532 +msgid "File doesn't exist in Airtime." +msgstr "Plik nie istnieje w Airtime." + +#: airtime_mvc/application/controllers/ApiController.php:578 +msgid "Bad request. no 'mode' parameter passed." +msgstr "" + +#: airtime_mvc/application/controllers/ApiController.php:588 +msgid "Bad request. 'mode' parameter is invalid" +msgstr "" + +#: airtime_mvc/application/controllers/LibraryController.php:95 +#: airtime_mvc/application/controllers/PlaylistController.php:127 +#, php-format +msgid "%s not found" +msgstr "nie znaleziono %s" + +#: airtime_mvc/application/controllers/LibraryController.php:104 +#: airtime_mvc/application/controllers/PlaylistController.php:148 +msgid "Something went wrong." +msgstr "" + +#: airtime_mvc/application/controllers/LibraryController.php:182 +#: airtime_mvc/application/controllers/LibraryController.php:206 +#: airtime_mvc/application/controllers/LibraryController.php:229 +msgid "Add to Playlist" +msgstr "Dodaj do listy odtwarzania" + +#: airtime_mvc/application/controllers/LibraryController.php:184 +msgid "Add to Smart Block" +msgstr "" + +#: airtime_mvc/application/controllers/LibraryController.php:194 +#: airtime_mvc/application/controllers/ScheduleController.php:897 +msgid "Download" +msgstr "Pobierz" + +#: airtime_mvc/application/controllers/LibraryController.php:198 +msgid "Duplicate Playlist" +msgstr "Duplikuj listę odtwarzania" + +#: airtime_mvc/application/controllers/LibraryController.php:213 +#: airtime_mvc/application/controllers/LibraryController.php:235 +msgid "Edit" +msgstr "Edytuj" + +#: airtime_mvc/application/controllers/LibraryController.php:248 +msgid "Soundcloud" +msgstr "Soundcloud" + +#: airtime_mvc/application/controllers/LibraryController.php:254 +#: airtime_mvc/application/controllers/ScheduleController.php:284 +msgid "View on Soundcloud" +msgstr "Zobacz na Soundcloud" + +#: airtime_mvc/application/controllers/LibraryController.php:258 +#: airtime_mvc/application/controllers/ScheduleController.php:287 +msgid "Re-upload to SoundCloud" +msgstr "Prześlij ponownie do SoundCloud" + +#: airtime_mvc/application/controllers/LibraryController.php:260 +#: airtime_mvc/application/controllers/ScheduleController.php:287 +msgid "Upload to SoundCloud" +msgstr "Prześlij do SoundCloud" + +#: airtime_mvc/application/controllers/LibraryController.php:267 +msgid "No action available" +msgstr "" + +#: airtime_mvc/application/controllers/LibraryController.php:287 +msgid "You don't have permission to delete selected items." +msgstr "" + +#: airtime_mvc/application/controllers/LibraryController.php:336 +msgid "Could not delete some scheduled files." +msgstr "" + +#: airtime_mvc/application/controllers/LibraryController.php:375 +#, php-format +msgid "Copy of %s" +msgstr "" + +#: airtime_mvc/application/controllers/PlaylistController.php:45 +#, php-format +msgid "You are viewing an older version of %s" +msgstr "" + +#: airtime_mvc/application/controllers/PlaylistController.php:120 +msgid "You cannot add tracks to dynamic blocks." +msgstr "" + +#: airtime_mvc/application/controllers/PlaylistController.php:141 +#, php-format +msgid "You don't have permission to delete selected %s(s)." +msgstr "" + +#: airtime_mvc/application/controllers/PlaylistController.php:154 +msgid "You can only add tracks to smart block." +msgstr "" + +#: airtime_mvc/application/controllers/PlaylistController.php:172 +msgid "Untitled Playlist" +msgstr "Lista odtwarzania bez nazwy" + +#: airtime_mvc/application/controllers/PlaylistController.php:174 +msgid "Untitled Smart Block" +msgstr "" + +#: airtime_mvc/application/controllers/PlaylistController.php:437 +msgid "Unknown Playlist" +msgstr "" + +#: airtime_mvc/application/controllers/ScheduleController.php:252 +msgid "View Recorded File Metadata" +msgstr "" + +#: airtime_mvc/application/controllers/ScheduleController.php:264 +msgid "Remove All Content" +msgstr "Usuń całą zawartość" + +#: airtime_mvc/application/controllers/ScheduleController.php:271 +msgid "Show Content" +msgstr "Pokaż zawartość" + +#: airtime_mvc/application/controllers/ScheduleController.php:295 +#: airtime_mvc/application/controllers/ScheduleController.php:302 +msgid "Cancel Current Show" +msgstr "" + +#: airtime_mvc/application/controllers/ScheduleController.php:299 +#: airtime_mvc/application/controllers/ScheduleController.php:309 +msgid "Edit Show" +msgstr "Edytuj program" + +#: airtime_mvc/application/controllers/ScheduleController.php:317 +msgid "Delete This Instance" +msgstr "" + +#: airtime_mvc/application/controllers/ScheduleController.php:319 +msgid "Delete This Instance and All Following" +msgstr "" + +#: airtime_mvc/application/controllers/ScheduleController.php:445 +#, php-format +msgid "Rebroadcast of show %s from %s at %s" +msgstr "" + +#: airtime_mvc/application/controllers/WebstreamController.php:29 +#: airtime_mvc/application/controllers/WebstreamController.php:33 +msgid "Untitled Webstream" +msgstr "" + +#: airtime_mvc/application/controllers/WebstreamController.php:138 +msgid "Webstream saved." +msgstr "" + +#: airtime_mvc/application/controllers/WebstreamController.php:146 +msgid "Invalid form values." +msgstr "" + +#: airtime_mvc/application/views/scripts/listenerstat/index.phtml:2 +msgid "Listener Count Over Time" +msgstr "" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:3 +msgid "Previous:" +msgstr "Poprzedni:" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:10 +msgid "Next:" +msgstr "Następny:" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:24 +msgid "Source Streams" +msgstr "Strumienie źródłowe" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:29 +msgid "Master Source" +msgstr "Źródło Master" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:38 +msgid "Show Source" +msgstr "Źródło Programu" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:45 +msgid "Scheduled Play" +msgstr "" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:54 +msgid "ON AIR" +msgstr "Na antenie" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:55 +msgid "Listen" +msgstr "Słuchaj" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:59 +msgid "Station time" +msgstr "Czas stacji" + +#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:3 +msgid "Your trial expires in" +msgstr "" + +#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9 +msgid "Purchase your copy of Airtime" +msgstr "" + +#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9 +msgid "My Account" +msgstr "Moje konto" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:3 +msgid "Manage Users" +msgstr "Zarządzaj Użytkownikami" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:10 +msgid "New User" +msgstr "Nowy Użytkownik" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:17 +msgid "id" +msgstr "id" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:19 +msgid "First Name" +msgstr "Imię" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:20 +msgid "Last Name" +msgstr "Nazwisko" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:21 +msgid "User Type" +msgstr "Typ użytkownika" + +#: airtime_mvc/application/views/scripts/dashboard/about.phtml:5 +#, php-format +msgid "" +"%sAirtime%s %s, the open radio software for scheduling and remote station " +"management. %s" +msgstr "" + +#: airtime_mvc/application/views/scripts/dashboard/about.phtml:13 +#, php-format +msgid "" +"%sSourcefabric%s o.p.s. Airtime is distributed under the %sGNU GPL v.3%s" +msgstr "" + +#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:3 +msgid "Share" +msgstr "" + +#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:64 +msgid "Select stream:" +msgstr "Wybierz strumień:" + +#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:90 +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:50 +msgid "mute" +msgstr "wyciszyć" + +#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:91 +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:53 +msgid "unmute" +msgstr "" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:3 +msgid "Welcome to Airtime!" +msgstr "Witamy w Airtime!" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:4 +msgid "" +"Here's how you can get started using Airtime to automate your broadcasts: " +msgstr "" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:7 +msgid "" +"Begin by adding your files to the library using the 'Add Media' menu button. " +"You can drag and drop your files to this window too." +msgstr "" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:8 +msgid "" +"Create a show by going to 'Calendar' in the menu bar, and then clicking the " +"'+ Show' icon. This can be either a one-time or repeating show. Only admins " +"and program managers can add shows." +msgstr "" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:9 +msgid "" +"Add media to the show by going to your show in the Schedule calendar, left-" +"clicking on it and selecting 'Add / Remove Content'" +msgstr "" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:10 +msgid "" +"Select your media from the left pane and drag them to your show in the right " +"pane." +msgstr "" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:12 +msgid "Then you're good to go!" +msgstr "" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:13 +#, php-format +msgid "For more detailed help, read the %suser manual%s." +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/update.phtml:40 +msgid "Expand Static Block" +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/update.phtml:45 +msgid "Expand Dynamic Block" +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/update.phtml:98 +msgid "Empty smart block" +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/update.phtml:100 +msgid "Empty playlist" +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:3 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:66 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:71 +msgid "Fade out: " +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:3 +#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:10 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:68 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:71 +msgid "(ss.t)" +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:10 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:63 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:68 +msgid "Fade in: " +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:10 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:10 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:4 +msgid "New" +msgstr "Nowy" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:13 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:13 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:7 +msgid "New Playlist" +msgstr "Nowa lista odtwarzania" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:14 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:14 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:8 +msgid "New Smart Block" +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:15 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:15 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:9 +msgid "New Webstream" +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:20 +msgid "Shuffle playlist" +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:23 +msgid "Save playlist" +msgstr "Zapisz listę odtwarzania" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:30 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:27 +msgid "Playlist crossfade" +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:49 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:51 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:38 +msgid "View / edit description" +msgstr "Zobacz/edytuj opis" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:81 +msgid "No open playlist" +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:86 +msgid "No open smart block" +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:2 +msgid "Cue In: " +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:2 +#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:7 +msgid "(hh:mm:ss.t)" +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:7 +msgid "Cue Out: " +msgstr "" + +#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:12 +msgid "Original Length:" +msgstr "Oryginalna długość:" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:6 +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:40 +msgid "Add this show" +msgstr "Dodaj tn program" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:6 +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:40 +msgid "Update show" +msgstr "Aktualizuj program" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:10 +msgid "What" +msgstr "Co" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14 +msgid "When" +msgstr "Kiedy" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:19 +msgid "Live Stream Input" +msgstr "Wejście strumienia na żywo" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:23 +msgid "Record & Rebroadcast" +msgstr "Nagrywaj i retransmituj" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:29 +msgid "Who" +msgstr "Kto" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:33 +msgid "Style" +msgstr "Styl" + +#: airtime_mvc/application/views/scripts/login/password-restore-after.phtml:3 +msgid "Email sent" +msgstr "Email wyslany" + +#: airtime_mvc/application/views/scripts/login/password-restore-after.phtml:6 +msgid "An email has been sent" +msgstr "" + +#: airtime_mvc/application/views/scripts/login/password-restore-after.phtml:7 +msgid "Back to login screen" +msgstr "Wróć do ekranu logowania" + +#: airtime_mvc/application/views/scripts/login/index.phtml:7 +msgid "" +"Welcome to the online Airtime demo! You can log in using the username " +"'admin' and the password 'admin'." +msgstr "" + +#: airtime_mvc/application/views/scripts/login/password-restore.phtml:3 +#: airtime_mvc/application/views/scripts/form/login.phtml:34 +msgid "Reset password" +msgstr "Resetuj hasło" + +#: airtime_mvc/application/views/scripts/login/password-restore.phtml:7 +msgid "" +"Please enter your account e-mail address. You will receive a link to create " +"a new password via e-mail." +msgstr "" + +#: airtime_mvc/application/views/scripts/login/password-change.phtml:3 +msgid "New password" +msgstr "Nowe hasło" + +#: airtime_mvc/application/views/scripts/login/password-change.phtml:6 +msgid "Please enter and confirm your new password in the fields below." +msgstr "" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:4 +msgid "Service" +msgstr "" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:6 +msgid "Uptime" +msgstr "Czas pracy" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:7 +msgid "CPU" +msgstr "CPU" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:8 +msgid "Memory" +msgstr "Pamięć" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:14 +msgid "Airtime Version" +msgstr "Wersja Airtime" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:30 +msgid "Disk Space" +msgstr "Miejsce na dysku twardym" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:22 +msgid "previous" +msgstr "poprzedni" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:25 +msgid "play" +msgstr "play" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:28 +msgid "pause" +msgstr "pause" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:31 +msgid "next" +msgstr "następny" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:34 +msgid "stop" +msgstr "stop" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:59 +msgid "max volume" +msgstr "maksymalna głośność" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:69 +msgid "Update Required" +msgstr "Wymagana aktualizacja" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:70 +#, php-format +msgid "" +"To play the media you will need to either update your browser to a recent " +"version or update your %sFlash plugin%s." +msgstr "" + +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:51 +msgid "Stream URL:" +msgstr "URL strumienia:" + +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:56 +msgid "Default Length:" +msgstr "Domyślna długość:" + +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:63 +msgid "No webstream" +msgstr "" + +#: airtime_mvc/application/views/scripts/error/error.phtml:6 +msgid "Zend Framework Default Application" +msgstr "" + +#: airtime_mvc/application/views/scripts/error/error.phtml:10 +msgid "Page not found!" +msgstr "Nie znaleziono strony!" + +#: airtime_mvc/application/views/scripts/error/error.phtml:11 +msgid "Looks like the page you were looking for doesn't exist!" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:4 +msgid "Stream " +msgstr "Strumień" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:33 +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:47 +#: airtime_mvc/application/views/scripts/form/preferences_email_server.phtml:44 +#: airtime_mvc/application/views/scripts/form/preferences_email_server.phtml:74 +#: airtime_mvc/application/views/scripts/form/preferences_email_server.phtml:90 +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:47 +#: airtime_mvc/application/views/scripts/form/preferences_soundcloud.phtml:44 +#: airtime_mvc/application/views/scripts/form/preferences_soundcloud.phtml:59 +#: airtime_mvc/application/views/scripts/form/preferences_general.phtml:71 +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:46 +msgid "(Required)" +msgstr "(Wymagane)" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:76 +msgid "Additional Options" +msgstr "Opcje dodatkowe" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:136 +msgid "" +"The following info will be displayed to listeners in their media player:" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:169 +msgid "(Your radio station website)" +msgstr "(Strona internetowa Twojej stacji)" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:207 +msgid "Stream URL: " +msgstr "URL strumienia:" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:9 +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:27 +msgid "Choose folder" +msgstr "Wybierz folder" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:10 +msgid "Set" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:19 +msgid "Current Import Folder:" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:28 +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast-absolute.phtml:40 +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast.phtml:41 +msgid "Add" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:43 +msgid "" +"Rescan watched directory (This is useful if it is network mount and may be " +"out of sync with Airtime)" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:44 +msgid "Remove watched directory" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:50 +msgid "You are not watching any media folders." +msgstr "" + +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast-absolute.phtml:4 +msgid "Choose Days:" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast-absolute.phtml:18 +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast.phtml:18 +msgid "Remove" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:1 +msgid "Register Airtime" +msgstr "Zarejestruj Airtime" + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:6 +#, php-format +msgid "" +"Help Airtime improve by letting us know how you are using it. This info will " +"be collected regularly in order to enhance your user experience.%sClick " +"'Yes, help Airtime' and we'll make sure the features you use are constantly " +"improving." +msgstr "" + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:25 +#, php-format +msgid "" +"Click the box below to advertise your station on %sSourcefabric.org%s. In " +"order to promote your station, 'Send support feedback' must be enabled. This " +"data will be collected in addition to the support feedback." +msgstr "" + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:65 +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:79 +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:61 +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:76 +msgid "(for verification purposes only, will not be published)" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:150 +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:151 +msgid "Note: Anything larger than 600x600 will be resized." +msgstr "" + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:164 +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:164 +msgid "Show me what I am sending " +msgstr "" + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:178 +msgid "Terms and Conditions" +msgstr "Zasady i warunki" + +#: airtime_mvc/application/views/scripts/form/showbuilder.phtml:7 +msgid "Find Shows" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/showbuilder.phtml:12 +msgid "Filter By Show:" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:2 +msgid "Input Stream Settings" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:109 +msgid "Master Source Connection URL:" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:115 +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:159 +msgid "Override" +msgstr "Zastąp" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:120 +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:164 +msgid "OK" +msgstr "OK" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:120 +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:164 +msgid "RESET" +msgstr "RESETUJ" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:153 +msgid "Show Source Connection URL:" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/edit-user.phtml:1 +#, php-format +msgid "%s's Settings" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast.phtml:4 +msgid "Repeat Days:" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/daterange.phtml:6 +msgid "Filter History" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/preferences.phtml:5 +msgid "Email / Mail Server Settings" +msgstr "Ustawienia Email/Serwera pocztowego" + +#: airtime_mvc/application/views/scripts/form/preferences.phtml:10 +msgid "SoundCloud Settings" +msgstr "Ustawienia SoundCloud" + +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:5 +#, php-format +msgid "" +"Help Airtime improve by letting Sourcefabric know how you are using it. This " +"information will be collected regularly in order to enhance your user " +"experience.%sClick the 'Send support feedback' box and we'll make sure the " +"features you use are constantly improving." +msgstr "" + +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:23 +#, php-format +msgid "Click the box below to promote your station on %sSourcefabric.org%s." +msgstr "" + +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:41 +msgid "" +"(In order to promote your station, 'Send support feedback' must be enabled)." +msgstr "" + +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:186 +msgid "Sourcefabric Privacy Policy" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/add-show-live-stream.phtml:53 +msgid "Connection URL: " +msgstr "" + +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:3 +msgid "Smart Block Options" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:63 +msgid " to " +msgstr "" + +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:120 +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:133 +msgid "files meet the criteria" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:127 +msgid "file meet the criteria" +msgstr "" + +#: airtime_mvc/application/views/scripts/showbuilder/builderDialog.phtml:3 +#: airtime_mvc/application/views/scripts/library/library.phtml:2 +msgid "File import in progress..." +msgstr "Importowanie plików w toku..." + +#: airtime_mvc/application/views/scripts/showbuilder/builderDialog.phtml:5 +#: airtime_mvc/application/views/scripts/library/library.phtml:5 +msgid "Advanced Search Options" +msgstr "Zaawansowane opcje wyszukiwania" + +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:2 +msgid "Stream Settings" +msgstr "Ustawienia strumienia" + +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:12 +msgid "Global Settings" +msgstr "Ustawienia globalne" + +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:88 +msgid "dB" +msgstr "dB" + +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:107 +msgid "Output Stream Settings" +msgstr "Ustawienia strumienia wyjściowego" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:7 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:30 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:32 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:128 +msgid "Length:" +msgstr "Długość: " + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:8 +msgid "Sample Rate:" +msgstr "Częstotliwość próbkowania:" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:18 +msgid "Isrc Number:" +msgstr "Numer Isrc:" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:21 +msgid "File Path:" +msgstr "Ścieżka pliku:" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:39 +msgid "Web Stream" +msgstr "" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:40 +msgid "Dynamic Smart Block" +msgstr "" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:41 +msgid "Static Smart Block" +msgstr "" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:42 +msgid "Audio Track" +msgstr "" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:48 +msgid "Playlist Contents: " +msgstr "Zawartość listy odtwarzania:" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:50 +msgid "Static Smart Block Contents: " +msgstr "" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:89 +msgid "Dynamic Smart Block Criteria: " +msgstr "" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:118 +msgid "Limit to " +msgstr "" + +#: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:512 +msgid "Please selection an option" +msgstr "" + +#: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:531 +msgid "No Records" +msgstr "" From 2ac66e81b0d498f43be35ccb50706c838b2fe1e6 Mon Sep 17 00:00:00 2001 From: Marcin Tym-Czarnocki Date: Sun, 3 Feb 2013 20:44:20 +0100 Subject: [PATCH 03/53] Polish locale update (full - 100%) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contribution of radioaktywne.pl (Lucy Pałys & Marcin Tym-Czarnocki) --- .../locale/pl_PL/LC_MESSAGES/airtime.mo | Bin 39790 -> 62462 bytes .../locale/pl_PL/LC_MESSAGES/airtime.po | 7396 +++++++++-------- 2 files changed, 3738 insertions(+), 3658 deletions(-) diff --git a/airtime_mvc/locale/pl_PL/LC_MESSAGES/airtime.mo b/airtime_mvc/locale/pl_PL/LC_MESSAGES/airtime.mo index 996a1063afe7f1a6885d9c73004c526086949234..a702db3a7765ecf7ce4b5172952628fde65a38f0 100644 GIT binary patch literal 62462 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

9_-WDu8R)do3Ds?{zAjBL8uf#%C( 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 literal 39790 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 Xdgc, 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: Airtime 2.3\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-15 10:36-0500\n" -"PO-Revision-Date: 2013-01-31 11:58+0100\n" -"Last-Translator: Sebastian Matuszewski \n" -"Language-Team: SEMATpl & PallottiFM \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" -"Language: Polski\n" - -#: airtime_mvc/application/configs/navigation.php:12 -msgid "Now Playing" -msgstr "Aktualnie odtwarzne" - -#: airtime_mvc/application/configs/navigation.php:19 -msgid "Add Media" -msgstr "Dodaj media" - -#: airtime_mvc/application/configs/navigation.php:26 -msgid "Library" -msgstr "Biblioteka" - -#: airtime_mvc/application/configs/navigation.php:33 -msgid "Calendar" -msgstr "Kalendarz" - -#: airtime_mvc/application/configs/navigation.php:40 -msgid "System" -msgstr "System" - -#: airtime_mvc/application/configs/navigation.php:45 -#: airtime_mvc/application/views/scripts/preference/index.phtml:2 -msgid "Preferences" -msgstr "Preferencje" - -#: airtime_mvc/application/configs/navigation.php:50 -msgid "Users" -msgstr "Użytkownicy" - -#: airtime_mvc/application/configs/navigation.php:57 -msgid "Media Folders" -msgstr "Folder z mediami" - -#: airtime_mvc/application/configs/navigation.php:64 -msgid "Streams" -msgstr "Strumienie" - -#: airtime_mvc/application/configs/navigation.php:70 -#: airtime_mvc/application/controllers/PreferenceController.php:133 -msgid "Support Feedback" -msgstr "Wsparcie Feedback" - -#: airtime_mvc/application/configs/navigation.php:76 -#: airtime_mvc/application/controllers/LocaleController.php:364 -#: airtime_mvc/application/controllers/LocaleController.php:365 -#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:5 -msgid "Status" -msgstr "Status" - -#: airtime_mvc/application/configs/navigation.php:83 -msgid "Playout History" -msgstr "Historia odtwarzania" - -#: airtime_mvc/application/configs/navigation.php:90 -msgid "Listener Stats" -msgstr "Statystyki słuchaczy" - -#: airtime_mvc/application/configs/navigation.php:99 -#: airtime_mvc/application/views/scripts/error/error.phtml:13 -msgid "Help" -msgstr "Pomoc" - -#: airtime_mvc/application/configs/navigation.php:104 -msgid "Getting Started" -msgstr "Jak zacząć" - -#: airtime_mvc/application/configs/navigation.php:111 -msgid "User Manual" -msgstr "Instrukcja użytkownika" - -#: airtime_mvc/application/configs/navigation.php:116 -#: airtime_mvc/application/views/scripts/dashboard/about.phtml:2 -msgid "About" -msgstr "About" - -#: airtime_mvc/application/layouts/scripts/bare.phtml:5 -#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:2 -msgid "Live stream" -msgstr "Transmisja na żywo" - -#: airtime_mvc/application/layouts/scripts/audio-player.phtml:5 -#: airtime_mvc/application/controllers/LocaleController.php:34 -msgid "Audio Player" -msgstr "Odtwrzacz" - -#: airtime_mvc/application/layouts/scripts/layout.phtml:27 -msgid "Logout" -msgstr "Wyloguj" - -#: airtime_mvc/application/layouts/scripts/login.phtml:16 -#, php-format -msgid "" -"Airtime Copyright ©Sourcefabric o.p.s. All rights reserved.%sMaintained " -"and distributed under GNU GPL v.3 by %sSourcefabric o.p.s%s" -msgstr "" -"Airtime Copyright ©Sourcefabric o.p.s. Wszelkie prawa zastrzeżone." -"%sUtrzymywany i rozpowszechniany na zasadach licencji GNU GPL v.3 by " -"%sSourcefabric o.p.s%s" - -#: airtime_mvc/application/models/StoredFile.php:810 -#: airtime_mvc/application/controllers/LocaleController.php:284 -msgid "Track preview" -msgstr "Podgląd utworu" - -#: airtime_mvc/application/models/StoredFile.php:812 -msgid "Playlist preview" -msgstr "Podgląd listy odtwarzania" - -#: airtime_mvc/application/models/StoredFile.php:815 -msgid "Webstream preview" -msgstr "Podgląd webstrumienia" - -#: airtime_mvc/application/models/StoredFile.php:817 -msgid "Smart Block" -msgstr "Smart Block" - -#: airtime_mvc/application/models/StoredFile.php:950 -msgid "Failed to create 'organize' directory." -msgstr "Katalog 'organize' nie może zostać utworzony." - -#: airtime_mvc/application/models/StoredFile.php:963 -#, php-format -msgid "" -"The file was not uploaded, there is %s MB of disk space left and the file " -"you are uploading has a size of %s MB." -msgstr "" -"Plik nie został przesłany, na dysku pozostało %s MB wolnego miejsca, a plik " -"który próbujesz przesłać ma %s MB." - -#: airtime_mvc/application/models/StoredFile.php:972 -msgid "" -"This file appears to be corrupted and will not be added to media library." -msgstr "" -"Ten plik jest prawdopodobnie uszkodzony i nie może zostać dodany do " -"biblioteki mediów." - -#: airtime_mvc/application/models/StoredFile.php:1008 -msgid "" -"The file was not uploaded, this error can occur if the computer hard drive " -"does not have enough disk space or the stor directory does not have correct " -"write permissions." -msgstr "" -"Plik nie został dodany, błąd ten może występować w przypadku kiedy nie ma " -"wystarczającej ilości wolnego miejsca na dysku lub katalog stor nie posiada " -"poprawnych uprawnień do zapisu." - -#: airtime_mvc/application/models/Preference.php:538 -msgid "Select Country" -msgstr "Wybierz kraj" - -#: airtime_mvc/application/models/MusicDir.php:160 -#, php-format -msgid "%s is already watched." -msgstr "%s jest teraz przeszukiwany." - -#: airtime_mvc/application/models/MusicDir.php:164 -#, php-format -msgid "%s contains nested watched directory: %s" -msgstr "" - -#: airtime_mvc/application/models/MusicDir.php:168 -#, php-format -msgid "%s is nested within existing watched directory: %s" -msgstr "" - -#: airtime_mvc/application/models/MusicDir.php:189 -#: airtime_mvc/application/models/MusicDir.php:363 -#, php-format -msgid "%s is not a valid directory." -msgstr "%s nie jest poprawnym katalogiem." - -#: airtime_mvc/application/models/MusicDir.php:231 -#, php-format -msgid "" -"%s is already set as the current storage dir or in the watched folders list" -msgstr "" -"%s jest już ustawiony jako główny katalog, bądź znajduje się na liście " -"przeszukiwanych katalogów" - -#: airtime_mvc/application/models/MusicDir.php:381 -#, php-format -msgid "" -"%s is already set as the current storage dir or in the watched folders list." -msgstr "" -"%s jest już ustawiony jako główny katalog, bądź znajduje się na liście " -"przeszukiwanych katalogów." - -#: airtime_mvc/application/models/MusicDir.php:424 -#, php-format -msgid "%s doesn't exist in the watched list." -msgstr "%s nie występuje na liście przekądanych katalogów." - -#: airtime_mvc/application/models/Playlist.php:723 -#: airtime_mvc/application/models/Block.php:760 -msgid "Cue in and cue out are null." -msgstr "Cue-in i cue-out mają wartość null." - -#: airtime_mvc/application/models/Playlist.php:753 -#: airtime_mvc/application/models/Playlist.php:776 -#: airtime_mvc/application/models/Block.php:806 -#: airtime_mvc/application/models/Block.php:827 -msgid "Can't set cue in to be larger than cue out." -msgstr "Wartość cue-in nie może być większa niż cue-out." - -#: airtime_mvc/application/models/Playlist.php:760 -#: airtime_mvc/application/models/Playlist.php:801 -#: airtime_mvc/application/models/Block.php:795 -#: airtime_mvc/application/models/Block.php:851 -msgid "Can't set cue out to be greater than file length." -msgstr "Wartośc cue-out nie może być większa niż długość pliku." - -#: airtime_mvc/application/models/Playlist.php:794 -#: airtime_mvc/application/models/Block.php:862 -msgid "Can't set cue out to be smaller than cue in." -msgstr "Wartość cue-out nie może być mniejsza od cue-in." - -#: airtime_mvc/application/models/Show.php:180 -msgid "Shows can have a max length of 24 hours." -msgstr "Programy mogą mieć maksymalnie 24 godziny." - -#: airtime_mvc/application/models/Show.php:211 -#: airtime_mvc/application/forms/AddShowWhen.php:120 -msgid "End date/time cannot be in the past" -msgstr "Data lub czas zakończenia nie może być przeszły. " - -#: airtime_mvc/application/models/Show.php:222 -msgid "" -"Cannot schedule overlapping shows.\n" -"Note: Resizing a repeating show affects all of its repeats." -msgstr "" -"Nie można planować programów nakłądających się na siebie.\n" -"\vUwaga: zmiana programuu powoduje automatyczną zmianę wszystkich jego " -"powtórzeń." - -#: airtime_mvc/application/models/Webstream.php:157 -msgid "Length needs to be greater than 0 minutes" -msgstr "Długość musi być większa niż 0 minut." - -#: airtime_mvc/application/models/Webstream.php:162 -msgid "Length should be of form \"00h 00m\"" -msgstr "Długość powinna mieć postać \"00h 00m\"" - -#: airtime_mvc/application/models/Webstream.php:175 -msgid "URL should be of form \"http://domain\"" -msgstr "URL powinien mieć postać \"http://domain\"" - -#: airtime_mvc/application/models/Webstream.php:178 -msgid "URL should be 512 characters or less" -msgstr "URL powinien mieć 512 znaków lub mniej." - -#: airtime_mvc/application/models/Webstream.php:184 -msgid "No MIME type found for webstream." -msgstr "Nie znaleziono typu MIME dla webstreamu" - -#: airtime_mvc/application/models/Webstream.php:200 -msgid "Webstream name cannot be empty" -msgstr "Naw webstreamu nie może być pusta." - -#: airtime_mvc/application/models/Webstream.php:269 -msgid "Could not parse XSPF playlist" -msgstr "Nie można przeanalizować playlisty XSPF" - -#: airtime_mvc/application/models/Webstream.php:281 -msgid "Could not parse PLS playlist" -msgstr "Nie można przeanalizować playlisty PLS" - -#: airtime_mvc/application/models/Webstream.php:300 -msgid "Could not parse M3U playlist" -msgstr "Nie można przeanalizować playlisty M3U" - -#: airtime_mvc/application/models/Webstream.php:314 -#, fuzzy -msgid "Invalid webstream - This appears to be a file download." -msgstr "Nieprawidłowy webstream - wydaje się, że jest pobieraniem plików." - -#: airtime_mvc/application/models/Webstream.php:318 -#, php-format -msgid "Unrecognized stream type: %s" -msgstr "Nierozpoznany typu streamu: %s" - -#: airtime_mvc/application/models/ShowInstance.php:245 -msgid "Can't drag and drop repeating shows" -msgstr "Nie można przeciągać powtarzających się programów." - -#: airtime_mvc/application/models/ShowInstance.php:253 -msgid "Can't move a past show" -msgstr "Nie można przenieść przeszłego programu." - -#: airtime_mvc/application/models/ShowInstance.php:270 -msgid "Can't move show into past" -msgstr "Nie można przenieść programu w przeszłość." - -#: airtime_mvc/application/models/ShowInstance.php:276 -#: airtime_mvc/application/forms/AddShowWhen.php:254 -#: airtime_mvc/application/forms/AddShowWhen.php:268 -#: airtime_mvc/application/forms/AddShowWhen.php:291 -#: airtime_mvc/application/forms/AddShowWhen.php:297 -#: airtime_mvc/application/forms/AddShowWhen.php:302 -msgid "Cannot schedule overlapping shows" -msgstr "Nie można planować nakładających się programów." - -#: airtime_mvc/application/models/ShowInstance.php:290 -msgid "Can't move a recorded show less than 1 hour before its rebroadcasts." -msgstr "" -"Nagrany materiał nie może zostać przeniesiony mniej niż 1 godzinę przed " -"powtórzeniem." - -#: airtime_mvc/application/models/ShowInstance.php:303 -msgid "Show was deleted because recorded show does not exist!" -msgstr "Program został usunięty, ponieważ nagranie nie istnieje!" - -#: airtime_mvc/application/models/ShowInstance.php:310 -msgid "Must wait 1 hour to rebroadcast." -msgstr "Musisz odczekać 1 godzinę, aby retransmitować." - -#: airtime_mvc/application/models/ShowInstance.php:342 -msgid "can't resize a past show" -msgstr "nie można zmienić rozmiaru przeszłego programu." - -#: airtime_mvc/application/models/ShowInstance.php:364 -msgid "Should not overlap shows" -msgstr "Programy nie powinny nakładać się." - -#: airtime_mvc/application/models/Auth.php:33 -#, php-format -msgid "" -"Hi %s, \n" -"\n" -"Click this link to reset your password: " -msgstr "" -"Cześć %s. \n" -"\n" -"Kliknij w ten link aby zresetować Twoje hasło:" - -#: airtime_mvc/application/models/Auth.php:36 -msgid "Airtime Password Reset" -msgstr "Resetowanie hasła Airtime" - -#: airtime_mvc/application/models/Scheduler.php:82 -msgid "The schedule you're viewing is out of date! (sched mismatch)" -msgstr "" -"Harmonogram, który przeglądasz jest nieaktualny! (harmonogram niedopasowany)" - -#: airtime_mvc/application/models/Scheduler.php:87 -msgid "The schedule you're viewing is out of date! (instance mismatch)" -msgstr "" -"Harmonogram, który przeglądasz jest nieaktualny! (instancje błędnie " -"dopasowane)" - -#: airtime_mvc/application/models/Scheduler.php:95 -#: airtime_mvc/application/models/Scheduler.php:347 -msgid "The schedule you're viewing is out of date!" -msgstr "Harmonogram, który przeglądasz jest nieaktualny!" - -#: airtime_mvc/application/models/Scheduler.php:105 -#, php-format -msgid "You are not allowed to schedule show %s." -msgstr "Nie posiadasz uprawnień, aby zaplanować program %s." - -#: airtime_mvc/application/models/Scheduler.php:109 -msgid "You cannot add files to recording shows." -msgstr "Nie możesz dodawać plików do nagranych programów." - -#: airtime_mvc/application/models/Scheduler.php:115 -#, php-format -msgid "The show %s is over and cannot be scheduled." -msgstr "" -"Program %s przekracza dopuszczalną długość i nie może zostać zaplanowany." - -#: airtime_mvc/application/models/Scheduler.php:122 -#, php-format -msgid "The show %s has been previously updated!" -msgstr "Program %s został zaktualizowany wcześniej!" - -#: airtime_mvc/application/models/Scheduler.php:141 -#: airtime_mvc/application/models/Scheduler.php:223 -msgid "A selected File does not exist!" -msgstr "Wybrany plik nie istnieje!" - -#: airtime_mvc/application/models/ShowBuilder.php:198 -#, php-format -msgid "Rebroadcast of %s from %s" -msgstr "Retransmisja z %s do %s" - -#: airtime_mvc/application/models/Block.php:1209 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:41 -msgid "Select criteria" -msgstr "Wybierz kryteria" - -#: airtime_mvc/application/models/Block.php:1210 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:42 -#: airtime_mvc/application/controllers/LocaleController.php:70 -#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:8 -msgid "Album" -msgstr "Album" - -#: airtime_mvc/application/models/Block.php:1211 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:43 -msgid "Bit Rate (Kbps)" -msgstr "Bit Rate (Kbps)" - -#: airtime_mvc/application/models/Block.php:1212 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:44 -#: airtime_mvc/application/controllers/LocaleController.php:72 -msgid "BPM" -msgstr "BMP" - -#: airtime_mvc/application/models/Block.php:1213 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:45 -#: airtime_mvc/application/controllers/LocaleController.php:73 -#: airtime_mvc/application/controllers/LocaleController.php:157 -msgid "Composer" -msgstr "Kompozytor" - -#: airtime_mvc/application/models/Block.php:1214 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:46 -#: airtime_mvc/application/controllers/LocaleController.php:74 -msgid "Conductor" -msgstr "Dyrygent" - -#: airtime_mvc/application/models/Block.php:1215 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:47 -#: airtime_mvc/application/controllers/LocaleController.php:75 -#: airtime_mvc/application/controllers/LocaleController.php:158 -msgid "Copyright" -msgstr "Prawa autorskie" - -#: airtime_mvc/application/models/Block.php:1216 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:48 -#: airtime_mvc/application/controllers/LocaleController.php:69 -#: airtime_mvc/application/controllers/LocaleController.php:154 -#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:7 -msgid "Creator" -msgstr "Twórca" - -#: airtime_mvc/application/models/Block.php:1217 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:49 -#: airtime_mvc/application/controllers/LocaleController.php:76 -msgid "Encoded By" -msgstr "Kodowane przez" - -#: airtime_mvc/application/models/Block.php:1218 -#: airtime_mvc/application/forms/StreamSettingSubForm.php:132 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:50 -#: airtime_mvc/application/controllers/LocaleController.php:77 -#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:10 -msgid "Genre" -msgstr "Rodzaj" - -#: airtime_mvc/application/models/Block.php:1219 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:51 -#: airtime_mvc/application/controllers/LocaleController.php:78 -msgid "ISRC" -msgstr "ISRC" - -#: airtime_mvc/application/models/Block.php:1220 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:52 -#: airtime_mvc/application/controllers/LocaleController.php:79 -msgid "Label" -msgstr "Etykieta" - -#: airtime_mvc/application/models/Block.php:1221 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:53 -#: airtime_mvc/application/controllers/LocaleController.php:80 -msgid "Language" -msgstr "Język" - -#: airtime_mvc/application/models/Block.php:1222 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:54 -#: airtime_mvc/application/controllers/LocaleController.php:81 -msgid "Last Modified" -msgstr "Ostatnio modyfikowany" - -#: airtime_mvc/application/models/Block.php:1223 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:55 -#: airtime_mvc/application/controllers/LocaleController.php:82 -msgid "Last Played" -msgstr "Ostatnio odtwarzany" - -#: airtime_mvc/application/models/Block.php:1224 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:56 -#: airtime_mvc/application/controllers/LocaleController.php:83 -#: airtime_mvc/application/controllers/LocaleController.php:156 -#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:9 -msgid "Length" -msgstr "Długość" - -#: airtime_mvc/application/models/Block.php:1225 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:57 -#: airtime_mvc/application/controllers/LocaleController.php:84 -msgid "Mime" -msgstr "Mime" - -#: airtime_mvc/application/models/Block.php:1226 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:58 -#: airtime_mvc/application/controllers/LocaleController.php:85 -msgid "Mood" -msgstr "Nastrój" - -#: airtime_mvc/application/models/Block.php:1227 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:59 -#: airtime_mvc/application/controllers/LocaleController.php:86 -msgid "Owner" -msgstr "Właściciel" - -#: airtime_mvc/application/models/Block.php:1228 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:60 -#: airtime_mvc/application/controllers/LocaleController.php:87 -msgid "Replay Gain" -msgstr "Normalizacja głośności (Replay Gain)" - -#: airtime_mvc/application/models/Block.php:1229 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:61 -msgid "Sample Rate (kHz)" -msgstr "Częstotliwość próbkowania (kHz)" - -#: airtime_mvc/application/models/Block.php:1230 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:62 -#: airtime_mvc/application/controllers/LocaleController.php:68 -#: airtime_mvc/application/controllers/LocaleController.php:153 -#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:6 -msgid "Title" -msgstr "Tytuł" - -#: airtime_mvc/application/models/Block.php:1231 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:63 -#: airtime_mvc/application/controllers/LocaleController.php:89 -msgid "Track Number" -msgstr "Numer utworu" - -#: airtime_mvc/application/models/Block.php:1232 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:64 -#: airtime_mvc/application/controllers/LocaleController.php:90 -msgid "Uploaded" -msgstr "Przesłano" - -#: airtime_mvc/application/models/Block.php:1233 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:65 -#: airtime_mvc/application/controllers/LocaleController.php:91 -msgid "Website" -msgstr "Strona internetowa" - -#: airtime_mvc/application/models/Block.php:1234 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:66 -#: airtime_mvc/application/controllers/LocaleController.php:92 -msgid "Year" -msgstr "Rok" - -#: airtime_mvc/application/common/DateHelper.php:335 -#, php-format -msgid "The year %s must be within the range of 1753 - 9999" -msgstr "Rok %s musi być w przedziale od 1753 do 9999" - -#: airtime_mvc/application/common/DateHelper.php:338 -#, php-format -msgid "%s-%s-%s is not a valid date" -msgstr "Data %s-%s-%s nie jest prawidłowa" - -#: airtime_mvc/application/common/DateHelper.php:362 -#, php-format -msgid "%s:%s:%s is not a valid time" -msgstr "Czas %s:%s:%s nie jest prawidłowy." - -#: airtime_mvc/application/forms/EmailServerPreferences.php:17 -msgid "Enable System Emails (Password Reset)" -msgstr "Włącz systemowe Emaile (Resetowanie hasła)" - -#: airtime_mvc/application/forms/EmailServerPreferences.php:27 -msgid "Reset Password 'From' Email" -msgstr "Resetowanie hasła 'z' Emaila" - -#: airtime_mvc/application/forms/EmailServerPreferences.php:34 -msgid "Configure Mail Server" -msgstr "Skonfiguruj serwer pocztowy" - -#: airtime_mvc/application/forms/EmailServerPreferences.php:43 -msgid "Requires Authentication" -msgstr "Wymagana autoryzacja" - -#: airtime_mvc/application/forms/EmailServerPreferences.php:53 -msgid "Mail Server" -msgstr "Serwer Email" - -#: airtime_mvc/application/forms/EmailServerPreferences.php:67 -msgid "Email Address" -msgstr "Adres Email" - -#: airtime_mvc/application/forms/EmailServerPreferences.php:82 -#: airtime_mvc/application/forms/PasswordChange.php:17 -#: airtime_mvc/application/forms/StreamSettingSubForm.php:120 -msgid "Password" -msgstr "Hasło" - -#: airtime_mvc/application/forms/EmailServerPreferences.php:100 -#: airtime_mvc/application/forms/StreamSettingSubForm.php:109 -msgid "Port" -msgstr "Port" - -#: airtime_mvc/application/forms/RegisterAirtime.php:30 -#: airtime_mvc/application/forms/SupportSettings.php:21 -#: airtime_mvc/application/forms/GeneralPreferences.php:22 -msgid "Station Name" -msgstr "Nazwa stacji" - -#: airtime_mvc/application/forms/RegisterAirtime.php:39 -#: airtime_mvc/application/forms/SupportSettings.php:34 -msgid "Phone:" -msgstr "Telefon:" - -#: airtime_mvc/application/forms/RegisterAirtime.php:51 -#: airtime_mvc/application/forms/AddUser.php:60 -#: airtime_mvc/application/forms/SupportSettings.php:46 -#: airtime_mvc/application/forms/EditUser.php:75 -msgid "Email:" -msgstr "Email:" - -#: airtime_mvc/application/forms/RegisterAirtime.php:62 -#: airtime_mvc/application/forms/SupportSettings.php:57 -msgid "Station Web Site:" -msgstr "Strona internetowa stacji:" - -#: airtime_mvc/application/forms/RegisterAirtime.php:73 -#: airtime_mvc/application/forms/SupportSettings.php:68 -msgid "Country:" -msgstr "Kraj:" - -#: airtime_mvc/application/forms/RegisterAirtime.php:84 -#: airtime_mvc/application/forms/SupportSettings.php:79 -msgid "City:" -msgstr "Miasto:" - -#: airtime_mvc/application/forms/RegisterAirtime.php:96 -#: airtime_mvc/application/forms/SupportSettings.php:91 -msgid "Station Description:" -msgstr "Opis stacji:" - -#: airtime_mvc/application/forms/RegisterAirtime.php:106 -#: airtime_mvc/application/forms/SupportSettings.php:101 -msgid "Station Logo:" -msgstr "Logo stacji:" - -#: airtime_mvc/application/forms/RegisterAirtime.php:116 -#: airtime_mvc/application/forms/SupportSettings.php:112 -#: airtime_mvc/application/controllers/LocaleController.php:333 -msgid "Send support feedback" -msgstr "Wyślij feedback do supportu" - -#: airtime_mvc/application/forms/RegisterAirtime.php:126 -#: airtime_mvc/application/forms/SupportSettings.php:122 -msgid "Promote my station on Sourcefabric.org" -msgstr "Promuj moją stację na Sourcefabric.org" - -#: airtime_mvc/application/forms/RegisterAirtime.php:149 -#: airtime_mvc/application/forms/SupportSettings.php:148 -#, php-format -msgid "By checking this box, I agree to Sourcefabric's %sprivacy policy%s." -msgstr "" -"Zanaczając to pole, zgadzasz się z %spolityką prywatności%s Sourcefabric's." - -#: airtime_mvc/application/forms/RegisterAirtime.php:166 -#: airtime_mvc/application/forms/SupportSettings.php:171 -msgid "You have to agree to privacy policy." -msgstr "Musisz zgodzić się z polityką prywatności." - -#: airtime_mvc/application/forms/PasswordChange.php:28 -msgid "Confirm new password" -msgstr "Potwierdź nowe hasło" - -#: airtime_mvc/application/forms/PasswordChange.php:36 -msgid "Password confirmation does not match your password." -msgstr "Potwierdzenie hasła nie jest takie samo jak hasło." - -#: airtime_mvc/application/forms/PasswordChange.php:43 -msgid "Get new password" -msgstr "Pobierz nowe hasło" - -#: airtime_mvc/application/forms/DateRange.php:16 -#: airtime_mvc/application/forms/ShowBuilder.php:18 -msgid "Date Start:" -msgstr "Data rozpoczęcia:" - -#: airtime_mvc/application/forms/DateRange.php:35 -#: airtime_mvc/application/forms/DateRange.php:63 -#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:31 -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:99 -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:118 -#: airtime_mvc/application/forms/StreamSettingSubForm.php:100 -#: airtime_mvc/application/forms/StreamSettingSubForm.php:123 -#: airtime_mvc/application/forms/StreamSettingSubForm.php:144 -#: airtime_mvc/application/forms/StreamSettingSubForm.php:174 -#: airtime_mvc/application/forms/StreamSettingSubForm.php:186 -#: airtime_mvc/application/forms/StreamSettingSubForm.php:198 -#: airtime_mvc/application/forms/StreamSettingSubForm.php:210 -#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:26 -#: airtime_mvc/application/forms/ShowBuilder.php:37 -#: airtime_mvc/application/forms/ShowBuilder.php:65 -msgid "Invalid character entered" -msgstr "Wprowadzony znak jest nieprawidłowy" - -#: airtime_mvc/application/forms/DateRange.php:44 -#: airtime_mvc/application/forms/AddShowRepeats.php:40 -#: airtime_mvc/application/forms/ShowBuilder.php:46 -msgid "Date End:" -msgstr "Data zakończenia:" - -#: airtime_mvc/application/forms/helpers/ValidationTypes.php:8 -#: airtime_mvc/application/forms/customvalidators/ConditionalNotEmpty.php:26 -msgid "Value is required and can't be empty" -msgstr "Pole jest wymagane i nie może być puste" - -#: airtime_mvc/application/forms/helpers/ValidationTypes.php:19 -msgid "" -"'%value%' is no valid email address in the basic format local-part@hostname" -msgstr "" -"'%value%' nie jest poprawnym adresem email w podstawowym formacie local-" -"part@hostname" - -#: airtime_mvc/application/forms/helpers/ValidationTypes.php:33 -msgid "'%value%' does not fit the date format '%format%'" -msgstr "'%value%' nie pasuje do formatu daty '%format%'" - -#: airtime_mvc/application/forms/helpers/ValidationTypes.php:59 -msgid "'%value%' is less than %min% characters long" -msgstr "'%value%' ma mniej niż %min% znaków" - -#: airtime_mvc/application/forms/helpers/ValidationTypes.php:64 -msgid "'%value%' is more than %max% characters long" -msgstr "'%value%' ma więcej niż %max% znaków" - -#: airtime_mvc/application/forms/helpers/ValidationTypes.php:76 -msgid "'%value%' is not between '%min%' and '%max%', inclusively" -msgstr "'%value%' nie jest pomiędzy '%min%' and '%max%'. " - -#: airtime_mvc/application/forms/helpers/ValidationTypes.php:89 -msgid "Passwords do not match" -msgstr "Hasła nie są identyczne" - -#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:15 -#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:6 -msgid "days" -msgstr "dni" - -#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:63 -#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:58 -msgid "Day must be specified" -msgstr "Dzień musi być określony" - -#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:68 -#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:63 -msgid "Time must be specified" -msgstr "Czas musi być określony" - -#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:95 -#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:86 -msgid "Must wait at least 1 hour to rebroadcast" -msgstr "Musisz odczekać przynajmniej 1 godzinę, aby retransmitować" - -#: airtime_mvc/application/forms/AddShowRR.php:10 -msgid "Record from Line In?" -msgstr "Nagrywać z wejścia liniowego?" - -#: airtime_mvc/application/forms/AddShowRR.php:16 -msgid "Rebroadcast?" -msgstr "Retransmitować?" - -#: airtime_mvc/application/forms/AddShowStyle.php:10 -msgid "Background Colour:" -msgstr "Kolor tła:" - -#: airtime_mvc/application/forms/AddShowStyle.php:29 -msgid "Text Colour:" -msgstr "Kolor tekstu:" - -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:19 -msgid "Auto Switch Off" -msgstr "Automatyczne przejście wyłączone" - -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:26 -msgid "Auto Switch On" -msgstr "Automatyczne przejście włączone" - -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:33 -msgid "Switch Transition Fade (s)" -msgstr "Efekt zanikania między przejściami (s)" - -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:36 -msgid "enter a time in seconds 00{.000000}" -msgstr "wpisz czas w sekundach 00{.000000}" - -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:45 -msgid "Master Username" -msgstr "Nazwa użytkownika Master" - -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:62 -msgid "Master Password" -msgstr "Hasło Master" - -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:70 -msgid "Master Source Connection URL" -msgstr "Adres URL źródła Master" - -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:78 -msgid "Show Source Connection URL" -msgstr "Adres URL źródła Program" - -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:87 -msgid "Master Source Port" -msgstr "Port źródła Master" - -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:90 -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:109 -#: airtime_mvc/application/forms/StreamSettingSubForm.php:112 -msgid "Only numbers are allowed." -msgstr "Dozwolone tylko cyfry." - -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:96 -msgid "Master Source Mount Point" -msgstr "Punkt montowania źródła Master" - -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:106 -msgid "Show Source Port" -msgstr "Port źródła Program" - -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:115 -msgid "Show Source Mount Point" -msgstr "Punkt montowania źródła Program" - -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:153 -msgid "You cannot use same port as Master DJ port." -msgstr "Nie możesz użyć tego samego portu jako Master DJ." - -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:164 -#: airtime_mvc/application/forms/LiveStreamingPreferences.php:182 -#, php-format -msgid "Port %s is not available" -msgstr "Port %s nie jest dostępny" - -#: airtime_mvc/application/forms/WatchedDirPreferences.php:14 -#, fuzzy -msgid "Import Folder:" -msgstr "Katalog importu:" - -#: airtime_mvc/application/forms/WatchedDirPreferences.php:25 -msgid "Watched Folders:" -msgstr "Przeszukiwane katalogi:" - -#: airtime_mvc/application/forms/WatchedDirPreferences.php:40 -msgid "Not a valid Directory" -msgstr "Nieprawidłowy katalog" - -#: airtime_mvc/application/forms/AddUser.php:23 -#: airtime_mvc/application/forms/Login.php:19 -#: airtime_mvc/application/forms/EditUser.php:30 -msgid "Username:" -msgstr "Nazwa użytkownika:" - -#: airtime_mvc/application/forms/AddUser.php:32 -#: airtime_mvc/application/forms/Login.php:34 -#: airtime_mvc/application/forms/EditUser.php:41 -msgid "Password:" -msgstr "Hasło:" - -#: airtime_mvc/application/forms/AddUser.php:40 -#: airtime_mvc/application/forms/EditUser.php:50 -msgid "Verify Password:" -msgstr "Powtórz hasło:" - -#: airtime_mvc/application/forms/AddUser.php:48 -#: airtime_mvc/application/forms/EditUser.php:59 -msgid "Firstname:" -msgstr "Imię:" - -#: airtime_mvc/application/forms/AddUser.php:54 -#: airtime_mvc/application/forms/EditUser.php:67 -msgid "Lastname:" -msgstr "Nazwisko:" - -#: airtime_mvc/application/forms/AddUser.php:69 -#: airtime_mvc/application/forms/EditUser.php:86 -msgid "Mobile Phone:" -msgstr "Telefon:" - -#: airtime_mvc/application/forms/AddUser.php:75 -#: airtime_mvc/application/forms/EditUser.php:94 -msgid "Skype:" -msgstr "Skype:" - -#: airtime_mvc/application/forms/AddUser.php:81 -#: airtime_mvc/application/forms/EditUser.php:102 -msgid "Jabber:" -msgstr "Jabber:" - -#: airtime_mvc/application/forms/AddUser.php:88 -msgid "User Type:" -msgstr "Typ użytkownika:" - -#: airtime_mvc/application/forms/AddUser.php:92 -#: airtime_mvc/application/controllers/LocaleController.php:316 -msgid "Guest" -msgstr "Gość" - -#: airtime_mvc/application/forms/AddUser.php:93 -#: airtime_mvc/application/controllers/LocaleController.php:314 -msgid "DJ" -msgstr "DJ" - -#: airtime_mvc/application/forms/AddUser.php:94 -#: airtime_mvc/application/controllers/LocaleController.php:315 -msgid "Program Manager" -msgstr "Menadżer programowy" - -#: airtime_mvc/application/forms/AddUser.php:95 -#: airtime_mvc/application/controllers/LocaleController.php:313 -msgid "Admin" -msgstr "Administrator" - -#: airtime_mvc/application/forms/AddUser.php:103 -#: airtime_mvc/application/forms/SupportSettings.php:158 -#: airtime_mvc/application/forms/EditAudioMD.php:134 -#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:23 -#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:20 -#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:15 -#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:6 -#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:116 -#: airtime_mvc/application/views/scripts/preference/index.phtml:6 -#: airtime_mvc/application/views/scripts/preference/index.phtml:14 -msgid "Save" -msgstr "Zpisz" - -#: airtime_mvc/application/forms/AddUser.php:113 -#: airtime_mvc/application/forms/EditUser.php:132 -msgid "Login name is not unique." -msgstr "Nazwa użytkownika nie jest unikalna." - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:48 -msgid "Enabled:" -msgstr "Włączone:" - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:57 -msgid "Stream Type:" -msgstr "Typ strumienia:" - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:67 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:9 -msgid "Bit Rate:" -msgstr "Bit Rate:" - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:77 -msgid "Service Type:" -msgstr "Typ usługi:" - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:87 -msgid "Channels:" -msgstr "Kanały:" - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:88 -msgid "1 - Mono" -msgstr "1 - Mono" - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:88 -msgid "2 - Stereo" -msgstr "2 - Stereo" - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:97 -msgid "Server" -msgstr "Serwer" - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:141 -msgid "URL" -msgstr "URL" - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:153 -msgid "Name" -msgstr "Nazwa" - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:162 -#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:51 -#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:53 -#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:40 -msgid "Description" -msgstr "Opis" - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:171 -msgid "Mount Point" -msgstr "Punkt montowania" - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:183 -#: airtime_mvc/application/forms/PasswordRestore.php:25 -#: airtime_mvc/application/views/scripts/user/add-user.phtml:18 -msgid "Username" -msgstr "Nazwa użytkownika" - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:195 -msgid "Admin User" -msgstr "Login Administratora" - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:207 -msgid "Admin Password" -msgstr "Hasło Administratora" - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:218 -#: airtime_mvc/application/controllers/LocaleController.php:173 -msgid "Getting information from the server..." -msgstr "Pobieranie informacji z serwera..." - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:232 -msgid "Server cannot be empty." -msgstr "Serwer nie może być pusty." - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:237 -msgid "Port cannot be empty." -msgstr "Port nie może być pusty." - -#: airtime_mvc/application/forms/StreamSettingSubForm.php:243 -msgid "Mount cannot be empty with Icecast server." -msgstr "Punkt montowania nie może być pusty dla serwera Icecast." - -#: airtime_mvc/application/forms/AddShowRepeats.php:11 -msgid "Repeat Type:" -msgstr "Typ powtarzania:" - -#: airtime_mvc/application/forms/AddShowRepeats.php:14 -msgid "weekly" -msgstr "tygodniowy" - -#: airtime_mvc/application/forms/AddShowRepeats.php:15 -msgid "bi-weekly" -msgstr "dwutygodniowy" - -#: airtime_mvc/application/forms/AddShowRepeats.php:16 -msgid "monthly" -msgstr "miesięczny" - -#: airtime_mvc/application/forms/AddShowRepeats.php:25 -msgid "Select Days:" -msgstr "Wybrane dni:" - -#: airtime_mvc/application/forms/AddShowRepeats.php:28 -#: airtime_mvc/application/controllers/LocaleController.php:253 -msgid "Sun" -msgstr "Nie" - -#: airtime_mvc/application/forms/AddShowRepeats.php:29 -#: airtime_mvc/application/controllers/LocaleController.php:254 -msgid "Mon" -msgstr "Pon" - -#: airtime_mvc/application/forms/AddShowRepeats.php:30 -#: airtime_mvc/application/controllers/LocaleController.php:255 -msgid "Tue" -msgstr "Wt" - -#: airtime_mvc/application/forms/AddShowRepeats.php:31 -#: airtime_mvc/application/controllers/LocaleController.php:256 -msgid "Wed" -msgstr "Śr" - -#: airtime_mvc/application/forms/AddShowRepeats.php:32 -#: airtime_mvc/application/controllers/LocaleController.php:257 -msgid "Thu" -msgstr "Czw" - -#: airtime_mvc/application/forms/AddShowRepeats.php:33 -#: airtime_mvc/application/controllers/LocaleController.php:258 -msgid "Fri" -msgstr "Pt" - -#: airtime_mvc/application/forms/AddShowRepeats.php:34 -#: airtime_mvc/application/controllers/LocaleController.php:259 -msgid "Sat" -msgstr "Sob" - -#: airtime_mvc/application/forms/AddShowRepeats.php:53 -msgid "No End?" -msgstr "Bez końca?" - -#: airtime_mvc/application/forms/AddShowRepeats.php:79 -msgid "End date must be after start date" -msgstr "Data końcowa musi być po dacie początkowej" - -#: airtime_mvc/application/forms/AddShowWhat.php:26 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:27 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:127 -msgid "Name:" -msgstr "Nazwa:" - -#: airtime_mvc/application/forms/AddShowWhat.php:30 -msgid "Untitled Show" -msgstr "Program bez nazwy" - -#: airtime_mvc/application/forms/AddShowWhat.php:36 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:131 -msgid "URL:" -msgstr "URL:" - -#: airtime_mvc/application/forms/AddShowWhat.php:45 -#: airtime_mvc/application/forms/EditAudioMD.php:47 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:11 -msgid "Genre:" -msgstr "Rodziaj:" - -#: airtime_mvc/application/forms/AddShowWhat.php:54 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:34 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:130 -msgid "Description:" -msgstr "Opis:" - -#: airtime_mvc/application/forms/AddShowWho.php:10 -msgid "Search Users:" -msgstr "Wyszukiwanie Użytkowników:" - -#: airtime_mvc/application/forms/AddShowWho.php:24 -msgid "DJs:" -msgstr "DJs" - -#: airtime_mvc/application/forms/StreamSetting.php:22 -msgid "Hardware Audio Output" -msgstr "Sprzętowe wyjście Audio" - -#: airtime_mvc/application/forms/StreamSetting.php:33 -msgid "Output Type" -msgstr "Typ wyjścia" - -#: airtime_mvc/application/forms/StreamSetting.php:44 -msgid "Icecast Vorbis Metadata" -msgstr "Metadane Icecast Vorbis" - -#: airtime_mvc/application/forms/StreamSetting.php:54 -msgid "Stream Label:" -msgstr "Etykieta strumienia:" - -#: airtime_mvc/application/forms/StreamSetting.php:55 -msgid "Artist - Title" -msgstr "Artysta - Tytuł" - -#: airtime_mvc/application/forms/StreamSetting.php:56 -msgid "Show - Artist - Title" -msgstr "Program - Artysta -Tytuł" - -#: airtime_mvc/application/forms/StreamSetting.php:57 -msgid "Station name - Show name" -msgstr "Nazwa stacji - nazwa Ptogramu" - -#: airtime_mvc/application/forms/StreamSetting.php:63 -msgid "Off Air Metadata" -msgstr "Metadane Off Air" - -#: airtime_mvc/application/forms/StreamSetting.php:69 -msgid "Enable Replay Gain" -msgstr "Włącz normalizację głośności (Replay Gain)" - -#: airtime_mvc/application/forms/StreamSetting.php:75 -msgid "Replay Gain Modifier" -msgstr "Modyfikator normalizacji głośności" - -#: airtime_mvc/application/forms/PasswordRestore.php:14 -msgid "E-mail" -msgstr "E-mail" - -#: airtime_mvc/application/forms/PasswordRestore.php:36 -msgid "Restore password" -msgstr "Przywracanie hasła" - -#: airtime_mvc/application/forms/PasswordRestore.php:46 -#: airtime_mvc/application/forms/EditAudioMD.php:144 -#: airtime_mvc/application/controllers/LocaleController.php:310 -msgid "Cancel" -msgstr "Zamknij" - -#: airtime_mvc/application/forms/AddShowWhen.php:16 -msgid "'%value%' does not fit the time format 'HH:mm'" -msgstr "" - -#: airtime_mvc/application/forms/AddShowWhen.php:22 -msgid "Date/Time Start:" -msgstr "Data/Czas rozpoczęcia:" - -#: airtime_mvc/application/forms/AddShowWhen.php:49 -msgid "Date/Time End:" -msgstr "Data/Czas zakończenia:" - -#: airtime_mvc/application/forms/AddShowWhen.php:74 -msgid "Duration:" -msgstr "Czas trwania:" - -#: airtime_mvc/application/forms/AddShowWhen.php:83 -msgid "Repeats?" -msgstr "Powtarzanie?" - -#: airtime_mvc/application/forms/AddShowWhen.php:103 -msgid "Cannot create show in the past" -msgstr "Nie można utworzyć programu w przeszłości" - -#: airtime_mvc/application/forms/AddShowWhen.php:111 -msgid "Cannot modify start date/time of the show that is already started" -msgstr "Nie mozna zmienić daty/czasu programu, który się już rozpoczął" - -#: airtime_mvc/application/forms/AddShowWhen.php:130 -msgid "Cannot have duration 00h 00m" -msgstr "Czas trwania nie może mieć 00h 00m" - -#: airtime_mvc/application/forms/AddShowWhen.php:134 -msgid "Cannot have duration greater than 24h" -msgstr "Czas trwania nie może być dłuższy niż 24h" - -#: airtime_mvc/application/forms/AddShowWhen.php:138 -msgid "Cannot have duration < 0m" -msgstr "Czas trwania nie może być <0m" - -#: airtime_mvc/application/forms/EditAudioMD.php:19 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:3 -msgid "Title:" -msgstr "Tytuł:" - -#: airtime_mvc/application/forms/EditAudioMD.php:26 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:4 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:28 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:129 -msgid "Creator:" -msgstr "Twórca:" - -#: airtime_mvc/application/forms/EditAudioMD.php:33 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:5 -msgid "Album:" -msgstr "Album:" - -#: airtime_mvc/application/forms/EditAudioMD.php:40 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:6 -msgid "Track:" -msgstr "Utwór:" - -#: airtime_mvc/application/forms/EditAudioMD.php:54 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:12 -msgid "Year:" -msgstr "Rok:" - -#: airtime_mvc/application/forms/EditAudioMD.php:66 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:13 -msgid "Label:" -msgstr "Etykieta:" - -#: airtime_mvc/application/forms/EditAudioMD.php:73 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:15 -msgid "Composer:" -msgstr "Kompozytor:" - -#: airtime_mvc/application/forms/EditAudioMD.php:80 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:16 -msgid "Conductor:" -msgstr "dyrygent:" - -#: airtime_mvc/application/forms/EditAudioMD.php:87 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:10 -msgid "Mood:" -msgstr "Nastrój:" - -#: airtime_mvc/application/forms/EditAudioMD.php:95 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:14 -msgid "BPM:" -msgstr "BPM:" - -#: airtime_mvc/application/forms/EditAudioMD.php:104 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:17 -msgid "Copyright:" -msgstr "Prawa autorskie:" - -#: airtime_mvc/application/forms/EditAudioMD.php:111 -msgid "ISRC Number:" -msgstr "Numer ISRC:" - -#: airtime_mvc/application/forms/EditAudioMD.php:118 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:19 -msgid "Website:" -msgstr "Strona internetowa:" - -#: airtime_mvc/application/forms/EditAudioMD.php:125 -#: airtime_mvc/application/forms/Login.php:48 -#: airtime_mvc/application/forms/EditUser.php:111 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:20 -msgid "Language:" -msgstr "Język:" - -#: airtime_mvc/application/forms/Login.php:65 -#: airtime_mvc/application/views/scripts/login/index.phtml:3 -msgid "Login" -msgstr "Zaloguj" - -#: airtime_mvc/application/forms/Login.php:83 -msgid "Type the characters you see in the picture below." -msgstr "Wpisz znaki, które widzisz na obrazku poniżej." - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:78 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:94 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:214 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:329 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:367 -#: airtime_mvc/application/controllers/LocaleController.php:142 -msgid "Select modifier" -msgstr "Wybierz modyfikator" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:79 -#: airtime_mvc/application/controllers/LocaleController.php:143 -msgid "contains" -msgstr "zawiera" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:80 -#: airtime_mvc/application/controllers/LocaleController.php:144 -msgid "does not contain" -msgstr "nie zawiera" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:81 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:95 -#: airtime_mvc/application/controllers/LocaleController.php:145 -msgid "is" -msgstr "jest" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:82 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:96 -#: airtime_mvc/application/controllers/LocaleController.php:146 -msgid "is not" -msgstr "nie jest" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:83 -#: airtime_mvc/application/controllers/LocaleController.php:147 -msgid "starts with" -msgstr "zaczyna" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:84 -#: airtime_mvc/application/controllers/LocaleController.php:148 -msgid "ends with" -msgstr "kończy" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:97 -#: airtime_mvc/application/controllers/LocaleController.php:149 -msgid "is greater than" -msgstr "jest większa niż" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:98 -#: airtime_mvc/application/controllers/LocaleController.php:150 -msgid "is less than" -msgstr "jest mniejsza niż" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:99 -#: airtime_mvc/application/controllers/LocaleController.php:151 -msgid "is in the range" -msgstr "mieści się w zakresie" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:109 -msgid "hours" -msgstr "godziny" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:110 -msgid "minutes" -msgstr "minuty" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:111 -msgid "items" -msgstr "elementy" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:133 -msgid "Set smart block type:" -msgstr "Ustaw typ smart block:" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:136 -#: airtime_mvc/application/controllers/LibraryController.php:501 -msgid "Static" -msgstr "Statyczne" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:137 -#: airtime_mvc/application/controllers/LibraryController.php:504 -msgid "Dynamic" -msgstr "Dynamiczne" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:248 -msgid "Allow Repeat Tracks:" -msgstr "Pozwól na powtarzanie utworów:" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:265 -msgid "Limit to" -msgstr "Ogranicz do" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:287 -msgid "Generate playlist content and save criteria" -msgstr "Generuj zawartość listy odtwarzania i zapisz kryteria" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:289 -msgid "Generate" -msgstr "Generuj" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:295 -msgid "Shuffle playlist content" -msgstr "Losowa zawartość listy odtwarzania" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:297 -#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:20 -msgid "Shuffle" -msgstr "Losowa" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:461 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:473 -msgid "Limit cannot be empty or smaller than 0" -msgstr "Limit nie może być pusty oraz mniejszy od 0" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:466 -msgid "Limit cannot be more than 24 hrs" -msgstr "Limit nie może być większy niż 24 godziny" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:476 -msgid "The value should be an integer" -msgstr "Wartość ta powinna być liczbą całkowitą" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:479 -msgid "500 is the max item limit value you can set" -msgstr "" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:490 -msgid "You must select Criteria and Modifier" -msgstr "Musisz wybrać kryteria i modyfikaroe" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:497 -msgid "'Length' should be in '00:00:00' format" -msgstr "'Długość' powinna być w formacie '00:00:00'" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:502 -#: airtime_mvc/application/forms/SmartBlockCriteria.php:515 -msgid "" -"The value should be in timestamp format(eg. 0000-00-00 or 00-00-00 00:00:00)" -msgstr "" -"Wartość powinna być w formacie timestamp (np. 0000-00-00 or 00-00-00 " -"00:00:00)" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:529 -msgid "The value has to be numeric" -msgstr "Wartość musi być liczbą" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:534 -msgid "The value should be less then 2147483648" -msgstr "Wartość powinna być mniejsza niż 2147483648" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:539 -#, php-format -msgid "The value should be less than %s characters" -msgstr "Wartość powinna posiadać mniej niż %s znaków" - -#: airtime_mvc/application/forms/SmartBlockCriteria.php:546 -msgid "Value cannot be empty" -msgstr "Wartość nie może być pusta" - -#: airtime_mvc/application/forms/ShowBuilder.php:72 -msgid "Show:" -msgstr "Program." - -#: airtime_mvc/application/forms/ShowBuilder.php:80 -msgid "All My Shows:" -msgstr "Wszystkie moje programy:" - -#: airtime_mvc/application/forms/EditUser.php:118 -msgid "Timezone:" -msgstr "Strefa czasowa:" - -#: airtime_mvc/application/forms/AddShowLiveStream.php:10 -msgid "Use Airtime Authentication:" -msgstr "Użyj uwieżytelnienia Airtime:" - -#: airtime_mvc/application/forms/AddShowLiveStream.php:16 -msgid "Use Custom Authentication:" -msgstr "Użyj własnegu uwieżytelnienia:" - -#: airtime_mvc/application/forms/AddShowLiveStream.php:26 -msgid "Custom Username" -msgstr "Niestandardowa nazwa użytkownika" - -#: airtime_mvc/application/forms/AddShowLiveStream.php:39 -msgid "Custom Password" -msgstr "Niestandardowe hasło" - -#: airtime_mvc/application/forms/AddShowLiveStream.php:63 -msgid "Username field cannot be empty." -msgstr "Pole nazwy użytkownika nie może być puste." - -#: airtime_mvc/application/forms/AddShowLiveStream.php:68 -msgid "Password field cannot be empty." -msgstr "Pole hasła nie może być puste." - -#: airtime_mvc/application/forms/GeneralPreferences.php:34 -msgid "Default Fade (s):" -msgstr "Domyślne przejście (Fade) (s):" - -#: airtime_mvc/application/forms/GeneralPreferences.php:39 -msgid "enter a time in seconds 0{.0}" -msgstr "wpisz czas w sekundach 0{.0}" - -#: airtime_mvc/application/forms/GeneralPreferences.php:48 -#, php-format -msgid "" -"Allow Remote Websites To Access \"Schedule\" Info?%s (Enable this to make " -"front-end widgets work.)" -msgstr "" -"Umożliw dostęp zdalnym stronom \"Plan\" Info?%s (Włącz, aby zewnętrzne " -"widgety działały.)" - -#: airtime_mvc/application/forms/GeneralPreferences.php:49 -msgid "Disabled" -msgstr "Wyłączone" - -#: airtime_mvc/application/forms/GeneralPreferences.php:50 -msgid "Enabled" -msgstr "Włączone" - -#: airtime_mvc/application/forms/GeneralPreferences.php:56 -msgid "Default Interface Language" -msgstr "Domyślny język" - -#: airtime_mvc/application/forms/GeneralPreferences.php:64 -msgid "Default Interface Timezone" -msgstr "Domyślna strefa czasowa" - -#: airtime_mvc/application/forms/GeneralPreferences.php:72 -msgid "Week Starts On" -msgstr "Tydzień zaczynaj od" - -#: airtime_mvc/application/forms/GeneralPreferences.php:82 -#: airtime_mvc/application/controllers/LocaleController.php:246 -msgid "Sunday" -msgstr "Niedziela" - -#: airtime_mvc/application/forms/GeneralPreferences.php:83 -#: airtime_mvc/application/controllers/LocaleController.php:247 -msgid "Monday" -msgstr "Poniedziałek" - -#: airtime_mvc/application/forms/GeneralPreferences.php:84 -#: airtime_mvc/application/controllers/LocaleController.php:248 -msgid "Tuesday" -msgstr "Wtorek" - -#: airtime_mvc/application/forms/GeneralPreferences.php:85 -#: airtime_mvc/application/controllers/LocaleController.php:249 -msgid "Wednesday" -msgstr "Środa" - -#: airtime_mvc/application/forms/GeneralPreferences.php:86 -#: airtime_mvc/application/controllers/LocaleController.php:250 -msgid "Thursday" -msgstr "Czwartek" - -#: airtime_mvc/application/forms/GeneralPreferences.php:87 -#: airtime_mvc/application/controllers/LocaleController.php:251 -msgid "Friday" -msgstr "Piątek" - -#: airtime_mvc/application/forms/GeneralPreferences.php:88 -#: airtime_mvc/application/controllers/LocaleController.php:252 -msgid "Saturday" -msgstr "Sobota" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:16 -msgid "Automatically Upload Recorded Shows" -msgstr "Automatycznie wysyłaj nagrane programy" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:26 -msgid "Enable SoundCloud Upload" -msgstr "Włącz wysyłanie do SoundCloud" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:36 -msgid "Automatically Mark Files \"Downloadable\" on SoundCloud" -msgstr "Automatycznie oznaczaj pliki \"Do pobrania\" na SoundCloud" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:47 -msgid "SoundCloud Email" -msgstr "Email SoundCloud" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:67 -msgid "SoundCloud Password" -msgstr "Hasło SoundCloud" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:87 -msgid "SoundCloud Tags: (separate tags with spaces)" -msgstr "Tagi SoundCloud: (oddzielaj tagi spacją)" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:99 -msgid "Default Genre:" -msgstr "Domyślny gatunek:" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:109 -msgid "Default Track Type:" -msgstr "Domyślny typ utworu:" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:113 -msgid "Original" -msgstr "Oryfinalny" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:114 -msgid "Remix" -msgstr "Remix" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:115 -msgid "Live" -msgstr "Na żywo" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:116 -msgid "Recording" -msgstr "Nagranie" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:117 -msgid "Spoken" -msgstr "Mówiony" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:118 -msgid "Podcast" -msgstr "Podcast" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:119 -msgid "Demo" -msgstr "Demo" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:120 -msgid "Work in progress" -msgstr "Praca w toku" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:121 -msgid "Stem" -msgstr "Rdzeń" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:122 -msgid "Loop" -msgstr "Pętla" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:123 -msgid "Sound Effect" -msgstr "Efekt dźwiękowy" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:124 -msgid "One Shot Sample" -msgstr "Jeden strzał próbki" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:125 -msgid "Other" -msgstr "Pozostałe" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:133 -msgid "Default License:" -msgstr "Domyślna licencja:" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:137 -msgid "The work is in the public domain" -msgstr "Praca w domenie publicznej" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:138 -msgid "All rights are reserved" -msgstr "Wszelkie prawa zastrzeżone" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:139 -msgid "Creative Commons Attribution" -msgstr "Creative Commons Attribution" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:140 -msgid "Creative Commons Attribution Noncommercial" -msgstr "Creative Commons Attribution Noncommercial" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:141 -msgid "Creative Commons Attribution No Derivative Works" -msgstr "Creative Commons Attribution No Derivative Works" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:142 -msgid "Creative Commons Attribution Share Alike" -msgstr "Creative Commons Attribution Share Alike" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:143 -msgid "Creative Commons Attribution Noncommercial Non Derivate Works" -msgstr "Creative Commons Attribution Noncommercial Non Derivate Works" - -#: airtime_mvc/application/forms/SoundcloudPreferences.php:144 -msgid "Creative Commons Attribution Noncommercial Share Alike" -msgstr "Creative Commons Attribution Noncommercial Share Alike" - -#: airtime_mvc/application/controllers/DashboardController.php:36 -#: airtime_mvc/application/controllers/DashboardController.php:85 -msgid "You don't have permission to disconnect source." -msgstr "Nie masz uprawnień aby rozłączyć to źródło." - -#: airtime_mvc/application/controllers/DashboardController.php:38 -#: airtime_mvc/application/controllers/DashboardController.php:87 -msgid "There is no source connected to this input." -msgstr "Źródło nie jest podłączone do tego wyjścia." - -#: airtime_mvc/application/controllers/DashboardController.php:82 -msgid "You don't have permission to switch source." -msgstr "Nie masz uprawnień do przełączenia źródła." - -#: airtime_mvc/application/controllers/LoginController.php:34 -msgid "Please enter your user name and password" -msgstr "Proszę wpisz swoją nazwę użytkownika i hasło" - -#: airtime_mvc/application/controllers/LoginController.php:77 -msgid "Wrong username or password provided. Please try again." -msgstr "Błędna nazwa użytkownia lub hasło. Proszę spróbuj ponownie." - -#: airtime_mvc/application/controllers/LoginController.php:139 -msgid "" -"Email could not be sent. Check your mail server settings and ensure it has " -"been configured properly." -msgstr "" -"Email nie został wysłany. Sprawdź Twoje ustawienia serwera pocztowego i " -"upewnij się, że został skonfigurowany poprawnie." - -#: airtime_mvc/application/controllers/LoginController.php:142 -msgid "Given email not found." -msgstr "Podany email nie został odnaleziony." - -#: airtime_mvc/application/controllers/PreferenceController.php:70 -msgid "Preferences updated." -msgstr "Preferencje aktualizacji." - -#: airtime_mvc/application/controllers/PreferenceController.php:121 -msgid "Support setting updated." -msgstr "Ustawienia wsparcia aktualizacji." - -#: airtime_mvc/application/controllers/PreferenceController.php:315 -msgid "Stream Setting Updated." -msgstr "Ustawienia strumienia aktualizacji." - -#: airtime_mvc/application/controllers/PreferenceController.php:342 -msgid "path should be specified" -msgstr "ścieżka powinna być określona" - -#: airtime_mvc/application/controllers/PreferenceController.php:437 -msgid "Problem with Liquidsoap..." -msgstr "Pronlem z Liquidsoap..." - -#: airtime_mvc/application/controllers/ErrorController.php:17 -msgid "Page not found" -msgstr "Strona nie istnieje" - -#: airtime_mvc/application/controllers/ErrorController.php:22 -msgid "Application error" -msgstr "Błąd aplikacji" - -#: airtime_mvc/application/controllers/UserController.php:55 -#: airtime_mvc/application/controllers/UserController.php:137 -msgid "Specific action is not allowed in demo version!" -msgstr "Szczególne opcje nie są dostępne w wersji demonstracyjnej!" - -#: airtime_mvc/application/controllers/UserController.php:87 -msgid "User added successfully!" -msgstr "Użytkownik został dodany poprawnie!" - -#: airtime_mvc/application/controllers/UserController.php:89 -msgid "User updated successfully!" -msgstr "Użytkownik został poprawnie zaktualizowany!" - -#: airtime_mvc/application/controllers/UserController.php:164 -msgid "Settings updated successfully!" -msgstr "Ustawienia zostały poprawnie zaktualizowane!" - -#: airtime_mvc/application/controllers/LocaleController.php:36 -msgid "Recording:" -msgstr "Nagrywanie:" - -#: airtime_mvc/application/controllers/LocaleController.php:37 -msgid "Master Stream" -msgstr "Strumień Master" - -#: airtime_mvc/application/controllers/LocaleController.php:38 -msgid "Live Stream" -msgstr "Strumień Lice" - -#: airtime_mvc/application/controllers/LocaleController.php:39 -msgid "Nothing Scheduled" -msgstr "Nic nie zaplanowano" - -#: airtime_mvc/application/controllers/LocaleController.php:40 -msgid "Current Show:" -msgstr "Aktualny program:" - -#: airtime_mvc/application/controllers/LocaleController.php:41 -msgid "Current" -msgstr "Aktualny" - -#: airtime_mvc/application/controllers/LocaleController.php:43 -msgid "You are running the latest version" -msgstr "Używasz najnowszej wersji" - -#: airtime_mvc/application/controllers/LocaleController.php:44 -msgid "New version available: " -msgstr "Nowa wersja dostępna:" - -#: airtime_mvc/application/controllers/LocaleController.php:45 -msgid "This version will soon be obsolete." -msgstr "ta wersja będzie wkrótce przestarzała." - -#: airtime_mvc/application/controllers/LocaleController.php:46 -msgid "This version is no longer supported." -msgstr "Ta wersja nie jest już wspierana." - -#: airtime_mvc/application/controllers/LocaleController.php:47 -msgid "Please upgrade to " -msgstr "Proszę uaktualnij do" - -#: airtime_mvc/application/controllers/LocaleController.php:49 -msgid "Add to current playlist" -msgstr "Dodaj do bieżącej listy odtwarzania" - -#: airtime_mvc/application/controllers/LocaleController.php:50 -msgid "Add to current smart block" -msgstr "Dodaj do bieżącego smart block" - -#: airtime_mvc/application/controllers/LocaleController.php:51 -msgid "Adding 1 Item" -msgstr "Dodano 1 element" - -#: airtime_mvc/application/controllers/LocaleController.php:52 -#, php-format -msgid "Adding %s Items" -msgstr "Dodano %s elementów(y)" - -#: airtime_mvc/application/controllers/LocaleController.php:53 -msgid "You can only add tracks to smart blocks." -msgstr "Można dodawać tylko utwory do smart blocks." - -#: airtime_mvc/application/controllers/LocaleController.php:54 -#: airtime_mvc/application/controllers/PlaylistController.php:160 -msgid "You can only add tracks, smart blocks, and webstreams to playlists." -msgstr "" -"Można dodawać tylko utwory do smart blocks i webstream do listy odtwarznia." - -#: airtime_mvc/application/controllers/LocaleController.php:57 -msgid "Please select a cursor position on timeline." -msgstr "Proszę wybrać kursorem pozycję na osi czasu." - -#: airtime_mvc/application/controllers/LocaleController.php:61 -#: airtime_mvc/application/controllers/LibraryController.php:190 -msgid "Edit Metadata" -msgstr "Edytuj Metadane." - -#: airtime_mvc/application/controllers/LocaleController.php:62 -msgid "Add to selected show" -msgstr "Dodaj do wybranego programu" - -#: airtime_mvc/application/controllers/LocaleController.php:63 -msgid "Select" -msgstr "Zaznacz" - -#: airtime_mvc/application/controllers/LocaleController.php:64 -msgid "Select this page" -msgstr "Zaznacz tę stronę" - -#: airtime_mvc/application/controllers/LocaleController.php:65 -msgid "Deselect this page" -msgstr "Odznacz tę stronę" - -#: airtime_mvc/application/controllers/LocaleController.php:66 -msgid "Deselect all" -msgstr "Odznacz wszystko" - -#: airtime_mvc/application/controllers/LocaleController.php:67 -msgid "Are you sure you want to delete the selected item(s)?" -msgstr "Czy na pewno chcesz usunąć wybrane elementy?" - -#: airtime_mvc/application/controllers/LocaleController.php:71 -msgid "Bit Rate" -msgstr "Bit Rate" - -#: airtime_mvc/application/controllers/LocaleController.php:88 -msgid "Sample Rate" -msgstr "Wartość próbkowania" - -#: airtime_mvc/application/controllers/LocaleController.php:93 -msgid "Loading..." -msgstr "Ładowanie" - -#: airtime_mvc/application/controllers/LocaleController.php:94 -#: airtime_mvc/application/controllers/LocaleController.php:159 -msgid "All" -msgstr "Wszystko" - -#: airtime_mvc/application/controllers/LocaleController.php:95 -msgid "Files" -msgstr "Pliki" - -#: airtime_mvc/application/controllers/LocaleController.php:96 -msgid "Playlists" -msgstr "Listy odtwarzania" - -#: airtime_mvc/application/controllers/LocaleController.php:97 -msgid "Smart Blocks" -msgstr "Smart Blocks" - -#: airtime_mvc/application/controllers/LocaleController.php:98 -msgid "Web Streams" -msgstr "Web Stream" - -#: airtime_mvc/application/controllers/LocaleController.php:99 -msgid "Unknown type: " -msgstr "Nieznany typ:" - -#: airtime_mvc/application/controllers/LocaleController.php:100 -msgid "Are you sure you want to delete the selected item?" -msgstr "Czy na pewno chcesz usunąć wybrany element?" - -#: airtime_mvc/application/controllers/LocaleController.php:101 -#: airtime_mvc/application/controllers/LocaleController.php:206 -msgid "Uploading in progress..." -msgstr "Wysyłanie w toku..." - -#: airtime_mvc/application/controllers/LocaleController.php:102 -msgid "Retrieving data from the server..." -msgstr "Pobieranie danych z serwera..." - -#: airtime_mvc/application/controllers/LocaleController.php:103 -msgid "The soundcloud id for this file is: " -msgstr "Id SoundCloud dla tego pliku to:" - -#: airtime_mvc/application/controllers/LocaleController.php:104 -msgid "There was an error while uploading to soundcloud." -msgstr "Wystąpił błąd podczas wysyłania na SoundCloud" - -#: airtime_mvc/application/controllers/LocaleController.php:105 -msgid "Error code: " -msgstr "Kod błędu:" - -#: airtime_mvc/application/controllers/LocaleController.php:106 -msgid "Error msg: " -msgstr "Wiadomość błędu:" - -#: airtime_mvc/application/controllers/LocaleController.php:107 -msgid "Input must be a positive number" -msgstr "Wyjście musi być liczbą dodatnią" - -#: airtime_mvc/application/controllers/LocaleController.php:108 -msgid "Input must be a number" -msgstr "Wyjście musi być liczbą" - -#: airtime_mvc/application/controllers/LocaleController.php:109 -msgid "Input must be in the format: yyyy-mm-dd" -msgstr "Wyjście musi mieć format yyyy-mm-dd" - -#: airtime_mvc/application/controllers/LocaleController.php:110 -msgid "Input must be in the format: hh:mm:ss.t" -msgstr "Wyjście musi mieć format hh:mm:ss.t" - -#: airtime_mvc/application/controllers/LocaleController.php:113 -#, php-format -msgid "" -"You are currently uploading files. %sGoing to another screen will cancel the " -"upload process. %sAre you sure you want to leave the page?" -msgstr "" -"Aktualnie wysyłasz pliki. %sPrzejście do innej strony przerwie ten proces. " -"%sCzy na pewno chcesz przejść do innej strony?" - -#: airtime_mvc/application/controllers/LocaleController.php:115 -msgid "please put in a time '00:00:00 (.0)'" -msgstr "proszę umieścić w czasie '00:00:00 (.0)'" - -#: airtime_mvc/application/controllers/LocaleController.php:116 -msgid "please put in a time in seconds '00 (.0)'" -msgstr "proszę umieścić w czasie w sekundach '00 (.0)'" - -#: airtime_mvc/application/controllers/LocaleController.php:117 -msgid "Your browser does not support playing this file type: " -msgstr "Twoja przeglądarka nie obsługuje odtwarzania plików tego typu:" - -#: airtime_mvc/application/controllers/LocaleController.php:118 -#, fuzzy -msgid "Dynamic block is not previewable" -msgstr "Dynamic block nie jest do podglądu" - -#: airtime_mvc/application/controllers/LocaleController.php:119 -msgid "Limit to: " -msgstr "Ograniczenie do:" - -#: airtime_mvc/application/controllers/LocaleController.php:120 -msgid "Playlist saved" -msgstr "Lista odtwarzania zapisana" - -#: airtime_mvc/application/controllers/LocaleController.php:121 -msgid "Playlist shuffled" -msgstr "Losowa playlista" - -#: airtime_mvc/application/controllers/LocaleController.php:123 -msgid "" -"Airtime is unsure about the status of this file. This can happen when the " -"file is on a remote drive that is unaccessible or the file is in a directory " -"that isn't 'watched' anymore." -msgstr "" -"Airtime nie może odczytać statusu pliku. Może się tak zdarzyć gdy plik " -"znajduje się na zdalnym dysku, do którego aktualnie nie ma dostępu lub " -"znajduje się w zablokowanym przed dostępem katalogu." - -#: airtime_mvc/application/controllers/LocaleController.php:125 -#, php-format -msgid "Listener Count on %s: %s" -msgstr "Licznik słuchaczy na %s: %s" - -#: airtime_mvc/application/controllers/LocaleController.php:127 -msgid "Remind me in 1 week" -msgstr "Przypomnij mi za 1 tydzień" - -#: airtime_mvc/application/controllers/LocaleController.php:128 -msgid "Remind me never" -msgstr "Nie przypominaj mi" - -#: airtime_mvc/application/controllers/LocaleController.php:129 -msgid "Yes, help Airtime" -msgstr "Tak, pomóż Airtime" - -#: airtime_mvc/application/controllers/LocaleController.php:130 -#: airtime_mvc/application/controllers/LocaleController.php:188 -msgid "Image must be one of jpg, jpeg, png, or gif" -msgstr "Obrazek musi być w formacjie jpg, jpeg, png lub gif" - -#: airtime_mvc/application/controllers/LocaleController.php:133 -msgid "" -"A static smart block will save the criteria and generate the block content " -"immediately. This allows you to edit and view it in the Library before " -"adding it to a show." -msgstr "" -"Static smart block będzie zapisywał kryteria i zawartość natychmiast. To " -"pozwala na edycję i wyświetlanie go w bibliotece, przed dodaniem go do " -"programu." - -#: airtime_mvc/application/controllers/LocaleController.php:135 -msgid "" -"A dynamic smart block will only save the criteria. The block content will " -"get generated upon adding it to a show. You will not be able to view and " -"edit the content in the Library." -msgstr "" -"Dynamic smart blok zapisuje tylko kryteria. Zawartość będzie generowana " -"automatycznie po dodaniu go do programu. Nie będziesz mógł wyświetlać i " -"edytować go w zawartości biblioteki." - -#: airtime_mvc/application/controllers/LocaleController.php:137 -msgid "" -"The desired block length will not be reached if Airtime cannot find enough " -"unique tracks to match your criteria. Enable this option if you wish to " -"allow tracks to be added multiple times to the smart block." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:138 -msgid "Smart block shuffled" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:139 -msgid "Smart block generated and criteria saved" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:140 -msgid "Smart block saved" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:141 -msgid "Processing..." -msgstr "Przetwarzanie..." - -#: airtime_mvc/application/controllers/LocaleController.php:155 -msgid "Played" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:160 -#, php-format -msgid "Copied %s row%s to the clipboard" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:161 -#, php-format -msgid "" -"%sPrint view%sPlease use your browser's print function to print this table. " -"Press escape when finished." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:163 -msgid "Choose Storage Folder" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:164 -msgid "Choose Folder to Watch" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:166 -msgid "" -"Are you sure you want to change the storage folder?\n" -"This will remove the files from your Airtime library!" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:167 -#: airtime_mvc/application/views/scripts/preference/directory-config.phtml:2 -msgid "Manage Media Folders" -msgstr "Zarządzaj folderami mediów" - -#: airtime_mvc/application/controllers/LocaleController.php:168 -msgid "Are you sure you want to remove the watched folder?" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:169 -msgid "This path is currently not accessible." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:171 -msgid "Connected to the streaming server" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:172 -msgid "The stream is disabled" -msgstr "Strumień jest wyłączony" - -#: airtime_mvc/application/controllers/LocaleController.php:174 -msgid "Can not connect to the streaming server" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:176 -msgid "" -"If Airtime is behind a router or firewall, you may need to configure port " -"forwarding and this field information will be incorrect. In this case you " -"will need to manually update this field so it shows the correct host/port/" -"mount that your DJ's need to connect to. The allowed range is between 1024 " -"and 49151." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:177 -#, php-format -msgid "For more details, please read the %sAirtime Manual%s" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:179 -msgid "" -"Check this option to enable metadata for OGG streams (stream metadata is the " -"track title, artist, and show name that is displayed in an audio player). " -"VLC and mplayer have a serious bug when playing an OGG/VORBIS stream that " -"has metadata information enabled: they will disconnect from the stream after " -"every song. If you are using an OGG stream and your listeners do not require " -"support for these audio players, then feel free to enable this option." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:180 -msgid "" -"Check this box to automatically switch off Master/Show source upon source " -"disconnection." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:181 -msgid "" -"Check this box to automatically switch on Master/Show source upon source " -"connection." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:182 -msgid "" -"If your Icecast server expects a username of 'source', this field can be " -"left blank." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:183 -#: airtime_mvc/application/controllers/LocaleController.php:193 -msgid "" -"If your live streaming client does not ask for a username, this field should " -"be 'source'." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:185 -msgid "" -"If you change the username or password values for an enabled stream the " -"playout engine will be rebooted and your listeners will hear silence for " -"5-10 seconds. Changing the following fields will NOT cause a reboot: Stream " -"Label (Global Settings), and Switch Transition Fade(s), Master Username, and " -"Master Password (Input Stream Settings). If Airtime is recording, and if the " -"change causes a playout engine restart, the recording will be interrupted." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:186 -msgid "" -"This is the admin username and password for Icecast/SHOUTcast to get " -"listener statistics." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:190 -msgid "No result found" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:191 -msgid "" -"This follows the same security pattern for the shows: only users assigned to " -"the show can connect." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:192 -msgid "Specify custom authentication which will work only for this show." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:194 -msgid "The show instance doesn't exist anymore!" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:198 -msgid "Show" -msgstr "Program" - -#: airtime_mvc/application/controllers/LocaleController.php:199 -msgid "Show is empty" -msgstr "Program jest pusty" - -#: airtime_mvc/application/controllers/LocaleController.php:200 -msgid "1m" -msgstr "1 min" - -#: airtime_mvc/application/controllers/LocaleController.php:201 -msgid "5m" -msgstr "5 min" - -#: airtime_mvc/application/controllers/LocaleController.php:202 -msgid "10m" -msgstr "10 min" - -#: airtime_mvc/application/controllers/LocaleController.php:203 -msgid "15m" -msgstr "15 min" - -#: airtime_mvc/application/controllers/LocaleController.php:204 -msgid "30m" -msgstr "30 min" - -#: airtime_mvc/application/controllers/LocaleController.php:205 -msgid "60m" -msgstr "60 min" - -#: airtime_mvc/application/controllers/LocaleController.php:207 -msgid "Retreiving data from the server..." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:213 -msgid "This show has no scheduled content." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:214 -msgid "This show is not completely filled with content." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:218 -msgid "January" -msgstr "Styczeń" - -#: airtime_mvc/application/controllers/LocaleController.php:219 -msgid "February" -msgstr "Luty" - -#: airtime_mvc/application/controllers/LocaleController.php:220 -msgid "March" -msgstr "Marzec" - -#: airtime_mvc/application/controllers/LocaleController.php:221 -msgid "April" -msgstr "Kwiecień" - -#: airtime_mvc/application/controllers/LocaleController.php:222 -#: airtime_mvc/application/controllers/LocaleController.php:234 -msgid "May" -msgstr "Maj" - -#: airtime_mvc/application/controllers/LocaleController.php:223 -msgid "June" -msgstr "Czerwiec" - -#: airtime_mvc/application/controllers/LocaleController.php:224 -msgid "July" -msgstr "Lipiec" - -#: airtime_mvc/application/controllers/LocaleController.php:225 -msgid "August" -msgstr "Sierpień" - -#: airtime_mvc/application/controllers/LocaleController.php:226 -msgid "September" -msgstr "Wrzesień" - -#: airtime_mvc/application/controllers/LocaleController.php:227 -msgid "October" -msgstr "Październik" - -#: airtime_mvc/application/controllers/LocaleController.php:228 -msgid "November" -msgstr "Listopad" - -#: airtime_mvc/application/controllers/LocaleController.php:229 -msgid "December" -msgstr "Grudzień" - -#: airtime_mvc/application/controllers/LocaleController.php:230 -msgid "Jan" -msgstr "Sty" - -#: airtime_mvc/application/controllers/LocaleController.php:231 -msgid "Feb" -msgstr "Lut" - -#: airtime_mvc/application/controllers/LocaleController.php:232 -msgid "Mar" -msgstr "Mar" - -#: airtime_mvc/application/controllers/LocaleController.php:233 -msgid "Apr" -msgstr "Kwi" - -#: airtime_mvc/application/controllers/LocaleController.php:235 -msgid "Jun" -msgstr "Cze" - -#: airtime_mvc/application/controllers/LocaleController.php:236 -msgid "Jul" -msgstr "Lip" - -#: airtime_mvc/application/controllers/LocaleController.php:237 -msgid "Aug" -msgstr "Sie" - -#: airtime_mvc/application/controllers/LocaleController.php:238 -msgid "Sep" -msgstr "Wrz" - -#: airtime_mvc/application/controllers/LocaleController.php:239 -msgid "Oct" -msgstr "Paź" - -#: airtime_mvc/application/controllers/LocaleController.php:240 -msgid "Nov" -msgstr "Lis" - -#: airtime_mvc/application/controllers/LocaleController.php:241 -msgid "Dec" -msgstr "Gru" - -#: airtime_mvc/application/controllers/LocaleController.php:242 -msgid "today" -msgstr "dzisiaj" - -#: airtime_mvc/application/controllers/LocaleController.php:243 -msgid "day" -msgstr "dzień" - -#: airtime_mvc/application/controllers/LocaleController.php:244 -msgid "week" -msgstr "tydzień" - -#: airtime_mvc/application/controllers/LocaleController.php:245 -msgid "month" -msgstr "miesiąć" - -#: airtime_mvc/application/controllers/LocaleController.php:260 -msgid "" -"Shows longer than their scheduled time will be cut off by a following show." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:261 -msgid "Cancel Current Show?" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:262 -#: airtime_mvc/application/controllers/LocaleController.php:301 -msgid "Stop recording current show?" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:263 -msgid "Ok" -msgstr "Ok" - -#: airtime_mvc/application/controllers/LocaleController.php:264 -msgid "Contents of Show" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:267 -msgid "Remove all content?" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:269 -msgid "Delete selected item(s)?" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:270 -#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:5 -msgid "Start" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:271 -msgid "End" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:272 -msgid "Duration" -msgstr "Czas trwania" - -#: airtime_mvc/application/controllers/LocaleController.php:278 -msgid "Cue In" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:279 -msgid "Cue Out" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:280 -msgid "Fade In" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:281 -msgid "Fade Out" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:282 -msgid "Show Empty" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:283 -msgid "Recording From Line In" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:288 -msgid "Cannot schedule outside a show." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:289 -msgid "Moving 1 Item" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:290 -#, php-format -msgid "Moving %s Items" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:293 -msgid "Select all" -msgstr "Wybierz wszystko" - -#: airtime_mvc/application/controllers/LocaleController.php:294 -msgid "Select none" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:295 -msgid "Remove overbooked tracks" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:296 -msgid "Remove selected scheduled items" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:297 -msgid "Jump to the current playing track" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:298 -msgid "Cancel current show" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:303 -msgid "Open library to add or remove content" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:304 -#: airtime_mvc/application/controllers/ScheduleController.php:261 -#: airtime_mvc/application/views/scripts/showbuilder/index.phtml:15 -msgid "Add / Remove Content" -msgstr "Dodaj/usuń zawartość" - -#: airtime_mvc/application/controllers/LocaleController.php:306 -msgid "in use" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:307 -msgid "Disk" -msgstr "Dysk" - -#: airtime_mvc/application/controllers/LocaleController.php:309 -msgid "Look in" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:311 -msgid "Open" -msgstr "Otwórz" - -#: airtime_mvc/application/controllers/LocaleController.php:317 -msgid "Guests can do the following:" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:318 -msgid "View schedule" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:319 -msgid "View show content" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:320 -msgid "DJs can do the following:" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:321 -msgid "Manage assigned show content" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:322 -msgid "Import media files" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:323 -msgid "Create playlists, smart blocks, and webstreams" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:324 -msgid "Manage their own library content" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:325 -msgid "Progam Managers can do the following:" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:326 -msgid "View and manage show content" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:327 -msgid "Schedule shows" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:328 -msgid "Manage all library content" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:329 -msgid "Admins can do the following:" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:330 -msgid "Manage preferences" -msgstr "Zarządzaj preferencjami" - -#: airtime_mvc/application/controllers/LocaleController.php:331 -msgid "Manage users" -msgstr "Zarządzaj użytkownikami" - -#: airtime_mvc/application/controllers/LocaleController.php:332 -msgid "Manage watched folders" -msgstr "Zarządzaj przeszukiwanymi katalogami" - -#: airtime_mvc/application/controllers/LocaleController.php:334 -msgid "View system status" -msgstr "Zobacz status systemu" - -#: airtime_mvc/application/controllers/LocaleController.php:335 -msgid "Access playout history" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:336 -msgid "View listener stats" -msgstr "Zobacz statystyki słuchacza" - -#: airtime_mvc/application/controllers/LocaleController.php:338 -msgid "Show / hide columns" -msgstr "Pokaż/ukryj kolumny" - -#: airtime_mvc/application/controllers/LocaleController.php:340 -msgid "From {from} to {to}" -msgstr "Z {from} do {to}" - -#: airtime_mvc/application/controllers/LocaleController.php:341 -msgid "kbps" -msgstr "kbps" - -#: airtime_mvc/application/controllers/LocaleController.php:342 -msgid "yyyy-mm-dd" -msgstr "yyyy-mm-dd" - -#: airtime_mvc/application/controllers/LocaleController.php:343 -msgid "hh:mm:ss.t" -msgstr "hh:mm:ss.t" - -#: airtime_mvc/application/controllers/LocaleController.php:344 -msgid "kHz" -msgstr "kHz" - -#: airtime_mvc/application/controllers/LocaleController.php:347 -msgid "Su" -msgstr "Nd" - -#: airtime_mvc/application/controllers/LocaleController.php:348 -msgid "Mo" -msgstr "Pn" - -#: airtime_mvc/application/controllers/LocaleController.php:349 -msgid "Tu" -msgstr "Wt" - -#: airtime_mvc/application/controllers/LocaleController.php:350 -msgid "We" -msgstr "Śr" - -#: airtime_mvc/application/controllers/LocaleController.php:351 -msgid "Th" -msgstr "Cz" - -#: airtime_mvc/application/controllers/LocaleController.php:352 -msgid "Fr" -msgstr "Pt" - -#: airtime_mvc/application/controllers/LocaleController.php:353 -msgid "Sa" -msgstr "So" - -#: airtime_mvc/application/controllers/LocaleController.php:354 -#: airtime_mvc/application/controllers/LocaleController.php:382 -#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:3 -msgid "Close" -msgstr "Zamknij" - -#: airtime_mvc/application/controllers/LocaleController.php:356 -msgid "Hour" -msgstr "Godzina" - -#: airtime_mvc/application/controllers/LocaleController.php:357 -msgid "Minute" -msgstr "Minuta" - -#: airtime_mvc/application/controllers/LocaleController.php:358 -msgid "Done" -msgstr "Gotowe" - -#: airtime_mvc/application/controllers/LocaleController.php:361 -msgid "Select files" -msgstr "Wybierz pliki" - -#: airtime_mvc/application/controllers/LocaleController.php:362 -#: airtime_mvc/application/controllers/LocaleController.php:363 -msgid "Add files to the upload queue and click the start button." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:366 -msgid "Add Files" -msgstr "Dodaj pliki" - -#: airtime_mvc/application/controllers/LocaleController.php:367 -msgid "Stop Upload" -msgstr "Zatrzymaj przesyłanie" - -#: airtime_mvc/application/controllers/LocaleController.php:368 -msgid "Start upload" -msgstr "Rozpocznij przesyłanie" - -#: airtime_mvc/application/controllers/LocaleController.php:369 -msgid "Add files" -msgstr "Dodaj pliki" - -#: airtime_mvc/application/controllers/LocaleController.php:370 -#, php-format -msgid "Uploaded %d/%d files" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:371 -msgid "N/A" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:372 -msgid "Drag files here." -msgstr "Przeciągnij tutaj pliki." - -#: airtime_mvc/application/controllers/LocaleController.php:373 -msgid "File extension error." -msgstr "Błąd rozszerzenia pliku." - -#: airtime_mvc/application/controllers/LocaleController.php:374 -msgid "File size error." -msgstr "Błąd rozmiaru pliku." - -#: airtime_mvc/application/controllers/LocaleController.php:375 -msgid "File count error." -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:376 -msgid "Init error." -msgstr "Błąd inicjalizacji" - -#: airtime_mvc/application/controllers/LocaleController.php:377 -msgid "HTTP Error." -msgstr "Błąd HTTP." - -#: airtime_mvc/application/controllers/LocaleController.php:378 -msgid "Security error." -msgstr "Błąd zabezpieczeń." - -#: airtime_mvc/application/controllers/LocaleController.php:379 -msgid "Generic error." -msgstr "Błąd ogólny." - -#: airtime_mvc/application/controllers/LocaleController.php:380 -msgid "IO error." -msgstr "Błąd I/O" - -#: airtime_mvc/application/controllers/LocaleController.php:381 -#, php-format -msgid "File: %s" -msgstr "Plik: %s" - -#: airtime_mvc/application/controllers/LocaleController.php:383 -#, php-format -msgid "%d files queued" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:384 -msgid "File: %f, size: %s, max file size: %m" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:385 -msgid "Upload URL might be wrong or doesn't exist" -msgstr "" - -#: airtime_mvc/application/controllers/LocaleController.php:386 -msgid "Error: File too large: " -msgstr "Błąd: plik jest za duży:" - -#: airtime_mvc/application/controllers/LocaleController.php:387 -msgid "Error: Invalid file extension: " -msgstr "Błąd: nieprawidłowe rozszerzenie pliku:" - -#: airtime_mvc/application/controllers/ShowbuilderController.php:190 -#: airtime_mvc/application/controllers/LibraryController.php:161 -msgid "Preview" -msgstr "Podgląd" - -#: airtime_mvc/application/controllers/ShowbuilderController.php:192 -msgid "Select cursor" -msgstr "" - -#: airtime_mvc/application/controllers/ShowbuilderController.php:193 -msgid "Remove cursor" -msgstr "" - -#: airtime_mvc/application/controllers/ShowbuilderController.php:198 -#: airtime_mvc/application/controllers/LibraryController.php:189 -#: airtime_mvc/application/controllers/LibraryController.php:218 -#: airtime_mvc/application/controllers/LibraryController.php:237 -#: airtime_mvc/application/controllers/ScheduleController.php:315 -#: airtime_mvc/application/controllers/ScheduleController.php:322 -#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:26 -#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:23 -#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:18 -msgid "Delete" -msgstr "Usuń" - -#: airtime_mvc/application/controllers/ShowbuilderController.php:212 -msgid "show does not exist" -msgstr "program nie istnieje" - -#: airtime_mvc/application/controllers/ListenerstatController.php:56 -msgid "" -"Please make sure admin user/password is correct on System->Streams page." -msgstr "" - -#: airtime_mvc/application/controllers/ApiController.php:57 -#: airtime_mvc/application/controllers/ApiController.php:84 -msgid "You are not allowed to access this resource." -msgstr "" - -#: airtime_mvc/application/controllers/ApiController.php:286 -#: airtime_mvc/application/controllers/ApiController.php:325 -msgid "You are not allowed to access this resource. " -msgstr "" - -#: airtime_mvc/application/controllers/ApiController.php:507 -msgid "File does not exist in Airtime." -msgstr "Plik nie istnieje w Airtime." - -#: airtime_mvc/application/controllers/ApiController.php:520 -msgid "File does not exist in Airtime" -msgstr "Plik nie istnieje w Airtime" - -#: airtime_mvc/application/controllers/ApiController.php:532 -msgid "File doesn't exist in Airtime." -msgstr "Plik nie istnieje w Airtime." - -#: airtime_mvc/application/controllers/ApiController.php:578 -msgid "Bad request. no 'mode' parameter passed." -msgstr "" - -#: airtime_mvc/application/controllers/ApiController.php:588 -msgid "Bad request. 'mode' parameter is invalid" -msgstr "" - -#: airtime_mvc/application/controllers/LibraryController.php:95 -#: airtime_mvc/application/controllers/PlaylistController.php:127 -#, php-format -msgid "%s not found" -msgstr "nie znaleziono %s" - -#: airtime_mvc/application/controllers/LibraryController.php:104 -#: airtime_mvc/application/controllers/PlaylistController.php:148 -msgid "Something went wrong." -msgstr "" - -#: airtime_mvc/application/controllers/LibraryController.php:182 -#: airtime_mvc/application/controllers/LibraryController.php:206 -#: airtime_mvc/application/controllers/LibraryController.php:229 -msgid "Add to Playlist" -msgstr "Dodaj do listy odtwarzania" - -#: airtime_mvc/application/controllers/LibraryController.php:184 -msgid "Add to Smart Block" -msgstr "" - -#: airtime_mvc/application/controllers/LibraryController.php:194 -#: airtime_mvc/application/controllers/ScheduleController.php:897 -msgid "Download" -msgstr "Pobierz" - -#: airtime_mvc/application/controllers/LibraryController.php:198 -msgid "Duplicate Playlist" -msgstr "Duplikuj listę odtwarzania" - -#: airtime_mvc/application/controllers/LibraryController.php:213 -#: airtime_mvc/application/controllers/LibraryController.php:235 -msgid "Edit" -msgstr "Edytuj" - -#: airtime_mvc/application/controllers/LibraryController.php:248 -msgid "Soundcloud" -msgstr "Soundcloud" - -#: airtime_mvc/application/controllers/LibraryController.php:254 -#: airtime_mvc/application/controllers/ScheduleController.php:284 -msgid "View on Soundcloud" -msgstr "Zobacz na Soundcloud" - -#: airtime_mvc/application/controllers/LibraryController.php:258 -#: airtime_mvc/application/controllers/ScheduleController.php:287 -msgid "Re-upload to SoundCloud" -msgstr "Prześlij ponownie do SoundCloud" - -#: airtime_mvc/application/controllers/LibraryController.php:260 -#: airtime_mvc/application/controllers/ScheduleController.php:287 -msgid "Upload to SoundCloud" -msgstr "Prześlij do SoundCloud" - -#: airtime_mvc/application/controllers/LibraryController.php:267 -msgid "No action available" -msgstr "" - -#: airtime_mvc/application/controllers/LibraryController.php:287 -msgid "You don't have permission to delete selected items." -msgstr "" - -#: airtime_mvc/application/controllers/LibraryController.php:336 -msgid "Could not delete some scheduled files." -msgstr "" - -#: airtime_mvc/application/controllers/LibraryController.php:375 -#, php-format -msgid "Copy of %s" -msgstr "" - -#: airtime_mvc/application/controllers/PlaylistController.php:45 -#, php-format -msgid "You are viewing an older version of %s" -msgstr "" - -#: airtime_mvc/application/controllers/PlaylistController.php:120 -msgid "You cannot add tracks to dynamic blocks." -msgstr "" - -#: airtime_mvc/application/controllers/PlaylistController.php:141 -#, php-format -msgid "You don't have permission to delete selected %s(s)." -msgstr "" - -#: airtime_mvc/application/controllers/PlaylistController.php:154 -msgid "You can only add tracks to smart block." -msgstr "" - -#: airtime_mvc/application/controllers/PlaylistController.php:172 -msgid "Untitled Playlist" -msgstr "Lista odtwarzania bez nazwy" - -#: airtime_mvc/application/controllers/PlaylistController.php:174 -msgid "Untitled Smart Block" -msgstr "" - -#: airtime_mvc/application/controllers/PlaylistController.php:437 -msgid "Unknown Playlist" -msgstr "" - -#: airtime_mvc/application/controllers/ScheduleController.php:252 -msgid "View Recorded File Metadata" -msgstr "" - -#: airtime_mvc/application/controllers/ScheduleController.php:264 -msgid "Remove All Content" -msgstr "Usuń całą zawartość" - -#: airtime_mvc/application/controllers/ScheduleController.php:271 -msgid "Show Content" -msgstr "Pokaż zawartość" - -#: airtime_mvc/application/controllers/ScheduleController.php:295 -#: airtime_mvc/application/controllers/ScheduleController.php:302 -msgid "Cancel Current Show" -msgstr "" - -#: airtime_mvc/application/controllers/ScheduleController.php:299 -#: airtime_mvc/application/controllers/ScheduleController.php:309 -msgid "Edit Show" -msgstr "Edytuj program" - -#: airtime_mvc/application/controllers/ScheduleController.php:317 -msgid "Delete This Instance" -msgstr "" - -#: airtime_mvc/application/controllers/ScheduleController.php:319 -msgid "Delete This Instance and All Following" -msgstr "" - -#: airtime_mvc/application/controllers/ScheduleController.php:445 -#, php-format -msgid "Rebroadcast of show %s from %s at %s" -msgstr "" - -#: airtime_mvc/application/controllers/WebstreamController.php:29 -#: airtime_mvc/application/controllers/WebstreamController.php:33 -msgid "Untitled Webstream" -msgstr "" - -#: airtime_mvc/application/controllers/WebstreamController.php:138 -msgid "Webstream saved." -msgstr "" - -#: airtime_mvc/application/controllers/WebstreamController.php:146 -msgid "Invalid form values." -msgstr "" - -#: airtime_mvc/application/views/scripts/listenerstat/index.phtml:2 -msgid "Listener Count Over Time" -msgstr "" - -#: airtime_mvc/application/views/scripts/partialviews/header.phtml:3 -msgid "Previous:" -msgstr "Poprzedni:" - -#: airtime_mvc/application/views/scripts/partialviews/header.phtml:10 -msgid "Next:" -msgstr "Następny:" - -#: airtime_mvc/application/views/scripts/partialviews/header.phtml:24 -msgid "Source Streams" -msgstr "Strumienie źródłowe" - -#: airtime_mvc/application/views/scripts/partialviews/header.phtml:29 -msgid "Master Source" -msgstr "Źródło Master" - -#: airtime_mvc/application/views/scripts/partialviews/header.phtml:38 -msgid "Show Source" -msgstr "Źródło Programu" - -#: airtime_mvc/application/views/scripts/partialviews/header.phtml:45 -msgid "Scheduled Play" -msgstr "" - -#: airtime_mvc/application/views/scripts/partialviews/header.phtml:54 -msgid "ON AIR" -msgstr "Na antenie" - -#: airtime_mvc/application/views/scripts/partialviews/header.phtml:55 -msgid "Listen" -msgstr "Słuchaj" - -#: airtime_mvc/application/views/scripts/partialviews/header.phtml:59 -msgid "Station time" -msgstr "Czas stacji" - -#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:3 -msgid "Your trial expires in" -msgstr "" - -#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9 -msgid "Purchase your copy of Airtime" -msgstr "" - -#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9 -msgid "My Account" -msgstr "Moje konto" - -#: airtime_mvc/application/views/scripts/user/add-user.phtml:3 -msgid "Manage Users" -msgstr "Zarządzaj Użytkownikami" - -#: airtime_mvc/application/views/scripts/user/add-user.phtml:10 -msgid "New User" -msgstr "Nowy Użytkownik" - -#: airtime_mvc/application/views/scripts/user/add-user.phtml:17 -msgid "id" -msgstr "id" - -#: airtime_mvc/application/views/scripts/user/add-user.phtml:19 -msgid "First Name" -msgstr "Imię" - -#: airtime_mvc/application/views/scripts/user/add-user.phtml:20 -msgid "Last Name" -msgstr "Nazwisko" - -#: airtime_mvc/application/views/scripts/user/add-user.phtml:21 -msgid "User Type" -msgstr "Typ użytkownika" - -#: airtime_mvc/application/views/scripts/dashboard/about.phtml:5 -#, php-format -msgid "" -"%sAirtime%s %s, the open radio software for scheduling and remote station " -"management. %s" -msgstr "" - -#: airtime_mvc/application/views/scripts/dashboard/about.phtml:13 -#, php-format -msgid "" -"%sSourcefabric%s o.p.s. Airtime is distributed under the %sGNU GPL v.3%s" -msgstr "" - -#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:3 -msgid "Share" -msgstr "" - -#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:64 -msgid "Select stream:" -msgstr "Wybierz strumień:" - -#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:90 -#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:50 -msgid "mute" -msgstr "wyciszyć" - -#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:91 -#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:53 -msgid "unmute" -msgstr "" - -#: airtime_mvc/application/views/scripts/dashboard/help.phtml:3 -msgid "Welcome to Airtime!" -msgstr "Witamy w Airtime!" - -#: airtime_mvc/application/views/scripts/dashboard/help.phtml:4 -msgid "" -"Here's how you can get started using Airtime to automate your broadcasts: " -msgstr "" - -#: airtime_mvc/application/views/scripts/dashboard/help.phtml:7 -msgid "" -"Begin by adding your files to the library using the 'Add Media' menu button. " -"You can drag and drop your files to this window too." -msgstr "" - -#: airtime_mvc/application/views/scripts/dashboard/help.phtml:8 -msgid "" -"Create a show by going to 'Calendar' in the menu bar, and then clicking the " -"'+ Show' icon. This can be either a one-time or repeating show. Only admins " -"and program managers can add shows." -msgstr "" - -#: airtime_mvc/application/views/scripts/dashboard/help.phtml:9 -msgid "" -"Add media to the show by going to your show in the Schedule calendar, left-" -"clicking on it and selecting 'Add / Remove Content'" -msgstr "" - -#: airtime_mvc/application/views/scripts/dashboard/help.phtml:10 -msgid "" -"Select your media from the left pane and drag them to your show in the right " -"pane." -msgstr "" - -#: airtime_mvc/application/views/scripts/dashboard/help.phtml:12 -msgid "Then you're good to go!" -msgstr "" - -#: airtime_mvc/application/views/scripts/dashboard/help.phtml:13 -#, php-format -msgid "For more detailed help, read the %suser manual%s." -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/update.phtml:40 -msgid "Expand Static Block" -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/update.phtml:45 -msgid "Expand Dynamic Block" -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/update.phtml:98 -msgid "Empty smart block" -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/update.phtml:100 -msgid "Empty playlist" -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:3 -#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:66 -#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:71 -msgid "Fade out: " -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:3 -#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:10 -#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:68 -#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:71 -msgid "(ss.t)" -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:10 -#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:63 -#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:68 -msgid "Fade in: " -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:10 -#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:10 -#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:4 -msgid "New" -msgstr "Nowy" - -#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:13 -#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:13 -#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:7 -msgid "New Playlist" -msgstr "Nowa lista odtwarzania" - -#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:14 -#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:14 -#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:8 -msgid "New Smart Block" -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:15 -#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:15 -#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:9 -msgid "New Webstream" -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:20 -msgid "Shuffle playlist" -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:23 -msgid "Save playlist" -msgstr "Zapisz listę odtwarzania" - -#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:30 -#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:27 -msgid "Playlist crossfade" -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:49 -#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:51 -#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:38 -msgid "View / edit description" -msgstr "Zobacz/edytuj opis" - -#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:81 -msgid "No open playlist" -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:86 -msgid "No open smart block" -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:2 -msgid "Cue In: " -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:2 -#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:7 -msgid "(hh:mm:ss.t)" -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:7 -msgid "Cue Out: " -msgstr "" - -#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:12 -msgid "Original Length:" -msgstr "Oryginalna długość:" - -#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:6 -#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:40 -msgid "Add this show" -msgstr "Dodaj tn program" - -#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:6 -#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:40 -msgid "Update show" -msgstr "Aktualizuj program" - -#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:10 -msgid "What" -msgstr "Co" - -#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14 -msgid "When" -msgstr "Kiedy" - -#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:19 -msgid "Live Stream Input" -msgstr "Wejście strumienia na żywo" - -#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:23 -msgid "Record & Rebroadcast" -msgstr "Nagrywaj i retransmituj" - -#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:29 -msgid "Who" -msgstr "Kto" - -#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:33 -msgid "Style" -msgstr "Styl" - -#: airtime_mvc/application/views/scripts/login/password-restore-after.phtml:3 -msgid "Email sent" -msgstr "Email wyslany" - -#: airtime_mvc/application/views/scripts/login/password-restore-after.phtml:6 -msgid "An email has been sent" -msgstr "" - -#: airtime_mvc/application/views/scripts/login/password-restore-after.phtml:7 -msgid "Back to login screen" -msgstr "Wróć do ekranu logowania" - -#: airtime_mvc/application/views/scripts/login/index.phtml:7 -msgid "" -"Welcome to the online Airtime demo! You can log in using the username " -"'admin' and the password 'admin'." -msgstr "" - -#: airtime_mvc/application/views/scripts/login/password-restore.phtml:3 -#: airtime_mvc/application/views/scripts/form/login.phtml:34 -msgid "Reset password" -msgstr "Resetuj hasło" - -#: airtime_mvc/application/views/scripts/login/password-restore.phtml:7 -msgid "" -"Please enter your account e-mail address. You will receive a link to create " -"a new password via e-mail." -msgstr "" - -#: airtime_mvc/application/views/scripts/login/password-change.phtml:3 -msgid "New password" -msgstr "Nowe hasło" - -#: airtime_mvc/application/views/scripts/login/password-change.phtml:6 -msgid "Please enter and confirm your new password in the fields below." -msgstr "" - -#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:4 -msgid "Service" -msgstr "" - -#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:6 -msgid "Uptime" -msgstr "Czas pracy" - -#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:7 -msgid "CPU" -msgstr "CPU" - -#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:8 -msgid "Memory" -msgstr "Pamięć" - -#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:14 -msgid "Airtime Version" -msgstr "Wersja Airtime" - -#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:30 -msgid "Disk Space" -msgstr "Miejsce na dysku twardym" - -#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:22 -msgid "previous" -msgstr "poprzedni" - -#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:25 -msgid "play" -msgstr "play" - -#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:28 -msgid "pause" -msgstr "pause" - -#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:31 -msgid "next" -msgstr "następny" - -#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:34 -msgid "stop" -msgstr "stop" - -#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:59 -msgid "max volume" -msgstr "maksymalna głośność" - -#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:69 -msgid "Update Required" -msgstr "Wymagana aktualizacja" - -#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:70 -#, php-format -msgid "" -"To play the media you will need to either update your browser to a recent " -"version or update your %sFlash plugin%s." -msgstr "" - -#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:51 -msgid "Stream URL:" -msgstr "URL strumienia:" - -#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:56 -msgid "Default Length:" -msgstr "Domyślna długość:" - -#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:63 -msgid "No webstream" -msgstr "" - -#: airtime_mvc/application/views/scripts/error/error.phtml:6 -msgid "Zend Framework Default Application" -msgstr "" - -#: airtime_mvc/application/views/scripts/error/error.phtml:10 -msgid "Page not found!" -msgstr "Nie znaleziono strony!" - -#: airtime_mvc/application/views/scripts/error/error.phtml:11 -msgid "Looks like the page you were looking for doesn't exist!" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:4 -msgid "Stream " -msgstr "Strumień" - -#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:33 -#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:47 -#: airtime_mvc/application/views/scripts/form/preferences_email_server.phtml:44 -#: airtime_mvc/application/views/scripts/form/preferences_email_server.phtml:74 -#: airtime_mvc/application/views/scripts/form/preferences_email_server.phtml:90 -#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:47 -#: airtime_mvc/application/views/scripts/form/preferences_soundcloud.phtml:44 -#: airtime_mvc/application/views/scripts/form/preferences_soundcloud.phtml:59 -#: airtime_mvc/application/views/scripts/form/preferences_general.phtml:71 -#: airtime_mvc/application/views/scripts/form/support-setting.phtml:46 -msgid "(Required)" -msgstr "(Wymagane)" - -#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:76 -msgid "Additional Options" -msgstr "Opcje dodatkowe" - -#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:136 -msgid "" -"The following info will be displayed to listeners in their media player:" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:169 -msgid "(Your radio station website)" -msgstr "(Strona internetowa Twojej stacji)" - -#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:207 -msgid "Stream URL: " -msgstr "URL strumienia:" - -#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:9 -#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:27 -msgid "Choose folder" -msgstr "Wybierz folder" - -#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:10 -msgid "Set" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:19 -msgid "Current Import Folder:" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:28 -#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast-absolute.phtml:40 -#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast.phtml:41 -msgid "Add" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:43 -msgid "" -"Rescan watched directory (This is useful if it is network mount and may be " -"out of sync with Airtime)" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:44 -msgid "Remove watched directory" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:50 -msgid "You are not watching any media folders." -msgstr "" - -#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast-absolute.phtml:4 -msgid "Choose Days:" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast-absolute.phtml:18 -#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast.phtml:18 -msgid "Remove" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:1 -msgid "Register Airtime" -msgstr "Zarejestruj Airtime" - -#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:6 -#, php-format -msgid "" -"Help Airtime improve by letting us know how you are using it. This info will " -"be collected regularly in order to enhance your user experience.%sClick " -"'Yes, help Airtime' and we'll make sure the features you use are constantly " -"improving." -msgstr "" - -#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:25 -#, php-format -msgid "" -"Click the box below to advertise your station on %sSourcefabric.org%s. In " -"order to promote your station, 'Send support feedback' must be enabled. This " -"data will be collected in addition to the support feedback." -msgstr "" - -#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:65 -#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:79 -#: airtime_mvc/application/views/scripts/form/support-setting.phtml:61 -#: airtime_mvc/application/views/scripts/form/support-setting.phtml:76 -msgid "(for verification purposes only, will not be published)" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:150 -#: airtime_mvc/application/views/scripts/form/support-setting.phtml:151 -msgid "Note: Anything larger than 600x600 will be resized." -msgstr "" - -#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:164 -#: airtime_mvc/application/views/scripts/form/support-setting.phtml:164 -msgid "Show me what I am sending " -msgstr "" - -#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:178 -msgid "Terms and Conditions" -msgstr "Zasady i warunki" - -#: airtime_mvc/application/views/scripts/form/showbuilder.phtml:7 -msgid "Find Shows" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/showbuilder.phtml:12 -msgid "Filter By Show:" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:2 -msgid "Input Stream Settings" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:109 -msgid "Master Source Connection URL:" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:115 -#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:159 -msgid "Override" -msgstr "Zastąp" - -#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:120 -#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:164 -msgid "OK" -msgstr "OK" - -#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:120 -#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:164 -msgid "RESET" -msgstr "RESETUJ" - -#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:153 -msgid "Show Source Connection URL:" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/edit-user.phtml:1 -#, php-format -msgid "%s's Settings" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast.phtml:4 -msgid "Repeat Days:" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/daterange.phtml:6 -msgid "Filter History" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/preferences.phtml:5 -msgid "Email / Mail Server Settings" -msgstr "Ustawienia Email/Serwera pocztowego" - -#: airtime_mvc/application/views/scripts/form/preferences.phtml:10 -msgid "SoundCloud Settings" -msgstr "Ustawienia SoundCloud" - -#: airtime_mvc/application/views/scripts/form/support-setting.phtml:5 -#, php-format -msgid "" -"Help Airtime improve by letting Sourcefabric know how you are using it. This " -"information will be collected regularly in order to enhance your user " -"experience.%sClick the 'Send support feedback' box and we'll make sure the " -"features you use are constantly improving." -msgstr "" - -#: airtime_mvc/application/views/scripts/form/support-setting.phtml:23 -#, php-format -msgid "Click the box below to promote your station on %sSourcefabric.org%s." -msgstr "" - -#: airtime_mvc/application/views/scripts/form/support-setting.phtml:41 -msgid "" -"(In order to promote your station, 'Send support feedback' must be enabled)." -msgstr "" - -#: airtime_mvc/application/views/scripts/form/support-setting.phtml:186 -msgid "Sourcefabric Privacy Policy" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/add-show-live-stream.phtml:53 -msgid "Connection URL: " -msgstr "" - -#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:3 -msgid "Smart Block Options" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:63 -msgid " to " -msgstr "" - -#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:120 -#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:133 -msgid "files meet the criteria" -msgstr "" - -#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:127 -msgid "file meet the criteria" -msgstr "" - -#: airtime_mvc/application/views/scripts/showbuilder/builderDialog.phtml:3 -#: airtime_mvc/application/views/scripts/library/library.phtml:2 -msgid "File import in progress..." -msgstr "Importowanie plików w toku..." - -#: airtime_mvc/application/views/scripts/showbuilder/builderDialog.phtml:5 -#: airtime_mvc/application/views/scripts/library/library.phtml:5 -msgid "Advanced Search Options" -msgstr "Zaawansowane opcje wyszukiwania" - -#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:2 -msgid "Stream Settings" -msgstr "Ustawienia strumienia" - -#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:12 -msgid "Global Settings" -msgstr "Ustawienia globalne" - -#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:88 -msgid "dB" -msgstr "dB" - -#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:107 -msgid "Output Stream Settings" -msgstr "Ustawienia strumienia wyjściowego" - -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:7 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:30 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:32 -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:128 -msgid "Length:" -msgstr "Długość: " - -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:8 -msgid "Sample Rate:" -msgstr "Częstotliwość próbkowania:" - -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:18 -msgid "Isrc Number:" -msgstr "Numer Isrc:" - -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:21 -msgid "File Path:" -msgstr "Ścieżka pliku:" - -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:39 -msgid "Web Stream" -msgstr "" - -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:40 -msgid "Dynamic Smart Block" -msgstr "" - -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:41 -msgid "Static Smart Block" -msgstr "" - -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:42 -msgid "Audio Track" -msgstr "" - -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:48 -msgid "Playlist Contents: " -msgstr "Zawartość listy odtwarzania:" - -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:50 -msgid "Static Smart Block Contents: " -msgstr "" - -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:89 -msgid "Dynamic Smart Block Criteria: " -msgstr "" - -#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:118 -msgid "Limit to " -msgstr "" - -#: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:512 -msgid "Please selection an option" -msgstr "" - -#: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:531 -msgid "No Records" -msgstr "" +# LANGUAGE (xx_XX) translation for Airtime. +# Copyright (C) 2012 Sourcefabric +# This file is distributed under the same license as the Airtime package. +# Sourcefabric , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: Airtime 2.3\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-01-15 10:36-0500\n" +"PO-Revision-Date: 2013-02-03 20:34+0100\n" +"Last-Translator: \n" +"Language-Team: SEMATpl & PallottiFM + radioaktywne.pl \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" +"Language: Polski\n" + +#: airtime_mvc/application/configs/navigation.php:12 +msgid "Now Playing" +msgstr "Aktualnie odtwarzane" + +#: airtime_mvc/application/configs/navigation.php:19 +msgid "Add Media" +msgstr "Dodaj media" + +#: airtime_mvc/application/configs/navigation.php:26 +msgid "Library" +msgstr "Biblioteka" + +#: airtime_mvc/application/configs/navigation.php:33 +msgid "Calendar" +msgstr "Kalendarz" + +#: airtime_mvc/application/configs/navigation.php:40 +msgid "System" +msgstr "System" + +#: airtime_mvc/application/configs/navigation.php:45 +#: airtime_mvc/application/views/scripts/preference/index.phtml:2 +msgid "Preferences" +msgstr "Preferencje" + +#: airtime_mvc/application/configs/navigation.php:50 +msgid "Users" +msgstr "Użytkownicy" + +#: airtime_mvc/application/configs/navigation.php:57 +msgid "Media Folders" +msgstr "Foldery mediów" + +#: airtime_mvc/application/configs/navigation.php:64 +msgid "Streams" +msgstr "Strumienie" + +#: airtime_mvc/application/configs/navigation.php:70 +#: airtime_mvc/application/controllers/PreferenceController.php:133 +msgid "Support Feedback" +msgstr "Informacja zwrotna" + +#: airtime_mvc/application/configs/navigation.php:76 +#: airtime_mvc/application/controllers/LocaleController.php:364 +#: airtime_mvc/application/controllers/LocaleController.php:365 +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:5 +msgid "Status" +msgstr "Status" + +#: airtime_mvc/application/configs/navigation.php:83 +msgid "Playout History" +msgstr "Historia odtwarzania" + +#: airtime_mvc/application/configs/navigation.php:90 +msgid "Listener Stats" +msgstr "Statystyki słuchaczy" + +#: airtime_mvc/application/configs/navigation.php:99 +#: airtime_mvc/application/views/scripts/error/error.phtml:13 +msgid "Help" +msgstr "Pomoc" + +#: airtime_mvc/application/configs/navigation.php:104 +msgid "Getting Started" +msgstr "Jak zacząć" + +#: airtime_mvc/application/configs/navigation.php:111 +msgid "User Manual" +msgstr "Instrukcja użytkowania" + +#: airtime_mvc/application/configs/navigation.php:116 +#: airtime_mvc/application/views/scripts/dashboard/about.phtml:2 +msgid "About" +msgstr "Informacje" + +#: airtime_mvc/application/layouts/scripts/bare.phtml:5 +#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:2 +#, fuzzy +msgid "Live stream" +msgstr "Transmisja na żywo" + +#: airtime_mvc/application/layouts/scripts/audio-player.phtml:5 +#: airtime_mvc/application/controllers/LocaleController.php:34 +msgid "Audio Player" +msgstr "Odtwrzacz " + +#: airtime_mvc/application/layouts/scripts/layout.phtml:27 +msgid "Logout" +msgstr "Wyloguj" + +#: airtime_mvc/application/layouts/scripts/login.phtml:16 +#, php-format +msgid "" +"Airtime Copyright ©Sourcefabric o.p.s. All rights reserved.%sMaintained " +"and distributed under GNU GPL v.3 by %sSourcefabric o.p.s%s" +msgstr "" +"Airtime Copyright ©Sourcefabric o.p.s. Wszelkie prawa zastrzeżone." +"%sUżytkowany i udostępniany na podstawie licencji GNU GPL v.3 by " +"%sSourcefabric o.p.s%s" + +#: airtime_mvc/application/models/StoredFile.php:810 +#: airtime_mvc/application/controllers/LocaleController.php:284 +msgid "Track preview" +msgstr "Podgląd utworu" + +#: airtime_mvc/application/models/StoredFile.php:812 +msgid "Playlist preview" +msgstr "Podgląd listy odtwarzania" + +#: airtime_mvc/application/models/StoredFile.php:815 +msgid "Webstream preview" +msgstr "Podgląd webstreamu" + +#: airtime_mvc/application/models/StoredFile.php:817 +msgid "Smart Block" +msgstr "Smart Block" + +#: airtime_mvc/application/models/StoredFile.php:950 +msgid "Failed to create 'organize' directory." +msgstr "Katalog 'organize' nie może zostać utworzony." + +#: airtime_mvc/application/models/StoredFile.php:963 +#, php-format +msgid "" +"The file was not uploaded, there is %s MB of disk space left and the file " +"you are uploading has a size of %s MB." +msgstr "" +"Plik nie został przesłany, na dysku pozostało %s MB wolnego miejsca, a plik " +"który próbujesz przesłać ma %s MB." + +#: airtime_mvc/application/models/StoredFile.php:972 +msgid "" +"This file appears to be corrupted and will not be added to media library." +msgstr "" +"Ten plik jest prawdopodobnie uszkodzony i nie można go dodać do biblioteki " +"mediów." + +#: airtime_mvc/application/models/StoredFile.php:1008 +msgid "" +"The file was not uploaded, this error can occur if the computer hard drive " +"does not have enough disk space or the stor directory does not have correct " +"write permissions." +msgstr "" +"Plik nie został dodany, błąd ten może występować w przypadku, kiedy nie ma " +"wystarczającej ilości wolnego miejsca na dysku lub katalog przechowywania " +"nie posiada odpowiednich uprawnień do zapisu." + +#: airtime_mvc/application/models/Preference.php:538 +msgid "Select Country" +msgstr "Wybierz kraj" + +#: airtime_mvc/application/models/MusicDir.php:160 +#, php-format +msgid "%s is already watched." +msgstr "%s jest już obserwowny." + +#: airtime_mvc/application/models/MusicDir.php:164 +#, php-format +msgid "%s contains nested watched directory: %s" +msgstr "%s zawiera obserwowany katalog zagnieżdzony: %s" + +#: airtime_mvc/application/models/MusicDir.php:168 +#, php-format +msgid "%s is nested within existing watched directory: %s" +msgstr "" +"%s jest zagnieżdzony w istniejącym, aktualnie obserwowanym katalogu: %s" + +#: airtime_mvc/application/models/MusicDir.php:189 +#: airtime_mvc/application/models/MusicDir.php:363 +#, php-format +msgid "%s is not a valid directory." +msgstr "%s nie jest poprawnym katalogiem." + +#: airtime_mvc/application/models/MusicDir.php:231 +#, php-format +msgid "" +"%s is already set as the current storage dir or in the watched folders list" +msgstr "" +"%s jest już ustawiony jako katalog główny bądź znajduje się na liście " +"katalogów obserwowanych" + +#: airtime_mvc/application/models/MusicDir.php:381 +#, php-format +msgid "" +"%s is already set as the current storage dir or in the watched folders list." +msgstr "" +"%s jest już ustawiony jako katalog główny bądź znajduje się na liście " +"katalogów obserwowanych." + +#: airtime_mvc/application/models/MusicDir.php:424 +#, php-format +msgid "%s doesn't exist in the watched list." +msgstr "%s nie występuje na liście katalogów obserwowanych." + +#: airtime_mvc/application/models/Playlist.php:723 +#: airtime_mvc/application/models/Block.php:760 +msgid "Cue in and cue out are null." +msgstr "Cue-in i cue-out mają wartość zerową." + +#: airtime_mvc/application/models/Playlist.php:753 +#: airtime_mvc/application/models/Playlist.php:776 +#: airtime_mvc/application/models/Block.php:806 +#: airtime_mvc/application/models/Block.php:827 +msgid "Can't set cue in to be larger than cue out." +msgstr "Wartość cue-in nie może być większa niż cue-out." + +#: airtime_mvc/application/models/Playlist.php:760 +#: airtime_mvc/application/models/Playlist.php:801 +#: airtime_mvc/application/models/Block.php:795 +#: airtime_mvc/application/models/Block.php:851 +msgid "Can't set cue out to be greater than file length." +msgstr "Wartość cue-out nie może być większa niż długość pliku." + +#: airtime_mvc/application/models/Playlist.php:794 +#: airtime_mvc/application/models/Block.php:862 +msgid "Can't set cue out to be smaller than cue in." +msgstr "Wartość cue-out nie może być mniejsza od cue-in." + +#: airtime_mvc/application/models/Show.php:180 +msgid "Shows can have a max length of 24 hours." +msgstr "Programy mogą mieć maksymalną długość 24 godzin." + +#: airtime_mvc/application/models/Show.php:211 +#: airtime_mvc/application/forms/AddShowWhen.php:120 +msgid "End date/time cannot be in the past" +msgstr "Data lub czas zakończenia nie może być z przeszłości." + +#: airtime_mvc/application/models/Show.php:222 +msgid "" +"Cannot schedule overlapping shows.\n" +"Note: Resizing a repeating show affects all of its repeats." +msgstr "" +"Nie można planować programów nakładających się na siebie.\n" +"Uwaga: zmiana programu powoduje automatyczną zmianę wszystkich jego " +"powtórzeń." + +#: airtime_mvc/application/models/Webstream.php:157 +msgid "Length needs to be greater than 0 minutes" +msgstr "Długość musi być większa niż 0 minut" + +#: airtime_mvc/application/models/Webstream.php:162 +msgid "Length should be of form \"00h 00m\"" +msgstr "Długość powinna mieć postać \"00h 00m\"" + +#: airtime_mvc/application/models/Webstream.php:175 +msgid "URL should be of form \"http://domain\"" +msgstr "URL powinien mieć postać \"http://domain\"" + +#: airtime_mvc/application/models/Webstream.php:178 +msgid "URL should be 512 characters or less" +msgstr "URL powinien mieć 512 znaków lub mniej" + +#: airtime_mvc/application/models/Webstream.php:184 +msgid "No MIME type found for webstream." +msgstr "Nie znaleziono typu MIME dla webstreamu" + +#: airtime_mvc/application/models/Webstream.php:200 +msgid "Webstream name cannot be empty" +msgstr "Nazwa webstreamu nie może być pusta" + +#: airtime_mvc/application/models/Webstream.php:269 +msgid "Could not parse XSPF playlist" +msgstr "Nie można przeanalizować playlisty XSPF" + +#: airtime_mvc/application/models/Webstream.php:281 +msgid "Could not parse PLS playlist" +msgstr "Nie można przeanalizować playlisty PLS" + +#: airtime_mvc/application/models/Webstream.php:300 +msgid "Could not parse M3U playlist" +msgstr "Nie można przeanalizować playlisty M3U" + +#: airtime_mvc/application/models/Webstream.php:314 +msgid "Invalid webstream - This appears to be a file download." +msgstr "Nieprawidłowy webstream, prawdopodobnie trwa pobieranie pliku." + +#: airtime_mvc/application/models/Webstream.php:318 +#, php-format +msgid "Unrecognized stream type: %s" +msgstr "Nie rozpoznano typu strumienia: %s" + +#: airtime_mvc/application/models/ShowInstance.php:245 +msgid "Can't drag and drop repeating shows" +msgstr "Nie można użyć metody 'przeciągnij i upuść' dla powtórek programów." + +#: airtime_mvc/application/models/ShowInstance.php:253 +msgid "Can't move a past show" +msgstr "Nie można przenieść programu archiwalnego" + +#: airtime_mvc/application/models/ShowInstance.php:270 +msgid "Can't move show into past" +msgstr "Nie można przenieść programu w przeszłość" + +#: airtime_mvc/application/models/ShowInstance.php:276 +#: airtime_mvc/application/forms/AddShowWhen.php:254 +#: airtime_mvc/application/forms/AddShowWhen.php:268 +#: airtime_mvc/application/forms/AddShowWhen.php:291 +#: airtime_mvc/application/forms/AddShowWhen.php:297 +#: airtime_mvc/application/forms/AddShowWhen.php:302 +msgid "Cannot schedule overlapping shows" +msgstr "Nie można planować nakładających się programów" + +#: airtime_mvc/application/models/ShowInstance.php:290 +msgid "Can't move a recorded show less than 1 hour before its rebroadcasts." +msgstr "" +"Nagrywany program nie może zostać przeniesiony na mniej niż 1h przed jego " +"powtórką." + +#: airtime_mvc/application/models/ShowInstance.php:303 +msgid "Show was deleted because recorded show does not exist!" +msgstr "Program został usunięty, ponieważ nagranie nie istnieje!" + +#: airtime_mvc/application/models/ShowInstance.php:310 +msgid "Must wait 1 hour to rebroadcast." +msgstr "Należy odczekać 1 godzinę przed ponownym odtworzeniem." + +#: airtime_mvc/application/models/ShowInstance.php:342 +msgid "can't resize a past show" +msgstr "nie można zmienić rozmiaru przeszłego programu" + +#: airtime_mvc/application/models/ShowInstance.php:364 +msgid "Should not overlap shows" +msgstr "Programy nie powinny nakładać się." + +#: airtime_mvc/application/models/Auth.php:33 +#, php-format +msgid "" +"Hi %s, \n" +"\n" +"Click this link to reset your password: " +msgstr "" +"Witaj %s, \n" +"\n" +"Kliknij w ten link aby zresetować swoje hasło:" + +#: airtime_mvc/application/models/Auth.php:36 +msgid "Airtime Password Reset" +msgstr "Resetowanie hasła Airtime" + +#: airtime_mvc/application/models/Scheduler.php:82 +msgid "The schedule you're viewing is out of date! (sched mismatch)" +msgstr "" +"Harmonogram, który przeglądasz jest nieaktualny! (błędne dopasowanie " +"harmonogramu)" + +#: airtime_mvc/application/models/Scheduler.php:87 +msgid "The schedule you're viewing is out of date! (instance mismatch)" +msgstr "" +"Harmonogram, który przeglądasz jest nieaktualny! (błędne dopasowanie " +"instancji)" + +#: airtime_mvc/application/models/Scheduler.php:95 +#: airtime_mvc/application/models/Scheduler.php:347 +msgid "The schedule you're viewing is out of date!" +msgstr "Harmonogram, który przeglądasz jest nieaktualny!" + +#: airtime_mvc/application/models/Scheduler.php:105 +#, php-format +msgid "You are not allowed to schedule show %s." +msgstr "Nie posiadasz uprawnień, aby zaplanować program %s." + +#: airtime_mvc/application/models/Scheduler.php:109 +msgid "You cannot add files to recording shows." +msgstr "Nie można dodawać plików do nagrywanych programów." + +#: airtime_mvc/application/models/Scheduler.php:115 +#, php-format +msgid "The show %s is over and cannot be scheduled." +msgstr "" +"Program %s przekracza dopuszczalną długość i nie może zostać zaplanowany." + +#: airtime_mvc/application/models/Scheduler.php:122 +#, php-format +msgid "The show %s has been previously updated!" +msgstr "Program %s został zaktualizowany wcześniej!" + +#: airtime_mvc/application/models/Scheduler.php:141 +#: airtime_mvc/application/models/Scheduler.php:223 +msgid "A selected File does not exist!" +msgstr "Wybrany plik nie istnieje!" + +#: airtime_mvc/application/models/ShowBuilder.php:198 +#, php-format +msgid "Rebroadcast of %s from %s" +msgstr "Retransmisja z %s do %s" + +#: airtime_mvc/application/models/Block.php:1209 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:41 +msgid "Select criteria" +msgstr "Wybierz kryteria" + +#: airtime_mvc/application/models/Block.php:1210 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:42 +#: airtime_mvc/application/controllers/LocaleController.php:70 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:8 +msgid "Album" +msgstr "Album" + +#: airtime_mvc/application/models/Block.php:1211 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:43 +msgid "Bit Rate (Kbps)" +msgstr "Bit Rate (Kbps)" + +#: airtime_mvc/application/models/Block.php:1212 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:44 +#: airtime_mvc/application/controllers/LocaleController.php:72 +msgid "BPM" +msgstr "BPM" + +#: airtime_mvc/application/models/Block.php:1213 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:45 +#: airtime_mvc/application/controllers/LocaleController.php:73 +#: airtime_mvc/application/controllers/LocaleController.php:157 +msgid "Composer" +msgstr "Kompozytor" + +#: airtime_mvc/application/models/Block.php:1214 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:46 +#: airtime_mvc/application/controllers/LocaleController.php:74 +msgid "Conductor" +msgstr "Dyrygent/Pod batutą" + +#: airtime_mvc/application/models/Block.php:1215 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:47 +#: airtime_mvc/application/controllers/LocaleController.php:75 +#: airtime_mvc/application/controllers/LocaleController.php:158 +msgid "Copyright" +msgstr "Prawa autorskie" + +#: airtime_mvc/application/models/Block.php:1216 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:48 +#: airtime_mvc/application/controllers/LocaleController.php:69 +#: airtime_mvc/application/controllers/LocaleController.php:154 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:7 +msgid "Creator" +msgstr "Twórca" + +#: airtime_mvc/application/models/Block.php:1217 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:49 +#: airtime_mvc/application/controllers/LocaleController.php:76 +msgid "Encoded By" +msgstr "Kodowane przez" + +#: airtime_mvc/application/models/Block.php:1218 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:132 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:50 +#: airtime_mvc/application/controllers/LocaleController.php:77 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:10 +msgid "Genre" +msgstr "Gatunek" + +#: airtime_mvc/application/models/Block.php:1219 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:51 +#: airtime_mvc/application/controllers/LocaleController.php:78 +msgid "ISRC" +msgstr "ISRC" + +#: airtime_mvc/application/models/Block.php:1220 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:52 +#: airtime_mvc/application/controllers/LocaleController.php:79 +msgid "Label" +msgstr "Wydawnictwo" + +#: airtime_mvc/application/models/Block.php:1221 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:53 +#: airtime_mvc/application/controllers/LocaleController.php:80 +msgid "Language" +msgstr "Język" + +#: airtime_mvc/application/models/Block.php:1222 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:54 +#: airtime_mvc/application/controllers/LocaleController.php:81 +msgid "Last Modified" +msgstr "Ostatnio zmodyfikowany" + +#: airtime_mvc/application/models/Block.php:1223 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:55 +#: airtime_mvc/application/controllers/LocaleController.php:82 +msgid "Last Played" +msgstr "Ostatnio odtwarzany" + +#: airtime_mvc/application/models/Block.php:1224 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:56 +#: airtime_mvc/application/controllers/LocaleController.php:83 +#: airtime_mvc/application/controllers/LocaleController.php:156 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:9 +msgid "Length" +msgstr "Długość" + +#: airtime_mvc/application/models/Block.php:1225 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:57 +#: airtime_mvc/application/controllers/LocaleController.php:84 +msgid "Mime" +msgstr "Podobne do" + +#: airtime_mvc/application/models/Block.php:1226 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:58 +#: airtime_mvc/application/controllers/LocaleController.php:85 +msgid "Mood" +msgstr "Nastrój" + +#: airtime_mvc/application/models/Block.php:1227 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:59 +#: airtime_mvc/application/controllers/LocaleController.php:86 +msgid "Owner" +msgstr "Właściciel" + +#: airtime_mvc/application/models/Block.php:1228 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:60 +#: airtime_mvc/application/controllers/LocaleController.php:87 +msgid "Replay Gain" +msgstr "Normalizacja głośności (Replay Gain)" + +#: airtime_mvc/application/models/Block.php:1229 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:61 +msgid "Sample Rate (kHz)" +msgstr "Częstotliwość próbkowania (kHz)" + +#: airtime_mvc/application/models/Block.php:1230 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:62 +#: airtime_mvc/application/controllers/LocaleController.php:68 +#: airtime_mvc/application/controllers/LocaleController.php:153 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:6 +msgid "Title" +msgstr "Tytuł" + +#: airtime_mvc/application/models/Block.php:1231 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:63 +#: airtime_mvc/application/controllers/LocaleController.php:89 +msgid "Track Number" +msgstr "Numer utworu" + +#: airtime_mvc/application/models/Block.php:1232 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:64 +#: airtime_mvc/application/controllers/LocaleController.php:90 +msgid "Uploaded" +msgstr "Przesłano" + +#: airtime_mvc/application/models/Block.php:1233 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:65 +#: airtime_mvc/application/controllers/LocaleController.php:91 +msgid "Website" +msgstr "Strona internetowa" + +#: airtime_mvc/application/models/Block.php:1234 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:66 +#: airtime_mvc/application/controllers/LocaleController.php:92 +msgid "Year" +msgstr "Rok" + +#: airtime_mvc/application/common/DateHelper.php:335 +#, php-format +msgid "The year %s must be within the range of 1753 - 9999" +msgstr "Rok %s musi być w przedziale od 1753 do 9999" + +#: airtime_mvc/application/common/DateHelper.php:338 +#, php-format +msgid "%s-%s-%s is not a valid date" +msgstr "%s-%s-%s nie jest poprawną datą" + +#: airtime_mvc/application/common/DateHelper.php:362 +#, php-format +msgid "%s:%s:%s is not a valid time" +msgstr "%s:%s:%s nie jest prawidłowym czasem" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:17 +msgid "Enable System Emails (Password Reset)" +msgstr "Włącz Emaile Systemowe (Resetowanie hasła)" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:27 +msgid "Reset Password 'From' Email" +msgstr "Adres nadawcy Emaila" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:34 +msgid "Configure Mail Server" +msgstr "Skonfiguruj serwer pocztowy" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:43 +msgid "Requires Authentication" +msgstr "Wymagana autoryzacja" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:53 +msgid "Mail Server" +msgstr "Serwer Email" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:67 +msgid "Email Address" +msgstr "Adres Email" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:82 +#: airtime_mvc/application/forms/PasswordChange.php:17 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:120 +msgid "Password" +msgstr "Hasło" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:100 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:109 +msgid "Port" +msgstr "Port" + +#: airtime_mvc/application/forms/RegisterAirtime.php:30 +#: airtime_mvc/application/forms/SupportSettings.php:21 +#: airtime_mvc/application/forms/GeneralPreferences.php:22 +msgid "Station Name" +msgstr "Nazwa stacji" + +#: airtime_mvc/application/forms/RegisterAirtime.php:39 +#: airtime_mvc/application/forms/SupportSettings.php:34 +msgid "Phone:" +msgstr "Telefon:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:51 +#: airtime_mvc/application/forms/AddUser.php:60 +#: airtime_mvc/application/forms/SupportSettings.php:46 +#: airtime_mvc/application/forms/EditUser.php:75 +msgid "Email:" +msgstr "Email:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:62 +#: airtime_mvc/application/forms/SupportSettings.php:57 +msgid "Station Web Site:" +msgstr "Strona internetowa stacji:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:73 +#: airtime_mvc/application/forms/SupportSettings.php:68 +msgid "Country:" +msgstr "Kraj:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:84 +#: airtime_mvc/application/forms/SupportSettings.php:79 +msgid "City:" +msgstr "Miasto:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:96 +#: airtime_mvc/application/forms/SupportSettings.php:91 +msgid "Station Description:" +msgstr "Opis stacji:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:106 +#: airtime_mvc/application/forms/SupportSettings.php:101 +msgid "Station Logo:" +msgstr "Logo stacji:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:116 +#: airtime_mvc/application/forms/SupportSettings.php:112 +#: airtime_mvc/application/controllers/LocaleController.php:333 +msgid "Send support feedback" +msgstr "Wyślij informację zwrotną" + +#: airtime_mvc/application/forms/RegisterAirtime.php:126 +#: airtime_mvc/application/forms/SupportSettings.php:122 +msgid "Promote my station on Sourcefabric.org" +msgstr "Promuj moją stację na Sourcefabric.org" + +#: airtime_mvc/application/forms/RegisterAirtime.php:149 +#: airtime_mvc/application/forms/SupportSettings.php:148 +#, php-format +msgid "By checking this box, I agree to Sourcefabric's %sprivacy policy%s." +msgstr "Zanaczając to pole, akceptujesz %spolitykę prywatności%s Sourcefabric." + +#: airtime_mvc/application/forms/RegisterAirtime.php:166 +#: airtime_mvc/application/forms/SupportSettings.php:171 +msgid "You have to agree to privacy policy." +msgstr "Wymagana jest akceptacja polityki prywatności." + +#: airtime_mvc/application/forms/PasswordChange.php:28 +msgid "Confirm new password" +msgstr "Potwierdź nowe hasło" + +#: airtime_mvc/application/forms/PasswordChange.php:36 +msgid "Password confirmation does not match your password." +msgstr "Hasła muszą się zgadzać." + +#: airtime_mvc/application/forms/PasswordChange.php:43 +msgid "Get new password" +msgstr "Uzyskaj nowe hasło" + +#: airtime_mvc/application/forms/DateRange.php:16 +#: airtime_mvc/application/forms/ShowBuilder.php:18 +msgid "Date Start:" +msgstr "Data rozpoczęcia:" + +#: airtime_mvc/application/forms/DateRange.php:35 +#: airtime_mvc/application/forms/DateRange.php:63 +#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:31 +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:99 +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:118 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:100 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:123 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:144 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:174 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:186 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:198 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:210 +#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:26 +#: airtime_mvc/application/forms/ShowBuilder.php:37 +#: airtime_mvc/application/forms/ShowBuilder.php:65 +msgid "Invalid character entered" +msgstr "Wprowadzony znak jest nieprawidłowy" + +#: airtime_mvc/application/forms/DateRange.php:44 +#: airtime_mvc/application/forms/AddShowRepeats.php:40 +#: airtime_mvc/application/forms/ShowBuilder.php:46 +msgid "Date End:" +msgstr "Data zakończenia:" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:8 +#: airtime_mvc/application/forms/customvalidators/ConditionalNotEmpty.php:26 +msgid "Value is required and can't be empty" +msgstr "Pole jest wymagane i nie może być puste" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:19 +msgid "" +"'%value%' is no valid email address in the basic format local-part@hostname" +msgstr "" +"'%value%' nie jest poprawnym adresem email w podstawowym formacie local-" +"part@hostname" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:33 +msgid "'%value%' does not fit the date format '%format%'" +msgstr "'%value%' nie pasuje do formatu daty '%format%'" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:59 +msgid "'%value%' is less than %min% characters long" +msgstr "'%value%' zawiera mniej niż %min% znaków" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:64 +msgid "'%value%' is more than %max% characters long" +msgstr "'%value%' zawiera więcej niż %max% znaków" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:76 +msgid "'%value%' is not between '%min%' and '%max%', inclusively" +msgstr "'%value%' nie zawiera się w przedziale od '%min%' do '%max%'" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:89 +msgid "Passwords do not match" +msgstr "Hasła muszą się zgadzać" + +#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:15 +#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:6 +msgid "days" +msgstr "dni" + +#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:63 +#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:58 +msgid "Day must be specified" +msgstr "Należy określić dzień" + +#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:68 +#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:63 +msgid "Time must be specified" +msgstr "Należy określić czas" + +#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:95 +#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:86 +msgid "Must wait at least 1 hour to rebroadcast" +msgstr "Należy odczekać przynajmniej 1 godzinę przed ponownym odtworzeniem" + +#: airtime_mvc/application/forms/AddShowRR.php:10 +msgid "Record from Line In?" +msgstr "Nagrywać z wejścia liniowego?" + +#: airtime_mvc/application/forms/AddShowRR.php:16 +msgid "Rebroadcast?" +msgstr "Odtwarzać ponownie?" + +#: airtime_mvc/application/forms/AddShowStyle.php:10 +msgid "Background Colour:" +msgstr "Kolor tła:" + +#: airtime_mvc/application/forms/AddShowStyle.php:29 +msgid "Text Colour:" +msgstr "Kolor tekstu:" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:19 +msgid "Auto Switch Off" +msgstr "Automatyczne wyłączanie" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:26 +msgid "Auto Switch On" +msgstr "Automatyczne włączanie" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:33 +msgid "Switch Transition Fade (s)" +msgstr "Zmień długość przenikania się utworów" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:36 +msgid "enter a time in seconds 00{.000000}" +msgstr "wprowadź czas w sekundach 00{.000000}" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:45 +msgid "Master Username" +msgstr "Nazwa użytkownika nadrzędnego" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:62 +msgid "Master Password" +msgstr "Hasło użytkownika nadrzędnego" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:70 +msgid "Master Source Connection URL" +msgstr "Adres URL do źródła nadrzędnego" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:78 +msgid "Show Source Connection URL" +msgstr "Adres URL dostępu do źródła programu" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:87 +msgid "Master Source Port" +msgstr "Nadrzędny port źródłowy" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:90 +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:109 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:112 +msgid "Only numbers are allowed." +msgstr "Możliwe są tylko cyfry." + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:96 +msgid "Master Source Mount Point" +msgstr "Nadrzędny punkt montowania źródła" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:106 +msgid "Show Source Port" +msgstr "Port źródłowy programu" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:115 +msgid "Show Source Mount Point" +msgstr "Źródłowy punkt montowania programu" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:153 +msgid "You cannot use same port as Master DJ port." +msgstr "Nie można użyć tego samego portu co źródło nadrzędne" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:164 +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:182 +#, php-format +msgid "Port %s is not available" +msgstr "Port %s nie jest dostępny" + +#: airtime_mvc/application/forms/WatchedDirPreferences.php:14 +msgid "Import Folder:" +msgstr "Katalog importu:" + +#: airtime_mvc/application/forms/WatchedDirPreferences.php:25 +msgid "Watched Folders:" +msgstr "Katalogi obserwowane:" + +#: airtime_mvc/application/forms/WatchedDirPreferences.php:40 +msgid "Not a valid Directory" +msgstr "Nieprawidłowy katalog" + +#: airtime_mvc/application/forms/AddUser.php:23 +#: airtime_mvc/application/forms/Login.php:19 +#: airtime_mvc/application/forms/EditUser.php:30 +msgid "Username:" +msgstr "Nazwa użytkownika:" + +#: airtime_mvc/application/forms/AddUser.php:32 +#: airtime_mvc/application/forms/Login.php:34 +#: airtime_mvc/application/forms/EditUser.php:41 +msgid "Password:" +msgstr "Hasło:" + +#: airtime_mvc/application/forms/AddUser.php:40 +#: airtime_mvc/application/forms/EditUser.php:50 +msgid "Verify Password:" +msgstr "Potwierdź hasło:" + +#: airtime_mvc/application/forms/AddUser.php:48 +#: airtime_mvc/application/forms/EditUser.php:59 +msgid "Firstname:" +msgstr "Imię:" + +#: airtime_mvc/application/forms/AddUser.php:54 +#: airtime_mvc/application/forms/EditUser.php:67 +msgid "Lastname:" +msgstr "Nazwisko:" + +#: airtime_mvc/application/forms/AddUser.php:69 +#: airtime_mvc/application/forms/EditUser.php:86 +msgid "Mobile Phone:" +msgstr "Telefon:" + +#: airtime_mvc/application/forms/AddUser.php:75 +#: airtime_mvc/application/forms/EditUser.php:94 +msgid "Skype:" +msgstr "Skype:" + +#: airtime_mvc/application/forms/AddUser.php:81 +#: airtime_mvc/application/forms/EditUser.php:102 +msgid "Jabber:" +msgstr "Jabber:" + +#: airtime_mvc/application/forms/AddUser.php:88 +msgid "User Type:" +msgstr "Typ użytkownika:" + +#: airtime_mvc/application/forms/AddUser.php:92 +#: airtime_mvc/application/controllers/LocaleController.php:316 +msgid "Guest" +msgstr "Gość" + +#: airtime_mvc/application/forms/AddUser.php:93 +#: airtime_mvc/application/controllers/LocaleController.php:314 +msgid "DJ" +msgstr "Prowadzący" + +#: airtime_mvc/application/forms/AddUser.php:94 +#: airtime_mvc/application/controllers/LocaleController.php:315 +msgid "Program Manager" +msgstr "Menedżer programowy" + +#: airtime_mvc/application/forms/AddUser.php:95 +#: airtime_mvc/application/controllers/LocaleController.php:313 +msgid "Admin" +msgstr "Administrator" + +#: airtime_mvc/application/forms/AddUser.php:103 +#: airtime_mvc/application/forms/SupportSettings.php:158 +#: airtime_mvc/application/forms/EditAudioMD.php:134 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:23 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:20 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:15 +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:6 +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:116 +#: airtime_mvc/application/views/scripts/preference/index.phtml:6 +#: airtime_mvc/application/views/scripts/preference/index.phtml:14 +msgid "Save" +msgstr "Zapisz" + +#: airtime_mvc/application/forms/AddUser.php:113 +#: airtime_mvc/application/forms/EditUser.php:132 +msgid "Login name is not unique." +msgstr "Nazwa użytkownika musi być unikalna." + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:48 +msgid "Enabled:" +msgstr "Włączony:" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:57 +msgid "Stream Type:" +msgstr "Typ strumienia:" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:67 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:9 +msgid "Bit Rate:" +msgstr "Bit Rate:" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:77 +msgid "Service Type:" +msgstr "Typ usługi:" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:87 +msgid "Channels:" +msgstr "Kanały:" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:88 +msgid "1 - Mono" +msgstr "1 - Mono" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:88 +msgid "2 - Stereo" +msgstr "2 - Stereo" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:97 +msgid "Server" +msgstr "Serwer" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:141 +msgid "URL" +msgstr "adres URL" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:153 +msgid "Name" +msgstr "Nazwa" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:162 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:51 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:53 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:40 +msgid "Description" +msgstr "Opis" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:171 +msgid "Mount Point" +msgstr "Punkt montowania" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:183 +#: airtime_mvc/application/forms/PasswordRestore.php:25 +#: airtime_mvc/application/views/scripts/user/add-user.phtml:18 +msgid "Username" +msgstr "Nazwa użytkownika" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:195 +msgid "Admin User" +msgstr "Login Administratora" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:207 +msgid "Admin Password" +msgstr "Hasło Administratora" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:218 +#: airtime_mvc/application/controllers/LocaleController.php:173 +msgid "Getting information from the server..." +msgstr "Pobieranie informacji z serwera..." + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:232 +msgid "Server cannot be empty." +msgstr "Serwer nie może być pusty." + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:237 +msgid "Port cannot be empty." +msgstr "Port nie może być pusty." + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:243 +msgid "Mount cannot be empty with Icecast server." +msgstr "Punkt montowania nie może być pusty dla serwera Icecast." + +#: airtime_mvc/application/forms/AddShowRepeats.php:11 +msgid "Repeat Type:" +msgstr "Typ powtarzania:" + +#: airtime_mvc/application/forms/AddShowRepeats.php:14 +msgid "weekly" +msgstr "tygodniowo" + +#: airtime_mvc/application/forms/AddShowRepeats.php:15 +msgid "bi-weekly" +msgstr "dwutygodniowo" + +#: airtime_mvc/application/forms/AddShowRepeats.php:16 +msgid "monthly" +msgstr "miesięcznie" + +#: airtime_mvc/application/forms/AddShowRepeats.php:25 +msgid "Select Days:" +msgstr "Wybierz dni:" + +#: airtime_mvc/application/forms/AddShowRepeats.php:28 +#: airtime_mvc/application/controllers/LocaleController.php:253 +msgid "Sun" +msgstr "Nie" + +#: airtime_mvc/application/forms/AddShowRepeats.php:29 +#: airtime_mvc/application/controllers/LocaleController.php:254 +msgid "Mon" +msgstr "Pon" + +#: airtime_mvc/application/forms/AddShowRepeats.php:30 +#: airtime_mvc/application/controllers/LocaleController.php:255 +msgid "Tue" +msgstr "Wt" + +#: airtime_mvc/application/forms/AddShowRepeats.php:31 +#: airtime_mvc/application/controllers/LocaleController.php:256 +msgid "Wed" +msgstr "Śr" + +#: airtime_mvc/application/forms/AddShowRepeats.php:32 +#: airtime_mvc/application/controllers/LocaleController.php:257 +msgid "Thu" +msgstr "Czw" + +#: airtime_mvc/application/forms/AddShowRepeats.php:33 +#: airtime_mvc/application/controllers/LocaleController.php:258 +msgid "Fri" +msgstr "Pt" + +#: airtime_mvc/application/forms/AddShowRepeats.php:34 +#: airtime_mvc/application/controllers/LocaleController.php:259 +msgid "Sat" +msgstr "Sob" + +#: airtime_mvc/application/forms/AddShowRepeats.php:53 +msgid "No End?" +msgstr "Bez czasu końcowego?" + +#: airtime_mvc/application/forms/AddShowRepeats.php:79 +msgid "End date must be after start date" +msgstr "Data końcowa musi występować po dacie początkowej" + +#: airtime_mvc/application/forms/AddShowWhat.php:26 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:27 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:127 +msgid "Name:" +msgstr "Nazwa:" + +#: airtime_mvc/application/forms/AddShowWhat.php:30 +msgid "Untitled Show" +msgstr "Program bez nazwy" + +#: airtime_mvc/application/forms/AddShowWhat.php:36 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:131 +msgid "URL:" +msgstr "Adres URL" + +#: airtime_mvc/application/forms/AddShowWhat.php:45 +#: airtime_mvc/application/forms/EditAudioMD.php:47 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:11 +msgid "Genre:" +msgstr "Rodzaj:" + +#: airtime_mvc/application/forms/AddShowWhat.php:54 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:34 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:130 +msgid "Description:" +msgstr "Opis:" + +#: airtime_mvc/application/forms/AddShowWho.php:10 +msgid "Search Users:" +msgstr "Szukaj Użytkowników:" + +#: airtime_mvc/application/forms/AddShowWho.php:24 +msgid "DJs:" +msgstr "Prowadzący:" + +#: airtime_mvc/application/forms/StreamSetting.php:22 +msgid "Hardware Audio Output" +msgstr "Sprzętowe wyjście audio" + +#: airtime_mvc/application/forms/StreamSetting.php:33 +msgid "Output Type" +msgstr "Typ wyjścia" + +#: airtime_mvc/application/forms/StreamSetting.php:44 +msgid "Icecast Vorbis Metadata" +msgstr "Metadane Icecast Vorbis" + +#: airtime_mvc/application/forms/StreamSetting.php:54 +msgid "Stream Label:" +msgstr "Nazwa strumienia:" + +#: airtime_mvc/application/forms/StreamSetting.php:55 +msgid "Artist - Title" +msgstr "Artysta - Tytuł" + +#: airtime_mvc/application/forms/StreamSetting.php:56 +msgid "Show - Artist - Title" +msgstr "Program - Artysta -Tytuł" + +#: airtime_mvc/application/forms/StreamSetting.php:57 +msgid "Station name - Show name" +msgstr "Nazwa stacji - Nazwa programu" + +#: airtime_mvc/application/forms/StreamSetting.php:63 +msgid "Off Air Metadata" +msgstr "Metadane Off Air" + +#: airtime_mvc/application/forms/StreamSetting.php:69 +msgid "Enable Replay Gain" +msgstr "Włącz normalizację głośności (Replay Gain)" + +#: airtime_mvc/application/forms/StreamSetting.php:75 +msgid "Replay Gain Modifier" +msgstr "Modyfikator normalizacji głośności" + +#: airtime_mvc/application/forms/PasswordRestore.php:14 +msgid "E-mail" +msgstr "E-mail" + +#: airtime_mvc/application/forms/PasswordRestore.php:36 +msgid "Restore password" +msgstr "Przywracanie hasła" + +#: airtime_mvc/application/forms/PasswordRestore.php:46 +#: airtime_mvc/application/forms/EditAudioMD.php:144 +#: airtime_mvc/application/controllers/LocaleController.php:310 +msgid "Cancel" +msgstr "Anuluj" + +#: airtime_mvc/application/forms/AddShowWhen.php:16 +msgid "'%value%' does not fit the time format 'HH:mm'" +msgstr "%value% nie odpowiada formatowi 'HH:mm'" + +#: airtime_mvc/application/forms/AddShowWhen.php:22 +msgid "Date/Time Start:" +msgstr "Data/Czas rozpoczęcia:" + +#: airtime_mvc/application/forms/AddShowWhen.php:49 +msgid "Date/Time End:" +msgstr "Data/Czas zakończenia:" + +#: airtime_mvc/application/forms/AddShowWhen.php:74 +msgid "Duration:" +msgstr "Czas trwania:" + +#: airtime_mvc/application/forms/AddShowWhen.php:83 +msgid "Repeats?" +msgstr "Powtarzanie?" + +#: airtime_mvc/application/forms/AddShowWhen.php:103 +msgid "Cannot create show in the past" +msgstr "Nie można utworzyć programu w przeszłości" + +#: airtime_mvc/application/forms/AddShowWhen.php:111 +msgid "Cannot modify start date/time of the show that is already started" +msgstr "Nie mozna zmienić daty/czasu programu, który się już rozpoczął" + +#: airtime_mvc/application/forms/AddShowWhen.php:130 +msgid "Cannot have duration 00h 00m" +msgstr "Czas trwania nie może wynosić 00h 00m" + +#: airtime_mvc/application/forms/AddShowWhen.php:134 +msgid "Cannot have duration greater than 24h" +msgstr "Czas trwania nie może być dłuższy niż 24h" + +#: airtime_mvc/application/forms/AddShowWhen.php:138 +msgid "Cannot have duration < 0m" +msgstr "Czas trwania nie może być mniejszy niż 0m" + +#: airtime_mvc/application/forms/EditAudioMD.php:19 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:3 +msgid "Title:" +msgstr "Tytuł:" + +#: airtime_mvc/application/forms/EditAudioMD.php:26 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:4 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:28 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:129 +msgid "Creator:" +msgstr "Autor:" + +#: airtime_mvc/application/forms/EditAudioMD.php:33 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:5 +msgid "Album:" +msgstr "Album:" + +#: airtime_mvc/application/forms/EditAudioMD.php:40 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:6 +msgid "Track:" +msgstr "Utwór:" + +#: airtime_mvc/application/forms/EditAudioMD.php:54 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:12 +msgid "Year:" +msgstr "Rok:" + +#: airtime_mvc/application/forms/EditAudioMD.php:66 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:13 +msgid "Label:" +msgstr "Wydawnictwo:" + +#: airtime_mvc/application/forms/EditAudioMD.php:73 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:15 +msgid "Composer:" +msgstr "Kompozytor:" + +#: airtime_mvc/application/forms/EditAudioMD.php:80 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:16 +msgid "Conductor:" +msgstr "Dyrygent/Pod batutą:" + +#: airtime_mvc/application/forms/EditAudioMD.php:87 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:10 +msgid "Mood:" +msgstr "Nastrój:" + +#: airtime_mvc/application/forms/EditAudioMD.php:95 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:14 +msgid "BPM:" +msgstr "BPM:" + +#: airtime_mvc/application/forms/EditAudioMD.php:104 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:17 +msgid "Copyright:" +msgstr "Prawa autorskie:" + +#: airtime_mvc/application/forms/EditAudioMD.php:111 +msgid "ISRC Number:" +msgstr "Numer ISRC:" + +#: airtime_mvc/application/forms/EditAudioMD.php:118 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:19 +msgid "Website:" +msgstr "Strona internetowa:" + +#: airtime_mvc/application/forms/EditAudioMD.php:125 +#: airtime_mvc/application/forms/Login.php:48 +#: airtime_mvc/application/forms/EditUser.php:111 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:20 +msgid "Language:" +msgstr "Język:" + +#: airtime_mvc/application/forms/Login.php:65 +#: airtime_mvc/application/views/scripts/login/index.phtml:3 +msgid "Login" +msgstr "Zaloguj" + +#: airtime_mvc/application/forms/Login.php:83 +msgid "Type the characters you see in the picture below." +msgstr "Wpisz znaki, które widzisz na obrazku poniżej." + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:78 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:94 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:214 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:329 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:367 +#: airtime_mvc/application/controllers/LocaleController.php:142 +msgid "Select modifier" +msgstr "Wybierz modyfikator" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:79 +#: airtime_mvc/application/controllers/LocaleController.php:143 +msgid "contains" +msgstr "zawiera" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:80 +#: airtime_mvc/application/controllers/LocaleController.php:144 +msgid "does not contain" +msgstr "nie zawiera" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:81 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:95 +#: airtime_mvc/application/controllers/LocaleController.php:145 +msgid "is" +msgstr "to" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:82 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:96 +#: airtime_mvc/application/controllers/LocaleController.php:146 +msgid "is not" +msgstr "to nie" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:83 +#: airtime_mvc/application/controllers/LocaleController.php:147 +msgid "starts with" +msgstr "zaczyna się od" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:84 +#: airtime_mvc/application/controllers/LocaleController.php:148 +msgid "ends with" +msgstr "kończy się" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:97 +#: airtime_mvc/application/controllers/LocaleController.php:149 +msgid "is greater than" +msgstr "jest większa niż" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:98 +#: airtime_mvc/application/controllers/LocaleController.php:150 +msgid "is less than" +msgstr "jest mniejsza niż" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:99 +#: airtime_mvc/application/controllers/LocaleController.php:151 +msgid "is in the range" +msgstr "mieści się w zakresie" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:109 +msgid "hours" +msgstr "godzin(y)" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:110 +msgid "minutes" +msgstr "minut(y)" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:111 +msgid "items" +msgstr "elementy" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:133 +msgid "Set smart block type:" +msgstr "Ustaw typ smart blocku:" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:136 +#: airtime_mvc/application/controllers/LibraryController.php:501 +msgid "Static" +msgstr "Statyczny" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:137 +#: airtime_mvc/application/controllers/LibraryController.php:504 +msgid "Dynamic" +msgstr "Dynamiczny" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:248 +msgid "Allow Repeat Tracks:" +msgstr "Zezwól na powtarzanie utworów:" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:265 +msgid "Limit to" +msgstr "Ogranicz do" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:287 +msgid "Generate playlist content and save criteria" +msgstr "Tworzenie zawartości listy odtwarzania i zapisz kryteria" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:289 +msgid "Generate" +msgstr "Utwórz" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:295 +msgid "Shuffle playlist content" +msgstr "Losowa kolejność odtwarzania" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:297 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:20 +msgid "Shuffle" +msgstr "Przemieszaj" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:461 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:473 +msgid "Limit cannot be empty or smaller than 0" +msgstr "Limit nie może być pusty oraz mniejszy od 0" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:466 +msgid "Limit cannot be more than 24 hrs" +msgstr "Limit nie może być większy niż 24 godziny" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:476 +msgid "The value should be an integer" +msgstr "Wartość powinna być liczbą całkowitą" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:479 +msgid "500 is the max item limit value you can set" +msgstr "Maksymalna liczba elementów do ustawienia to 500" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:490 +msgid "You must select Criteria and Modifier" +msgstr "Należy wybrać kryteria i modyfikator" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:497 +msgid "'Length' should be in '00:00:00' format" +msgstr "Długość powinna być wprowadzona w formacie '00:00:00'" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:502 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:515 +msgid "" +"The value should be in timestamp format(eg. 0000-00-00 or 00-00-00 00:00:00)" +msgstr "" +"Wartość powinna byc zapisana w formacie timestamp (np. 0000-00-00 lub " +"00-00-00 00:00:00)" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:529 +msgid "The value has to be numeric" +msgstr "Wartość musi być liczbą" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:534 +msgid "The value should be less then 2147483648" +msgstr "Wartość powinna być mniejsza niż 2147483648" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:539 +#, php-format +msgid "The value should be less than %s characters" +msgstr "Wartość powinna posiadać mniej niż %s znaków" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:546 +msgid "Value cannot be empty" +msgstr "Wartość nie może być pusta" + +#: airtime_mvc/application/forms/ShowBuilder.php:72 +msgid "Show:" +msgstr "Program:" + +#: airtime_mvc/application/forms/ShowBuilder.php:80 +msgid "All My Shows:" +msgstr "Wszystkie moje programy:" + +#: airtime_mvc/application/forms/EditUser.php:118 +msgid "Timezone:" +msgstr "Strefa czasowa:" + +#: airtime_mvc/application/forms/AddShowLiveStream.php:10 +msgid "Use Airtime Authentication:" +msgstr "Zastosuj uwierzytelnienie Airtime:" + +#: airtime_mvc/application/forms/AddShowLiveStream.php:16 +msgid "Use Custom Authentication:" +msgstr "Zastosuj własne uwierzytelnienie:" + +#: airtime_mvc/application/forms/AddShowLiveStream.php:26 +msgid "Custom Username" +msgstr "Nazwa użytkownika" + +#: airtime_mvc/application/forms/AddShowLiveStream.php:39 +msgid "Custom Password" +msgstr "Hasło" + +#: airtime_mvc/application/forms/AddShowLiveStream.php:63 +msgid "Username field cannot be empty." +msgstr "Pole nazwy użytkownika nie może być puste." + +#: airtime_mvc/application/forms/AddShowLiveStream.php:68 +msgid "Password field cannot be empty." +msgstr "Pole hasła nie może być puste." + +#: airtime_mvc/application/forms/GeneralPreferences.php:34 +msgid "Default Fade (s):" +msgstr "Domyślne zanikanie (Fade) (s):" + +#: airtime_mvc/application/forms/GeneralPreferences.php:39 +msgid "enter a time in seconds 0{.0}" +msgstr "wprowadź czas w sekundach 0{.0}" + +#: airtime_mvc/application/forms/GeneralPreferences.php:48 +#, php-format +msgid "" +"Allow Remote Websites To Access \"Schedule\" Info?%s (Enable this to make " +"front-end widgets work.)" +msgstr "" +"Umożliwienie zdalnego dostępu z innych stron \"Plan\" Info?%s (Włącz, aby " +"zewnętrzne widgety działały.)" + +#: airtime_mvc/application/forms/GeneralPreferences.php:49 +msgid "Disabled" +msgstr "Wyłączone" + +#: airtime_mvc/application/forms/GeneralPreferences.php:50 +msgid "Enabled" +msgstr "Włączone" + +#: airtime_mvc/application/forms/GeneralPreferences.php:56 +msgid "Default Interface Language" +msgstr "Domyślny język" + +#: airtime_mvc/application/forms/GeneralPreferences.php:64 +msgid "Default Interface Timezone" +msgstr "Domyślna strefa czasowa" + +#: airtime_mvc/application/forms/GeneralPreferences.php:72 +msgid "Week Starts On" +msgstr "Tydzień zaczynaj od" + +#: airtime_mvc/application/forms/GeneralPreferences.php:82 +#: airtime_mvc/application/controllers/LocaleController.php:246 +msgid "Sunday" +msgstr "Niedziela" + +#: airtime_mvc/application/forms/GeneralPreferences.php:83 +#: airtime_mvc/application/controllers/LocaleController.php:247 +msgid "Monday" +msgstr "Poniedziałek" + +#: airtime_mvc/application/forms/GeneralPreferences.php:84 +#: airtime_mvc/application/controllers/LocaleController.php:248 +msgid "Tuesday" +msgstr "Wtorek" + +#: airtime_mvc/application/forms/GeneralPreferences.php:85 +#: airtime_mvc/application/controllers/LocaleController.php:249 +msgid "Wednesday" +msgstr "Środa" + +#: airtime_mvc/application/forms/GeneralPreferences.php:86 +#: airtime_mvc/application/controllers/LocaleController.php:250 +msgid "Thursday" +msgstr "Czwartek" + +#: airtime_mvc/application/forms/GeneralPreferences.php:87 +#: airtime_mvc/application/controllers/LocaleController.php:251 +msgid "Friday" +msgstr "Piątek" + +#: airtime_mvc/application/forms/GeneralPreferences.php:88 +#: airtime_mvc/application/controllers/LocaleController.php:252 +msgid "Saturday" +msgstr "Sobota" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:16 +msgid "Automatically Upload Recorded Shows" +msgstr "Automatycznie dodawaj nagrane programy" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:26 +msgid "Enable SoundCloud Upload" +msgstr "Włącz wysyłanie do SoundCloud" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:36 +msgid "Automatically Mark Files \"Downloadable\" on SoundCloud" +msgstr "Automatycznie oznaczaj pliki jako \"Do pobrania\" na SoundCloud" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:47 +msgid "SoundCloud Email" +msgstr "Email SoundCloud" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:67 +msgid "SoundCloud Password" +msgstr "Hasło SoundCloud" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:87 +msgid "SoundCloud Tags: (separate tags with spaces)" +msgstr "Tagi SoundCloud: (oddzielaj tagi spacją)" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:99 +msgid "Default Genre:" +msgstr "Domyślny gatunek:" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:109 +msgid "Default Track Type:" +msgstr "Domyślny typ utworu:" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:113 +msgid "Original" +msgstr "Oryginalny" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:114 +msgid "Remix" +msgstr "Remix" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:115 +msgid "Live" +msgstr "Na żywo" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:116 +msgid "Recording" +msgstr "Nagranie" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:117 +msgid "Spoken" +msgstr "Mówiony" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:118 +msgid "Podcast" +msgstr "Podcast" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:119 +msgid "Demo" +msgstr "Demo" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:120 +msgid "Work in progress" +msgstr "Praca w toku" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:121 +msgid "Stem" +msgstr "Rdzeń" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:122 +msgid "Loop" +msgstr "Pętla" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:123 +msgid "Sound Effect" +msgstr "Efekt dźwiękowy" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:124 +msgid "One Shot Sample" +msgstr "Próbka one-shot" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:125 +msgid "Other" +msgstr "Inne" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:133 +msgid "Default License:" +msgstr "Domyślna licencja:" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:137 +msgid "The work is in the public domain" +msgstr "Utwór w domenie publicznej" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:138 +msgid "All rights are reserved" +msgstr "Wszelkie prawa zastrzeżone" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:139 +msgid "Creative Commons Attribution" +msgstr "Uznanie autorstwa wg licencji Creative Commons " + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:140 +msgid "Creative Commons Attribution Noncommercial" +msgstr "Użycie niekomercyjne wg Creative Commons " + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:141 +msgid "Creative Commons Attribution No Derivative Works" +msgstr "Uznanie Autorstwa Bez Utworów Zależnych wg Creative Commons" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:142 +msgid "Creative Commons Attribution Share Alike" +msgstr "Uznanie a Na Tych Samych Warunkach wg Creative Commons " + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:143 +msgid "Creative Commons Attribution Noncommercial Non Derivate Works" +msgstr "Uznanie Autorstwa Bez Utworów Zależnych wg Creative Commons" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:144 +msgid "Creative Commons Attribution Noncommercial Share Alike" +msgstr "Uznanie a Na Tych Samych Warunkach wg Creative Commons " + +#: airtime_mvc/application/controllers/DashboardController.php:36 +#: airtime_mvc/application/controllers/DashboardController.php:85 +msgid "You don't have permission to disconnect source." +msgstr "Nie masz uprawnień do odłączenia żródła" + +#: airtime_mvc/application/controllers/DashboardController.php:38 +#: airtime_mvc/application/controllers/DashboardController.php:87 +msgid "There is no source connected to this input." +msgstr "Źródło nie jest podłączone do tego wyjścia." + +#: airtime_mvc/application/controllers/DashboardController.php:82 +msgid "You don't have permission to switch source." +msgstr "Nie masz uprawnień do przełączenia źródła." + +#: airtime_mvc/application/controllers/LoginController.php:34 +msgid "Please enter your user name and password" +msgstr "Proszę wpisać nazwę użytkownika i hasło" + +#: airtime_mvc/application/controllers/LoginController.php:77 +msgid "Wrong username or password provided. Please try again." +msgstr "Błędna nazwa użytkownika lub hasło. Spróbuj ponownie." + +#: airtime_mvc/application/controllers/LoginController.php:139 +msgid "" +"Email could not be sent. Check your mail server settings and ensure it has " +"been configured properly." +msgstr "" +"Email nie został wysłany. Sprawdź swoje ustawienia serwera pocztowego i " +"upewnij się, że został skonfigurowany poprawnie." + +#: airtime_mvc/application/controllers/LoginController.php:142 +msgid "Given email not found." +msgstr "Podany adres email nie został odnaleziony." + +#: airtime_mvc/application/controllers/PreferenceController.php:70 +msgid "Preferences updated." +msgstr "Zaktualizowano preferencje." + +#: airtime_mvc/application/controllers/PreferenceController.php:121 +msgid "Support setting updated." +msgstr "Zaktualizowano ustawienia wsparcia." + +#: airtime_mvc/application/controllers/PreferenceController.php:315 +msgid "Stream Setting Updated." +msgstr "Zaktualizowano ustawienia strumienia" + +#: airtime_mvc/application/controllers/PreferenceController.php:342 +msgid "path should be specified" +msgstr "należy okreslić ścieżkę" + +#: airtime_mvc/application/controllers/PreferenceController.php:437 +msgid "Problem with Liquidsoap..." +msgstr "Problem z Liquidsoap..." + +#: airtime_mvc/application/controllers/ErrorController.php:17 +msgid "Page not found" +msgstr "Nie odnaleziono strony" + +#: airtime_mvc/application/controllers/ErrorController.php:22 +msgid "Application error" +msgstr "Błąd aplikacji" + +#: airtime_mvc/application/controllers/UserController.php:55 +#: airtime_mvc/application/controllers/UserController.php:137 +msgid "Specific action is not allowed in demo version!" +msgstr "Żądana opcja nie jest dostępna w wersji demo!" + +#: airtime_mvc/application/controllers/UserController.php:87 +msgid "User added successfully!" +msgstr "Użytkownik został dodany poprawnie!" + +#: airtime_mvc/application/controllers/UserController.php:89 +msgid "User updated successfully!" +msgstr "Użytkownik został poprawnie zaktualizowany!" + +#: airtime_mvc/application/controllers/UserController.php:164 +msgid "Settings updated successfully!" +msgstr "Ustawienia zostały poprawnie zaktualizowane!" + +#: airtime_mvc/application/controllers/LocaleController.php:36 +msgid "Recording:" +msgstr "Nagrywanie:" + +#: airtime_mvc/application/controllers/LocaleController.php:37 +msgid "Master Stream" +msgstr "Strumień Nadrzędny" + +#: airtime_mvc/application/controllers/LocaleController.php:38 +msgid "Live Stream" +msgstr "Transmisja na żywo" + +#: airtime_mvc/application/controllers/LocaleController.php:39 +msgid "Nothing Scheduled" +msgstr "Nic nie zaplanowano" + +#: airtime_mvc/application/controllers/LocaleController.php:40 +msgid "Current Show:" +msgstr "Aktualny program:" + +#: airtime_mvc/application/controllers/LocaleController.php:41 +msgid "Current" +msgstr "Aktualny" + +#: airtime_mvc/application/controllers/LocaleController.php:43 +msgid "You are running the latest version" +msgstr "Używasz najnowszej wersji" + +#: airtime_mvc/application/controllers/LocaleController.php:44 +msgid "New version available: " +msgstr "Dostępna jest nowa wersja:" + +#: airtime_mvc/application/controllers/LocaleController.php:45 +msgid "This version will soon be obsolete." +msgstr "Ta wersja będzie wkrótce przestarzała." + +#: airtime_mvc/application/controllers/LocaleController.php:46 +msgid "This version is no longer supported." +msgstr "Ta wersja nie jest już obsługiwana" + +#: airtime_mvc/application/controllers/LocaleController.php:47 +msgid "Please upgrade to " +msgstr "Zaktualizuj na" + +#: airtime_mvc/application/controllers/LocaleController.php:49 +msgid "Add to current playlist" +msgstr "Dodaj do bieżącej listy odtwarzania" + +#: airtime_mvc/application/controllers/LocaleController.php:50 +msgid "Add to current smart block" +msgstr "Dodaj do bieżącego smart blocku" + +#: airtime_mvc/application/controllers/LocaleController.php:51 +msgid "Adding 1 Item" +msgstr "Dodawanie 1 elementu" + +#: airtime_mvc/application/controllers/LocaleController.php:52 +#, php-format +msgid "Adding %s Items" +msgstr "Dodawanie %s elementów" + +#: airtime_mvc/application/controllers/LocaleController.php:53 +msgid "You can only add tracks to smart blocks." +msgstr "do smart blocków mozna dodawać tylko utwory." + +#: airtime_mvc/application/controllers/LocaleController.php:54 +#: airtime_mvc/application/controllers/PlaylistController.php:160 +msgid "You can only add tracks, smart blocks, and webstreams to playlists." +msgstr "" +"Do list odtwarzania można dodawać tylko utwory, smart blocki i webstreamy" + +#: airtime_mvc/application/controllers/LocaleController.php:57 +msgid "Please select a cursor position on timeline." +msgstr "Proszę wybrać pozycję kursora na osi czasu." + +#: airtime_mvc/application/controllers/LocaleController.php:61 +#: airtime_mvc/application/controllers/LibraryController.php:190 +msgid "Edit Metadata" +msgstr "Edytuj Metadane." + +#: airtime_mvc/application/controllers/LocaleController.php:62 +msgid "Add to selected show" +msgstr "Dodaj do wybranego programu" + +#: airtime_mvc/application/controllers/LocaleController.php:63 +msgid "Select" +msgstr "Zaznacz" + +#: airtime_mvc/application/controllers/LocaleController.php:64 +msgid "Select this page" +msgstr "Zaznacz tę stronę" + +#: airtime_mvc/application/controllers/LocaleController.php:65 +msgid "Deselect this page" +msgstr "Odznacz tę stronę" + +#: airtime_mvc/application/controllers/LocaleController.php:66 +msgid "Deselect all" +msgstr "Odznacz wszystko" + +#: airtime_mvc/application/controllers/LocaleController.php:67 +msgid "Are you sure you want to delete the selected item(s)?" +msgstr "Czy na pewno chcesz usunąć wybrane elementy?" + +#: airtime_mvc/application/controllers/LocaleController.php:71 +msgid "Bit Rate" +msgstr "Bit Rate" + +#: airtime_mvc/application/controllers/LocaleController.php:88 +msgid "Sample Rate" +msgstr "Wartość próbkowania" + +#: airtime_mvc/application/controllers/LocaleController.php:93 +msgid "Loading..." +msgstr "Ładowanie" + +#: airtime_mvc/application/controllers/LocaleController.php:94 +#: airtime_mvc/application/controllers/LocaleController.php:159 +msgid "All" +msgstr "Wszystko" + +#: airtime_mvc/application/controllers/LocaleController.php:95 +msgid "Files" +msgstr "Pliki" + +#: airtime_mvc/application/controllers/LocaleController.php:96 +msgid "Playlists" +msgstr "Listy odtwarzania" + +#: airtime_mvc/application/controllers/LocaleController.php:97 +msgid "Smart Blocks" +msgstr "Smart Blocki" + +#: airtime_mvc/application/controllers/LocaleController.php:98 +msgid "Web Streams" +msgstr "Web Stream" + +#: airtime_mvc/application/controllers/LocaleController.php:99 +msgid "Unknown type: " +msgstr "Nieznany typ:" + +#: airtime_mvc/application/controllers/LocaleController.php:100 +msgid "Are you sure you want to delete the selected item?" +msgstr "Czy na pewno chcesz usunąć wybrany element?" + +#: airtime_mvc/application/controllers/LocaleController.php:101 +#: airtime_mvc/application/controllers/LocaleController.php:206 +msgid "Uploading in progress..." +msgstr "Wysyłanie w toku..." + +#: airtime_mvc/application/controllers/LocaleController.php:102 +msgid "Retrieving data from the server..." +msgstr "Pobieranie danych z serwera..." + +#: airtime_mvc/application/controllers/LocaleController.php:103 +msgid "The soundcloud id for this file is: " +msgstr "Id SoundCloud dla tego pliku to:" + +#: airtime_mvc/application/controllers/LocaleController.php:104 +msgid "There was an error while uploading to soundcloud." +msgstr "Wystąpił błąd podczas wysyłania na SoundCloud" + +#: airtime_mvc/application/controllers/LocaleController.php:105 +msgid "Error code: " +msgstr "Kod błędu:" + +#: airtime_mvc/application/controllers/LocaleController.php:106 +msgid "Error msg: " +msgstr "Komunikat błędu:" + +#: airtime_mvc/application/controllers/LocaleController.php:107 +msgid "Input must be a positive number" +msgstr "Podana wartość musi być liczbą dodatnią" + +#: airtime_mvc/application/controllers/LocaleController.php:108 +msgid "Input must be a number" +msgstr "Podana wartość musi być liczbą" + +#: airtime_mvc/application/controllers/LocaleController.php:109 +msgid "Input must be in the format: yyyy-mm-dd" +msgstr "Podana wartość musi mieć format yyyy-mm-dd" + +#: airtime_mvc/application/controllers/LocaleController.php:110 +msgid "Input must be in the format: hh:mm:ss.t" +msgstr "Podana wartość musi mieć format hh:mm:ss.t" + +#: airtime_mvc/application/controllers/LocaleController.php:113 +#, php-format +msgid "" +"You are currently uploading files. %sGoing to another screen will cancel the " +"upload process. %sAre you sure you want to leave the page?" +msgstr "" +"Aktualnie dodajesz pliki. %sPrzejście do innej strony przerwie ten proces. " +"%sCzy na pewno chcesz przejść do innej strony?" + +#: airtime_mvc/application/controllers/LocaleController.php:115 +msgid "please put in a time '00:00:00 (.0)'" +msgstr "Wprowadź czas w formacie: '00:00:00 (.0)'" + +#: airtime_mvc/application/controllers/LocaleController.php:116 +msgid "please put in a time in seconds '00 (.0)'" +msgstr "Wprowadź czas w sekundach '00 (.0)'" + +#: airtime_mvc/application/controllers/LocaleController.php:117 +msgid "Your browser does not support playing this file type: " +msgstr "Twoja przeglądarka nie obsługuje odtwarzania plików tego typu:" + +#: airtime_mvc/application/controllers/LocaleController.php:118 +msgid "Dynamic block is not previewable" +msgstr "Podgląd bloku dynamicznego nie jest możliwy" + +#: airtime_mvc/application/controllers/LocaleController.php:119 +msgid "Limit to: " +msgstr "Ograniczenie do:" + +#: airtime_mvc/application/controllers/LocaleController.php:120 +msgid "Playlist saved" +msgstr "Lista odtwarzania została zapisana" + +#: airtime_mvc/application/controllers/LocaleController.php:121 +msgid "Playlist shuffled" +msgstr "Playlista została przemieszana" + +#: airtime_mvc/application/controllers/LocaleController.php:123 +msgid "" +"Airtime is unsure about the status of this file. This can happen when the " +"file is on a remote drive that is unaccessible or the file is in a directory " +"that isn't 'watched' anymore." +msgstr "" +"Airtime nie może odczytać statusu pliku. Może się tak zdarzyć, gdy plik " +"znajduje się na zdalnym dysku, do którego aktualnie nie ma dostępu lub " +"znajduje się w katalogu, który nie jest już \"obserwowany\"." + +#: airtime_mvc/application/controllers/LocaleController.php:125 +#, php-format +msgid "Listener Count on %s: %s" +msgstr "Licznik słuchaczy na %s: %s" + +#: airtime_mvc/application/controllers/LocaleController.php:127 +msgid "Remind me in 1 week" +msgstr "Przypomnij mi za 1 tydzień" + +#: airtime_mvc/application/controllers/LocaleController.php:128 +msgid "Remind me never" +msgstr "Nie przypominaj nigdy" + +#: airtime_mvc/application/controllers/LocaleController.php:129 +msgid "Yes, help Airtime" +msgstr "Tak, wspieraj Airtime" + +#: airtime_mvc/application/controllers/LocaleController.php:130 +#: airtime_mvc/application/controllers/LocaleController.php:188 +msgid "Image must be one of jpg, jpeg, png, or gif" +msgstr "Obraz musi mieć format jpg, jpeg, png lub gif" + +#: airtime_mvc/application/controllers/LocaleController.php:133 +msgid "" +"A static smart block will save the criteria and generate the block content " +"immediately. This allows you to edit and view it in the Library before " +"adding it to a show." +msgstr "" +"Statyczny smart block będzie zapisywał kryteria i zawartość bezpośrednio, co " +"umożliwia edycję i wyświetlanie go w bibliotece, przed dodaniem do programu." + +#: airtime_mvc/application/controllers/LocaleController.php:135 +msgid "" +"A dynamic smart block will only save the criteria. The block content will " +"get generated upon adding it to a show. You will not be able to view and " +"edit the content in the Library." +msgstr "" +"Dynamiczny smart block zapisuje tylko kryteria. Jego zawartość będzie " +"generowana automatycznie po dodaniu go do programu. Nie będzie można go " +"wyświetlać i edytować w zawartości biblioteki." + +#: airtime_mvc/application/controllers/LocaleController.php:137 +msgid "" +"The desired block length will not be reached if Airtime cannot find enough " +"unique tracks to match your criteria. Enable this option if you wish to " +"allow tracks to be added multiple times to the smart block." +msgstr "" +"Pożądana długość bloku nie zostanie osiągnięta jesli airtime nie znajdzie " +"wystarczającej liczby oryginalnych ścieżek spełniających kryteria " +"wyszukiwania. Włącz tę opcję jesli chcesz, żeby ścieżki zostały wielokrotnie " +"dodane do smart blocku." + +#: airtime_mvc/application/controllers/LocaleController.php:138 +msgid "Smart block shuffled" +msgstr "Smart blocku został przemieszany" + +#: airtime_mvc/application/controllers/LocaleController.php:139 +msgid "Smart block generated and criteria saved" +msgstr "Utworzono smartblock i zapisano kryteria" + +#: airtime_mvc/application/controllers/LocaleController.php:140 +msgid "Smart block saved" +msgstr "Smart block został zapisany" + +#: airtime_mvc/application/controllers/LocaleController.php:141 +msgid "Processing..." +msgstr "Przetwarzanie..." + +#: airtime_mvc/application/controllers/LocaleController.php:155 +msgid "Played" +msgstr "Odtwarzane" + +#: airtime_mvc/application/controllers/LocaleController.php:160 +#, php-format +msgid "Copied %s row%s to the clipboard" +msgstr "Skopiowano %srow%s do schowka" + +#: airtime_mvc/application/controllers/LocaleController.php:161 +#, php-format +msgid "" +"%sPrint view%sPlease use your browser's print function to print this table. " +"Press escape when finished." +msgstr "" +"%sPrint view%s Użyj j funkcji drukowania na swojej wyszykiwarce. By " +"zakończyć, wciśnij 'escape'." + +#: airtime_mvc/application/controllers/LocaleController.php:163 +msgid "Choose Storage Folder" +msgstr "Wybierz ścieżkę do katalogu importu" + +#: airtime_mvc/application/controllers/LocaleController.php:164 +msgid "Choose Folder to Watch" +msgstr "Wybierz katalog do obserwacji" + +#: airtime_mvc/application/controllers/LocaleController.php:166 +msgid "" +"Are you sure you want to change the storage folder?\n" +"This will remove the files from your Airtime library!" +msgstr "" +"Czy na pewno chcesz zamienić ścieżkę do katalogu importu\n" +"Wszystkie pliki z biblioteki Airtime zostaną usunięte." + +#: airtime_mvc/application/controllers/LocaleController.php:167 +#: airtime_mvc/application/views/scripts/preference/directory-config.phtml:2 +msgid "Manage Media Folders" +msgstr "Zarządzaj folderami mediów" + +#: airtime_mvc/application/controllers/LocaleController.php:168 +msgid "Are you sure you want to remove the watched folder?" +msgstr "Czy na pewno chcesz usunąć katalog z listy katalogów obserwowanych?" + +#: airtime_mvc/application/controllers/LocaleController.php:169 +msgid "This path is currently not accessible." +msgstr "Ściezka jest obecnie niedostepna." + +#: airtime_mvc/application/controllers/LocaleController.php:171 +msgid "Connected to the streaming server" +msgstr "Połączono z serwerem streamingu" + +#: airtime_mvc/application/controllers/LocaleController.php:172 +msgid "The stream is disabled" +msgstr "Strumień jest odłączony" + +#: airtime_mvc/application/controllers/LocaleController.php:174 +msgid "Can not connect to the streaming server" +msgstr "Nie można połączyć z serwerem streamującym" + +#: airtime_mvc/application/controllers/LocaleController.php:176 +msgid "" +"If Airtime is behind a router or firewall, you may need to configure port " +"forwarding and this field information will be incorrect. In this case you " +"will need to manually update this field so it shows the correct host/port/" +"mount that your DJ's need to connect to. The allowed range is between 1024 " +"and 49151." +msgstr "" +"Jesli Airtime korzysta z routera bądź firewalla, może być konieczna " +"konfiguracja przekierowywania portu i informacja w tym polu będzie " +"nieprawidłowa. W takim wypadku należy dokonac ręcznej aktualizacji pola, tak " +"żeby wyświetlił się prawidłowy host/ port/ mount, do którego mógłby " +"podłączyć się prowadzący. Dopuszczalny zakres to 1024 i 49151." + +#: airtime_mvc/application/controllers/LocaleController.php:177 +#, php-format +msgid "For more details, please read the %sAirtime Manual%s" +msgstr "" +"W celu uzyskania wiecej informacji, należy zapoznać się z %sAirtime Manual%s" + +#: airtime_mvc/application/controllers/LocaleController.php:179 +msgid "" +"Check this option to enable metadata for OGG streams (stream metadata is the " +"track title, artist, and show name that is displayed in an audio player). " +"VLC and mplayer have a serious bug when playing an OGG/VORBIS stream that " +"has metadata information enabled: they will disconnect from the stream after " +"every song. If you are using an OGG stream and your listeners do not require " +"support for these audio players, then feel free to enable this option." +msgstr "" +"Zaznacz tę opcję w celu włączenia metadanych dla strumieni OGG (metadane " +"strumieniowe to tytuł ścieżki, artysta i nazwa audycji, ktróre wyświetlają " +"się w odtwarzaczu audio). VLC oraz mplayer mają problem z odtwarzaniem " +"strumienia OGG/Vorbis, których metadane zostały udostępnione- odłączają się " +"one od strumenia po każdej piosence. Jeśli używasz strumeinia OGG, a " +"słuchacze nie żądają mozliwości odtwarzania w tych odtwarzaczach, wówczas " +"można udostepnić tę opcję" + +#: airtime_mvc/application/controllers/LocaleController.php:180 +msgid "" +"Check this box to automatically switch off Master/Show source upon source " +"disconnection." +msgstr "" +"To pole służy do automatycznego wyłączenia źródła nadrzędnego/źródła " +"programu po jego odłączeniu." + +#: airtime_mvc/application/controllers/LocaleController.php:181 +msgid "" +"Check this box to automatically switch on Master/Show source upon source " +"connection." +msgstr "" +"To pole służy automatycznego uruchomienia źródła nadrzędnego/źródła programu " +"na połączeniu źródłowym" + +#: airtime_mvc/application/controllers/LocaleController.php:182 +msgid "" +"If your Icecast server expects a username of 'source', this field can be " +"left blank." +msgstr "" +"Jesli serwer Icecast wymaga nazwy użytkownika \"source\", pole to może " +"zostać puste" + +#: airtime_mvc/application/controllers/LocaleController.php:183 +#: airtime_mvc/application/controllers/LocaleController.php:193 +msgid "" +"If your live streaming client does not ask for a username, this field should " +"be 'source'." +msgstr "" +"Jeśli klient nie żąda nazwy uzytkownika, zawartośc tego pola powinna być " +"\"source\"" + +#: airtime_mvc/application/controllers/LocaleController.php:185 +msgid "" +"If you change the username or password values for an enabled stream the " +"playout engine will be rebooted and your listeners will hear silence for " +"5-10 seconds. Changing the following fields will NOT cause a reboot: Stream " +"Label (Global Settings), and Switch Transition Fade(s), Master Username, and " +"Master Password (Input Stream Settings). If Airtime is recording, and if the " +"change causes a playout engine restart, the recording will be interrupted." +msgstr "" +"Jeśli nazwa użytkownika bądź hasło zostaną zmienione na włączonym " +"strumieniu, urządzenie zostanie uruchomione ponownie i nastąpi 5-10 " +"sekundowa cisza. Zmiany w następujących polach NIE spowodują ponownego " +"uruchomienia: Nazwa Strumienia (ustawienia globalne), Zmiana Czasu " +"Zanikania, Nazwa Użytkownika Nadrzędnego (Ustawienia Strumienia " +"Wyjściowego). Jeśli Airtime jest w trakcie nagrywania programu, a zmiany " +"spowodują ponowne uruchomienie urządzenia, nagrywanie zostanie przerwane." + +#: airtime_mvc/application/controllers/LocaleController.php:186 +msgid "" +"This is the admin username and password for Icecast/SHOUTcast to get " +"listener statistics." +msgstr "" +"Nazwa uzytkownika i hasło administartora w programie Icecast/ SHOUTcast w " +"celu uzyskania dostępu do statystyki słuchalności" + +#: airtime_mvc/application/controllers/LocaleController.php:190 +msgid "No result found" +msgstr "Nie znaleziono wyników" + +#: airtime_mvc/application/controllers/LocaleController.php:191 +msgid "" +"This follows the same security pattern for the shows: only users assigned to " +"the show can connect." +msgstr "" +"Ta funkcja działa w programach wg tych samych zasad bezpiezeństwa: jedynie " +"użytkownicy przypisani do audcyji mogą się podłączyć." + +#: airtime_mvc/application/controllers/LocaleController.php:192 +msgid "Specify custom authentication which will work only for this show." +msgstr "Ustal własne uwierzytelnienie tylko dla tego programu." + +#: airtime_mvc/application/controllers/LocaleController.php:194 +msgid "The show instance doesn't exist anymore!" +msgstr "Instancja audycji już nie istnieje." + +#: airtime_mvc/application/controllers/LocaleController.php:198 +msgid "Show" +msgstr "Program" + +#: airtime_mvc/application/controllers/LocaleController.php:199 +msgid "Show is empty" +msgstr "Program jest pusty" + +#: airtime_mvc/application/controllers/LocaleController.php:200 +msgid "1m" +msgstr "1 min" + +#: airtime_mvc/application/controllers/LocaleController.php:201 +msgid "5m" +msgstr "5 min" + +#: airtime_mvc/application/controllers/LocaleController.php:202 +msgid "10m" +msgstr "10 min" + +#: airtime_mvc/application/controllers/LocaleController.php:203 +msgid "15m" +msgstr "15 min" + +#: airtime_mvc/application/controllers/LocaleController.php:204 +msgid "30m" +msgstr "30 min" + +#: airtime_mvc/application/controllers/LocaleController.php:205 +msgid "60m" +msgstr "60 min" + +#: airtime_mvc/application/controllers/LocaleController.php:207 +msgid "Retreiving data from the server..." +msgstr "Odbieranie danych z serwera" + +#: airtime_mvc/application/controllers/LocaleController.php:213 +msgid "This show has no scheduled content." +msgstr "Ten program nie ma zawartości" + +#: airtime_mvc/application/controllers/LocaleController.php:214 +msgid "This show is not completely filled with content." +msgstr "Brak pełnej zawartości tej audycji." + +#: airtime_mvc/application/controllers/LocaleController.php:218 +msgid "January" +msgstr "Styczeń" + +#: airtime_mvc/application/controllers/LocaleController.php:219 +msgid "February" +msgstr "Luty" + +#: airtime_mvc/application/controllers/LocaleController.php:220 +msgid "March" +msgstr "Marzec" + +#: airtime_mvc/application/controllers/LocaleController.php:221 +msgid "April" +msgstr "Kwiecień" + +#: airtime_mvc/application/controllers/LocaleController.php:222 +#: airtime_mvc/application/controllers/LocaleController.php:234 +msgid "May" +msgstr "Maj" + +#: airtime_mvc/application/controllers/LocaleController.php:223 +msgid "June" +msgstr "Czerwiec" + +#: airtime_mvc/application/controllers/LocaleController.php:224 +msgid "July" +msgstr "Lipiec" + +#: airtime_mvc/application/controllers/LocaleController.php:225 +msgid "August" +msgstr "Sierpień" + +#: airtime_mvc/application/controllers/LocaleController.php:226 +msgid "September" +msgstr "Wrzesień" + +#: airtime_mvc/application/controllers/LocaleController.php:227 +msgid "October" +msgstr "Październik" + +#: airtime_mvc/application/controllers/LocaleController.php:228 +msgid "November" +msgstr "Listopad" + +#: airtime_mvc/application/controllers/LocaleController.php:229 +msgid "December" +msgstr "Grudzień" + +#: airtime_mvc/application/controllers/LocaleController.php:230 +msgid "Jan" +msgstr "Sty" + +#: airtime_mvc/application/controllers/LocaleController.php:231 +msgid "Feb" +msgstr "Lut" + +#: airtime_mvc/application/controllers/LocaleController.php:232 +msgid "Mar" +msgstr "Mar" + +#: airtime_mvc/application/controllers/LocaleController.php:233 +msgid "Apr" +msgstr "Kwi" + +#: airtime_mvc/application/controllers/LocaleController.php:235 +msgid "Jun" +msgstr "Cze" + +#: airtime_mvc/application/controllers/LocaleController.php:236 +msgid "Jul" +msgstr "Lip" + +#: airtime_mvc/application/controllers/LocaleController.php:237 +msgid "Aug" +msgstr "Sie" + +#: airtime_mvc/application/controllers/LocaleController.php:238 +msgid "Sep" +msgstr "Wrz" + +#: airtime_mvc/application/controllers/LocaleController.php:239 +msgid "Oct" +msgstr "Paź" + +#: airtime_mvc/application/controllers/LocaleController.php:240 +msgid "Nov" +msgstr "Lis" + +#: airtime_mvc/application/controllers/LocaleController.php:241 +msgid "Dec" +msgstr "Gru" + +#: airtime_mvc/application/controllers/LocaleController.php:242 +msgid "today" +msgstr "dzisiaj" + +#: airtime_mvc/application/controllers/LocaleController.php:243 +msgid "day" +msgstr "dzień" + +#: airtime_mvc/application/controllers/LocaleController.php:244 +msgid "week" +msgstr "tydzień" + +#: airtime_mvc/application/controllers/LocaleController.php:245 +msgid "month" +msgstr "miesiąć" + +#: airtime_mvc/application/controllers/LocaleController.php:260 +msgid "" +"Shows longer than their scheduled time will be cut off by a following show." +msgstr "" +"Programy o czasie dłuższym niż zaplanowany będą przerywane przez następne ." + +#: airtime_mvc/application/controllers/LocaleController.php:261 +msgid "Cancel Current Show?" +msgstr "Skasować obecną audycję?" + +#: airtime_mvc/application/controllers/LocaleController.php:262 +#: airtime_mvc/application/controllers/LocaleController.php:301 +msgid "Stop recording current show?" +msgstr "Przerwać nagrywanie aktualnej audycji?" + +#: airtime_mvc/application/controllers/LocaleController.php:263 +msgid "Ok" +msgstr "Ok" + +#: airtime_mvc/application/controllers/LocaleController.php:264 +msgid "Contents of Show" +msgstr "Zawartośc audycji" + +#: airtime_mvc/application/controllers/LocaleController.php:267 +msgid "Remove all content?" +msgstr "Usunąć całą zawartość?" + +#: airtime_mvc/application/controllers/LocaleController.php:269 +msgid "Delete selected item(s)?" +msgstr "Skasować wybrane elementy?" + +#: airtime_mvc/application/controllers/LocaleController.php:270 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:5 +msgid "Start" +msgstr "Rozpocznij" + +#: airtime_mvc/application/controllers/LocaleController.php:271 +msgid "End" +msgstr "Zakończ" + +#: airtime_mvc/application/controllers/LocaleController.php:272 +msgid "Duration" +msgstr "Czas trwania" + +#: airtime_mvc/application/controllers/LocaleController.php:278 +msgid "Cue In" +msgstr "Cue In" + +#: airtime_mvc/application/controllers/LocaleController.php:279 +msgid "Cue Out" +msgstr "Cue out" + +#: airtime_mvc/application/controllers/LocaleController.php:280 +msgid "Fade In" +msgstr "Zgłaśnianie [Fade In]" + +#: airtime_mvc/application/controllers/LocaleController.php:281 +msgid "Fade Out" +msgstr "Wyciszanie [Fade out]" + +#: airtime_mvc/application/controllers/LocaleController.php:282 +msgid "Show Empty" +msgstr "Program jest pusty" + +#: airtime_mvc/application/controllers/LocaleController.php:283 +msgid "Recording From Line In" +msgstr "Nagrywaanie z wejścia liniowego" + +#: airtime_mvc/application/controllers/LocaleController.php:288 +msgid "Cannot schedule outside a show." +msgstr "Nie ma możliwości planowania poza programem" + +#: airtime_mvc/application/controllers/LocaleController.php:289 +msgid "Moving 1 Item" +msgstr "Przenoszenie 1 elementu" + +#: airtime_mvc/application/controllers/LocaleController.php:290 +#, php-format +msgid "Moving %s Items" +msgstr "Przenoszenie %s elementów" + +#: airtime_mvc/application/controllers/LocaleController.php:293 +msgid "Select all" +msgstr "Zaznacz wszystko" + +#: airtime_mvc/application/controllers/LocaleController.php:294 +msgid "Select none" +msgstr "Odznacz wszystkie" + +#: airtime_mvc/application/controllers/LocaleController.php:295 +msgid "Remove overbooked tracks" +msgstr "Usuń utwory niemieszczące się w ramach czasowych programu" + +#: airtime_mvc/application/controllers/LocaleController.php:296 +msgid "Remove selected scheduled items" +msgstr "Usuń wybrane elementy" + +#: airtime_mvc/application/controllers/LocaleController.php:297 +msgid "Jump to the current playing track" +msgstr "Przejdź do obecnie odtwarzanej ściezki" + +#: airtime_mvc/application/controllers/LocaleController.php:298 +msgid "Cancel current show" +msgstr "Skasuj obecny program" + +#: airtime_mvc/application/controllers/LocaleController.php:303 +msgid "Open library to add or remove content" +msgstr "Otwóz bibliotekę w celu dodania bądź usunięcia zawartości" + +#: airtime_mvc/application/controllers/LocaleController.php:304 +#: airtime_mvc/application/controllers/ScheduleController.php:261 +#: airtime_mvc/application/views/scripts/showbuilder/index.phtml:15 +msgid "Add / Remove Content" +msgstr "Dodaj/usuń zawartość" + +#: airtime_mvc/application/controllers/LocaleController.php:306 +msgid "in use" +msgstr "W użyciu" + +#: airtime_mvc/application/controllers/LocaleController.php:307 +msgid "Disk" +msgstr "Dysk" + +#: airtime_mvc/application/controllers/LocaleController.php:309 +msgid "Look in" +msgstr "Sprawdź" + +#: airtime_mvc/application/controllers/LocaleController.php:311 +msgid "Open" +msgstr "Otwórz" + +#: airtime_mvc/application/controllers/LocaleController.php:317 +msgid "Guests can do the following:" +msgstr "Goście mają mozliwość:" + +#: airtime_mvc/application/controllers/LocaleController.php:318 +msgid "View schedule" +msgstr "Przeglądanie harmonogramu" + +#: airtime_mvc/application/controllers/LocaleController.php:319 +msgid "View show content" +msgstr "Przeglądanie zawartości programów" + +#: airtime_mvc/application/controllers/LocaleController.php:320 +msgid "DJs can do the following:" +msgstr "Prowadzący ma możliwość:" + +#: airtime_mvc/application/controllers/LocaleController.php:321 +msgid "Manage assigned show content" +msgstr "Zarządzać przypisaną sobie zawartością programu" + +#: airtime_mvc/application/controllers/LocaleController.php:322 +msgid "Import media files" +msgstr "Importować pliki mediów" + +#: airtime_mvc/application/controllers/LocaleController.php:323 +msgid "Create playlists, smart blocks, and webstreams" +msgstr "Tworzyć playlisty, smart blocki i webstreamy" + +#: airtime_mvc/application/controllers/LocaleController.php:324 +msgid "Manage their own library content" +msgstr "Zarządzać zawartością własnej biblioteki" + +#: airtime_mvc/application/controllers/LocaleController.php:325 +msgid "Progam Managers can do the following:" +msgstr "Zarządzający programowi mają możliwość:" + +#: airtime_mvc/application/controllers/LocaleController.php:326 +msgid "View and manage show content" +msgstr "Przeglądać i zarządzać zawartością audycji" + +#: airtime_mvc/application/controllers/LocaleController.php:327 +msgid "Schedule shows" +msgstr "Planować programy" + +#: airtime_mvc/application/controllers/LocaleController.php:328 +msgid "Manage all library content" +msgstr "Zarządzać całą zawartością biblioteki" + +#: airtime_mvc/application/controllers/LocaleController.php:329 +msgid "Admins can do the following:" +msgstr "Administrator ma mozliwość:" + +#: airtime_mvc/application/controllers/LocaleController.php:330 +msgid "Manage preferences" +msgstr "Zarządzać preferencjami" + +#: airtime_mvc/application/controllers/LocaleController.php:331 +msgid "Manage users" +msgstr "Zarządzać użytkownikami" + +#: airtime_mvc/application/controllers/LocaleController.php:332 +msgid "Manage watched folders" +msgstr "Zarządzać przeglądanymi katalogami" + +#: airtime_mvc/application/controllers/LocaleController.php:334 +msgid "View system status" +msgstr "Sprawdzać status systemu" + +#: airtime_mvc/application/controllers/LocaleController.php:335 +msgid "Access playout history" +msgstr "Przeglądać historię odtworzeń" + +#: airtime_mvc/application/controllers/LocaleController.php:336 +msgid "View listener stats" +msgstr "Sprawdzać statystyki słuchaczy" + +#: airtime_mvc/application/controllers/LocaleController.php:338 +msgid "Show / hide columns" +msgstr "Pokaż/ukryj kolumny" + +#: airtime_mvc/application/controllers/LocaleController.php:340 +msgid "From {from} to {to}" +msgstr "Od {from} do {to}" + +#: airtime_mvc/application/controllers/LocaleController.php:341 +msgid "kbps" +msgstr "kbps" + +#: airtime_mvc/application/controllers/LocaleController.php:342 +msgid "yyyy-mm-dd" +msgstr "yyyy-mm-dd" + +#: airtime_mvc/application/controllers/LocaleController.php:343 +msgid "hh:mm:ss.t" +msgstr "hh:mm:ss.t" + +#: airtime_mvc/application/controllers/LocaleController.php:344 +msgid "kHz" +msgstr "kHz" + +#: airtime_mvc/application/controllers/LocaleController.php:347 +msgid "Su" +msgstr "Nd" + +#: airtime_mvc/application/controllers/LocaleController.php:348 +msgid "Mo" +msgstr "Pn" + +#: airtime_mvc/application/controllers/LocaleController.php:349 +msgid "Tu" +msgstr "Wt" + +#: airtime_mvc/application/controllers/LocaleController.php:350 +msgid "We" +msgstr "Śr" + +#: airtime_mvc/application/controllers/LocaleController.php:351 +msgid "Th" +msgstr "Cz" + +#: airtime_mvc/application/controllers/LocaleController.php:352 +msgid "Fr" +msgstr "Pt" + +#: airtime_mvc/application/controllers/LocaleController.php:353 +msgid "Sa" +msgstr "So" + +#: airtime_mvc/application/controllers/LocaleController.php:354 +#: airtime_mvc/application/controllers/LocaleController.php:382 +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:3 +msgid "Close" +msgstr "Zamknij" + +#: airtime_mvc/application/controllers/LocaleController.php:356 +msgid "Hour" +msgstr "Godzina" + +#: airtime_mvc/application/controllers/LocaleController.php:357 +msgid "Minute" +msgstr "Minuta" + +#: airtime_mvc/application/controllers/LocaleController.php:358 +msgid "Done" +msgstr "Gotowe" + +#: airtime_mvc/application/controllers/LocaleController.php:361 +msgid "Select files" +msgstr "Wybierz pliki" + +#: airtime_mvc/application/controllers/LocaleController.php:362 +#: airtime_mvc/application/controllers/LocaleController.php:363 +msgid "Add files to the upload queue and click the start button." +msgstr "Dodaj pliki do kolejki i wciśnij \"start\"" + +#: airtime_mvc/application/controllers/LocaleController.php:366 +msgid "Add Files" +msgstr "Dodaj pliki" + +#: airtime_mvc/application/controllers/LocaleController.php:367 +msgid "Stop Upload" +msgstr "Zatrzymaj przesyłanie" + +#: airtime_mvc/application/controllers/LocaleController.php:368 +msgid "Start upload" +msgstr "Rozpocznij przesyłanie" + +#: airtime_mvc/application/controllers/LocaleController.php:369 +msgid "Add files" +msgstr "Dodaj pliki" + +#: airtime_mvc/application/controllers/LocaleController.php:370 +#, php-format +msgid "Uploaded %d/%d files" +msgstr "Dodano pliki %d%d" + +#: airtime_mvc/application/controllers/LocaleController.php:371 +msgid "N/A" +msgstr "Nie dotyczy" + +#: airtime_mvc/application/controllers/LocaleController.php:372 +msgid "Drag files here." +msgstr "Przeciągnij pliki tutaj." + +#: airtime_mvc/application/controllers/LocaleController.php:373 +msgid "File extension error." +msgstr "Błąd rozszerzenia pliku." + +#: airtime_mvc/application/controllers/LocaleController.php:374 +msgid "File size error." +msgstr "Błąd rozmiaru pliku." + +#: airtime_mvc/application/controllers/LocaleController.php:375 +msgid "File count error." +msgstr "Błąd liczenia plików" + +#: airtime_mvc/application/controllers/LocaleController.php:376 +msgid "Init error." +msgstr "Błąd inicjalizacji" + +#: airtime_mvc/application/controllers/LocaleController.php:377 +msgid "HTTP Error." +msgstr "Błąd HTTP." + +#: airtime_mvc/application/controllers/LocaleController.php:378 +msgid "Security error." +msgstr "Błąd zabezpieczeń." + +#: airtime_mvc/application/controllers/LocaleController.php:379 +msgid "Generic error." +msgstr "Błąd ogólny." + +#: airtime_mvc/application/controllers/LocaleController.php:380 +msgid "IO error." +msgstr "Błąd I/O" + +#: airtime_mvc/application/controllers/LocaleController.php:381 +#, php-format +msgid "File: %s" +msgstr "Plik: %s" + +#: airtime_mvc/application/controllers/LocaleController.php:383 +#, php-format +msgid "%d files queued" +msgstr "%d plików oczekujących" + +#: airtime_mvc/application/controllers/LocaleController.php:384 +msgid "File: %f, size: %s, max file size: %m" +msgstr "Plik: %f, rozmiar %s, maksymalny rozmiar pliku: %m" + +#: airtime_mvc/application/controllers/LocaleController.php:385 +msgid "Upload URL might be wrong or doesn't exist" +msgstr "URL nie istnieje bądź jest niewłaściwy" + +#: airtime_mvc/application/controllers/LocaleController.php:386 +msgid "Error: File too large: " +msgstr "Błąd: plik jest za duży:" + +#: airtime_mvc/application/controllers/LocaleController.php:387 +msgid "Error: Invalid file extension: " +msgstr "Błąd: nieprawidłowe rozszerzenie pliku:" + +#: airtime_mvc/application/controllers/ShowbuilderController.php:190 +#: airtime_mvc/application/controllers/LibraryController.php:161 +msgid "Preview" +msgstr "Podgląd" + +#: airtime_mvc/application/controllers/ShowbuilderController.php:192 +msgid "Select cursor" +msgstr "Wybierz kursor" + +#: airtime_mvc/application/controllers/ShowbuilderController.php:193 +msgid "Remove cursor" +msgstr "Usuń kursor" + +#: airtime_mvc/application/controllers/ShowbuilderController.php:198 +#: airtime_mvc/application/controllers/LibraryController.php:189 +#: airtime_mvc/application/controllers/LibraryController.php:218 +#: airtime_mvc/application/controllers/LibraryController.php:237 +#: airtime_mvc/application/controllers/ScheduleController.php:315 +#: airtime_mvc/application/controllers/ScheduleController.php:322 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:26 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:23 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:18 +msgid "Delete" +msgstr "Usuń" + +#: airtime_mvc/application/controllers/ShowbuilderController.php:212 +msgid "show does not exist" +msgstr "program nie istnieje" + +#: airtime_mvc/application/controllers/ListenerstatController.php:56 +msgid "" +"Please make sure admin user/password is correct on System->Streams page." +msgstr "" +"Upewnij się, że nazwa użytkownika i hasło są poprawne w System->Strumienie." + +#: airtime_mvc/application/controllers/ApiController.php:57 +#: airtime_mvc/application/controllers/ApiController.php:84 +msgid "You are not allowed to access this resource." +msgstr "Nie masz dostępu do tej lokalizacji" + +#: airtime_mvc/application/controllers/ApiController.php:286 +#: airtime_mvc/application/controllers/ApiController.php:325 +msgid "You are not allowed to access this resource. " +msgstr "Nie masz dostępu do tej lokalizacji." + +#: airtime_mvc/application/controllers/ApiController.php:507 +msgid "File does not exist in Airtime." +msgstr "Plik nie istnieje w Airtime." + +#: airtime_mvc/application/controllers/ApiController.php:520 +msgid "File does not exist in Airtime" +msgstr "Plik nie istnieje w Airtime" + +#: airtime_mvc/application/controllers/ApiController.php:532 +msgid "File doesn't exist in Airtime." +msgstr "Plik nie istnieje w Airtime." + +#: airtime_mvc/application/controllers/ApiController.php:578 +msgid "Bad request. no 'mode' parameter passed." +msgstr "Złe zapytanie. Nie zaakceprtowano parametru 'mode'" + +#: airtime_mvc/application/controllers/ApiController.php:588 +msgid "Bad request. 'mode' parameter is invalid" +msgstr "Złe zapytanie. Parametr 'mode' jest nieprawidłowy" + +#: airtime_mvc/application/controllers/LibraryController.php:95 +#: airtime_mvc/application/controllers/PlaylistController.php:127 +#, php-format +msgid "%s not found" +msgstr "nie znaleziono %s" + +#: airtime_mvc/application/controllers/LibraryController.php:104 +#: airtime_mvc/application/controllers/PlaylistController.php:148 +msgid "Something went wrong." +msgstr "Wystapił błąd" + +#: airtime_mvc/application/controllers/LibraryController.php:182 +#: airtime_mvc/application/controllers/LibraryController.php:206 +#: airtime_mvc/application/controllers/LibraryController.php:229 +msgid "Add to Playlist" +msgstr "Dodaj do listy odtwarzania" + +#: airtime_mvc/application/controllers/LibraryController.php:184 +msgid "Add to Smart Block" +msgstr "Dodaj do smartblocku" + +#: airtime_mvc/application/controllers/LibraryController.php:194 +#: airtime_mvc/application/controllers/ScheduleController.php:897 +msgid "Download" +msgstr "Pobierz" + +#: airtime_mvc/application/controllers/LibraryController.php:198 +msgid "Duplicate Playlist" +msgstr "Skopiuj listę odtwarzania" + +#: airtime_mvc/application/controllers/LibraryController.php:213 +#: airtime_mvc/application/controllers/LibraryController.php:235 +msgid "Edit" +msgstr "Edytuj" + +#: airtime_mvc/application/controllers/LibraryController.php:248 +msgid "Soundcloud" +msgstr "Soundcloud" + +#: airtime_mvc/application/controllers/LibraryController.php:254 +#: airtime_mvc/application/controllers/ScheduleController.php:284 +msgid "View on Soundcloud" +msgstr "Zobacz na Soundcloud" + +#: airtime_mvc/application/controllers/LibraryController.php:258 +#: airtime_mvc/application/controllers/ScheduleController.php:287 +msgid "Re-upload to SoundCloud" +msgstr "Prześlij ponownie do SoundCloud" + +#: airtime_mvc/application/controllers/LibraryController.php:260 +#: airtime_mvc/application/controllers/ScheduleController.php:287 +msgid "Upload to SoundCloud" +msgstr "Prześlij do SoundCloud" + +#: airtime_mvc/application/controllers/LibraryController.php:267 +msgid "No action available" +msgstr "Brak dostepnych czynności" + +#: airtime_mvc/application/controllers/LibraryController.php:287 +msgid "You don't have permission to delete selected items." +msgstr "Nie masz uprawnień do usunięcia wybranych elementów" + +#: airtime_mvc/application/controllers/LibraryController.php:336 +msgid "Could not delete some scheduled files." +msgstr "Nie można skasować niektórych plików z harmonogramu." + +#: airtime_mvc/application/controllers/LibraryController.php:375 +#, php-format +msgid "Copy of %s" +msgstr "Kopia %s" + +#: airtime_mvc/application/controllers/PlaylistController.php:45 +#, php-format +msgid "You are viewing an older version of %s" +msgstr "Przeglądasz starszą wersję %s" + +#: airtime_mvc/application/controllers/PlaylistController.php:120 +msgid "You cannot add tracks to dynamic blocks." +msgstr "Nie można dodać ścieżek do bloków dynamicznych" + +#: airtime_mvc/application/controllers/PlaylistController.php:141 +#, php-format +msgid "You don't have permission to delete selected %s(s)." +msgstr "Nie masz pozwolenia na usunięcie wybranych %s(s)" + +#: airtime_mvc/application/controllers/PlaylistController.php:154 +msgid "You can only add tracks to smart block." +msgstr "Utwory mogą być dodane tylko do smartblocku" + +#: airtime_mvc/application/controllers/PlaylistController.php:172 +msgid "Untitled Playlist" +msgstr "Lista odtwarzania bez tytułu" + +#: airtime_mvc/application/controllers/PlaylistController.php:174 +msgid "Untitled Smart Block" +msgstr "Smartblock bez tytułu" + +#: airtime_mvc/application/controllers/PlaylistController.php:437 +msgid "Unknown Playlist" +msgstr "Nieznana playlista" + +#: airtime_mvc/application/controllers/ScheduleController.php:252 +msgid "View Recorded File Metadata" +msgstr "Przeglądaj metadane nagrania" + +#: airtime_mvc/application/controllers/ScheduleController.php:264 +msgid "Remove All Content" +msgstr "Usuń całą zawartość" + +#: airtime_mvc/application/controllers/ScheduleController.php:271 +msgid "Show Content" +msgstr "Zawartość programu" + +#: airtime_mvc/application/controllers/ScheduleController.php:295 +#: airtime_mvc/application/controllers/ScheduleController.php:302 +msgid "Cancel Current Show" +msgstr "Skasuj obecny program" + +#: airtime_mvc/application/controllers/ScheduleController.php:299 +#: airtime_mvc/application/controllers/ScheduleController.php:309 +msgid "Edit Show" +msgstr "Edytuj program" + +#: airtime_mvc/application/controllers/ScheduleController.php:317 +msgid "Delete This Instance" +msgstr "Usuń tą instancję" + +#: airtime_mvc/application/controllers/ScheduleController.php:319 +msgid "Delete This Instance and All Following" +msgstr "Usuń ten i wszystkie inne instancje" + +#: airtime_mvc/application/controllers/ScheduleController.php:445 +#, php-format +msgid "Rebroadcast of show %s from %s at %s" +msgstr "Retransmisja programu %sfrom%sat%s" + +#: airtime_mvc/application/controllers/WebstreamController.php:29 +#: airtime_mvc/application/controllers/WebstreamController.php:33 +msgid "Untitled Webstream" +msgstr "Webstream bez nazwy" + +#: airtime_mvc/application/controllers/WebstreamController.php:138 +msgid "Webstream saved." +msgstr "Zapisano webstream" + +#: airtime_mvc/application/controllers/WebstreamController.php:146 +msgid "Invalid form values." +msgstr "Nieprawidłowe wartości formularzy" + +#: airtime_mvc/application/views/scripts/listenerstat/index.phtml:2 +msgid "Listener Count Over Time" +msgstr "Licznik słuchaczy na przestrzeni czasu" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:3 +msgid "Previous:" +msgstr "Poprzedni:" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:10 +msgid "Next:" +msgstr "Następny:" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:24 +msgid "Source Streams" +msgstr "Strumienie źródłowe" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:29 +msgid "Master Source" +msgstr "Źródło Nadrzędne" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:38 +msgid "Show Source" +msgstr "Źródło Programu" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:45 +msgid "Scheduled Play" +msgstr "Planowane odtwarzanie" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:54 +msgid "ON AIR" +msgstr "Na antenie" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:55 +msgid "Listen" +msgstr "Słuchaj" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:59 +msgid "Station time" +msgstr "Czas stacji" + +#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:3 +msgid "Your trial expires in" +msgstr "Twoja próba wygasa" + +#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9 +msgid "Purchase your copy of Airtime" +msgstr "Zakup kopię Airtime'a" + +#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9 +msgid "My Account" +msgstr "Moje konto" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:3 +msgid "Manage Users" +msgstr "Zarządzaj Użytkownikami" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:10 +msgid "New User" +msgstr "Nowy Użytkownik" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:17 +msgid "id" +msgstr "id" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:19 +msgid "First Name" +msgstr "Imię" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:20 +msgid "Last Name" +msgstr "Nazwisko" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:21 +msgid "User Type" +msgstr "Typ użytkownika" + +#: airtime_mvc/application/views/scripts/dashboard/about.phtml:5 +#, php-format +msgid "" +"%sAirtime%s %s, the open radio software for scheduling and remote station " +"management. %s" +msgstr "" +"%sAirtime%s %s otwarte oprogramowanie radiowe do planowania i zdalnego " +"zarządzania stacją. %s" + +#: airtime_mvc/application/views/scripts/dashboard/about.phtml:13 +#, php-format +msgid "" +"%sSourcefabric%s o.p.s. Airtime is distributed under the %sGNU GPL v.3%s" +msgstr "" +"%sSourcefabric%s o.p.s. Airtime jest rozpowszechniany na podstawie %sGNU GPL " +"v.3%s" + +#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:3 +msgid "Share" +msgstr "Podziel się" + +#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:64 +msgid "Select stream:" +msgstr "Wybierz strumień:" + +#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:90 +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:50 +msgid "mute" +msgstr "wycisz" + +#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:91 +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:53 +msgid "unmute" +msgstr "włącz głos" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:3 +msgid "Welcome to Airtime!" +msgstr "Witamy w Airtime!" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:4 +msgid "" +"Here's how you can get started using Airtime to automate your broadcasts: " +msgstr "" +"Dowiedz się jak rozpocząć użytkowanie Airtime'a, aby zautomatyzować " +"transmisje radiowe:" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:7 +msgid "" +"Begin by adding your files to the library using the 'Add Media' menu button. " +"You can drag and drop your files to this window too." +msgstr "" +"Zacznij od dodania swoich plików do biblioteki używając przycisku \"dodaj " +"media\" w menu programu\". Możesz także przeciągnąć pliki do tego okna." + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:8 +msgid "" +"Create a show by going to 'Calendar' in the menu bar, and then clicking the " +"'+ Show' icon. This can be either a one-time or repeating show. Only admins " +"and program managers can add shows." +msgstr "" +"Utwórz program przechodząc do '\"kalendarza\" w pasku \"menu\" a następnie " +"klikając w ikonę \"+ Program\". Można utworzyć program do jednorazowego bądź " +"wielokrotnego odtwarzania. Jedynie administratorzy i zarządzający programami " +"mogą je dodawać." + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:9 +msgid "" +"Add media to the show by going to your show in the Schedule calendar, left-" +"clicking on it and selecting 'Add / Remove Content'" +msgstr "" +"Dodaj media do programu przez przejście do programu z kalendarza, kliknij na " +"niego lewym przyciskiem myszki wybierając opcję 'dodaj/usuń zawartość'" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:10 +msgid "" +"Select your media from the left pane and drag them to your show in the right " +"pane." +msgstr "" +"Wybierz media z lewego okna i przeciągnij do utworzonego programu w prawym " +"oknie" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:12 +msgid "Then you're good to go!" +msgstr "Gotowe!" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:13 +#, php-format +msgid "For more detailed help, read the %suser manual%s." +msgstr "W celu uzyskania szczegółowej pomocy, skorzystaj z %suser manual%s" + +#: airtime_mvc/application/views/scripts/playlist/update.phtml:40 +msgid "Expand Static Block" +msgstr "Zwiększ bok statyczny" + +#: airtime_mvc/application/views/scripts/playlist/update.phtml:45 +msgid "Expand Dynamic Block" +msgstr "Zwiększ blok dynamiczny" + +#: airtime_mvc/application/views/scripts/playlist/update.phtml:98 +msgid "Empty smart block" +msgstr "Pusty smart block" + +#: airtime_mvc/application/views/scripts/playlist/update.phtml:100 +msgid "Empty playlist" +msgstr "Pusta playlista" + +#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:3 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:66 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:71 +msgid "Fade out: " +msgstr "Wyciszanie [fade out]:" + +#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:3 +#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:10 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:68 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:71 +msgid "(ss.t)" +msgstr "(ss.t)" + +#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:10 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:63 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:68 +msgid "Fade in: " +msgstr "Zgłaśnianie [fade in]:" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:10 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:10 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:4 +msgid "New" +msgstr "Nowy" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:13 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:13 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:7 +msgid "New Playlist" +msgstr "Nowa lista odtwarzania" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:14 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:14 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:8 +msgid "New Smart Block" +msgstr "Nowy Smartblock" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:15 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:15 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:9 +msgid "New Webstream" +msgstr "Nowy webstream" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:20 +msgid "Shuffle playlist" +msgstr "Wymieszaj listę odtwarzania" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:23 +msgid "Save playlist" +msgstr "Zapisz listę odtwarzania" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:30 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:27 +msgid "Playlist crossfade" +msgstr "Płynne przenikanie utworów na liście dotwarzania" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:49 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:51 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:38 +msgid "View / edit description" +msgstr "Zobacz/edytuj opis" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:81 +msgid "No open playlist" +msgstr "Brak otwartej listy odtwarzania" + +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:86 +msgid "No open smart block" +msgstr "Brak otwartego smartblocka" + +#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:2 +msgid "Cue In: " +msgstr "Zgłaśnianie [Cue in]:" + +#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:2 +#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:7 +msgid "(hh:mm:ss.t)" +msgstr "(hh:mm:ss.t)" + +#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:7 +msgid "Cue Out: " +msgstr "Wyciszanie [Cue out]:" + +#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:12 +msgid "Original Length:" +msgstr "Oryginalna długość:" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:6 +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:40 +msgid "Add this show" +msgstr "Dodaj program" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:6 +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:40 +msgid "Update show" +msgstr "Aktualizuj program" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:10 +msgid "What" +msgstr "Co" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14 +msgid "When" +msgstr "Kiedy" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:19 +msgid "Live Stream Input" +msgstr "Wejście Strumienia \"Na żywo\"" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:23 +msgid "Record & Rebroadcast" +msgstr "Nagrywaj i odtwarzaj ponownie" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:29 +msgid "Who" +msgstr "Kto" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:33 +msgid "Style" +msgstr "Styl" + +#: airtime_mvc/application/views/scripts/login/password-restore-after.phtml:3 +msgid "Email sent" +msgstr "Email został wysłany" + +#: airtime_mvc/application/views/scripts/login/password-restore-after.phtml:6 +msgid "An email has been sent" +msgstr "E-mail został wysłany" + +#: airtime_mvc/application/views/scripts/login/password-restore-after.phtml:7 +msgid "Back to login screen" +msgstr "Powrót do okna logowania" + +#: airtime_mvc/application/views/scripts/login/index.phtml:7 +msgid "" +"Welcome to the online Airtime demo! You can log in using the username " +"'admin' and the password 'admin'." +msgstr "" +"Witamy w internetowej wersji demonstracyjnej programu Airtime. Możesz się " +"zalogować, wpisując login 'admin' oraz hasło 'admin'" + +#: airtime_mvc/application/views/scripts/login/password-restore.phtml:3 +#: airtime_mvc/application/views/scripts/form/login.phtml:34 +msgid "Reset password" +msgstr "Resetuj hasło" + +#: airtime_mvc/application/views/scripts/login/password-restore.phtml:7 +msgid "" +"Please enter your account e-mail address. You will receive a link to create " +"a new password via e-mail." +msgstr "" +"Wprowadź adres swojego konta e-mail, na który zostanie przesłany link w celu " +"utworzenia nowego hasła. " + +#: airtime_mvc/application/views/scripts/login/password-change.phtml:3 +msgid "New password" +msgstr "Nowe hasło" + +#: airtime_mvc/application/views/scripts/login/password-change.phtml:6 +msgid "Please enter and confirm your new password in the fields below." +msgstr "Wprowadź i potwierdź swoje hasło w poniższych polach" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:4 +msgid "Service" +msgstr "Usługa" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:6 +msgid "Uptime" +msgstr "Czas pracy" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:7 +msgid "CPU" +msgstr "CPU" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:8 +msgid "Memory" +msgstr "Pamięć" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:14 +msgid "Airtime Version" +msgstr "Wersja Airtime" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:30 +msgid "Disk Space" +msgstr "Miejsce na dysku " + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:22 +msgid "previous" +msgstr "poprzedni" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:25 +msgid "play" +msgstr "play" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:28 +msgid "pause" +msgstr "pauza" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:31 +msgid "next" +msgstr "następny" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:34 +msgid "stop" +msgstr "stop" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:59 +msgid "max volume" +msgstr "maksymalna głośność" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:69 +msgid "Update Required" +msgstr "Wymagana aktualizacja" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:70 +#, php-format +msgid "" +"To play the media you will need to either update your browser to a recent " +"version or update your %sFlash plugin%s." +msgstr "" +"By odtworzyć medium, należy zaktualizować przeglądarkę do najnowszej wersji " +"bądź zainstalowac aktualizację %sFlash plugin%s" + +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:51 +msgid "Stream URL:" +msgstr "URL strumienia:" + +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:56 +msgid "Default Length:" +msgstr "Domyślna długość:" + +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:63 +msgid "No webstream" +msgstr "Brak webstreamu" + +#: airtime_mvc/application/views/scripts/error/error.phtml:6 +msgid "Zend Framework Default Application" +msgstr "Aplikacja domyślna Zend Framework" + +#: airtime_mvc/application/views/scripts/error/error.phtml:10 +msgid "Page not found!" +msgstr "Nie znaleziono strony!" + +#: airtime_mvc/application/views/scripts/error/error.phtml:11 +msgid "Looks like the page you were looking for doesn't exist!" +msgstr "Wygląda na to, że strona, której szukasz nie istnieje" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:4 +msgid "Stream " +msgstr "Strumień" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:33 +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:47 +#: airtime_mvc/application/views/scripts/form/preferences_email_server.phtml:44 +#: airtime_mvc/application/views/scripts/form/preferences_email_server.phtml:74 +#: airtime_mvc/application/views/scripts/form/preferences_email_server.phtml:90 +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:47 +#: airtime_mvc/application/views/scripts/form/preferences_soundcloud.phtml:44 +#: airtime_mvc/application/views/scripts/form/preferences_soundcloud.phtml:59 +#: airtime_mvc/application/views/scripts/form/preferences_general.phtml:71 +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:46 +msgid "(Required)" +msgstr "(Wymagane)" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:76 +msgid "Additional Options" +msgstr "Opcje dodatkowe" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:136 +msgid "" +"The following info will be displayed to listeners in their media player:" +msgstr "W odtwarzaczu słuchacza wyświetli sie nastepujaca informacja:" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:169 +msgid "(Your radio station website)" +msgstr "(Strona internetowa Twojej stacji)" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:207 +msgid "Stream URL: " +msgstr "URL strumienia:" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:9 +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:27 +msgid "Choose folder" +msgstr "Wybierz folder" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:10 +msgid "Set" +msgstr "Ustaw" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:19 +msgid "Current Import Folder:" +msgstr "Aktualny folder importu:" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:28 +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast-absolute.phtml:40 +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast.phtml:41 +msgid "Add" +msgstr "Dodaj" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:43 +msgid "" +"Rescan watched directory (This is useful if it is network mount and may be " +"out of sync with Airtime)" +msgstr "" +"Przeskanuj ponownie obserwowany katalog (Przydatne w przypadku " +"rozsynchronizowanego dysku sieciowego)." + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:44 +msgid "Remove watched directory" +msgstr "Usuń obserwowany katalog." + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:50 +msgid "You are not watching any media folders." +msgstr "Nie obserwujesz w tej chwili żadnych folderów" + +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast-absolute.phtml:4 +msgid "Choose Days:" +msgstr "Wybierz dni:" + +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast-absolute.phtml:18 +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast.phtml:18 +msgid "Remove" +msgstr "Usuń" + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:1 +msgid "Register Airtime" +msgstr "Zarejestruj Airtime" + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:6 +#, php-format +msgid "" +"Help Airtime improve by letting us know how you are using it. This info will " +"be collected regularly in order to enhance your user experience.%sClick " +"'Yes, help Airtime' and we'll make sure the features you use are constantly " +"improving." +msgstr "" +"W celu udoskonalenia programu Airtime, prosimy o przesłanie informacji " +"zwrotnej o sposobie uzytkowania. Informacje takie będą zbierane regualrnie w " +"celu poprawienia jakości uzytkowania. %s Kliknij \"Tak, chcę wesprzeć Airtime" +"\", dołożymy starań, by funkcje, których używasz, były stale ulepszane." + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:25 +#, php-format +msgid "" +"Click the box below to advertise your station on %sSourcefabric.org%s. In " +"order to promote your station, 'Send support feedback' must be enabled. This " +"data will be collected in addition to the support feedback." +msgstr "" +"Kliknij w poniższe pole w celu umieszczenia reklamy twojej radiostacji na %s " +"Sourfabric.org%s. Należy przy tym udostępnić opcję 'Wyślij informację " +"zwrotną'. Informacje te będą pozyskiwane razem z informacją zwrotną." + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:65 +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:79 +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:61 +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:76 +msgid "(for verification purposes only, will not be published)" +msgstr "(tylko dla celów weryfikacji, dane nie będą rozpowszechniane)" + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:150 +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:151 +msgid "Note: Anything larger than 600x600 will be resized." +msgstr "" +"Uwaga: każdy plik o rozmiarze większym niż 600x600 zostanie zmniejszony" + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:164 +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:164 +msgid "Show me what I am sending " +msgstr "Pokazuj, co wysyłam" + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:178 +msgid "Terms and Conditions" +msgstr "Zasady i warunki" + +#: airtime_mvc/application/views/scripts/form/showbuilder.phtml:7 +msgid "Find Shows" +msgstr "Znajdź audycję" + +#: airtime_mvc/application/views/scripts/form/showbuilder.phtml:12 +msgid "Filter By Show:" +msgstr "Filtruj wg audycji" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:2 +msgid "Input Stream Settings" +msgstr "Ustawienia strumienia wejściowego" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:109 +msgid "Master Source Connection URL:" +msgstr "Adres URL połącznia dla Źródła Nadrzędnego" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:115 +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:159 +msgid "Override" +msgstr "Zastąp" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:120 +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:164 +msgid "OK" +msgstr "OK" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:120 +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:164 +msgid "RESET" +msgstr "RESETUJ" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:153 +msgid "Show Source Connection URL:" +msgstr "Adres URL połączenia dla Żródła Programu" + +#: airtime_mvc/application/views/scripts/form/edit-user.phtml:1 +#, php-format +msgid "%s's Settings" +msgstr "ustawienia %s's " + +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast.phtml:4 +msgid "Repeat Days:" +msgstr "Dni powtarzania:" + +#: airtime_mvc/application/views/scripts/form/daterange.phtml:6 +msgid "Filter History" +msgstr "Filtruj Historię" + +#: airtime_mvc/application/views/scripts/form/preferences.phtml:5 +msgid "Email / Mail Server Settings" +msgstr "Ustawienia Email/Serwera pocztowego" + +#: airtime_mvc/application/views/scripts/form/preferences.phtml:10 +msgid "SoundCloud Settings" +msgstr "Ustawienia SoundCloud" + +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:5 +#, php-format +msgid "" +"Help Airtime improve by letting Sourcefabric know how you are using it. This " +"information will be collected regularly in order to enhance your user " +"experience.%sClick the 'Send support feedback' box and we'll make sure the " +"features you use are constantly improving." +msgstr "" +"W celu udoskonalenia programu Airtime, prosimy o przesłanie informacji " +"zwrotnej o sposobie uzytkowania. Informacje takie będą zbierane regualrnie w " +"celu poprawienia jakości uzytkowania. %s Kliknij \"Tak, chcę wesprzeć Airtime" +"\", dołożymy starań, by funkcje, których używasz, były stale ulepszane." + +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:23 +#, php-format +msgid "Click the box below to promote your station on %sSourcefabric.org%s." +msgstr "" +"Kliknij w poniższe pole w celu zareklamowania swojej stacji na " +"%sSourcefabric.org%s." + +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:41 +msgid "" +"(In order to promote your station, 'Send support feedback' must be enabled)." +msgstr "" +"(Aby promowac stację, należy udostepnić funkcję \"wyślij informację zwrotną" +"\")" + +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:186 +msgid "Sourcefabric Privacy Policy" +msgstr "Polityka prywatności Sourcefabric" + +#: airtime_mvc/application/views/scripts/form/add-show-live-stream.phtml:53 +msgid "Connection URL: " +msgstr "Połaczenie URL:" + +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:3 +msgid "Smart Block Options" +msgstr "Opcje smart blocku" + +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:63 +msgid " to " +msgstr "do" + +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:120 +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:133 +msgid "files meet the criteria" +msgstr "pliki spełniają kryteria" + +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:127 +msgid "file meet the criteria" +msgstr "plik spełnia kryteria" + +#: airtime_mvc/application/views/scripts/showbuilder/builderDialog.phtml:3 +#: airtime_mvc/application/views/scripts/library/library.phtml:2 +msgid "File import in progress..." +msgstr "Importowanie plików w toku..." + +#: airtime_mvc/application/views/scripts/showbuilder/builderDialog.phtml:5 +#: airtime_mvc/application/views/scripts/library/library.phtml:5 +msgid "Advanced Search Options" +msgstr "Zaawansowane opcje wyszukiwania" + +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:2 +msgid "Stream Settings" +msgstr "Ustawienia strumienia" + +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:12 +msgid "Global Settings" +msgstr "Ustawienia ogólne" + +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:88 +msgid "dB" +msgstr "dB" + +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:107 +msgid "Output Stream Settings" +msgstr "Ustawienia strumienia wyjściowego" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:7 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:30 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:32 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:128 +msgid "Length:" +msgstr "Długość: " + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:8 +msgid "Sample Rate:" +msgstr "Częstotliwość próbkowania:" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:18 +msgid "Isrc Number:" +msgstr "Numer Isrc:" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:21 +msgid "File Path:" +msgstr "Ścieżka pliku:" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:39 +msgid "Web Stream" +msgstr "Web Stream" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:40 +msgid "Dynamic Smart Block" +msgstr "Smart block dynamiczny" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:41 +msgid "Static Smart Block" +msgstr "Smart block statyczny" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:42 +msgid "Audio Track" +msgstr "Ścieżka audio" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:48 +msgid "Playlist Contents: " +msgstr "Zawartość listy odtwarzania:" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:50 +msgid "Static Smart Block Contents: " +msgstr "Zawartość statycznego Smart Blocka:" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:89 +msgid "Dynamic Smart Block Criteria: " +msgstr "Kryteria dynamicznego Smart Blocku " + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:118 +msgid "Limit to " +msgstr "Ogranicz(enie) do:" + +#: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:512 +msgid "Please selection an option" +msgstr "Wybierz opcję" + +#: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:531 +msgid "No Records" +msgstr "Brak danych" From 60d6f5585bd4d6ece750b4b54813f38e864680bb Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Mon, 4 Feb 2013 16:27:09 -0500 Subject: [PATCH 04/53] CC-4913: System -> Media Folder: Exception happens when media folder's path contains '<' --- .../views/scripts/form/preferences_watched_dirs.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml b/airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml index ad8e77797..6c3030903 100644 --- a/airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml +++ b/airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml @@ -39,7 +39,7 @@ 0): ?>

- getExistsFlag())?"":""?>getDirectory();?> + getExistsFlag())?"":""?>getDirectory());?> " class="ui-icon ui-icon-refresh"> " class="ui-icon ui-icon-close"> From 74bc485b4b948ae1e62fa6e6d37e101d071e807a Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 5 Feb 2013 10:56:38 -0500 Subject: [PATCH 05/53] XSS exploit prevention - Calendar - Show Contents - Playlist tooltip in Library page - Adding track to a show - Widgets - Playlist/Webstream title and description - Smart block expansion --- .../application/controllers/ApiController.php | 30 +++++++++++++++++-- airtime_mvc/application/models/Block.php | 6 +++- airtime_mvc/application/models/Playlist.php | 4 +++ .../application/models/ShowBuilder.php | 6 ++-- .../library/get-file-metadata.ajax.phtml | 23 ++++++++++++-- .../views/scripts/playlist/smart-block.phtml | 2 +- .../views/scripts/playlist/update.phtml | 1 - .../views/scripts/webstream/webstream.phtml | 2 +- 8 files changed, 63 insertions(+), 11 deletions(-) diff --git a/airtime_mvc/application/controllers/ApiController.php b/airtime_mvc/application/controllers/ApiController.php index 6bbe480da..62823103d 100644 --- a/airtime_mvc/application/controllers/ApiController.php +++ b/airtime_mvc/application/controllers/ApiController.php @@ -261,7 +261,14 @@ class ApiController extends Zend_Controller_Action "currentShow"=>Application_Model_Show::getCurrentShow($utcTimeNow), "nextShow"=>Application_Model_Show::getNextShows($utcTimeNow, $limit, $utcTimeEnd) ); - + // XSS exploit prevention + foreach ($result["currentShow"] as &$current) { + $current["name"] = htmlspecialchars($current["name"]); + } + foreach ($result["nextShow"] as &$next) { + $next["name"] = htmlspecialchars($next["name"]); + } + Application_Model_Show::convertToLocalTimeZone($result["currentShow"], array("starts", "ends", "start_timestamp", "end_timestamp")); Application_Model_Show::convertToLocalTimeZone($result["nextShow"], @@ -269,6 +276,17 @@ class ApiController extends Zend_Controller_Action } else { $result = Application_Model_Schedule::GetPlayOrderRange(); + // XSS exploit prevention + $result["previous"]["name"] = htmlspecialchars($result["previous"]["name"]); + $result["current"]["name"] = htmlspecialchars($result["current"]["name"]); + $result["next"]["name"] = htmlspecialchars($result["next"]["name"]); + foreach ($result["currentShow"] as &$current) { + $current["name"] = htmlspecialchars($current["name"]); + } + foreach ($result["nextShow"] as &$next) { + $next["name"] = htmlspecialchars($next["name"]); + } + //Convert from UTC to localtime for Web Browser. Application_Model_Show::ConvertToLocalTimeZone($result["currentShow"], array("starts", "ends", "start_timestamp", "end_timestamp")); @@ -315,7 +333,15 @@ class ApiController extends Zend_Controller_Action $result[$dow[$i]] = $shows; } - + + // XSS exploit prevention + foreach ($dow as $d) { + foreach ($result[$d] as &$show) { + $show["name"] = htmlspecialchars($show["name"]); + $show["url"] = htmlspecialchars($show["url"]); + } + } + //used by caller to determine if the airtime they are running or widgets in use is out of date. $result['AIRTIME_API_VERSION'] = AIRTIME_API_VERSION; header("Content-type: text/javascript"); diff --git a/airtime_mvc/application/models/Block.php b/airtime_mvc/application/models/Block.php index 7053e658d..ffe15ac56 100644 --- a/airtime_mvc/application/models/Block.php +++ b/airtime_mvc/application/models/Block.php @@ -257,6 +257,10 @@ SQL; //format original length $formatter = new LengthFormatter($row['orig_length']); $row['orig_length'] = $formatter->format(); + + // XSS exploit prevention + $row["track_title"] = htmlspecialchars($row["track_title"]); + $row["creator"] = htmlspecialchars($row["creator"]); } return $rows; @@ -1241,7 +1245,7 @@ SQL; foreach ($out as $crit) { $criteria = $crit->getDbCriteria(); $modifier = $crit->getDbModifier(); - $value = $crit->getDbValue(); + $value = htmlspecialchars($crit->getDbValue()); $extra = $crit->getDbExtra(); if ($criteria == "limit") { diff --git a/airtime_mvc/application/models/Playlist.php b/airtime_mvc/application/models/Playlist.php index 1c446f182..6745eecc6 100644 --- a/airtime_mvc/application/models/Playlist.php +++ b/airtime_mvc/application/models/Playlist.php @@ -269,6 +269,10 @@ SQL; //format original length $formatter = new LengthFormatter($row['orig_length']); $row['orig_length'] = $formatter->format(); + + // XSS exploit prevention + $row["track_title"] = htmlspecialchars($row["track_title"]); + $row["creator"] = htmlspecialchars($row["creator"]); } return $rows; diff --git a/airtime_mvc/application/models/ShowBuilder.php b/airtime_mvc/application/models/ShowBuilder.php index 72a5f6ab0..fd85487db 100644 --- a/airtime_mvc/application/models/ShowBuilder.php +++ b/airtime_mvc/application/models/ShowBuilder.php @@ -275,9 +275,9 @@ class Application_Model_ShowBuilder $formatter = new LengthFormatter(Application_Common_DateHelper::ConvertMSToHHMMSSmm($run_time*1000)); $row['runtime'] = $formatter->format(); - $row["title"] = $p_item["file_track_title"]; - $row["creator"] = $p_item["file_artist_name"]; - $row["album"] = $p_item["file_album_title"]; + $row["title"] = htmlspecialchars($p_item["file_track_title"]); + $row["creator"] = htmlspecialchars($p_item["file_artist_name"]); + $row["album"] = htmlspecialchars($p_item["file_album_title"]); $row["cuein"] = $p_item["cue_in"]; $row["cueout"] = $p_item["cue_out"]; diff --git a/airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml b/airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml index 4b1a38839..0e0d9cbcb 100644 --- a/airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml +++ b/airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml @@ -1,3 +1,9 @@ +md as $key => &$value) { + $value = $this->escape($value); +} +?> type == "audioclip") : ?> @@ -41,9 +47,18 @@ o
o + type == "playlist" || ($this->type == "block" && $this->blType == "Static")) {?> + contents as &$item) { + foreach ($item as $key => &$value) { + $value = $this->escape($value); + } + }*/ + ?> type == "playlist") { ?>
@@ -88,9 +103,13 @@ blType == "Dynamic") { ?>
md["MDATA_KEY_TITLE"]);?>
- contents["crit"] as $criterias) : ?> - + contents["crit"] as &$criterias) : ?> + $valMaxStrLen) { $crit["value"] = substr($crit["value"], 0, 24)."..."; diff --git a/airtime_mvc/application/views/scripts/playlist/smart-block.phtml b/airtime_mvc/application/views/scripts/playlist/smart-block.phtml index b1ca48da5..59ea2ce95 100644 --- a/airtime_mvc/application/views/scripts/playlist/smart-block.phtml +++ b/airtime_mvc/application/views/scripts/playlist/smart-block.phtml @@ -39,7 +39,7 @@ if (isset($this->obj)) { unsavedName)) echo $this->unsavedName; - else echo $this->obj->getName(); + else echo $this->escape($this->obj->getName()); ?> diff --git a/airtime_mvc/application/views/scripts/playlist/update.phtml b/airtime_mvc/application/views/scripts/playlist/update.phtml index a3a5b5b28..20ef17665 100644 --- a/airtime_mvc/application/views/scripts/playlist/update.phtml +++ b/airtime_mvc/application/views/scripts/playlist/update.phtml @@ -8,7 +8,6 @@ if ($item['type'] == 2) { $bl= new Application_Model_Block($item['item_id']); $staticBlock = $bl->isStatic(); } -$item["track_title"] = $this->escape($item["track_title"]); ?>
  • " unqid="">
    diff --git a/airtime_mvc/application/views/scripts/webstream/webstream.phtml b/airtime_mvc/application/views/scripts/webstream/webstream.phtml index 34131aabd..1c3657a75 100644 --- a/airtime_mvc/application/views/scripts/webstream/webstream.phtml +++ b/airtime_mvc/application/views/scripts/webstream/webstream.phtml @@ -29,7 +29,7 @@

    - obj->getName(); ?> + escape($this->obj->getName()); ?>

    obj->getDefaultLength(); ?>

    From b5eededd05cc04da5642ddcd801da191feaf723b Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 5 Feb 2013 11:14:53 -0500 Subject: [PATCH 06/53] New French po file --- .../locale/fr_FR/LC_MESSAGES/airtime.mo | Bin 64826 -> 64831 bytes .../locale/fr_FR/LC_MESSAGES/airtime.po | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/airtime_mvc/locale/fr_FR/LC_MESSAGES/airtime.mo b/airtime_mvc/locale/fr_FR/LC_MESSAGES/airtime.mo index e90db0ef5e4afced295932ce00cf33c71d3a8bae..eabbed19ca1161dc745e519689a8bbf88af6ad00 100644 GIT binary patch delta 4977 zcmXZgdsLT29>?(q5E0~}2m;FGhj;@cxr&+rk(^drIV`yzV$G7&R!`=p)~=WKx2Wxr zJ?bW#${uphS+6aN<`Km3UKwg@CYl;4CZeuFUP3KEZTJ0g=C9Yx{GOTl&Ue1ggSDs2 z>tL7Hjw?}af5&lBsvRd9voIK^U_X2lV{ip_$0|(2YV^SCsQIlJgg>F?`_wp2DE7lB zOhPZrLtiYgzfZ1l+>a;BWgwOx-o<#_ihZyFL+~mppf2>m&|Qubfl-)%8R)`d^v0#w z6H8G6u0gH00sCXE{r%J~w>jBG1_JouDt5!W*b6(*g}${WLkXx%j6(&Ik2+ByD!^h? zK=0ra_#yVdGpOe;qMo~kq3Ge>Z5|9mMK~5$V<9SlR@4R$P!qgAHugs?n2dvP6z1T| zc6;P5TC-&Fd5zdqY+3Wxz2HVV>T*91vnJnKt;R`BXB3`u8*VUT|mui zLk0W@hhyL#vtcGG&>U24j7Jx~gag^%`J-t#8?8rC#ds4{JpOx45hmaW`r}b2DnXra zB`Py(u`gDk0{RTK@fp-}O_+_>a4Zhl=Qy71@4QY!shNX%a2_hs#i-Q(6*KYgs4Myg zRb=0zYM~tmU?-}EBKJE^DkflmoPr8yAu6C1I11lKfA)7y&2KYYRru?|a0|Pr@AfFQ78A7JYCND$`ZAzvBq` z*TBbiU>^>mf7m|QiaOaX^v1i`9XqYgQPcN96<;7~y%^NSarihhsCgq$ujSLI*L2oV z^6x`q4Fmd6tVd;}5|i)(`eDE^V>qh#;!yL3V=QK%GW8<%!?#fzu0}myjw;Sg=!<(% z0eW;UgCe)xm)}ijU9<%TqYQwNEP01}RfpgFgx1!eF zX{|-Ay9af32QfnL{}CEWRWs_n??P=DaKdCH8g;j+=!^N*BGksyP;bvF)H<6`Dc+BI zYno62Kg2)``O5qrhq>(UJWE4Al%gUoN2Trq)JZm@Qnmw?!fMoWdr&7ifGWCr)N{?K ztGt47*om4Kb<%Oh;6T*+Q_-z2(<~ZF{bJM!mY@QvK;3aA24F4f`NOD8okd;I4a~(K zQ5hN2V4k0WgXzylty6*8XDhmJTLbym11A_5fcH_U4nJi+o$1({{;yCed=-C#i|`#h zhdKD`(|pFU97m(~*XEB`Hfp_@sCE8~s)2IU6|Mi8{OcRNp8=h)5jEkz7>wP{m=lJf zo*Re?BpdZNp%6819qP5)j8S+JgYXt=qn}apqR*NPjX-7Y6*moSI2(0We?g^wI}XDA zsD)Zk@BLj=QTd!RS2Y-w(kxUhK=3!FisMlM zWTEaX54BJcD$uvE1j{f9LmJH&FceHHy5m=1Mz+&5f4@2o!qF&2G7=m9|zeC;mJq*Y0=gk$wU_bg9kLCUgXlUYW zRH~L>7_PxNxD8zxb-@IhiP|s+mGWPru4JO^&%<8y7onb8fx61I)_thg?=lW!f2Yk3 zgf*GST&N;?3boLSs3Mz%s)awG-kRk&1V6IB?GpE&PUBMs6hH@RBd=!jI)&gk`dL_nrKo_eSldt=x1&-TblC(Dj>=G~?H8c} zcneh%rPv=UF1yX$?6wayp*HvdwO|J-r5-J&+9OdPkO`=_qyVFFDk>v?LS5D0P$&PV zbvtU_UexP)2tBdhO~Z@EG1P`%qEd4fW3dfYJONkC@2RM&AA>qc0cxRX=;y)fhb!sN zy~;-noomz&T*p+*VQ>PzjpNaMn1((GLD$V6ha8O452%edqVDV%>Q0+cC-%5u7IvZL zFT^Kt8*1JKJMP(P{@sv{3ZMvca24jUjnhD5IRmaX^I`cHYNKJ_oBxn_9<%8$!hyIC zb+^svg*|SXl=`EKelY4SNwwq8qONotF2j6OEu6t{_IGaB2Rv_?RQjS8_D65*h0kDL zJ6?!S(4UM6Sc=`S2KAw;LtV{jRB>KK6`SX6vvD-4pQ1kdJ9#v8=f$XE`#ol18ES!3 z=#RHiHSrL&K=d8+WgCsk$O||O7ov)Bi?t4Q;^V0Kmrz&a`2+dar*qc(gGgK-mT-fq;V_^kDIJNZ}j_PA@RyQeh- z0~n9OKpcjOcrVFH(tRE`q4j{3`{~5=~5huAEG|B4VaBVKM@4x<8!#n zO=C2TN0^NxJIviLz;X2Ja3p$ln%8Fxrqll&rr;LTbB(Cf$90)c_j4FT|4mHA5>$qE zp)!5|l@a$RG*spFs7xG3J=lb*@@uGt`#dlUXP}B`D*EA4RK`}J7G8t8vT{_4x1uum zZ|sc+Z2u(s>iut_p@nXuCUl@8duYc!9-6E0M~#QregrDeSlds)82Txw0~J^cQ5l$m znOKG@`UVWs{|jlNp{l=++Q9RXdBDfo2UQC(sON^D0#2*$ObVUqmy(#2?n+J`ot#!3 hUe+(xFZT`CtJ7Vx=ggj7ol(6$(&L%xGhaNJCO&DlN^T>m$ruGLIOKc2@KvY+d-S57`52 zt;inQJzCc;L(Q#;dt24&FrlI;p+sEgQkN3<#P)hS=db5E=XWlj@8^8J-)MI|^xN^! zZ{zunp1(0By~3DS%)(F{h0*vb#^D@nfvd0&u16m{hpq4ehTtvKdf!T8!Z92>Vh{Ag zp%{qy?)QL}4T*VLHZRAvVWZ*b+-o z0WLu8w*+Hwll%SPX3sv^aRyrRLp?Ub>(~ZwV>~w7Vl$M8%EVw)AbF@KDnJEThzjWU zn2aA|03JroKaQGr2E(z@qoIkRTWy2`aUuNzQ~(!H2i!$1Fx#x{Q5z;>BKE;SINFUb zK^-tj76x+6#C+;Kv z{xlXapby0dsEm|jDjvfi4A^fCLls{vYF!d`!gN%ohGR6ojymvN)ci73aW2C^+=2@5 zOV14)LOppcDv-yhnrQhSV=^!Swc%(~5f)(=EJoe+-|;Ejgh_ZDwZ7Q_V|rpo)Vw^5 z!{4AX<;|v{6wN_>YTrdgwgMH<2Iu#fK>rbHfmvxw`U$|pJk{NZ$rH` zwWxsaVK9b#Yk!Z$T+TNGXy}JhRK#Vd)V+^-lI5tBtwp79J!;-&)RSyS72R&sypyP_ zJdItj0ktmjurbeI9BTiu=;_Nek%m$~1N8(mQ2{N+mROFhaT99(E>xzfQCD;xbMYrs zMl!4I{37g1e=2I9#i(;uVmz*{CjXkSpMlPJ6P4<)Blgpoif!rt9F@Xf;~1QdGw}!x z!e4yHKUS~|v(VJoKVI3W{U)IHc^g#&WvDCqpoaYG8@-JIJz))M!C4H&|Dm2R^m{um z4i!i?>Tf~;YTY8#YquOb;sFf7%cz4Mpw>klwHZo7?K{S!p#xt*-PNB_sb7PMxDB;Y z9qPTmjw&kOWA>^#p;DTKs)ZcX0}Vmd#01oXc&PmsVLEPceeW`j_6)SHwN;#e3Lp!0 zXG2jNjX(wZ8orJ5F%?6O+b>`aYTkHM4a{_|LKS5->YN%>fLD?IJmY`DR&xTXO1q&B z?uGiaW@8iHW5_|Z=&9s+4vNG;`&EWPxb(nsdjbtt?Guu>F1#WT8{nk6Z8sc zT%w^5&2y*i-Moa|=}$&o$@{24mb%|JpfYs;`(hn-z=(PqKp%{w|01f&r=kKX!6%tT zWqfr#_n$%Ia|RT^ZPY=JQLj_T843`ya5R>p0y^!yh&uQhDy2bZZ2)1Y45hgK2vh*C zp=zQOV{q|V&)&_aZbB{UfFDsC-bSUg5mPbZoc(|dLA@pU7>i?38TljXs{V?4@{gQr zP#>NxsMmET`r>Ynh98YRr~~(*Qd5nc@FJ>s0?ymtQ&3f(iF%TJ)JEel$cNVt=hL5j zfq$UlBOHb2F4}*T_Gd7k{_FSxdb?=ogAjDd{&DD!UFg4sI(RAS&i0`0^d#zu8&Mm_ zT(;|rF@^qW)VgDCya^NNr(UrEjKD$k=ixBD|5Y^RG7xjsepvp2I;iW9_CF+^!yNk4 zQ5$VV-R(*AL%(Y_rT!RCzcuPDNpa%?P**w_OEC{s3x_e1^UZlTp$V1BX4mb;{@9#; zOZ*wOb>jt?On)RMVJSAl4X6)QCF*Jpp^CE}RcuYDgQITPeoqYJd^41W?z|9HY;WK| zoR8YzAhyCQsG7Kk+A!*-{jz1CGBON%U@@u~S2!zC2k%9#{{eMHP3Y-U+vO*FhrLh- zjdxDPc={!nf=f_$Uxfn-4 z>q<}=+K9^dc2q{Z&uFO1ccU_~7d5dKRpn<;8wWqK8>gd+XeztN6|p!)4lfp&2HM2w@~6ZJs( z&H_{hM&SUQk1F~qjL`oJsimQ+zll1y$xZNWvJ-<*2S%gjbw&l;tKvawcu`PV&$NvA jw9Ks3-W8FHqB}Kzc53k(MHSCfEa~8rTXEvsi9P=hu1}k^ diff --git a/airtime_mvc/locale/fr_FR/LC_MESSAGES/airtime.po b/airtime_mvc/locale/fr_FR/LC_MESSAGES/airtime.po index 88b8dea61..6cb4b1300 100644 --- a/airtime_mvc/locale/fr_FR/LC_MESSAGES/airtime.po +++ b/airtime_mvc/locale/fr_FR/LC_MESSAGES/airtime.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Airtime 2.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-01-15 10:36-0500\n" -"PO-Revision-Date: 2013-01-15 17:03-0500\n" +"PO-Revision-Date: 2013-02-05 11:14-0500\n" "Last-Translator: Denise Rigato \n" "Language-Team: French Localization \n" "MIME-Version: 1.0\n" @@ -1124,7 +1124,7 @@ msgstr "Nom de la Station - Nom de l'Emission" #: airtime_mvc/application/forms/StreamSetting.php:63 msgid "Off Air Metadata" -msgstr "Métadonnées Hors Entenne" +msgstr "Métadonnées Hors Antenne" #: airtime_mvc/application/forms/StreamSetting.php:69 msgid "Enable Replay Gain" @@ -1745,7 +1745,7 @@ msgstr "Emission en Cours:" #: airtime_mvc/application/controllers/LocaleController.php:41 msgid "Current" -msgstr "Courant" +msgstr "En ce moment" #: airtime_mvc/application/controllers/LocaleController.php:43 msgid "You are running the latest version" From 23c29455d94b9815b0fc89cf5c6493f569f5f9b9 Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 5 Feb 2013 13:18:25 -0500 Subject: [PATCH 07/53] Modified schema.xml - made cue_in and cue_out required columns in cc_scheuled and removed default values --- airtime_mvc/application/configs/airtime-conf.php | 2 +- .../models/airtime/map/CcScheduleTableMap.php | 4 ++-- .../models/airtime/om/BaseCcSchedule.php | 16 ++-------------- airtime_mvc/build/build.properties | 2 +- airtime_mvc/build/schema.xml | 4 ++-- airtime_mvc/build/sql/schema.sql | 4 ++-- .../upgrades/airtime-2.3.0/data/upgrade.sql | 2 ++ 7 files changed, 12 insertions(+), 22 deletions(-) diff --git a/airtime_mvc/application/configs/airtime-conf.php b/airtime_mvc/application/configs/airtime-conf.php index c717a858e..aa69b6156 100644 --- a/airtime_mvc/application/configs/airtime-conf.php +++ b/airtime_mvc/application/configs/airtime-conf.php @@ -1,6 +1,6 @@ array ( diff --git a/airtime_mvc/application/models/airtime/map/CcScheduleTableMap.php b/airtime_mvc/application/models/airtime/map/CcScheduleTableMap.php index 5478ac8d2..8c1d00dd2 100644 --- a/airtime_mvc/application/models/airtime/map/CcScheduleTableMap.php +++ b/airtime_mvc/application/models/airtime/map/CcScheduleTableMap.php @@ -46,8 +46,8 @@ class CcScheduleTableMap extends TableMap { $this->addColumn('CLIP_LENGTH', 'DbClipLength', 'VARCHAR', false, null, '00:00:00'); $this->addColumn('FADE_IN', 'DbFadeIn', 'TIME', false, null, '00:00:00'); $this->addColumn('FADE_OUT', 'DbFadeOut', 'TIME', false, null, '00:00:00'); - $this->addColumn('CUE_IN', 'DbCueIn', 'VARCHAR', false, null, '00:00:00'); - $this->addColumn('CUE_OUT', 'DbCueOut', 'VARCHAR', false, null, '00:00:00'); + $this->addColumn('CUE_IN', 'DbCueIn', 'VARCHAR', true, null, null); + $this->addColumn('CUE_OUT', 'DbCueOut', 'VARCHAR', true, null, null); $this->addColumn('MEDIA_ITEM_PLAYED', 'DbMediaItemPlayed', 'BOOLEAN', false, null, false); $this->addForeignKey('INSTANCE_ID', 'DbInstanceId', 'INTEGER', 'cc_show_instances', 'ID', true, null, null); $this->addColumn('PLAYOUT_STATUS', 'DbPlayoutStatus', 'SMALLINT', true, null, 1); diff --git a/airtime_mvc/application/models/airtime/om/BaseCcSchedule.php b/airtime_mvc/application/models/airtime/om/BaseCcSchedule.php index 4f7edcebf..13a15093f 100644 --- a/airtime_mvc/application/models/airtime/om/BaseCcSchedule.php +++ b/airtime_mvc/application/models/airtime/om/BaseCcSchedule.php @@ -77,14 +77,12 @@ abstract class BaseCcSchedule extends BaseObject implements Persistent /** * The value for the cue_in field. - * Note: this column has a database default value of: '00:00:00' * @var string */ protected $cue_in; /** * The value for the cue_out field. - * Note: this column has a database default value of: '00:00:00' * @var string */ protected $cue_out; @@ -161,8 +159,6 @@ abstract class BaseCcSchedule extends BaseObject implements Persistent $this->clip_length = '00:00:00'; $this->fade_in = '00:00:00'; $this->fade_out = '00:00:00'; - $this->cue_in = '00:00:00'; - $this->cue_out = '00:00:00'; $this->media_item_played = false; $this->playout_status = 1; $this->broadcasted = 0; @@ -708,7 +704,7 @@ abstract class BaseCcSchedule extends BaseObject implements Persistent $v = (string) $v; } - if ($this->cue_in !== $v || $this->isNew()) { + if ($this->cue_in !== $v) { $this->cue_in = $v; $this->modifiedColumns[] = CcSchedulePeer::CUE_IN; } @@ -728,7 +724,7 @@ abstract class BaseCcSchedule extends BaseObject implements Persistent $v = (string) $v; } - if ($this->cue_out !== $v || $this->isNew()) { + if ($this->cue_out !== $v) { $this->cue_out = $v; $this->modifiedColumns[] = CcSchedulePeer::CUE_OUT; } @@ -842,14 +838,6 @@ abstract class BaseCcSchedule extends BaseObject implements Persistent return false; } - if ($this->cue_in !== '00:00:00') { - return false; - } - - if ($this->cue_out !== '00:00:00') { - return false; - } - if ($this->media_item_played !== false) { return false; } diff --git a/airtime_mvc/build/build.properties b/airtime_mvc/build/build.properties index 9c8ff5de0..1a83f8732 100644 --- a/airtime_mvc/build/build.properties +++ b/airtime_mvc/build/build.properties @@ -1,6 +1,6 @@ #Note: project.home is automatically generated by the propel-install script. #Any manual changes to this value will be overwritten. -project.home = /home/rudi/reps/Airtime/airtime_mvc +project.home = /home/denise/airtime/airtime_mvc project.build = ${project.home}/build #Database driver diff --git a/airtime_mvc/build/schema.xml b/airtime_mvc/build/schema.xml index a67043b3a..fb87d0ef3 100644 --- a/airtime_mvc/build/schema.xml +++ b/airtime_mvc/build/schema.xml @@ -314,8 +314,8 @@ - - + + diff --git a/airtime_mvc/build/sql/schema.sql b/airtime_mvc/build/sql/schema.sql index ebd0d6c5b..4e2e95c55 100644 --- a/airtime_mvc/build/sql/schema.sql +++ b/airtime_mvc/build/sql/schema.sql @@ -418,8 +418,8 @@ CREATE TABLE "cc_schedule" "clip_length" interval default '00:00:00', "fade_in" TIME default '00:00:00', "fade_out" TIME default '00:00:00', - "cue_in" interval default '00:00:00', - "cue_out" interval default '00:00:00', + "cue_in" interval NOT NULL, + "cue_out" interval NOT NULL, "media_item_played" BOOLEAN default 'f', "instance_id" INTEGER NOT NULL, "playout_status" INT2 default 1 NOT NULL, diff --git a/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql b/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql index cd34a28bb..7dd20278c 100644 --- a/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql +++ b/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql @@ -17,6 +17,8 @@ UPDATE cc_files SET filepath = substring(filepath from 2) where id in (select id UPDATE cc_files SET cueout = length where cueout = '00:00:00'; +UPDATE cc_schedule SET cue_out = clip_length WHERE cue_out = '00:00:00'; + INSERT INTO cc_pref("keystr", "valstr") VALUES('locale', 'en_CA'); INSERT INTO cc_pref("subjid", "keystr", "valstr") VALUES(1, 'user_locale', 'en_CA'); From cff865ef55aaad222b41dd181b8bb3161c8c6e62 Mon Sep 17 00:00:00 2001 From: Sebastian Matuszewski Date: Tue, 5 Feb 2013 20:02:55 +0100 Subject: [PATCH 08/53] Polish locale update (full - 100%) Polish locale full version. --- .../locale/pl_PL/LC_MESSAGES/airtime.mo | Bin 62462 -> 62546 bytes .../locale/pl_PL/LC_MESSAGES/airtime.po | 128 +++++++++--------- 2 files changed, 63 insertions(+), 65 deletions(-) diff --git a/airtime_mvc/locale/pl_PL/LC_MESSAGES/airtime.mo b/airtime_mvc/locale/pl_PL/LC_MESSAGES/airtime.mo index a702db3a7765ecf7ce4b5172952628fde65a38f0..5bf88240db62571e9de72fa50d18af0c0775d12c 100644 GIT binary patch delta 17460 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

    ^rs=QYv}6v#f- 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 delta 17355 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\n" +"PO-Revision-Date: 2013-02-05 20:02+0100\n" +"Last-Translator: Sebastian Matuszewski \n" +"Language-Team: SEMATpl (licencjonuj.eu) & PallottiFM (pallotti.fm) + " +"radioaktywne.pl \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -94,7 +95,6 @@ msgstr "Informacje" #: airtime_mvc/application/layouts/scripts/bare.phtml:5 #: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:2 -#, fuzzy msgid "Live stream" msgstr "Transmisja na żywo" @@ -237,7 +237,7 @@ msgstr "Wartość cue-out nie może być mniejsza od cue-in." #: airtime_mvc/application/models/Show.php:180 msgid "Shows can have a max length of 24 hours." -msgstr "Programy mogą mieć maksymalną długość 24 godzin." +msgstr "Audycje mogą mieć maksymalną długość 24 godzin." #: airtime_mvc/application/models/Show.php:211 #: airtime_mvc/application/forms/AddShowWhen.php:120 @@ -249,9 +249,8 @@ msgid "" "Cannot schedule overlapping shows.\n" "Note: Resizing a repeating show affects all of its repeats." msgstr "" -"Nie można planować programów nakładających się na siebie.\n" -"Uwaga: zmiana programu powoduje automatyczną zmianę wszystkich jego " -"powtórzeń." +"Nie można planować audycji nakładających się na siebie.\n" +"Uwaga: zmiana audycji powoduje automatyczną zmianę wszystkich jej powtórzeń." #: airtime_mvc/application/models/Webstream.php:157 msgid "Length needs to be greater than 0 minutes" @@ -300,15 +299,15 @@ msgstr "Nie rozpoznano typu strumienia: %s" #: airtime_mvc/application/models/ShowInstance.php:245 msgid "Can't drag and drop repeating shows" -msgstr "Nie można użyć metody 'przeciągnij i upuść' dla powtórek programów." +msgstr "Nie można użyć metody 'przeciągnij i upuść' dla powtórek audycji." #: airtime_mvc/application/models/ShowInstance.php:253 msgid "Can't move a past show" -msgstr "Nie można przenieść programu archiwalnego" +msgstr "Nie można przenieść audycji archiwalnej" #: airtime_mvc/application/models/ShowInstance.php:270 msgid "Can't move show into past" -msgstr "Nie można przenieść programu w przeszłość" +msgstr "Nie można przenieść audycji w przeszłość" #: airtime_mvc/application/models/ShowInstance.php:276 #: airtime_mvc/application/forms/AddShowWhen.php:254 @@ -317,17 +316,17 @@ msgstr "Nie można przenieść programu w przeszłość" #: airtime_mvc/application/forms/AddShowWhen.php:297 #: airtime_mvc/application/forms/AddShowWhen.php:302 msgid "Cannot schedule overlapping shows" -msgstr "Nie można planować nakładających się programów" +msgstr "Nie można planować nakładających się audycji" #: airtime_mvc/application/models/ShowInstance.php:290 msgid "Can't move a recorded show less than 1 hour before its rebroadcasts." msgstr "" -"Nagrywany program nie może zostać przeniesiony na mniej niż 1h przed jego " +"Nagrywana audycja nie może zostać przeniesiona na mniej niż 1h przed jej " "powtórką." #: airtime_mvc/application/models/ShowInstance.php:303 msgid "Show was deleted because recorded show does not exist!" -msgstr "Program został usunięty, ponieważ nagranie nie istnieje!" +msgstr "Audycja została usunięta, ponieważ nagranie nie istnieje!" #: airtime_mvc/application/models/ShowInstance.php:310 msgid "Must wait 1 hour to rebroadcast." @@ -335,11 +334,11 @@ msgstr "Należy odczekać 1 godzinę przed ponownym odtworzeniem." #: airtime_mvc/application/models/ShowInstance.php:342 msgid "can't resize a past show" -msgstr "nie można zmienić rozmiaru przeszłego programu" +msgstr "nie można zmienić rozmiaru przeszłej audycji" #: airtime_mvc/application/models/ShowInstance.php:364 msgid "Should not overlap shows" -msgstr "Programy nie powinny nakładać się." +msgstr "Audycje nie powinny nakładać się." #: airtime_mvc/application/models/Auth.php:33 #, php-format @@ -376,22 +375,22 @@ msgstr "Harmonogram, który przeglądasz jest nieaktualny!" #: airtime_mvc/application/models/Scheduler.php:105 #, php-format msgid "You are not allowed to schedule show %s." -msgstr "Nie posiadasz uprawnień, aby zaplanować program %s." +msgstr "Nie posiadasz uprawnień, aby zaplanować audycję %s." #: airtime_mvc/application/models/Scheduler.php:109 msgid "You cannot add files to recording shows." -msgstr "Nie można dodawać plików do nagrywanych programów." +msgstr "Nie można dodawać plików do nagrywanych audycji." #: airtime_mvc/application/models/Scheduler.php:115 #, php-format msgid "The show %s is over and cannot be scheduled." msgstr "" -"Program %s przekracza dopuszczalną długość i nie może zostać zaplanowany." +"Audycja %s przekracza dopuszczalną długość i nie może zostać zaplanowana." #: airtime_mvc/application/models/Scheduler.php:122 #, php-format msgid "The show %s has been previously updated!" -msgstr "Program %s został zaktualizowany wcześniej!" +msgstr "Audycja %s została zaktualizowana wcześniej!" #: airtime_mvc/application/models/Scheduler.php:141 #: airtime_mvc/application/models/Scheduler.php:223 @@ -821,7 +820,7 @@ msgstr "Adres URL do źródła nadrzędnego" #: airtime_mvc/application/forms/LiveStreamingPreferences.php:78 msgid "Show Source Connection URL" -msgstr "Adres URL dostępu do źródła programu" +msgstr "Adres URL dostępu do źródła audycji" #: airtime_mvc/application/forms/LiveStreamingPreferences.php:87 msgid "Master Source Port" @@ -839,11 +838,11 @@ msgstr "Nadrzędny punkt montowania źródła" #: airtime_mvc/application/forms/LiveStreamingPreferences.php:106 msgid "Show Source Port" -msgstr "Port źródłowy programu" +msgstr "Port źródłowy audycji" #: airtime_mvc/application/forms/LiveStreamingPreferences.php:115 msgid "Show Source Mount Point" -msgstr "Źródłowy punkt montowania programu" +msgstr "Źródłowy punkt montowania audycji" #: airtime_mvc/application/forms/LiveStreamingPreferences.php:153 msgid "You cannot use same port as Master DJ port." @@ -1105,7 +1104,7 @@ msgstr "Nazwa:" #: airtime_mvc/application/forms/AddShowWhat.php:30 msgid "Untitled Show" -msgstr "Program bez nazwy" +msgstr "Audycja bez nazwy" #: airtime_mvc/application/forms/AddShowWhat.php:36 #: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:131 @@ -1154,11 +1153,11 @@ msgstr "Artysta - Tytuł" #: airtime_mvc/application/forms/StreamSetting.php:56 msgid "Show - Artist - Title" -msgstr "Program - Artysta -Tytuł" +msgstr "Audycja - Artysta -Tytuł" #: airtime_mvc/application/forms/StreamSetting.php:57 msgid "Station name - Show name" -msgstr "Nazwa stacji - Nazwa programu" +msgstr "Nazwa stacji - Nazwa audycji" #: airtime_mvc/application/forms/StreamSetting.php:63 msgid "Off Air Metadata" @@ -1208,11 +1207,11 @@ msgstr "Powtarzanie?" #: airtime_mvc/application/forms/AddShowWhen.php:103 msgid "Cannot create show in the past" -msgstr "Nie można utworzyć programu w przeszłości" +msgstr "Nie można utworzyć audycji w przeszłości" #: airtime_mvc/application/forms/AddShowWhen.php:111 msgid "Cannot modify start date/time of the show that is already started" -msgstr "Nie mozna zmienić daty/czasu programu, który się już rozpoczął" +msgstr "Nie mozna zmienić daty/czasu audycji, która się już rozpoczęła" #: airtime_mvc/application/forms/AddShowWhen.php:130 msgid "Cannot have duration 00h 00m" @@ -1467,11 +1466,11 @@ msgstr "Wartość nie może być pusta" #: airtime_mvc/application/forms/ShowBuilder.php:72 msgid "Show:" -msgstr "Program:" +msgstr "Audycja:" #: airtime_mvc/application/forms/ShowBuilder.php:80 msgid "All My Shows:" -msgstr "Wszystkie moje programy:" +msgstr "Wszystkie moje audycje:" #: airtime_mvc/application/forms/EditUser.php:118 msgid "Timezone:" @@ -1575,7 +1574,7 @@ msgstr "Sobota" #: airtime_mvc/application/forms/SoundcloudPreferences.php:16 msgid "Automatically Upload Recorded Shows" -msgstr "Automatycznie dodawaj nagrane programy" +msgstr "Automatycznie dodawaj nagrane audycje" #: airtime_mvc/application/forms/SoundcloudPreferences.php:26 msgid "Enable SoundCloud Upload" @@ -1790,7 +1789,7 @@ msgstr "Nic nie zaplanowano" #: airtime_mvc/application/controllers/LocaleController.php:40 msgid "Current Show:" -msgstr "Aktualny program:" +msgstr "Aktualna audycja:" #: airtime_mvc/application/controllers/LocaleController.php:41 msgid "Current" @@ -1854,7 +1853,7 @@ msgstr "Edytuj Metadane." #: airtime_mvc/application/controllers/LocaleController.php:62 msgid "Add to selected show" -msgstr "Dodaj do wybranego programu" +msgstr "Dodaj do wybranej audycji" #: airtime_mvc/application/controllers/LocaleController.php:63 msgid "Select" @@ -2034,7 +2033,7 @@ msgid "" "adding it to a show." msgstr "" "Statyczny smart block będzie zapisywał kryteria i zawartość bezpośrednio, co " -"umożliwia edycję i wyświetlanie go w bibliotece, przed dodaniem do programu." +"umożliwia edycję i wyświetlanie go w bibliotece, przed dodaniem do audycji." #: airtime_mvc/application/controllers/LocaleController.php:135 msgid "" @@ -2043,7 +2042,7 @@ msgid "" "edit the content in the Library." msgstr "" "Dynamiczny smart block zapisuje tylko kryteria. Jego zawartość będzie " -"generowana automatycznie po dodaniu go do programu. Nie będzie można go " +"generowana automatycznie po dodaniu go do audycji. Nie będzie można go " "wyświetlać i edytować w zawartości biblioteki." #: airtime_mvc/application/controllers/LocaleController.php:137 @@ -2174,15 +2173,15 @@ msgid "" "Check this box to automatically switch off Master/Show source upon source " "disconnection." msgstr "" -"To pole służy do automatycznego wyłączenia źródła nadrzędnego/źródła " -"programu po jego odłączeniu." +"To pole służy do automatycznego wyłączenia źródła nadrzędnego/źródła audycji " +"po jego odłączeniu." #: airtime_mvc/application/controllers/LocaleController.php:181 msgid "" "Check this box to automatically switch on Master/Show source upon source " "connection." msgstr "" -"To pole służy automatycznego uruchomienia źródła nadrzędnego/źródła programu " +"To pole służy automatycznego uruchomienia źródła nadrzędnego/źródła audycji " "na połączeniu źródłowym" #: airtime_mvc/application/controllers/LocaleController.php:182 @@ -2241,7 +2240,7 @@ msgstr "" #: airtime_mvc/application/controllers/LocaleController.php:192 msgid "Specify custom authentication which will work only for this show." -msgstr "Ustal własne uwierzytelnienie tylko dla tego programu." +msgstr "Ustal własne uwierzytelnienie tylko dla tej audycji." #: airtime_mvc/application/controllers/LocaleController.php:194 msgid "The show instance doesn't exist anymore!" @@ -2249,11 +2248,11 @@ msgstr "Instancja audycji już nie istnieje." #: airtime_mvc/application/controllers/LocaleController.php:198 msgid "Show" -msgstr "Program" +msgstr "Audycja" #: airtime_mvc/application/controllers/LocaleController.php:199 msgid "Show is empty" -msgstr "Program jest pusty" +msgstr "Audycja jest pusta" #: airtime_mvc/application/controllers/LocaleController.php:200 msgid "1m" @@ -2285,7 +2284,7 @@ msgstr "Odbieranie danych z serwera" #: airtime_mvc/application/controllers/LocaleController.php:213 msgid "This show has no scheduled content." -msgstr "Ten program nie ma zawartości" +msgstr "Ta audycja nie ma zawartości" #: airtime_mvc/application/controllers/LocaleController.php:214 msgid "This show is not completely filled with content." @@ -2404,7 +2403,7 @@ msgstr "miesiąć" msgid "" "Shows longer than their scheduled time will be cut off by a following show." msgstr "" -"Programy o czasie dłuższym niż zaplanowany będą przerywane przez następne ." +"Audycje o czasie dłuższym niż zaplanowany będą przerywane przez następne ." #: airtime_mvc/application/controllers/LocaleController.php:261 msgid "Cancel Current Show?" @@ -2462,7 +2461,7 @@ msgstr "Wyciszanie [Fade out]" #: airtime_mvc/application/controllers/LocaleController.php:282 msgid "Show Empty" -msgstr "Program jest pusty" +msgstr "Audycja jest pusta" #: airtime_mvc/application/controllers/LocaleController.php:283 msgid "Recording From Line In" @@ -2470,7 +2469,7 @@ msgstr "Nagrywaanie z wejścia liniowego" #: airtime_mvc/application/controllers/LocaleController.php:288 msgid "Cannot schedule outside a show." -msgstr "Nie ma możliwości planowania poza programem" +msgstr "Nie ma możliwości planowania poza audycją." #: airtime_mvc/application/controllers/LocaleController.php:289 msgid "Moving 1 Item" @@ -2491,7 +2490,7 @@ msgstr "Odznacz wszystkie" #: airtime_mvc/application/controllers/LocaleController.php:295 msgid "Remove overbooked tracks" -msgstr "Usuń utwory niemieszczące się w ramach czasowych programu" +msgstr "Usuń utwory niemieszczące się w ramach czasowych audycji" #: airtime_mvc/application/controllers/LocaleController.php:296 msgid "Remove selected scheduled items" @@ -2503,7 +2502,7 @@ msgstr "Przejdź do obecnie odtwarzanej ściezki" #: airtime_mvc/application/controllers/LocaleController.php:298 msgid "Cancel current show" -msgstr "Skasuj obecny program" +msgstr "Skasuj obecną audycję" #: airtime_mvc/application/controllers/LocaleController.php:303 msgid "Open library to add or remove content" @@ -2541,7 +2540,7 @@ msgstr "Przeglądanie harmonogramu" #: airtime_mvc/application/controllers/LocaleController.php:319 msgid "View show content" -msgstr "Przeglądanie zawartości programów" +msgstr "Przeglądanie zawartości audycji" #: airtime_mvc/application/controllers/LocaleController.php:320 msgid "DJs can do the following:" @@ -2549,7 +2548,7 @@ msgstr "Prowadzący ma możliwość:" #: airtime_mvc/application/controllers/LocaleController.php:321 msgid "Manage assigned show content" -msgstr "Zarządzać przypisaną sobie zawartością programu" +msgstr "Zarządzać przypisaną sobie zawartością audycji" #: airtime_mvc/application/controllers/LocaleController.php:322 msgid "Import media files" @@ -2573,7 +2572,7 @@ msgstr "Przeglądać i zarządzać zawartością audycji" #: airtime_mvc/application/controllers/LocaleController.php:327 msgid "Schedule shows" -msgstr "Planować programy" +msgstr "Planować audycję" #: airtime_mvc/application/controllers/LocaleController.php:328 msgid "Manage all library content" @@ -2800,7 +2799,7 @@ msgstr "Usuń" #: airtime_mvc/application/controllers/ShowbuilderController.php:212 msgid "show does not exist" -msgstr "program nie istnieje" +msgstr "audycja nie istnieje" #: airtime_mvc/application/controllers/ListenerstatController.php:56 msgid "" @@ -2949,17 +2948,17 @@ msgstr "Usuń całą zawartość" #: airtime_mvc/application/controllers/ScheduleController.php:271 msgid "Show Content" -msgstr "Zawartość programu" +msgstr "Zawartość audycji" #: airtime_mvc/application/controllers/ScheduleController.php:295 #: airtime_mvc/application/controllers/ScheduleController.php:302 msgid "Cancel Current Show" -msgstr "Skasuj obecny program" +msgstr "Skasuj obecną audycję" #: airtime_mvc/application/controllers/ScheduleController.php:299 #: airtime_mvc/application/controllers/ScheduleController.php:309 msgid "Edit Show" -msgstr "Edytuj program" +msgstr "Edytuj audycję" #: airtime_mvc/application/controllers/ScheduleController.php:317 msgid "Delete This Instance" @@ -2972,7 +2971,7 @@ msgstr "Usuń ten i wszystkie inne instancje" #: airtime_mvc/application/controllers/ScheduleController.php:445 #, php-format msgid "Rebroadcast of show %s from %s at %s" -msgstr "Retransmisja programu %sfrom%sat%s" +msgstr "Retransmisja audycji %s z %s o %s" #: airtime_mvc/application/controllers/WebstreamController.php:29 #: airtime_mvc/application/controllers/WebstreamController.php:33 @@ -3009,7 +3008,7 @@ msgstr "Źródło Nadrzędne" #: airtime_mvc/application/views/scripts/partialviews/header.phtml:38 msgid "Show Source" -msgstr "Źródło Programu" +msgstr "Źródło audycji" #: airtime_mvc/application/views/scripts/partialviews/header.phtml:45 msgid "Scheduled Play" @@ -3123,9 +3122,9 @@ msgid "" "'+ Show' icon. This can be either a one-time or repeating show. Only admins " "and program managers can add shows." msgstr "" -"Utwórz program przechodząc do '\"kalendarza\" w pasku \"menu\" a następnie " -"klikając w ikonę \"+ Program\". Można utworzyć program do jednorazowego bądź " -"wielokrotnego odtwarzania. Jedynie administratorzy i zarządzający programami " +"Utwórz audycję przechodząc do '\"kalendarza\" w pasku \"menu\" a następnie " +"klikając w ikonę \"+ Audycja\". Można utworzyć audycję do jednorazowego bądź " +"wielokrotnego odtwarzania. Jedynie administratorzy i zarządzający audycjami " "mogą je dodawać." #: airtime_mvc/application/views/scripts/dashboard/help.phtml:9 @@ -3133,7 +3132,7 @@ msgid "" "Add media to the show by going to your show in the Schedule calendar, left-" "clicking on it and selecting 'Add / Remove Content'" msgstr "" -"Dodaj media do programu przez przejście do programu z kalendarza, kliknij na " +"Dodaj media do audycji przez przejście do audycji w kalendarzu, kliknij na " "niego lewym przyciskiem myszki wybierając opcję 'dodaj/usuń zawartość'" #: airtime_mvc/application/views/scripts/dashboard/help.phtml:10 @@ -3141,8 +3140,7 @@ msgid "" "Select your media from the left pane and drag them to your show in the right " "pane." msgstr "" -"Wybierz media z lewego okna i przeciągnij do utworzonego programu w prawym " -"oknie" +"Wybierz media z lewego okna i przeciągnij do utworzonej audyji w prawym oknie" #: airtime_mvc/application/views/scripts/dashboard/help.phtml:12 msgid "Then you're good to go!" @@ -3259,12 +3257,12 @@ msgstr "Oryginalna długość:" #: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:6 #: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:40 msgid "Add this show" -msgstr "Dodaj program" +msgstr "Dodaj audycję" #: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:6 #: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:40 msgid "Update show" -msgstr "Aktualizuj program" +msgstr "Aktualizuj audycję" #: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:10 msgid "What" @@ -3577,7 +3575,7 @@ msgstr "RESETUJ" #: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:153 msgid "Show Source Connection URL:" -msgstr "Adres URL połączenia dla Żródła Programu" +msgstr "Adres URL połączenia dla Żródła audycji" #: airtime_mvc/application/views/scripts/form/edit-user.phtml:1 #, php-format From 50bfcb7eb8ede451d52c858d2d73859672305b95 Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 5 Feb 2013 15:37:00 -0500 Subject: [PATCH 09/53] XSS exploit prevention - Calendar -> show content --- .../views/scripts/schedule/show-content-dialog.phtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml b/airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml index 09aadb4d8..3f0ae83c7 100644 --- a/airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml +++ b/airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml @@ -13,9 +13,9 @@ showContent as $row): ?>

  • " class=""> - - - + + + From 909f2c95c4167a35dd39fb475df18e6f8e1ba106 Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 5 Feb 2013 17:24:39 -0500 Subject: [PATCH 10/53] XSS exploit prevention - audio preview --- .../application/controllers/AudiopreviewController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/controllers/AudiopreviewController.php b/airtime_mvc/application/controllers/AudiopreviewController.php index 302e8c545..6955fccd9 100644 --- a/airtime_mvc/application/controllers/AudiopreviewController.php +++ b/airtime_mvc/application/controllers/AudiopreviewController.php @@ -62,8 +62,8 @@ class AudiopreviewController extends Zend_Controller_Action $this->view->audioFileID = $audioFileID; // We need to decode artist and title because it gets // encoded twice in js - $this->view->audioFileArtist = urldecode($audioFileArtist); - $this->view->audioFileTitle = urldecode($audioFileTitle); + $this->view->audioFileArtist = htmlspecialchars(urldecode($audioFileArtist)); + $this->view->audioFileTitle = htmlspecialchars(urldecode($audioFileTitle)); $this->view->type = $type; $this->_helper->viewRenderer->setRender('audio-preview'); From 8e82db1bc778dc7ecc2967673ef43152cd14a882 Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 5 Feb 2013 17:57:21 -0500 Subject: [PATCH 11/53] CC-4921: Now Playing: Cannot insert items into current playing show -filler time in cc_schedule was not setting cue_in and cue_out -since we made those colunns not null and removed a default value, we always have to set a value --- airtime_mvc/application/models/Scheduler.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/airtime_mvc/application/models/Scheduler.php b/airtime_mvc/application/models/Scheduler.php index be9930402..92db4cacd 100644 --- a/airtime_mvc/application/models/Scheduler.php +++ b/airtime_mvc/application/models/Scheduler.php @@ -325,6 +325,8 @@ class Application_Model_Scheduler $filler->setDbStarts($DT) ->setDbEnds($this->nowDT) ->setDbClipLength($cliplength) + ->setDbCueIn('00:00:00') + ->setDbCueOut('00:00:00') ->setDbPlayoutStatus(-1) ->setDbInstanceId($instance->getDbId()) ->save($this->con); From 517a58bc435b3715d6300975aaf675295fdfa259 Mon Sep 17 00:00:00 2001 From: denise Date: Wed, 6 Feb 2013 12:36:04 -0500 Subject: [PATCH 12/53] CC-4919: Library -> Search: Exception happens when switching back to simple search with some illegal input in Advanced Search -fixed --- airtime_mvc/public/js/airtime/library/library.js | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/public/js/airtime/library/library.js b/airtime_mvc/public/js/airtime/library/library.js index ed28d0c53..aae972017 100644 --- a/airtime_mvc/public/js/airtime/library/library.js +++ b/airtime_mvc/public/js/airtime/library/library.js @@ -702,8 +702,19 @@ var AIRTIME = (function(AIRTIME) { $simpleSearch.addClass("sp-invisible"); } else { - //clear the advanced search fields and reset datatable - $(".filter_column input").val("").keyup(); + // clear the advanced search fields + var divs = $("div#advanced_search").children(':visible'); + $.each(divs, function(i, div){ + fields = $(div).children().find('input'); + $.each(fields, function(i, field){ + if ($(field).val() !== "") { + $(field).val(""); + // we need to reset the results when removing + // an advanced search field + $(field).keyup(); + } + }); + }); //reset datatable with previous simple search results (if any) $(".dataTables_filter input").val(simpleSearchText).keyup(); From 634a6991ce42fd6e24a8d42e9800f50796b6aff0 Mon Sep 17 00:00:00 2001 From: denise Date: Wed, 6 Feb 2013 13:44:10 -0500 Subject: [PATCH 13/53] CC-4865: Password reset -> Cancel -> url is missing base directory -removed extra '/' --- airtime_mvc/public/js/airtime/login/password-restore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/login/password-restore.js b/airtime_mvc/public/js/airtime/login/password-restore.js index 04d78f98b..4b45a59ff 100644 --- a/airtime_mvc/public/js/airtime/login/password-restore.js +++ b/airtime_mvc/public/js/airtime/login/password-restore.js @@ -1,3 +1,3 @@ function redirectToLogin(){ - window.location = baseUrl+"/Login" + window.location = baseUrl+"Login" } \ No newline at end of file From 55970a4b2040683d14a7a522ef70fb3b3fabfdbd Mon Sep 17 00:00:00 2001 From: denise Date: Wed, 6 Feb 2013 14:32:13 -0500 Subject: [PATCH 14/53] CC-4925: Changing User permissions to a higher level ends up with show editing problems - added check to ensure user is not an admin before assigning the 'dj-edit-show' action --- airtime_mvc/application/controllers/ScheduleController.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/airtime_mvc/application/controllers/ScheduleController.php b/airtime_mvc/application/controllers/ScheduleController.php index 1f3216eed..20214f093 100644 --- a/airtime_mvc/application/controllers/ScheduleController.php +++ b/airtime_mvc/application/controllers/ScheduleController.php @@ -573,7 +573,10 @@ class ScheduleController extends Zend_Controller_Action return; } - if ($isDJ) { + // in case a user was once a dj and had been assigned to a show + // but was then changed to an admin user we need to allow + // the user to edit the show as an admin (CC-4925) + if ($isDJ && !$idAdminOrPM) { $this->view->action = "dj-edit-show"; } From ba4cb16171a6093067219aae8cb5c25aae629bd4 Mon Sep 17 00:00:00 2001 From: denise Date: Wed, 6 Feb 2013 14:35:39 -0500 Subject: [PATCH 15/53] CC-4925: Changing User permissions to a higher level ends up with show editing problems -typo --- airtime_mvc/application/controllers/ScheduleController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/controllers/ScheduleController.php b/airtime_mvc/application/controllers/ScheduleController.php index 20214f093..1a908ec63 100644 --- a/airtime_mvc/application/controllers/ScheduleController.php +++ b/airtime_mvc/application/controllers/ScheduleController.php @@ -576,7 +576,7 @@ class ScheduleController extends Zend_Controller_Action // in case a user was once a dj and had been assigned to a show // but was then changed to an admin user we need to allow // the user to edit the show as an admin (CC-4925) - if ($isDJ && !$idAdminOrPM) { + if ($isDJ && !$isAdminOrPM) { $this->view->action = "dj-edit-show"; } From ad334d9e74839905a11ba03056ee11764ea2894d Mon Sep 17 00:00:00 2001 From: denise Date: Wed, 6 Feb 2013 15:44:52 -0500 Subject: [PATCH 16/53] CC-4926: System-> Preference: Please limit the default fade value less than 60 - added a range validator of 0 - 59.9 on default fade --- airtime_mvc/application/forms/GeneralPreferences.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/airtime_mvc/application/forms/GeneralPreferences.php b/airtime_mvc/application/forms/GeneralPreferences.php index 48a561b06..3d249ce47 100644 --- a/airtime_mvc/application/forms/GeneralPreferences.php +++ b/airtime_mvc/application/forms/GeneralPreferences.php @@ -7,6 +7,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm { $notEmptyValidator = Application_Form_Helper_ValidationTypes::overrideNotEmptyValidator(); + $rangeValidator = Application_Form_Helper_ValidationTypes::overrideBetweenValidator(0, 59.9); $this->setDecorators(array( array('ViewScript', array('viewScript' => 'form/preferences_general.phtml')) )); @@ -34,9 +35,13 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm 'label' => _('Default Fade (s):'), 'required' => true, 'filters' => array('StringTrim'), - 'validators' => array(array($notEmptyValidator, 'regex', false, - array('/^[0-9]{1,2}(\.\d{1})?$/', - 'messages' => _('enter a time in seconds 0{.0}')))), + 'validators' => array( + array( + $rangeValidator, + $notEmptyValidator, + 'regex', false, array('/^[0-9]{1,2}(\.\d{1})?$/', 'messages' => _('enter a time in seconds 0{.0}')) + ) + ), 'value' => $defaultFade, 'decorators' => array( 'ViewHelper' From 532ea09eed553daad8c5b82973ded8db3d46e6b7 Mon Sep 17 00:00:00 2001 From: denise Date: Wed, 6 Feb 2013 16:46:12 -0500 Subject: [PATCH 17/53] Added Polish datatables and plupload translation files Added Polish to upgrade script and default data --- airtime_mvc/build/sql/defaultdata.sql | 1 + .../public/js/datatables/i18n/pl_PL.txt | 18 +++++++++++++ airtime_mvc/public/js/plupload/i18n/pl_PL.js | 27 +++++++++++++++++++ .../upgrades/airtime-2.3.0/data/upgrade.sql | 1 + 4 files changed, 47 insertions(+) create mode 100644 airtime_mvc/public/js/datatables/i18n/pl_PL.txt create mode 100644 airtime_mvc/public/js/plupload/i18n/pl_PL.js diff --git a/airtime_mvc/build/sql/defaultdata.sql b/airtime_mvc/build/sql/defaultdata.sql index d2dc2fa6e..91c61ede9 100644 --- a/airtime_mvc/build/sql/defaultdata.sql +++ b/airtime_mvc/build/sql/defaultdata.sql @@ -332,6 +332,7 @@ INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('es_ES', 'Español'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('fr_FR', 'Français'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('it_IT', 'Italiano'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('ko_KR', '한국어'); +INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('pl_PL', 'Polish'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('pt_BR', 'Português Brasileiro'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('ru_RU', 'Русский'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('zh_CN', '简体中文'); diff --git a/airtime_mvc/public/js/datatables/i18n/pl_PL.txt b/airtime_mvc/public/js/datatables/i18n/pl_PL.txt new file mode 100644 index 000000000..5d73fcc24 --- /dev/null +++ b/airtime_mvc/public/js/datatables/i18n/pl_PL.txt @@ -0,0 +1,18 @@ +//Polish +{ + "sProcessing": "Proszę czekać...", + "sLengthMenu": "Pokaż _MENU_ pozycji", + "sZeroRecords": "Nie znaleziono żadnych pasujących indeksów", + "sInfo": "Pozycje od _START_ do _END_ z _TOTAL_ łącznie", + "sInfoEmpty": "Pozycji 0 z 0 dostępnych", + "sInfoFiltered": "(filtrowanie spośród _MAX_ dostępnych pozycji)", + "sInfoPostFix": "", + "sSearch": "", + "sUrl": "", + "oPaginate": { + "sFirst": "Pierwsza", + "sPrevious": "Poprzednia", + "sNext": "Następna", + "sLast": "Ostatnia" + } +} \ No newline at end of file diff --git a/airtime_mvc/public/js/plupload/i18n/pl_PL.js b/airtime_mvc/public/js/plupload/i18n/pl_PL.js new file mode 100644 index 000000000..d117af72e --- /dev/null +++ b/airtime_mvc/public/js/plupload/i18n/pl_PL.js @@ -0,0 +1,27 @@ +//Polish +plupload.addI18n({ + 'Select files' : $.i18n._('Select files'), + 'Add files to the upload queue and click the start button.' : $.i18n._('Add files to the upload queue and click the start button.'), + 'Filename' : $.i18n._('Filename'), + 'Status' : $.i18n._('Status'), + 'Size' : $.i18n._('Size'), + 'Add files' : $.i18n._('Add files'), + 'Stop current upload' : $.i18n._('Stop current upload'), + 'Start uploading queue' : $.i18n._('Start uploading queue'), + 'Uploaded %d/%d files': $.i18n._('Uploaded %d/%d files'), + 'N/A' : $.i18n._('N/A'), + 'Drag files here.' : $.i18n._('Drag files here.'), + 'File extension error.': $.i18n._('File extension error.'), + 'File size error.': $.i18n._('File size error.'), + 'Init error.': $.i18n._('Init error.'), + 'HTTP Error.': $.i18n._('HTTP Error.'), + 'Security error.': $.i18n._('Security error.'), + 'Generic error.': $.i18n._('Generic error.'), + 'IO error.': $.i18n._('IO error.'), + 'Stop Upload': $.i18n._('Stop Upload'), + 'Add Files': $.i18n._('Add Files'), + 'Start Upload': $.i18n._('Start Upload'), + 'Start upload': $.i18n._('Start upload'), + '%d files queued': $.i18n._('%d files queued'), + "Error: Invalid file extension: " : $.i18n._("Error: Invalid file extension: ") +}); \ No newline at end of file diff --git a/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql b/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql index 7dd20278c..8c3e4dfa2 100644 --- a/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql +++ b/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql @@ -30,6 +30,7 @@ INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('es_ES', 'Español'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('fr_FR', 'Français'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('it_IT', 'Italiano'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('ko_KR', '한국어'); +INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('pl_PL', 'Polish'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('pt_BR', 'Português Brasileiro'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('ru_RU', 'Русский'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('zh_CN', '简体中文'); From 7cf45afd16cf6fdc9e1b2298313287d88dc91acc Mon Sep 17 00:00:00 2001 From: denise Date: Wed, 6 Feb 2013 17:03:01 -0500 Subject: [PATCH 18/53] Changed 'Polish' to 'Polski' --- airtime_mvc/build/sql/defaultdata.sql | 2 +- install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/build/sql/defaultdata.sql b/airtime_mvc/build/sql/defaultdata.sql index 91c61ede9..0923d60a3 100644 --- a/airtime_mvc/build/sql/defaultdata.sql +++ b/airtime_mvc/build/sql/defaultdata.sql @@ -332,7 +332,7 @@ INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('es_ES', 'Español'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('fr_FR', 'Français'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('it_IT', 'Italiano'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('ko_KR', '한국어'); -INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('pl_PL', 'Polish'); +INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('pl_PL', 'Polski'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('pt_BR', 'Português Brasileiro'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('ru_RU', 'Русский'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('zh_CN', '简体中文'); diff --git a/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql b/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql index 8c3e4dfa2..55e80d37e 100644 --- a/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql +++ b/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql @@ -30,7 +30,7 @@ INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('es_ES', 'Español'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('fr_FR', 'Français'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('it_IT', 'Italiano'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('ko_KR', '한국어'); -INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('pl_PL', 'Polish'); +INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('pl_PL', 'Polski'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('pt_BR', 'Português Brasileiro'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('ru_RU', 'Русский'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('zh_CN', '简体中文'); From 2935670455bfb582ddae80858265198263ddb56c Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 7 Feb 2013 10:21:45 +0000 Subject: [PATCH 19/53] Refined Brazilian Portuguese localization, thanks to Luciano De Fazio! --- .../locale/pt_BR/LC_MESSAGES/airtime.mo | Bin 62878 -> 62505 bytes .../locale/pt_BR/LC_MESSAGES/airtime.po | 244 +++++++++--------- 2 files changed, 122 insertions(+), 122 deletions(-) diff --git a/airtime_mvc/locale/pt_BR/LC_MESSAGES/airtime.mo b/airtime_mvc/locale/pt_BR/LC_MESSAGES/airtime.mo index 895552c1d002b9ef60f8ac399a29d7cc419588be..3c3ba85fac7c19a0939c87de8ead90f59d02c28f 100644 GIT binary patch delta 8349 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\n" "Language-Team: Brazilian Localization \n" "Language: pt-BR\n" @@ -69,11 +69,11 @@ msgstr "Estado" #: airtime_mvc/application/configs/navigation.php:83 msgid "Playout History" -msgstr "Registro" +msgstr "Histórico da Programação" #: airtime_mvc/application/configs/navigation.php:90 msgid "Listener Stats" -msgstr "Estado de Ouvintes" +msgstr "Estatísticas de Ouvintes" #: airtime_mvc/application/configs/navigation.php:99 #: airtime_mvc/application/views/scripts/error/error.phtml:13 @@ -123,7 +123,7 @@ msgstr "Prévia da playlist" #: airtime_mvc/application/models/StoredFile.php:815 msgid "Webstream preview" -msgstr "Prévia do fluxo" +msgstr "Prévia do fluxo web" #: airtime_mvc/application/models/StoredFile.php:817 msgid "Smart Block" @@ -189,7 +189,7 @@ msgstr "%s não existe na lista de diretórios monitorados." #: airtime_mvc/application/models/Playlist.php:723 #: airtime_mvc/application/models/Block.php:760 msgid "Cue in and cue out are null." -msgstr "Cue dentro e fora sugestão são nulos." +msgstr "Cue de entrada e saída são nulos." #: airtime_mvc/application/models/Playlist.php:753 #: airtime_mvc/application/models/Playlist.php:776 @@ -265,7 +265,7 @@ msgstr "Não foi possível analisar a lista M3U" #: airtime_mvc/application/models/Webstream.php:314 msgid "Invalid webstream - This appears to be a file download." -msgstr "Fluxo inválido. Este parece tratar-se de download de arquivo." +msgstr "Fluxo web inválido. A URL parece tratar-se de download de arquivo." #: airtime_mvc/application/models/Webstream.php:318 #, php-format @@ -274,7 +274,7 @@ msgstr "Tipo de fluxo não reconhecido: %s" #: airtime_mvc/application/models/ShowInstance.php:245 msgid "Can't drag and drop repeating shows" -msgstr "Não é possível arrastar e soltar programas repetitivos" +msgstr "Não é possível arrastar e soltar programas repetidos" #: airtime_mvc/application/models/ShowInstance.php:253 msgid "Can't move a past show" @@ -303,7 +303,7 @@ msgstr "O programa foi excluído porque a gravação prévia não existe!" #: airtime_mvc/application/models/ShowInstance.php:310 msgid "Must wait 1 hour to rebroadcast." -msgstr "É necessário aguardar 1 hora para retransmitir." +msgstr "É necessário aguardar 1 hora antes de retransmitir." #: airtime_mvc/application/models/ShowInstance.php:342 msgid "can't resize a past show" @@ -344,7 +344,7 @@ msgstr "A programação que você está vendo está desatualizada!" #: airtime_mvc/application/models/Scheduler.php:105 #, php-format msgid "You are not allowed to schedule show %s." -msgstr "Você não tem permissão para agendar o programa %s." +msgstr "Você não tem permissão para agendar programa %s." #: airtime_mvc/application/models/Scheduler.php:109 msgid "You cannot add files to recording shows." @@ -363,7 +363,7 @@ msgstr "O programa %s foi previamente atualizado!" #: airtime_mvc/application/models/Scheduler.php:141 #: airtime_mvc/application/models/Scheduler.php:223 msgid "A selected File does not exist!" -msgstr "Um arquivo selecionado não existe!" +msgstr "Um dos arquivos selecionados não existe!" #: airtime_mvc/application/models/ShowBuilder.php:198 #, php-format @@ -385,7 +385,7 @@ msgstr "Álbum" #: airtime_mvc/application/models/Block.php:1211 #: airtime_mvc/application/forms/SmartBlockCriteria.php:43 msgid "Bit Rate (Kbps)" -msgstr "Bitrate (Kpbs)" +msgstr "Bitrate (Kbps)" #: airtime_mvc/application/models/Block.php:1212 #: airtime_mvc/application/forms/SmartBlockCriteria.php:44 @@ -404,7 +404,7 @@ msgstr "Compositor" #: airtime_mvc/application/forms/SmartBlockCriteria.php:46 #: airtime_mvc/application/controllers/LocaleController.php:74 msgid "Conductor" -msgstr "Condutor" +msgstr "Maestro" #: airtime_mvc/application/models/Block.php:1215 #: airtime_mvc/application/forms/SmartBlockCriteria.php:47 @@ -551,11 +551,11 @@ msgstr "%s:%s:%s não é um horário válido" #: airtime_mvc/application/forms/EmailServerPreferences.php:17 msgid "Enable System Emails (Password Reset)" -msgstr "Ativar Emails do Sistema (Recuperação de Senha)" +msgstr "Ativar Envio de Emails (Recuperação de Senha)" #: airtime_mvc/application/forms/EmailServerPreferences.php:27 msgid "Reset Password 'From' Email" -msgstr "Remetente do Email de Recuperação de Senha" +msgstr "Remetente de Email para Recuperação de Senha" #: airtime_mvc/application/forms/EmailServerPreferences.php:34 msgid "Configure Mail Server" @@ -693,7 +693,7 @@ msgstr "Data de Fim:" #: airtime_mvc/application/forms/helpers/ValidationTypes.php:8 #: airtime_mvc/application/forms/customvalidators/ConditionalNotEmpty.php:26 msgid "Value is required and can't be empty" -msgstr "Valor é obrigatório e não poder estar vazio." +msgstr "Valor é obrigatório e não poder estar em branco." #: airtime_mvc/application/forms/helpers/ValidationTypes.php:19 msgid "'%value%' is no valid email address in the basic format local-part@hostname" @@ -727,21 +727,21 @@ msgstr "dias" #: airtime_mvc/application/forms/AddShowRebroadcastDates.php:63 #: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:58 msgid "Day must be specified" -msgstr "Dia precisa ser informado" +msgstr "O dia precisa ser especificado" #: airtime_mvc/application/forms/AddShowRebroadcastDates.php:68 #: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:63 msgid "Time must be specified" -msgstr "Horário deve ser informado" +msgstr "O horário deve ser especificado" #: airtime_mvc/application/forms/AddShowRebroadcastDates.php:95 #: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:86 msgid "Must wait at least 1 hour to rebroadcast" -msgstr "É preciso aguardar uma hora para retransmissão" +msgstr "É preciso aguardar uma hora para retransmitir" #: airtime_mvc/application/forms/AddShowRR.php:10 msgid "Record from Line In?" -msgstr "Gravar a partir de Line In?" +msgstr "Gravar a partir do Line In?" #: airtime_mvc/application/forms/AddShowRR.php:16 msgid "Rebroadcast?" @@ -875,7 +875,7 @@ msgstr "Jabber:" #: airtime_mvc/application/forms/AddUser.php:88 msgid "User Type:" -msgstr "Tipo de Usuário:" +msgstr "Perfil do Usuário:" #: airtime_mvc/application/forms/AddUser.php:92 #: airtime_mvc/application/controllers/LocaleController.php:316 @@ -908,7 +908,7 @@ msgstr "Administrador" #: airtime_mvc/application/views/scripts/preference/index.phtml:6 #: airtime_mvc/application/views/scripts/preference/index.phtml:14 msgid "Save" -msgstr "Gravar" +msgstr "Salvar" #: airtime_mvc/application/forms/AddUser.php:113 #: airtime_mvc/application/forms/EditUser.php:132 @@ -996,11 +996,11 @@ msgstr "Porta não pode estar em branco." #: airtime_mvc/application/forms/StreamSettingSubForm.php:243 msgid "Mount cannot be empty with Icecast server." -msgstr "Montagem não pode estar em branco com servidor Icecast." +msgstr "Ponto de montagem deve ser informada em servidor Icecast." #: airtime_mvc/application/forms/AddShowRepeats.php:11 msgid "Repeat Type:" -msgstr "Tipo de Repetição:" +msgstr "Tipo de Reexibição:" #: airtime_mvc/application/forms/AddShowRepeats.php:14 msgid "weekly" @@ -1055,11 +1055,11 @@ msgstr "Sab" #: airtime_mvc/application/forms/AddShowRepeats.php:53 msgid "No End?" -msgstr "Não tem fim?" +msgstr "Sem fim?" #: airtime_mvc/application/forms/AddShowRepeats.php:79 msgid "End date must be after start date" -msgstr "Data de fim precisa ser após de data de início" +msgstr "A data de fim deve ser posterior à data de início" #: airtime_mvc/application/forms/AddShowWhat.php:26 #: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:27 @@ -1168,7 +1168,7 @@ msgstr "Duração:" #: airtime_mvc/application/forms/AddShowWhen.php:83 msgid "Repeats?" -msgstr "Repetir?" +msgstr "Reexibir?" #: airtime_mvc/application/forms/AddShowWhen.php:103 msgid "Cannot create show in the past" @@ -1176,7 +1176,7 @@ msgstr "Não é possível criar um programa no passado." #: airtime_mvc/application/forms/AddShowWhen.php:111 msgid "Cannot modify start date/time of the show that is already started" -msgstr "Não é possível alterar o início de um programa já em execução" +msgstr "Não é possível alterar o início de um programa que está em execução" #: airtime_mvc/application/forms/AddShowWhen.php:130 msgid "Cannot have duration 00h 00m" @@ -1326,7 +1326,7 @@ msgstr "é menor que" #: airtime_mvc/application/forms/SmartBlockCriteria.php:99 #: airtime_mvc/application/controllers/LocaleController.php:151 msgid "is in the range" -msgstr "está compreendido" +msgstr "está no intervalo" #: airtime_mvc/application/forms/SmartBlockCriteria.php:109 msgid "hours" @@ -1342,7 +1342,7 @@ msgstr "itens" #: airtime_mvc/application/forms/SmartBlockCriteria.php:133 msgid "Set smart block type:" -msgstr "Definir tipo de bloco inteligente:" +msgstr "Definir tipo de bloco:" #: airtime_mvc/application/forms/SmartBlockCriteria.php:136 #: airtime_mvc/application/controllers/LibraryController.php:501 @@ -1364,7 +1364,7 @@ msgstr "Limitar em" #: airtime_mvc/application/forms/SmartBlockCriteria.php:287 msgid "Generate playlist content and save criteria" -msgstr "Gerar conteúdo da lista de reprodução e salvar critério" +msgstr "Gerar conteúdo da lista e salvar critério" #: airtime_mvc/application/forms/SmartBlockCriteria.php:289 msgid "Generate" @@ -1372,7 +1372,7 @@ msgstr "Gerar" #: airtime_mvc/application/forms/SmartBlockCriteria.php:295 msgid "Shuffle playlist content" -msgstr "Embaralhar conteúdo da lista de reprodução" +msgstr "Embaralhar conteúdo da lista" #: airtime_mvc/application/forms/SmartBlockCriteria.php:297 #: airtime_mvc/application/views/scripts/playlist/playlist.phtml:20 @@ -1394,7 +1394,7 @@ msgstr "O valor deve ser um número inteiro" #: airtime_mvc/application/forms/SmartBlockCriteria.php:479 msgid "500 is the max item limit value you can set" -msgstr "500 é o número máximo de itens que você pode definir" +msgstr "O número máximo de itens é 500" #: airtime_mvc/application/forms/SmartBlockCriteria.php:490 msgid "You must select Criteria and Modifier" @@ -1402,7 +1402,7 @@ msgstr "Você precisa selecionar Critério e Modificador " #: airtime_mvc/application/forms/SmartBlockCriteria.php:497 msgid "'Length' should be in '00:00:00' format" -msgstr "A duração precisa ser informada no formato '00:00:00'" +msgstr "A duração deve ser informada no formato '00:00:00'" #: airtime_mvc/application/forms/SmartBlockCriteria.php:502 #: airtime_mvc/application/forms/SmartBlockCriteria.php:515 @@ -1432,7 +1432,7 @@ msgstr "Programa:" #: airtime_mvc/application/forms/ShowBuilder.php:80 msgid "All My Shows:" -msgstr "Todos os Meus Programas:" +msgstr "Meus Programas:" #: airtime_mvc/application/forms/EditUser.php:118 msgid "Timezone:" @@ -1448,19 +1448,19 @@ msgstr "Usar Autenticação Personalizada:" #: airtime_mvc/application/forms/AddShowLiveStream.php:26 msgid "Custom Username" -msgstr "Usuário Personalizado:" +msgstr "Definir Usuário:" #: airtime_mvc/application/forms/AddShowLiveStream.php:39 msgid "Custom Password" -msgstr "Senha Personalizada:" +msgstr "Definir Senha:" #: airtime_mvc/application/forms/AddShowLiveStream.php:63 msgid "Username field cannot be empty." -msgstr "O Usuário não pode estar em branco." +msgstr "O usuário não pode estar em branco." #: airtime_mvc/application/forms/AddShowLiveStream.php:68 msgid "Password field cannot be empty." -msgstr "A Senha não pode estar em branco." +msgstr "A senha não pode estar em branco." #: airtime_mvc/application/forms/GeneralPreferences.php:34 msgid "Default Fade (s):" @@ -1473,7 +1473,7 @@ msgstr "informe o tempo em segundos 0{.0}" #: airtime_mvc/application/forms/GeneralPreferences.php:48 #, php-format msgid "Allow Remote Websites To Access \"Schedule\" Info?%s (Enable this to make front-end widgets work.)" -msgstr "Permitir que sites remotos acessem as informações \"Schedule \"%s? (Habilite para fazer com que widgets funcionem.)" +msgstr "Permitir que sites remotos acessem as informações sobre \"Programação\"?%s (Habilite para fazer com que widgets externos funcionem.)" #: airtime_mvc/application/forms/GeneralPreferences.php:49 msgid "Disabled" @@ -1532,15 +1532,15 @@ msgstr "Sábado" #: airtime_mvc/application/forms/SoundcloudPreferences.php:16 msgid "Automatically Upload Recorded Shows" -msgstr "Programas Gravador Adicionados Automaticamente" +msgstr "Enviar programas gravados automaticamente" #: airtime_mvc/application/forms/SoundcloudPreferences.php:26 msgid "Enable SoundCloud Upload" -msgstr "Habilitar Envio para SoundCloud" +msgstr "Habilitar envio para SoundCloud" #: airtime_mvc/application/forms/SoundcloudPreferences.php:36 msgid "Automatically Mark Files \"Downloadable\" on SoundCloud" -msgstr "Definir Arquivos como \"Downloadable\" no SoundCloud" +msgstr "Permitir download dos arquivos no SoundCloud" #: airtime_mvc/application/forms/SoundcloudPreferences.php:47 msgid "SoundCloud Email" @@ -1711,7 +1711,7 @@ msgstr "Erro na aplicação" #: airtime_mvc/application/controllers/UserController.php:55 #: airtime_mvc/application/controllers/UserController.php:137 msgid "Specific action is not allowed in demo version!" -msgstr "Ação específica não permitida na versão de demonstração!" +msgstr "Esta ação não é permitida na versão de demonstração!" #: airtime_mvc/application/controllers/UserController.php:87 msgid "User added successfully!" @@ -1747,11 +1747,11 @@ msgstr "Programa em Exibição:" #: airtime_mvc/application/controllers/LocaleController.php:41 msgid "Current" -msgstr "Em Exibição" +msgstr "Agora" #: airtime_mvc/application/controllers/LocaleController.php:43 msgid "You are running the latest version" -msgstr "Você está executando a última versão" +msgstr "Você está executando a versão mais recente" #: airtime_mvc/application/controllers/LocaleController.php:44 msgid "New version available: " @@ -1775,7 +1775,7 @@ msgstr "Adicionar a esta lista de reprodução" #: airtime_mvc/application/controllers/LocaleController.php:50 msgid "Add to current smart block" -msgstr "Adiconar a este bloco inteligente" +msgstr "Adiconar a este bloco" #: airtime_mvc/application/controllers/LocaleController.php:51 msgid "Adding 1 Item" @@ -1793,11 +1793,11 @@ msgstr "Você pode adicionar somente faixas a um bloco inteligente." #: airtime_mvc/application/controllers/LocaleController.php:54 #: airtime_mvc/application/controllers/PlaylistController.php:160 msgid "You can only add tracks, smart blocks, and webstreams to playlists." -msgstr "Você pode adicionar somente faixas, blocos inteligentes e fluxos às listas de reprodução" +msgstr "Você pode adicionar apenas faixas, blocos e fluxos às listas de reprodução" #: airtime_mvc/application/controllers/LocaleController.php:57 msgid "Please select a cursor position on timeline." -msgstr "Por favor seleccione um posição do cursor na linha do tempo." +msgstr "Por favor selecione um posição do cursor na linha do tempo." #: airtime_mvc/application/controllers/LocaleController.php:61 #: airtime_mvc/application/controllers/LibraryController.php:190 @@ -1851,11 +1851,11 @@ msgstr "Arquivos" #: airtime_mvc/application/controllers/LocaleController.php:96 msgid "Playlists" -msgstr "Listas de Reprodução" +msgstr "Listas" #: airtime_mvc/application/controllers/LocaleController.php:97 msgid "Smart Blocks" -msgstr "Blocos Inteligentes" +msgstr "Blocos" #: airtime_mvc/application/controllers/LocaleController.php:98 msgid "Web Streams" @@ -1880,7 +1880,7 @@ msgstr "Obtendo dados do servidor..." #: airtime_mvc/application/controllers/LocaleController.php:103 msgid "The soundcloud id for this file is: " -msgstr "O id do SoundCloud para este arquivo é:" +msgstr "O id no SoundCloud para este arquivo é:" #: airtime_mvc/application/controllers/LocaleController.php:104 msgid "There was an error while uploading to soundcloud." @@ -1913,7 +1913,7 @@ msgstr "A entrada deve estar no formato hh:mm:ss.t" #: airtime_mvc/application/controllers/LocaleController.php:113 #, php-format msgid "You are currently uploading files. %sGoing to another screen will cancel the upload process. %sAre you sure you want to leave the page?" -msgstr "Você está fazendo upload de arquivos neste momento. %sIr a outra tela cancelará o processo de upload. %sTem certeza de que deseja sair desta página?" +msgstr "Você está fazendo upload de arquivos neste momento. %s Ir a outra tela cancelará o processo de upload. %sTem certeza de que deseja sair desta página?" #: airtime_mvc/application/controllers/LocaleController.php:115 msgid "please put in a time '00:00:00 (.0)'" @@ -1925,7 +1925,7 @@ msgstr "por favor informe o tempo em segundos '00 (.0)'" #: airtime_mvc/application/controllers/LocaleController.php:117 msgid "Your browser does not support playing this file type: " -msgstr "Seu navegador não suporta a execução deste formato de arquivo:" +msgstr "Seu navegador não suporta a execução deste tipo de arquivo:" #: airtime_mvc/application/controllers/LocaleController.php:118 msgid "Dynamic block is not previewable" @@ -1937,11 +1937,11 @@ msgstr "Limitar em:" #: airtime_mvc/application/controllers/LocaleController.php:120 msgid "Playlist saved" -msgstr "Lista de Reprodução salva" +msgstr "A lista foi salva" #: airtime_mvc/application/controllers/LocaleController.php:121 msgid "Playlist shuffled" -msgstr "Lista de Reprodução embaralhada" +msgstr "A lista foi embaralhada" #: airtime_mvc/application/controllers/LocaleController.php:123 msgid "Airtime is unsure about the status of this file. This can happen when the file is on a remote drive that is unaccessible or the file is in a directory that isn't 'watched' anymore." @@ -1967,15 +1967,15 @@ msgstr "Sim, quero colaborar com o Airtime" #: airtime_mvc/application/controllers/LocaleController.php:130 #: airtime_mvc/application/controllers/LocaleController.php:188 msgid "Image must be one of jpg, jpeg, png, or gif" -msgstr "A imagem precisa ter extensão a jpg, jpeg, png ou gif" +msgstr "A imagem precisa conter extensão jpg, jpeg, png ou gif" #: airtime_mvc/application/controllers/LocaleController.php:133 msgid "A static smart block will save the criteria and generate the block content immediately. This allows you to edit and view it in the Library before adding it to a show." -msgstr "Um bloco inteligente estático salvará os critérios e gerará o conteúdo imediatamente. Isso permite que você edite e visualize-o na Biblioteca antes de adicioná-lo a um programa." +msgstr "Um bloco estático salvará os critérios e gerará o conteúdo imediatamente. Isso permite que você edite e visualize-o na Biblioteca antes de adicioná-lo a um programa." #: airtime_mvc/application/controllers/LocaleController.php:135 msgid "A dynamic smart block will only save the criteria. The block content will get generated upon adding it to a show. You will not be able to view and edit the content in the Library." -msgstr "Um bloco inteligente dinâmico apenas conterá critérios. O conteúdo do bloco será gerado após adicioná-lo a um programa. Você não será capaz de ver ou editar o conteúdo na Biblioteca." +msgstr "Um bloco dinâmico apenas conterá critérios. O conteúdo do bloco será gerado após adicioná-lo a um programa. Você não será capaz de ver ou editar o conteúdo na Biblioteca." #: airtime_mvc/application/controllers/LocaleController.php:137 msgid "The desired block length will not be reached if Airtime cannot find enough unique tracks to match your criteria. Enable this option if you wish to allow tracks to be added multiple times to the smart block." @@ -1983,15 +1983,15 @@ msgstr "A duração desejada do bloco não será completada se o Airtime não lo #: airtime_mvc/application/controllers/LocaleController.php:138 msgid "Smart block shuffled" -msgstr "Bloco inteligente embaralhado" +msgstr "O bloco foi embaralhado" #: airtime_mvc/application/controllers/LocaleController.php:139 msgid "Smart block generated and criteria saved" -msgstr "Bloco inteligente gerado e criterio salvo" +msgstr "O bloco foi gerado e o criterio foi salvo" #: airtime_mvc/application/controllers/LocaleController.php:140 msgid "Smart block saved" -msgstr "Bloco inteligente salvo" +msgstr "O bloco foi salvo" #: airtime_mvc/application/controllers/LocaleController.php:141 msgid "Processing..." @@ -2050,7 +2050,7 @@ msgstr "O fluxo está desabilitado" #: airtime_mvc/application/controllers/LocaleController.php:174 msgid "Can not connect to the streaming server" -msgstr "Não é possível conectar ao servidor de fluxo" +msgstr "Não é possível conectar ao servidor de streaming" #: airtime_mvc/application/controllers/LocaleController.php:176 msgid "If Airtime is behind a router or firewall, you may need to configure port forwarding and this field information will be incorrect. In this case you will need to manually update this field so it shows the correct host/port/mount that your DJ's need to connect to. The allowed range is between 1024 and 49151." @@ -2075,7 +2075,7 @@ msgstr "Marque esta caixa para ligar automaticamente as fontes Mestre / Programa #: airtime_mvc/application/controllers/LocaleController.php:182 msgid "If your Icecast server expects a username of 'source', this field can be left blank." -msgstr "Se o servidor Icecast esperar por um usuário de 'source', este campo poderá permanecer em branco." +msgstr "Se o servidor Icecast esperar por um usuário 'source', este campo poderá permanecer em branco." #: airtime_mvc/application/controllers/LocaleController.php:183 #: airtime_mvc/application/controllers/LocaleController.php:193 @@ -2088,7 +2088,7 @@ msgstr "Se você alterar os campos de usuário ou senha de um fluxo ativo, o mec #: airtime_mvc/application/controllers/LocaleController.php:186 msgid "This is the admin username and password for Icecast/SHOUTcast to get listener statistics." -msgstr "Este é o usuário e senha de servidores Icecast / SHOUTcast, para obter estatísticas de ouvinte." +msgstr "Este é o usuário e senha de servidores Icecast / SHOUTcast, para obter estatísticas de ouvintes." #: airtime_mvc/application/controllers/LocaleController.php:190 msgid "No result found" @@ -2100,7 +2100,7 @@ msgstr "Este segue o mesmo padrão de segurança para os programas: apenas usuá #: airtime_mvc/application/controllers/LocaleController.php:192 msgid "Specify custom authentication which will work only for this show." -msgstr "Especifique a autenticação personalizada que funcionará apenas para este programa." +msgstr "Defina uma autenticação personalizada que funcionará apenas neste programa." #: airtime_mvc/application/controllers/LocaleController.php:194 msgid "The show instance doesn't exist anymore!" @@ -2112,7 +2112,7 @@ msgstr "Programa" #: airtime_mvc/application/controllers/LocaleController.php:199 msgid "Show is empty" -msgstr "O Programa está sem conteúdo" +msgstr "O programa está vazio" #: airtime_mvc/application/controllers/LocaleController.php:200 msgid "1m" @@ -2261,7 +2261,7 @@ msgstr "mês" #: airtime_mvc/application/controllers/LocaleController.php:260 msgid "Shows longer than their scheduled time will be cut off by a following show." -msgstr "Um programa com duração maior que o tempo programado será cortado pelo programa seguinte." +msgstr "Um programa com tempo maior que a duração programada será cortado pelo programa seguinte." #: airtime_mvc/application/controllers/LocaleController.php:261 msgid "Cancel Current Show?" @@ -2319,11 +2319,11 @@ msgstr "Fade Saída" #: airtime_mvc/application/controllers/LocaleController.php:282 msgid "Show Empty" -msgstr "Programa sem conteúdo" +msgstr "Programa vazio" #: airtime_mvc/application/controllers/LocaleController.php:283 msgid "Recording From Line In" -msgstr "Gravando a partir de Line In" +msgstr "Gravando a partir do Line In" #: airtime_mvc/application/controllers/LocaleController.php:288 msgid "Cannot schedule outside a show." @@ -2390,7 +2390,7 @@ msgstr "Abrir" #: airtime_mvc/application/controllers/LocaleController.php:317 msgid "Guests can do the following:" -msgstr "Visitantes poderm fazer o seguinte:" +msgstr "Visitantes podem fazer o seguinte:" #: airtime_mvc/application/controllers/LocaleController.php:318 msgid "View schedule" @@ -2406,7 +2406,7 @@ msgstr "DJs podem fazer o seguinte:" #: airtime_mvc/application/controllers/LocaleController.php:321 msgid "Manage assigned show content" -msgstr "Gerenciar o conteúdo de programas a ele delegados" +msgstr "Gerenciar o conteúdo de programas delegados a ele" #: airtime_mvc/application/controllers/LocaleController.php:322 msgid "Import media files" @@ -2454,11 +2454,11 @@ msgstr "Gerenciar diretórios monitorados" #: airtime_mvc/application/controllers/LocaleController.php:334 msgid "View system status" -msgstr "Visualizar estado so sistema" +msgstr "Visualizar estado do sistema" #: airtime_mvc/application/controllers/LocaleController.php:335 msgid "Access playout history" -msgstr "Acessar histórico de programação" +msgstr "Acessar o histórico da programação" #: airtime_mvc/application/controllers/LocaleController.php:336 msgid "View listener stats" @@ -2470,7 +2470,7 @@ msgstr "Exibir / ocultar colunas" #: airtime_mvc/application/controllers/LocaleController.php:340 msgid "From {from} to {to}" -msgstr "De {from} para {to}" +msgstr "De {from} até {to}" #: airtime_mvc/application/controllers/LocaleController.php:341 msgid "kbps" @@ -2478,7 +2478,7 @@ msgstr "kbps" #: airtime_mvc/application/controllers/LocaleController.php:342 msgid "yyyy-mm-dd" -msgstr "dd-mm-yyyy" +msgstr "yyy-mm-dd" #: airtime_mvc/application/controllers/LocaleController.php:343 msgid "hh:mm:ss.t" @@ -2532,7 +2532,7 @@ msgstr "Minuto" #: airtime_mvc/application/controllers/LocaleController.php:358 msgid "Done" -msgstr "Feito" +msgstr "Concluído" #: airtime_mvc/application/controllers/LocaleController.php:361 msgid "Select files" @@ -2553,7 +2553,7 @@ msgstr "Parar Upload" #: airtime_mvc/application/controllers/LocaleController.php:368 msgid "Start upload" -msgstr "In iciar Upload" +msgstr "Iniciar Upload" #: airtime_mvc/application/controllers/LocaleController.php:369 msgid "Add files" @@ -2570,7 +2570,7 @@ msgstr "N/A" #: airtime_mvc/application/controllers/LocaleController.php:372 msgid "Drag files here." -msgstr "Arraste arquivos aqui." +msgstr "Arraste arquivos nesta área." #: airtime_mvc/application/controllers/LocaleController.php:373 msgid "File extension error." @@ -2602,7 +2602,7 @@ msgstr "Erro genérico." #: airtime_mvc/application/controllers/LocaleController.php:380 msgid "IO error." -msgstr "Erro de IO." +msgstr "Erro de I/O." #: airtime_mvc/application/controllers/LocaleController.php:381 #, php-format @@ -2620,7 +2620,7 @@ msgstr "Arquivo: %f, tamanho: %s, tamanho máximo: %m" #: airtime_mvc/application/controllers/LocaleController.php:385 msgid "Upload URL might be wrong or doesn't exist" -msgstr "URL de upload pode estar errada ou não existe." +msgstr "URL de upload pode estar incorreta ou inexiste." #: airtime_mvc/application/controllers/LocaleController.php:386 msgid "Error: File too large: " @@ -2657,7 +2657,7 @@ msgstr "Excluir" #: airtime_mvc/application/controllers/ShowbuilderController.php:212 msgid "show does not exist" -msgstr "programa não existe" +msgstr "programa inexistente" #: airtime_mvc/application/controllers/ListenerstatController.php:56 msgid "Please make sure admin user/password is correct on System->Streams page." @@ -2702,17 +2702,17 @@ msgstr "%s não encontrado" #: airtime_mvc/application/controllers/LibraryController.php:104 #: airtime_mvc/application/controllers/PlaylistController.php:148 msgid "Something went wrong." -msgstr "Algum errado ocorreu." +msgstr "Ocorreu algo errado." #: airtime_mvc/application/controllers/LibraryController.php:182 #: airtime_mvc/application/controllers/LibraryController.php:206 #: airtime_mvc/application/controllers/LibraryController.php:229 msgid "Add to Playlist" -msgstr "Adicionar a Lista de Reprodução" +msgstr "Adicionar à Lista" #: airtime_mvc/application/controllers/LibraryController.php:184 msgid "Add to Smart Block" -msgstr "Adicionar a Bloco Inteligente" +msgstr "Adicionar ao Bloco" #: airtime_mvc/application/controllers/LibraryController.php:194 #: airtime_mvc/application/controllers/ScheduleController.php:897 @@ -2721,7 +2721,7 @@ msgstr "Download" #: airtime_mvc/application/controllers/LibraryController.php:198 msgid "Duplicate Playlist" -msgstr "Duplicar Lista de Reprodução" +msgstr "Duplicar Lista" #: airtime_mvc/application/controllers/LibraryController.php:213 #: airtime_mvc/application/controllers/LibraryController.php:235 @@ -2836,7 +2836,7 @@ msgstr "Fluxo Sem Título" #: airtime_mvc/application/controllers/WebstreamController.php:138 msgid "Webstream saved." -msgstr "Fluxo salvo." +msgstr "Fluxo gravado." #: airtime_mvc/application/controllers/WebstreamController.php:146 msgid "Invalid form values." @@ -2844,7 +2844,7 @@ msgstr "Valores do formulário inválidos." #: airtime_mvc/application/views/scripts/listenerstat/index.phtml:2 msgid "Listener Count Over Time" -msgstr "Número de Ouvintes ao Longo da Exibição" +msgstr "Número de ouvintes durante a exibição" #: airtime_mvc/application/views/scripts/partialviews/header.phtml:3 msgid "Previous:" @@ -2860,15 +2860,15 @@ msgstr "Fontes de Fluxo" #: airtime_mvc/application/views/scripts/partialviews/header.phtml:29 msgid "Master Source" -msgstr "Fonte Master" +msgstr "Master" #: airtime_mvc/application/views/scripts/partialviews/header.phtml:38 msgid "Show Source" -msgstr "Fonte Programa" +msgstr "Programa" #: airtime_mvc/application/views/scripts/partialviews/header.phtml:45 msgid "Scheduled Play" -msgstr "Reprodução Agendada" +msgstr "Programação" #: airtime_mvc/application/views/scripts/partialviews/header.phtml:54 msgid "ON AIR" @@ -2880,15 +2880,15 @@ msgstr "Ouvir" #: airtime_mvc/application/views/scripts/partialviews/header.phtml:59 msgid "Station time" -msgstr "Horário da Estação" +msgstr "Hora Local" #: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:3 msgid "Your trial expires in" -msgstr "Seu período de teste expira em" +msgstr "Seu período de teste termina em" #: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9 msgid "Purchase your copy of Airtime" -msgstr "Compre sua cópia do Airtime" +msgstr "Adquira sua cópia do Airtime" #: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9 msgid "My Account" @@ -2904,7 +2904,7 @@ msgstr "Novo Usuário" #: airtime_mvc/application/views/scripts/user/add-user.phtml:17 msgid "id" -msgstr "is" +msgstr "id" #: airtime_mvc/application/views/scripts/user/add-user.phtml:19 msgid "First Name" @@ -2921,7 +2921,7 @@ msgstr "Tipo de Usuário" #: airtime_mvc/application/views/scripts/dashboard/about.phtml:5 #, php-format msgid "%sAirtime%s %s, the open radio software for scheduling and remote station management. %s" -msgstr "%sAirtime%s %s, um software de rádio aberto para programação e gestão remota de estação. % s" +msgstr "%sAirtime%s %s, um software livre para automação e gestão remota de estação de rádio. % s" #: airtime_mvc/application/views/scripts/dashboard/about.phtml:13 #, php-format @@ -2934,7 +2934,7 @@ msgstr "Compartilhar" #: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:64 msgid "Select stream:" -msgstr "Selecione o fluxo:" +msgstr "Selecionar fluxo:" #: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:90 #: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:50 @@ -2952,27 +2952,27 @@ msgstr "Benvindo ao Airtime!" #: airtime_mvc/application/views/scripts/dashboard/help.phtml:4 msgid "Here's how you can get started using Airtime to automate your broadcasts: " -msgstr "Veja aqui como você pode começar a usar o Airtime para automatizar suas transmissões:" +msgstr "Saiba como utilizar o Airtime para automatizar suas transmissões:" #: airtime_mvc/application/views/scripts/dashboard/help.phtml:7 msgid "Begin by adding your files to the library using the 'Add Media' menu button. You can drag and drop your files to this window too." -msgstr "Comece adicionando seus arquivos À biblioteca usando o botão \"Adicionar Mídia\" no menu. Você pode arrastar e soltar os arquivos para esta janela também." +msgstr "Comece adicionando seus arquivos à biblioteca usando o botão \"Adicionar Mídia\" . Você também pode arrastar e soltar os arquivos dentro da página." #: airtime_mvc/application/views/scripts/dashboard/help.phtml:8 msgid "Create a show by going to 'Calendar' in the menu bar, and then clicking the '+ Show' icon. This can be either a one-time or repeating show. Only admins and program managers can add shows." -msgstr "Crie um programa, indo até 'Calendário' na barra de menu e, em seguida, clicando no ícone '+Programa'. Este pode ser um programa inédito ou retransmitido. Apenas administradores e gerentes de programação podem adicionar programas." +msgstr "Crie um programa, através do 'Calendário' , clicando no ícone '+Programa'. Este pode ser um programa inédito ou retransmitido. Apenas administradores e gerentes de programação podem adicionar programas." #: airtime_mvc/application/views/scripts/dashboard/help.phtml:9 msgid "Add media to the show by going to your show in the Schedule calendar, left-clicking on it and selecting 'Add / Remove Content'" -msgstr "Adicione conteúdo ao programa, indo para o seu programa no calendário, clique com o botão esquerdo do mouse sobre o programa e selecione \"Adicionar / Remover Conteúdo\"" +msgstr "Adicione conteúdos ao seu programa, através do link Calendário, clique com o botão esquerdo do mouse sobre o programa e selecione \"Adicionar / Remover Conteúdo\"" #: airtime_mvc/application/views/scripts/dashboard/help.phtml:10 msgid "Select your media from the left pane and drag them to your show in the right pane." -msgstr "Selecione seu conteúdo a partir do painel esquerdo e arraste-o para o seu programa no painel da direita." +msgstr "Selecione seu conteúdo a partir da lista , no painel esquerdo, e arraste-o para o seu programa, no painel da direita." #: airtime_mvc/application/views/scripts/dashboard/help.phtml:12 msgid "Then you're good to go!" -msgstr "Então você está pronto para começar!" +msgstr "Você já está pronto para começar!" #: airtime_mvc/application/views/scripts/dashboard/help.phtml:13 #, php-format @@ -2989,11 +2989,11 @@ msgstr "Expandir Bloco Dinâmico" #: airtime_mvc/application/views/scripts/playlist/update.phtml:98 msgid "Empty smart block" -msgstr "Bloco inteligente vazio" +msgstr "Bloco vazio" #: airtime_mvc/application/views/scripts/playlist/update.phtml:100 msgid "Empty playlist" -msgstr "Lista de reprodução vazia" +msgstr "Lista vazia" #: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:3 #: airtime_mvc/application/views/scripts/playlist/playlist.phtml:66 @@ -3024,27 +3024,27 @@ msgstr "Novo" #: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:13 #: airtime_mvc/application/views/scripts/webstream/webstream.phtml:7 msgid "New Playlist" -msgstr "Nova Lista de Reprodução" +msgstr "Nova Lista" #: airtime_mvc/application/views/scripts/playlist/playlist.phtml:14 #: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:14 #: airtime_mvc/application/views/scripts/webstream/webstream.phtml:8 msgid "New Smart Block" -msgstr "Novo Bloco Inteligente" +msgstr "Novo Bloco" #: airtime_mvc/application/views/scripts/playlist/playlist.phtml:15 #: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:15 #: airtime_mvc/application/views/scripts/webstream/webstream.phtml:9 msgid "New Webstream" -msgstr "Novo Fluxo" +msgstr "Novo Fluxo Web" #: airtime_mvc/application/views/scripts/playlist/playlist.phtml:20 msgid "Shuffle playlist" -msgstr "Embaralhar Lista de Reprodução" +msgstr "Embaralhar Lista" #: airtime_mvc/application/views/scripts/playlist/playlist.phtml:23 msgid "Save playlist" -msgstr "Salvar Lista de Reprodução" +msgstr "Salvar Lista" #: airtime_mvc/application/views/scripts/playlist/playlist.phtml:30 #: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:27 @@ -3114,7 +3114,7 @@ msgstr "Quem" #: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:33 msgid "Style" -msgstr "Estilo" +msgstr "Aparência" #: airtime_mvc/application/views/scripts/login/password-restore-after.phtml:3 msgid "Email sent" @@ -3130,7 +3130,7 @@ msgstr "Voltar à tela de login" #: airtime_mvc/application/views/scripts/login/index.phtml:7 msgid "Welcome to the online Airtime demo! You can log in using the username 'admin' and the password 'admin'." -msgstr "Bem-vindo à demonstração online do Airtime! Você pode fazer login com usuário usando 'admin' e senha \"admin\"." +msgstr "Bem-vindo à demonstração online do Airtime! Autentique-se com usuário 'admin' e senha \"admin\"." #: airtime_mvc/application/views/scripts/login/password-restore.phtml:3 #: airtime_mvc/application/views/scripts/form/login.phtml:34 @@ -3216,7 +3216,7 @@ msgstr "Duração Padrão:" #: airtime_mvc/application/views/scripts/webstream/webstream.phtml:63 msgid "No webstream" -msgstr "Nenhum fluxo" +msgstr "Nenhum fluxo web" #: airtime_mvc/application/views/scripts/error/error.phtml:6 msgid "Zend Framework Default Application" @@ -3274,7 +3274,7 @@ msgstr "Definir" #: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:19 msgid "Current Import Folder:" -msgstr "Diretório Import Atual:" +msgstr "Diretório de Importação Atual:" #: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:28 #: airtime_mvc/application/views/scripts/form/add-show-rebroadcast-absolute.phtml:40 @@ -3292,7 +3292,7 @@ msgstr "Remover diretório monitorado" #: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:50 msgid "You are not watching any media folders." -msgstr "Você não está monitorando nenhum diretório de mídia." +msgstr "Você não está monitorando nenhum diretório." #: airtime_mvc/application/views/scripts/form/add-show-rebroadcast-absolute.phtml:4 msgid "Choose Days:" @@ -3332,7 +3332,7 @@ msgstr "Nota: qualquer arquivo maior que 600x600 será redimensionado" #: airtime_mvc/application/views/scripts/form/register-dialog.phtml:164 #: airtime_mvc/application/views/scripts/form/support-setting.phtml:164 msgid "Show me what I am sending " -msgstr "Mostrar o que estou enviando" +msgstr "Mostrar quais informações estou enviando" #: airtime_mvc/application/views/scripts/form/register-dialog.phtml:178 msgid "Terms and Conditions" @@ -3380,7 +3380,7 @@ msgstr "Configurações de %s" #: airtime_mvc/application/views/scripts/form/add-show-rebroadcast.phtml:4 msgid "Repeat Days:" -msgstr "Dias para repetir:" +msgstr "Dias para reexibir:" #: airtime_mvc/application/views/scripts/form/daterange.phtml:6 msgid "Filter History" @@ -3418,7 +3418,7 @@ msgstr "URL de Conexão:" #: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:3 msgid "Smart Block Options" -msgstr "Opções de Bloco Inteligente" +msgstr "Opções de Bloco" #: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:63 msgid " to " @@ -3453,7 +3453,7 @@ msgstr "Configurações Globais" #: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:88 msgid "dB" -msgstr "db" +msgstr "dB" #: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:107 msgid "Output Stream Settings" @@ -3472,7 +3472,7 @@ msgstr "Taxa de Amostragem:" #: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:18 msgid "Isrc Number:" -msgstr "Número do Isrc:" +msgstr "Número Isrc:" #: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:21 msgid "File Path:" @@ -3480,7 +3480,7 @@ msgstr "Caminho do Arquivo:" #: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:39 msgid "Web Stream" -msgstr "Fluxo" +msgstr "Fluxo Web" #: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:40 msgid "Dynamic Smart Block" @@ -3508,7 +3508,7 @@ msgstr "Critério para Bloco Inteligente Dinâmico:" #: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:118 msgid "Limit to " -msgstr "Limite em" +msgstr "Limitar em" #: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:512 msgid "Please selection an option" @@ -3516,5 +3516,5 @@ msgstr "Por favor selecione uma opção" #: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:531 msgid "No Records" -msgstr "Nenhum programa gravado" +msgstr "Não há gravações" From 969e34aba1486e684d2d0120ffbbe91b440d51fd Mon Sep 17 00:00:00 2001 From: denise Date: Thu, 7 Feb 2013 12:22:32 -0500 Subject: [PATCH 20/53] CC-4930: Calendar -> Recorded shows have 'show partially filled' icon -fixed --- .../schedule/full-calendar-functions.js | 94 ++++++++++--------- 1 file changed, 50 insertions(+), 44 deletions(-) diff --git a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js index 810ce0d88..192d811fe 100644 --- a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js +++ b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js @@ -233,55 +233,61 @@ function eventRender(event, element, view) { } //add the record/rebroadcast/soundcloud icons if needed - if((view.name === 'agendaDay' || view.name === 'agendaWeek') && event.record === 1 && event.soundcloud_id === -1) { - $(element).find(".fc-event-time").before(''); - } else if ((view.name === 'agendaDay' || view.name === 'agendaWeek') && event.record === 1 && event.soundcloud_id > 0) { - $(element).find(".fc-event-time").before(''); - } else if ((view.name === 'agendaDay' || view.name === 'agendaWeek') && event.record === 1 && event.soundcloud_id === -2) { - $(element).find(".fc-event-time").before(''); - } else if ((view.name === 'agendaDay' || view.name === 'agendaWeek') && event.record === 1 && event.soundcloud_id === -3) { - $(element).find(".fc-event-time").before(''); - } - - if(view.name === 'month' && event.record === 1 && event.soundcloud_id === -1) { - $(element).find(".fc-event-title").after(''); - } else if (view.name === 'month' && event.record === 1 && event.soundcloud_id > 0) { - $(element).find(".fc-event-title").after(''); - } else if (view.name === 'month' && event.record === 1 && event.soundcloud_id === -2) { - $(element).find(".fc-event-title").after(''); - } else if (view.name === 'month' && event.record === 1 && event.soundcloud_id === -3) { - $(element).find(".fc-event-title").after(''); - } - - if (view.name === 'agendaDay' || view.name === 'agendaWeek') { - if (event.show_empty === 1 && event.record === 0 && event.rebroadcast === 0) { - $(element) - .find(".fc-event-time") - .before(''); - } else if (event.show_partial_filled === true) { - $(element) - .find(".fc-event-time") - .before(''); + if (event.record === 1) { + if (view.name === 'agendaDay' || view.name === 'agendaWeek') { + if (event.soundcloud_id === -1) { + $(element).find(".fc-event-time").before(''); + } else if ( event.soundcloud_id > 0) { + $(element).find(".fc-event-time").before(''); + } else if (event.soundcloud_id === -2) { + $(element).find(".fc-event-time").before(''); + } else if (event.soundcloud_id === -3) { + $(element).find(".fc-event-time").before(''); + } + } else if (view.name === 'month') { + if(event.soundcloud_id === -1) { + $(element).find(".fc-event-title").after(''); + } else if (event.soundcloud_id > 0) { + $(element).find(".fc-event-title").after(''); + } else if (event.soundcloud_id === -2) { + $(element).find(".fc-event-title").after(''); + } else if (event.soundcloud_id === -3) { + $(element).find(".fc-event-title").after(''); + } } - } else if (view.name === 'month') { - if (event.show_empty === 1 && event.record === 0 && event.rebroadcast === 0) { - $(element) - .find(".fc-event-title") - .after(''); - } else if (event.show_partial_filled === true) { - $(element) - .find(".fc-event-title") - .after(''); + } + + if (event.record === 0 && event.rebroadcast === 0) { + if (view.name === 'agendaDay' || view.name === 'agendaWeek') { + if (event.show_empty === 1) { + $(element) + .find(".fc-event-time") + .before(''); + } else if (event.show_partial_filled === true) { + $(element) + .find(".fc-event-time") + .before(''); + } + } else if (view.name === 'month') { + if (event.show_empty === 1) { + $(element) + .find(".fc-event-title") + .after(''); + } else if (event.show_partial_filled === true) { + $(element) + .find(".fc-event-title") + .after(''); + } } } //rebroadcast icon - if((view.name === 'agendaDay' || view.name === 'agendaWeek') && event.rebroadcast === 1) { - $(element).find(".fc-event-time").before(''); - } - - if(view.name === 'month' && event.rebroadcast === 1) { - $(element).find(".fc-event-title").after(''); + if (event.rebroadcast === 1) { + if (view.name === 'agendaDay' || view.name === 'agendaWeek') { + $(element).find(".fc-event-time").before(''); + } else if (view.name === 'month') { + $(element).find(".fc-event-title").after(''); + } } } From 17f3c795901264ad993c53aa0d084fed91b4d570 Mon Sep 17 00:00:00 2001 From: denise Date: Thu, 7 Feb 2013 13:01:53 -0500 Subject: [PATCH 21/53] CC-4931: Default fades upgrade script --- install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql b/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql index 55e80d37e..3593384ed 100644 --- a/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql +++ b/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql @@ -19,6 +19,13 @@ UPDATE cc_files SET cueout = length where cueout = '00:00:00'; UPDATE cc_schedule SET cue_out = clip_length WHERE cue_out = '00:00:00'; +UPDATE cc_schedule SET fade_out = '00:00:59.9' WHERE fade_out > '00:00:59.9'; +UPDATE cc_schedule SET fade_in = '00:00:59.9' WHERE fade_in > '00:00:59.9'; +UPDATE cc_playlistcontents SET fadeout = '00:00:59.9' WHERE fadeout > '00:00:59.9'; +UPDATE cc_playlistcontents SET fadein = '00:00:59.9' WHERE fadein > '00:00:59.9'; +UPDATE cc_blockcontents SET fadeout = '00:00:59.9' WHERE fadeout > '00:00:59.9'; +UPDATE cc_blockcontents SET fadein = '00:00:59.9' WHERE fadein > '00:00:59.9'; + INSERT INTO cc_pref("keystr", "valstr") VALUES('locale', 'en_CA'); INSERT INTO cc_pref("subjid", "keystr", "valstr") VALUES(1, 'user_locale', 'en_CA'); From c39b99da6cb5d39e55c5074358d67bf767421c9f Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 7 Feb 2013 15:42:06 -0500 Subject: [PATCH 22/53] CC-4839: Nginx doesn't allow liquidsoap to check uploaded file, which blocks uploading any file -fixed --- airtime_mvc/application/models/StoredFile.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/airtime_mvc/application/models/StoredFile.php b/airtime_mvc/application/models/StoredFile.php index 9ca6ff32c..769f6176e 100644 --- a/airtime_mvc/application/models/StoredFile.php +++ b/airtime_mvc/application/models/StoredFile.php @@ -1026,8 +1026,10 @@ SQL; $LIQUIDSOAP_ERRORS = array('TagLib: MPEG::Properties::read() -- Could not find a valid last MPEG frame in the stream.'); // Ask Liquidsoap if file is playable - $command = sprintf("/usr/bin/airtime-liquidsoap -c 'output.dummy(audio_to_stereo(single(\"%s\")))' 2>&1", $audio_file); + $ls_command = sprintf('/usr/bin/airtime-liquidsoap -v -c "output.dummy(audio_to_stereo(single(%s)))" 2>&1', + escapeshellarg($audio_file)); + $command = "export PATH=/usr/local/bin:/usr/bin:/bin/usr/bin/ && $ls_command"; exec($command, $output, $rv); $isError = count($output) > 0 && in_array($output[0], $LIQUIDSOAP_ERRORS); From b175dd84918dce00c26b47ac14239bf203257a73 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 7 Feb 2013 16:18:48 -0500 Subject: [PATCH 23/53] make sure upgrade script is fully up-to-date --- .../upgrades/airtime-2.3.0/data/schema.sql | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/install_minimal/upgrades/airtime-2.3.0/data/schema.sql b/install_minimal/upgrades/airtime-2.3.0/data/schema.sql index 689c9ed3c..b742303f0 100644 --- a/install_minimal/upgrades/airtime-2.3.0/data/schema.sql +++ b/install_minimal/upgrades/airtime-2.3.0/data/schema.sql @@ -1,3 +1,4 @@ + CREATE SEQUENCE cc_listener_count_id_seq START WITH 1 INCREMENT BY 1 @@ -55,6 +56,24 @@ ALTER TABLE cc_files ADD COLUMN silan_check boolean DEFAULT false, ADD COLUMN hidden boolean DEFAULT false; +ALTER TABLE cc_schedule + ALTER COLUMN cue_in DROP DEFAULT, + ALTER COLUMN cue_in SET NOT NULL, + ALTER COLUMN cue_out DROP DEFAULT, + ALTER COLUMN cue_out SET NOT NULL; + +ALTER SEQUENCE cc_listener_count_id_seq + OWNED BY cc_listener_count.id; + +ALTER SEQUENCE cc_locale_id_seq + OWNED BY cc_locale.id; + +ALTER SEQUENCE cc_mount_name_id_seq + OWNED BY cc_mount_name.id; + +ALTER SEQUENCE cc_timestamp_id_seq + OWNED BY cc_timestamp.id; + ALTER TABLE cc_listener_count ADD CONSTRAINT cc_listener_count_pkey PRIMARY KEY (id); @@ -72,5 +91,3 @@ ALTER TABLE cc_listener_count ALTER TABLE cc_listener_count ADD CONSTRAINT cc_timestamp_inst_fkey FOREIGN KEY (timestamp_id) REFERENCES cc_timestamp(id) ON DELETE CASCADE; - - From a37e032494f3b8bba1dc2488857011c0baa7a9e4 Mon Sep 17 00:00:00 2001 From: denise Date: Thu, 7 Feb 2013 16:23:20 -0500 Subject: [PATCH 24/53] Adding Greek po file --- .../locale/el_GR/LC_MESSAGES/airtime.mo | Bin 0 -> 76396 bytes .../locale/el_GR/LC_MESSAGES/airtime.po | 3538 +++++++++++++++++ 2 files changed, 3538 insertions(+) create mode 100644 airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.mo create mode 100644 airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.po diff --git a/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.mo b/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.mo new file mode 100644 index 0000000000000000000000000000000000000000..f67fa635274e99dfe92c12e8f8c5e8fb07cc47b8 GIT binary patch literal 76396 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, 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: Airtime 2.3\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-07 16:22-0500\n" +"PO-Revision-Date: 2013-02-07 16:21-0500\n" +"Last-Translator: Denise Rigato \n" +"Language-Team: Sourcefabric \n" +"Language: el_GR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Greek\n" +"X-Poedit-Country: GREECE\n" + +#: airtime_mvc/application/configs/navigation.php:12 +msgid "Now Playing" +msgstr "Αναπαραγωγή σε Εξέλιξη" + +#: airtime_mvc/application/configs/navigation.php:19 +msgid "Add Media" +msgstr "Προσθήκη Πολυμέσων" + +#: airtime_mvc/application/configs/navigation.php:26 +msgid "Library" +msgstr "Βιβλιοθήκη" + +#: airtime_mvc/application/configs/navigation.php:33 +msgid "Calendar" +msgstr "Ημερολόγιο" + +#: airtime_mvc/application/configs/navigation.php:40 +msgid "System" +msgstr "Σύστημα" + +#: airtime_mvc/application/configs/navigation.php:45 +#: airtime_mvc/application/views/scripts/preference/index.phtml:2 +msgid "Preferences" +msgstr "Προτιμήσεις" + +#: airtime_mvc/application/configs/navigation.php:50 +msgid "Users" +msgstr "Xρήστες" + +#: airtime_mvc/application/configs/navigation.php:57 +msgid "Media Folders" +msgstr "Φάκελοι Πολυμέσων" + +#: airtime_mvc/application/configs/navigation.php:64 +msgid "Streams" +msgstr "Streams" + +#: airtime_mvc/application/configs/navigation.php:70 +#: airtime_mvc/application/controllers/PreferenceController.php:134 +msgid "Support Feedback" +msgstr "Σχόλια Υποστήριξης" + +#: airtime_mvc/application/configs/navigation.php:76 +#: airtime_mvc/application/controllers/LocaleController.php:360 +#: airtime_mvc/application/controllers/LocaleController.php:361 +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:5 +msgid "Status" +msgstr "Κατάσταση" + +#: airtime_mvc/application/configs/navigation.php:83 +msgid "Playout History" +msgstr "Ιστορία Playout" + +#: airtime_mvc/application/configs/navigation.php:90 +msgid "Listener Stats" +msgstr "Στατιστικές Ακροατών" + +#: airtime_mvc/application/configs/navigation.php:99 +#: airtime_mvc/application/views/scripts/error/error.phtml:13 +msgid "Help" +msgstr "Βοήθεια" + +#: airtime_mvc/application/configs/navigation.php:104 +msgid "Getting Started" +msgstr "Έναρξη" + +#: airtime_mvc/application/configs/navigation.php:111 +msgid "User Manual" +msgstr "Εγχειρίδιο Χρήστη" + +#: airtime_mvc/application/configs/navigation.php:116 +#: airtime_mvc/application/views/scripts/dashboard/about.phtml:2 +msgid "About" +msgstr "Σχετικά" + +#: airtime_mvc/application/layouts/scripts/bare.phtml:5 +#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:2 +msgid "Live stream" +msgstr "Ζωντανό Stream" + +#: airtime_mvc/application/layouts/scripts/audio-player.phtml:5 +#: airtime_mvc/application/controllers/LocaleController.php:30 +msgid "Audio Player" +msgstr "Αναπαραγωγή ήχου" + +#: airtime_mvc/application/layouts/scripts/layout.phtml:27 +msgid "Logout" +msgstr "Έξοδος" + +#: airtime_mvc/application/layouts/scripts/login.phtml:16 +#, php-format +msgid "Airtime Copyright ©Sourcefabric o.p.s. All rights reserved.%sMaintained and distributed under GNU GPL v.3 by %sSourcefabric o.p.s%s" +msgstr "Airtime Copyright ©Sourcefabric o.p.s. Διατήρηση όλων των δικαιωμάτων.%sΣυντήρηση και διανομή από GNU GPL v.3 by %sSourcefabric o.p.s%s" + +#: airtime_mvc/application/models/StoredFile.php:814 +#: airtime_mvc/application/controllers/LocaleController.php:280 +msgid "Track preview" +msgstr "Προεπισκόπηση κομματιού" + +#: airtime_mvc/application/models/StoredFile.php:816 +msgid "Playlist preview" +msgstr "Προεπισκόπηση λίστας αναπαραγωγής" + +#: airtime_mvc/application/models/StoredFile.php:819 +msgid "Webstream preview" +msgstr "Προεπισκόπηση webstream" + +#: airtime_mvc/application/models/StoredFile.php:821 +msgid "Smart Block" +msgstr "Smart Block" + +#: airtime_mvc/application/models/StoredFile.php:954 +msgid "Failed to create 'organize' directory." +msgstr "Αποτυχία δημιουργίας «οργάνωση» directory." + +#: airtime_mvc/application/models/StoredFile.php:967 +#, php-format +msgid "The file was not uploaded, there is %s MB of disk space left and the file you are uploading has a size of %s MB." +msgstr "Το αρχείο δεν ανέβηκε, υπάρχει %s MB ελεύθερου χώρου στο δίσκο και το αρχείο που ανεβάζετε έχει μέγεθος %s MB." + +#: airtime_mvc/application/models/StoredFile.php:976 +msgid "This file appears to be corrupted and will not be added to media library." +msgstr "Αυτό το αρχείο φαίνεται να είναι κατεστραμμένο και δεν θα προστεθεί στη βιβλιοθήκη πολυμέσων." + +#: airtime_mvc/application/models/StoredFile.php:1012 +msgid "The file was not uploaded, this error can occur if the computer hard drive does not have enough disk space or the stor directory does not have correct write permissions." +msgstr "Το αρχείο δεν ανέβηκε, αυτό το σφάλμα μπορεί να προκύψει είτε διότι ο σκληρός δίσκος του υπολογιστή δεν έχει αρκετό χώρο ή διότι ο directory αποθήκευσης δεν έχει έγγυρες άδειες εγγραφής." + +#: airtime_mvc/application/models/Preference.php:548 +msgid "Select Country" +msgstr "Επιλέξτε Χώρα" + +#: airtime_mvc/application/models/MusicDir.php:160 +#, php-format +msgid "%s is already watched." +msgstr "%s έχει ήδη προβληθεί." + +#: airtime_mvc/application/models/MusicDir.php:164 +#, php-format +msgid "%s contains nested watched directory: %s" +msgstr "%s περιέχει ένθετο ευρετήριο προβεβλημένων: %s" + +#: airtime_mvc/application/models/MusicDir.php:168 +#, php-format +msgid "%s is nested within existing watched directory: %s" +msgstr "%s βρίσκεται σε υποκατηγορία υπάρχωντος ευρετηρίου προβεβλημμένων: %s" + +#: airtime_mvc/application/models/MusicDir.php:189 +#: airtime_mvc/application/models/MusicDir.php:363 +#, php-format +msgid "%s is not a valid directory." +msgstr "%s μη έγκυρο ευρετήριο." + +#: airtime_mvc/application/models/MusicDir.php:231 +#, php-format +msgid "%s is already set as the current storage dir or in the watched folders list" +msgstr "%s έχει ήδη οριστεί ως το τρέχον ευρετήριο αποθήκευσης ή βρίσκεται στη λίστα προβεβλημένων φακέλων" + +#: airtime_mvc/application/models/MusicDir.php:381 +#, php-format +msgid "%s is already set as the current storage dir or in the watched folders list." +msgstr "%s έχει ήδη οριστεί ως το τρέχον ευρετήριο αποθήκευσης ή βρίσκεται στη λίστα προβεβλημένων φακέλων." + +#: airtime_mvc/application/models/MusicDir.php:424 +#, php-format +msgid "%s doesn't exist in the watched list." +msgstr "%s δεν υπάρχει στη λίστα προβεβλημένων." + +#: airtime_mvc/application/models/Playlist.php:727 +#: airtime_mvc/application/models/Block.php:764 +msgid "Cue in and cue out are null." +msgstr "Cue in και cue out είναι μηδέν." + +#: airtime_mvc/application/models/Playlist.php:757 +#: airtime_mvc/application/models/Playlist.php:780 +#: airtime_mvc/application/models/Block.php:810 +#: airtime_mvc/application/models/Block.php:831 +msgid "Can't set cue in to be larger than cue out." +msgstr "Το cue in δεν μπορεί να είναι μεγαλύτερης διάρκειας από το cue out." + +#: airtime_mvc/application/models/Playlist.php:764 +#: airtime_mvc/application/models/Playlist.php:805 +#: airtime_mvc/application/models/Block.php:799 +#: airtime_mvc/application/models/Block.php:855 +msgid "Can't set cue out to be greater than file length." +msgstr "Το cue out δεν μπορεί να είναι μεγαλύτερο από το μήκος του αρχείου." + +#: airtime_mvc/application/models/Playlist.php:798 +#: airtime_mvc/application/models/Block.php:866 +msgid "Can't set cue out to be smaller than cue in." +msgstr "Το cue out δεν μπορεί να είναι μικρότερο από το cue in." + +#: airtime_mvc/application/models/Show.php:180 +msgid "Shows can have a max length of 24 hours." +msgstr "Η μέγιστη διάρκει εκπομπών είναι 24 ώρες." + +#: airtime_mvc/application/models/Show.php:211 +#: airtime_mvc/application/forms/AddShowWhen.php:120 +msgid "End date/time cannot be in the past" +msgstr "Η λήξη ημερομηνίας/χρόνου δεν μπορεί να είναι στο παρελθόν" + +#: airtime_mvc/application/models/Show.php:222 +msgid "" +"Cannot schedule overlapping shows.\n" +"Note: Resizing a repeating show affects all of its repeats." +msgstr "" +"Δεν είναι δυνατός ο προγραμματισμός αλληλοεπικαλυπτώμενων εκπομπών.\n" +" Σημείωση: Η αλλαγή μεγέθους μιας εκπομπής επηρεάζει όλες τις επαναλήψεις της." + +#: airtime_mvc/application/models/Webstream.php:157 +msgid "Length needs to be greater than 0 minutes" +msgstr "Το μήκος πρέπει να είναι μεγαλύτερο από 0 λεπτά" + +#: airtime_mvc/application/models/Webstream.php:162 +msgid "Length should be of form \"00h 00m\"" +msgstr "Το μήκος πρέπει να είναι υπό μορφής \"00h 00m\"" + +#: airtime_mvc/application/models/Webstream.php:175 +msgid "URL should be of form \"http://domain\"" +msgstr "Το URL θα πρέπει να είναι υπό μορφής \"http://domain \"" + +#: airtime_mvc/application/models/Webstream.php:178 +msgid "URL should be 512 characters or less" +msgstr "Το URL πρέπει να αποτελέιται από μέχρι και 512 χαρακτήρες " + +#: airtime_mvc/application/models/Webstream.php:184 +msgid "No MIME type found for webstream." +msgstr "Δεν βρέθηκε τύπος MIME για webstream." + +#: airtime_mvc/application/models/Webstream.php:200 +msgid "Webstream name cannot be empty" +msgstr "Το όνομα του webstream δεν μπορεί να είναι κενό" + +#: airtime_mvc/application/models/Webstream.php:269 +msgid "Could not parse XSPF playlist" +msgstr "Δεν ήταν δυνατή η ανάλυση της λίστας αναπαραγωγής XSPF " + +#: airtime_mvc/application/models/Webstream.php:281 +msgid "Could not parse PLS playlist" +msgstr "Αδυναμία ανάλυσης λίστας αναπαραγωγής PLS" + +#: airtime_mvc/application/models/Webstream.php:300 +msgid "Could not parse M3U playlist" +msgstr "Δεν ήταν δυνατή η ανάλυση της λίστας αναπαραγωγής M3U" + +#: airtime_mvc/application/models/Webstream.php:314 +msgid "Invalid webstream - This appears to be a file download." +msgstr "Μη έγκυρο webstream - Αυτό φαίνεται να αποτελεί αρχείο λήψης." + +#: airtime_mvc/application/models/Webstream.php:318 +#, php-format +msgid "Unrecognized stream type: %s" +msgstr "Άγνωστος τύπος stream: %s" + +#: airtime_mvc/application/models/ShowInstance.php:245 +msgid "Can't drag and drop repeating shows" +msgstr "Δεν είναι δυνατό το drag and drop επαναλαμβανόμενων εκπομπών" + +#: airtime_mvc/application/models/ShowInstance.php:253 +msgid "Can't move a past show" +msgstr "Δεν είναι δυνατή η μετακίνηση περασμένης εκπομπής" + +#: airtime_mvc/application/models/ShowInstance.php:270 +msgid "Can't move show into past" +msgstr "Δεν είναι δυνατή η μετακίνηση εκπομπής στο παρελθόν" + +#: airtime_mvc/application/models/ShowInstance.php:276 +#: airtime_mvc/application/forms/AddShowWhen.php:254 +#: airtime_mvc/application/forms/AddShowWhen.php:268 +#: airtime_mvc/application/forms/AddShowWhen.php:291 +#: airtime_mvc/application/forms/AddShowWhen.php:297 +#: airtime_mvc/application/forms/AddShowWhen.php:302 +msgid "Cannot schedule overlapping shows" +msgstr "Δεν είναι δυνατός ο προγραμματισμός αλληλοεπικαλυπτόμενων εκπομπών" + +#: airtime_mvc/application/models/ShowInstance.php:290 +msgid "Can't move a recorded show less than 1 hour before its rebroadcasts." +msgstr "Δεν είναι δυνατή η μετακίνηση ηχογραφημένης εκπομπής σε λιγότερο από 1 ώρα πριν από την αναμετάδοση της." + +#: airtime_mvc/application/models/ShowInstance.php:303 +msgid "Show was deleted because recorded show does not exist!" +msgstr "Η εκπομπή διεγράφη επειδή δεν υπάρχει ηχογραφημένη εκπομπή!" + +#: airtime_mvc/application/models/ShowInstance.php:310 +msgid "Must wait 1 hour to rebroadcast." +msgstr "Πρέπει να περιμένετε 1 ώρα για την αναμετάδοση." + +#: airtime_mvc/application/models/ShowInstance.php:342 +msgid "can't resize a past show" +msgstr "Δεν είναι δυνατή η αλλαγή μεγέθους παρελθοντικής εκπομπής" + +#: airtime_mvc/application/models/ShowInstance.php:364 +msgid "Should not overlap shows" +msgstr "Αδύνατη η αλληλοεπικάλυψη εκπομπών" + +#: airtime_mvc/application/models/Auth.php:33 +#, php-format +msgid "" +"Hi %s, \n" +"\n" +"Click this link to reset your password: " +msgstr "" +"Γεια σας %s , \n" +"\n" +"Πατήστε αυτόν τον σύνδεσμο για να επαναφέρετε τον κωδικό πρόσβασής σας: " + +#: airtime_mvc/application/models/Auth.php:36 +msgid "Airtime Password Reset" +msgstr "Επαναφορά κωδικού πρόσβασης Airtime" + +#: airtime_mvc/application/models/Scheduler.php:82 +msgid "The schedule you're viewing is out of date! (sched mismatch)" +msgstr "Το πρόγραμμα που βλέπετε δεν είναι έγκυρο! (αναντιστοιχία προγράμματος)" + +#: airtime_mvc/application/models/Scheduler.php:87 +msgid "The schedule you're viewing is out of date! (instance mismatch)" +msgstr "Το πρόγραμμα που βλέπετε δεν είναι ενημερωμένο! (αναντιστοιχία παραδείγματος)" + +#: airtime_mvc/application/models/Scheduler.php:95 +#: airtime_mvc/application/models/Scheduler.php:353 +msgid "The schedule you're viewing is out of date!" +msgstr "Το πρόγραμμα που βλέπετε δεν είναι ενημερωμένο!" + +#: airtime_mvc/application/models/Scheduler.php:105 +#, php-format +msgid "You are not allowed to schedule show %s." +msgstr "Δεν έχετε δικαίωμα προγραμματισμού εκπομπής%s.." + +#: airtime_mvc/application/models/Scheduler.php:109 +msgid "You cannot add files to recording shows." +msgstr "Δεν μπορείτε να προσθεσετε αρχεία σε ηχογραφημένες εκπομπές." + +#: airtime_mvc/application/models/Scheduler.php:115 +#, php-format +msgid "The show %s is over and cannot be scheduled." +msgstr "Η εκπομπή %s έχει τελειώσει και δεν μπορεί να προγραμματιστεί." + +#: airtime_mvc/application/models/Scheduler.php:122 +#, php-format +msgid "The show %s has been previously updated!" +msgstr "Η εκπομπή %s έχει ενημερωθεί πρόσφατα!" + +#: airtime_mvc/application/models/Scheduler.php:142 +#: airtime_mvc/application/models/Scheduler.php:227 +msgid "A selected File does not exist!" +msgstr "Ένα επιλεγμένο αρχείο δεν υπάρχει!" + +#: airtime_mvc/application/models/ShowBuilder.php:198 +#, php-format +msgid "Rebroadcast of %s from %s" +msgstr "Αναμετάδοση του %s από %s" + +#: airtime_mvc/application/models/Block.php:1213 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:41 +msgid "Select criteria" +msgstr "Επιλέξτε κριτήρια" + +#: airtime_mvc/application/models/Block.php:1214 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:42 +#: airtime_mvc/application/controllers/LocaleController.php:66 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:8 +msgid "Album" +msgstr "Album" + +#: airtime_mvc/application/models/Block.php:1215 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:43 +msgid "Bit Rate (Kbps)" +msgstr "Bit Rate (Kbps)" + +#: airtime_mvc/application/models/Block.php:1216 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:44 +#: airtime_mvc/application/controllers/LocaleController.php:68 +msgid "BPM" +msgstr "BPM" + +#: airtime_mvc/application/models/Block.php:1217 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:45 +#: airtime_mvc/application/controllers/LocaleController.php:69 +#: airtime_mvc/application/controllers/LocaleController.php:153 +msgid "Composer" +msgstr "Συνθέτης" + +#: airtime_mvc/application/models/Block.php:1218 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:46 +#: airtime_mvc/application/controllers/LocaleController.php:70 +msgid "Conductor" +msgstr "Μαέστρος" + +#: airtime_mvc/application/models/Block.php:1219 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:47 +#: airtime_mvc/application/controllers/LocaleController.php:71 +#: airtime_mvc/application/controllers/LocaleController.php:154 +msgid "Copyright" +msgstr "Copyright" + +#: airtime_mvc/application/models/Block.php:1220 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:48 +#: airtime_mvc/application/controllers/LocaleController.php:65 +#: airtime_mvc/application/controllers/LocaleController.php:150 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:7 +msgid "Creator" +msgstr "Δημιουργός" + +#: airtime_mvc/application/models/Block.php:1221 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:49 +#: airtime_mvc/application/controllers/LocaleController.php:72 +msgid "Encoded By" +msgstr "Κωδικοποιήθηκε από" + +#: airtime_mvc/application/models/Block.php:1222 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:132 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:50 +#: airtime_mvc/application/controllers/LocaleController.php:73 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:10 +msgid "Genre" +msgstr "Είδος" + +#: airtime_mvc/application/models/Block.php:1223 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:51 +#: airtime_mvc/application/controllers/LocaleController.php:74 +msgid "ISRC" +msgstr "ISRC" + +#: airtime_mvc/application/models/Block.php:1224 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:52 +#: airtime_mvc/application/controllers/LocaleController.php:75 +msgid "Label" +msgstr "Εταιρεία" + +#: airtime_mvc/application/models/Block.php:1225 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:53 +#: airtime_mvc/application/controllers/LocaleController.php:76 +msgid "Language" +msgstr "Γλώσσα" + +#: airtime_mvc/application/models/Block.php:1226 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:54 +#: airtime_mvc/application/controllers/LocaleController.php:77 +msgid "Last Modified" +msgstr "Τελευταία τροποποίηση" + +#: airtime_mvc/application/models/Block.php:1227 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:55 +#: airtime_mvc/application/controllers/LocaleController.php:78 +msgid "Last Played" +msgstr "Τελευταία αναπαραγωγή" + +#: airtime_mvc/application/models/Block.php:1228 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:56 +#: airtime_mvc/application/controllers/LocaleController.php:79 +#: airtime_mvc/application/controllers/LocaleController.php:152 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:9 +msgid "Length" +msgstr "Διάρκεια" + +#: airtime_mvc/application/models/Block.php:1229 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:57 +#: airtime_mvc/application/controllers/LocaleController.php:80 +msgid "Mime" +msgstr "Μίμος" + +#: airtime_mvc/application/models/Block.php:1230 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:58 +#: airtime_mvc/application/controllers/LocaleController.php:81 +msgid "Mood" +msgstr "Διάθεση" + +#: airtime_mvc/application/models/Block.php:1231 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:59 +#: airtime_mvc/application/controllers/LocaleController.php:82 +msgid "Owner" +msgstr "Ιδιοκτήτης" + +#: airtime_mvc/application/models/Block.php:1232 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:60 +#: airtime_mvc/application/controllers/LocaleController.php:83 +msgid "Replay Gain" +msgstr "Κέρδος Επανάληψης" + +#: airtime_mvc/application/models/Block.php:1233 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:61 +msgid "Sample Rate (kHz)" +msgstr "Ρυθμός Δειγματοληψίας (kHz)" + +#: airtime_mvc/application/models/Block.php:1234 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:62 +#: airtime_mvc/application/controllers/LocaleController.php:64 +#: airtime_mvc/application/controllers/LocaleController.php:149 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:6 +msgid "Title" +msgstr "Τίτλος" + +#: airtime_mvc/application/models/Block.php:1235 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:63 +#: airtime_mvc/application/controllers/LocaleController.php:85 +msgid "Track Number" +msgstr "Αριθμός Κομματιού" + +#: airtime_mvc/application/models/Block.php:1236 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:64 +#: airtime_mvc/application/controllers/LocaleController.php:86 +msgid "Uploaded" +msgstr "Φορτώθηκε" + +#: airtime_mvc/application/models/Block.php:1237 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:65 +#: airtime_mvc/application/controllers/LocaleController.php:87 +msgid "Website" +msgstr "Ιστοσελίδα" + +#: airtime_mvc/application/models/Block.php:1238 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:66 +#: airtime_mvc/application/controllers/LocaleController.php:88 +msgid "Year" +msgstr "Έτος" + +#: airtime_mvc/application/common/DateHelper.php:335 +#, php-format +msgid "The year %s must be within the range of 1753 - 9999" +msgstr "Το έτος %s πρέπει να είναι εντός του εύρους 1753 - 9999" + +#: airtime_mvc/application/common/DateHelper.php:338 +#, php-format +msgid "%s-%s-%s is not a valid date" +msgstr "%s-%s-%s δεν αποτελεί έγκυρη ημερομηνία" + +#: airtime_mvc/application/common/DateHelper.php:362 +#, php-format +msgid "%s:%s:%s is not a valid time" +msgstr "%s : %s : %s δεν αποτελεί έγκυρη ώρα" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:17 +msgid "Enable System Emails (Password Reset)" +msgstr "Ενεργοποίηση Emails Συστήματος (Επαναφορά κωδικού πρόσβασης)" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:27 +msgid "Reset Password 'From' Email" +msgstr "Επαναφορά Κωδικού πρόσβασης 'Από' E-mail" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:34 +msgid "Configure Mail Server" +msgstr "Διαμόρφωση Διακομιστή Αλληλογραφίας" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:43 +msgid "Requires Authentication" +msgstr "Απαιτείται Έλεγχος Ταυτότητας" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:53 +msgid "Mail Server" +msgstr "Διακομιστής Αλληλογραφίας" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:67 +msgid "Email Address" +msgstr "Διεύθυνση Ηλεκτρονικού Ταχυδρομείου" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:82 +#: airtime_mvc/application/forms/PasswordChange.php:17 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:120 +msgid "Password" +msgstr "Κωδικός πρόσβασης" + +#: airtime_mvc/application/forms/EmailServerPreferences.php:100 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:109 +msgid "Port" +msgstr "Θύρα" + +#: airtime_mvc/application/forms/RegisterAirtime.php:30 +#: airtime_mvc/application/forms/SupportSettings.php:21 +#: airtime_mvc/application/forms/GeneralPreferences.php:23 +msgid "Station Name" +msgstr "Όνομα Σταθμού" + +#: airtime_mvc/application/forms/RegisterAirtime.php:39 +#: airtime_mvc/application/forms/SupportSettings.php:34 +msgid "Phone:" +msgstr "Τηλέφωνο:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:51 +#: airtime_mvc/application/forms/AddUser.php:60 +#: airtime_mvc/application/forms/SupportSettings.php:46 +#: airtime_mvc/application/forms/EditUser.php:75 +msgid "Email:" +msgstr "Email:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:62 +#: airtime_mvc/application/forms/SupportSettings.php:57 +msgid "Station Web Site:" +msgstr "Ιστοσελίδα Σταθμού:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:73 +#: airtime_mvc/application/forms/SupportSettings.php:68 +msgid "Country:" +msgstr "Χώρα" + +#: airtime_mvc/application/forms/RegisterAirtime.php:84 +#: airtime_mvc/application/forms/SupportSettings.php:79 +msgid "City:" +msgstr "Πόλη" + +#: airtime_mvc/application/forms/RegisterAirtime.php:96 +#: airtime_mvc/application/forms/SupportSettings.php:91 +msgid "Station Description:" +msgstr "Περιγραφή Σταθμού:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:106 +#: airtime_mvc/application/forms/SupportSettings.php:101 +msgid "Station Logo:" +msgstr "Λογότυπο Σταθμού:" + +#: airtime_mvc/application/forms/RegisterAirtime.php:116 +#: airtime_mvc/application/forms/SupportSettings.php:112 +#: airtime_mvc/application/controllers/LocaleController.php:329 +msgid "Send support feedback" +msgstr "Αποστολή Σχολίων Υποστήριξης" + +#: airtime_mvc/application/forms/RegisterAirtime.php:126 +#: airtime_mvc/application/forms/SupportSettings.php:122 +msgid "Promote my station on Sourcefabric.org" +msgstr "Προώθηση του σταθμού μου στην ιστοσελίδα Sourcefabric.org" + +#: airtime_mvc/application/forms/RegisterAirtime.php:149 +#: airtime_mvc/application/forms/SupportSettings.php:148 +#, php-format +msgid "By checking this box, I agree to Sourcefabric's %sprivacy policy%s." +msgstr "Με την επιλογή του πλαισίου, συμφωνώ με την %sπολιτική απορρήτου%s της Sourcefabric." + +#: airtime_mvc/application/forms/RegisterAirtime.php:166 +#: airtime_mvc/application/forms/SupportSettings.php:171 +msgid "You have to agree to privacy policy." +msgstr "Πρέπει να συμφωνείτε με την πολιτική προστασίας προσωπικών δεδομένων." + +#: airtime_mvc/application/forms/PasswordChange.php:28 +msgid "Confirm new password" +msgstr "Επιβεβαίωση νέου κωδικού πρόσβασης" + +#: airtime_mvc/application/forms/PasswordChange.php:36 +msgid "Password confirmation does not match your password." +msgstr "Η επιβεβαίωση κωδικού δεν ταιριάζει με τον κωδικό πρόσβασής σας." + +#: airtime_mvc/application/forms/PasswordChange.php:43 +msgid "Get new password" +msgstr "Αποκτήστε νέο κωδικό πρόσβασης" + +#: airtime_mvc/application/forms/DateRange.php:16 +#: airtime_mvc/application/forms/ShowBuilder.php:18 +msgid "Date Start:" +msgstr "Ημερομηνία Έναρξης:" + +#: airtime_mvc/application/forms/DateRange.php:35 +#: airtime_mvc/application/forms/DateRange.php:63 +#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:31 +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:99 +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:118 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:100 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:123 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:144 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:174 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:186 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:198 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:210 +#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:26 +#: airtime_mvc/application/forms/ShowBuilder.php:37 +#: airtime_mvc/application/forms/ShowBuilder.php:65 +msgid "Invalid character entered" +msgstr "Εισαγωγή άκυρου χαρακτήρα" + +#: airtime_mvc/application/forms/DateRange.php:44 +#: airtime_mvc/application/forms/AddShowRepeats.php:40 +#: airtime_mvc/application/forms/ShowBuilder.php:46 +msgid "Date End:" +msgstr "Ημερομηνία Λήξης:" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:8 +#: airtime_mvc/application/forms/customvalidators/ConditionalNotEmpty.php:26 +msgid "Value is required and can't be empty" +msgstr "Απαιτείται αξία και δεν μπορεί να είναι κενή" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:19 +msgid "'%value%' is no valid email address in the basic format local-part@hostname" +msgstr "'%value%' δεν αποτελεί έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου στη βασική μορφή local-part@hostname" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:33 +msgid "'%value%' does not fit the date format '%format%'" +msgstr "'%value%' δεν ταιριάζει με τη μορφή ημερομηνίας '%format%'" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:59 +msgid "'%value%' is less than %min% characters long" +msgstr "'%value%' είναι λιγότερο από %min% χαρακτήρες " + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:64 +msgid "'%value%' is more than %max% characters long" +msgstr "'%value%' είναι περισσότερο από %max% χαρακτήρες " + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:76 +msgid "'%value%' is not between '%min%' and '%max%', inclusively" +msgstr "'%value%' δεν είναι μεταξύ '%min%' και '%max%', συνολικά" + +#: airtime_mvc/application/forms/helpers/ValidationTypes.php:89 +msgid "Passwords do not match" +msgstr "" + +#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:15 +#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:6 +msgid "days" +msgstr "ημέρες" + +#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:63 +#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:58 +msgid "Day must be specified" +msgstr "Η μέρα πρέπει να προσδιοριστεί" + +#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:68 +#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:63 +msgid "Time must be specified" +msgstr "Η ώρα πρέπει να προσδιοριστεί" + +#: airtime_mvc/application/forms/AddShowRebroadcastDates.php:95 +#: airtime_mvc/application/forms/AddShowAbsoluteRebroadcastDates.php:86 +msgid "Must wait at least 1 hour to rebroadcast" +msgstr "Πρέπει να περιμένετε τουλάχιστον 1 ώρα για την αναμετάδοση" + +#: airtime_mvc/application/forms/AddShowRR.php:10 +msgid "Record from Line In?" +msgstr "Ηχογράφηση από Line In;" + +#: airtime_mvc/application/forms/AddShowRR.php:16 +msgid "Rebroadcast?" +msgstr "Αναμετάδοση;" + +#: airtime_mvc/application/forms/AddShowStyle.php:10 +msgid "Background Colour:" +msgstr "Χρώμα Φόντου:" + +#: airtime_mvc/application/forms/AddShowStyle.php:29 +msgid "Text Colour:" +msgstr "Χρώμα Κειμένου:" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:19 +msgid "Auto Switch Off" +msgstr "Αυτόματη Απενεργοποίηση" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:26 +msgid "Auto Switch On" +msgstr "Αυτόματη Ενεργοποίηση" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:33 +msgid "Switch Transition Fade (s)" +msgstr "Διακόπτης Fade Μετάβασης (s)" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:36 +msgid "enter a time in seconds 00{.000000}" +msgstr "εισάγετε την ώρα σε δευτερόλεπτα 00{.000000}" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:45 +msgid "Master Username" +msgstr "Κύριο Όνομα Χρήστη" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:62 +msgid "Master Password" +msgstr "Κύριος Κωδικός Πρόσβασης" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:70 +msgid "Master Source Connection URL" +msgstr "URL Σύνδεσης Κύριας Πηγής " + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:78 +msgid "Show Source Connection URL" +msgstr "Εμφάνιση URL Σύνδεσης Πηγής " + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:87 +msgid "Master Source Port" +msgstr "Κύριο Port Πηγής" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:90 +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:109 +#: airtime_mvc/application/forms/StreamSettingSubForm.php:112 +msgid "Only numbers are allowed." +msgstr "Επιτρέπονται μόνο αριθμοί." + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:96 +msgid "Master Source Mount Point" +msgstr "Κύριο Σημείο Προσάρτησης Πηγής" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:106 +msgid "Show Source Port" +msgstr "Εμφάνιση Port Πηγής" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:115 +msgid "Show Source Mount Point" +msgstr "Εμφάνιση Σημείου Προσάρτησης Πηγής" + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:153 +msgid "You cannot use same port as Master DJ port." +msgstr "Δεν μπορείτε να χρησιμοποιήσετε το ίδιο port ως Master DJ Show port." + +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:164 +#: airtime_mvc/application/forms/LiveStreamingPreferences.php:182 +#, php-format +msgid "Port %s is not available" +msgstr "Μη διαθέσιμο Port %s " + +#: airtime_mvc/application/forms/WatchedDirPreferences.php:14 +msgid "Import Folder:" +msgstr "Εισαγωγή Φακέλου:" + +#: airtime_mvc/application/forms/WatchedDirPreferences.php:25 +msgid "Watched Folders:" +msgstr "Παροβεβλημμένοι Φάκελοι:" + +#: airtime_mvc/application/forms/WatchedDirPreferences.php:40 +msgid "Not a valid Directory" +msgstr "Μη έγκυρο Ευρετήριο" + +#: airtime_mvc/application/forms/AddUser.php:23 +#: airtime_mvc/application/forms/Login.php:19 +#: airtime_mvc/application/forms/EditUser.php:30 +msgid "Username:" +msgstr "Όνομα Χρήστη:" + +#: airtime_mvc/application/forms/AddUser.php:32 +#: airtime_mvc/application/forms/Login.php:34 +#: airtime_mvc/application/forms/EditUser.php:41 +msgid "Password:" +msgstr "Κωδικός πρόσβασης:" + +#: airtime_mvc/application/forms/AddUser.php:40 +#: airtime_mvc/application/forms/EditUser.php:50 +msgid "Verify Password:" +msgstr "" + +#: airtime_mvc/application/forms/AddUser.php:48 +#: airtime_mvc/application/forms/EditUser.php:59 +msgid "Firstname:" +msgstr "Όνομα:" + +#: airtime_mvc/application/forms/AddUser.php:54 +#: airtime_mvc/application/forms/EditUser.php:67 +msgid "Lastname:" +msgstr "Επώνυμο:" + +#: airtime_mvc/application/forms/AddUser.php:69 +#: airtime_mvc/application/forms/EditUser.php:86 +msgid "Mobile Phone:" +msgstr "Κινητό Τηλέφωνο:" + +#: airtime_mvc/application/forms/AddUser.php:75 +#: airtime_mvc/application/forms/EditUser.php:94 +msgid "Skype:" +msgstr "Skype" + +#: airtime_mvc/application/forms/AddUser.php:81 +#: airtime_mvc/application/forms/EditUser.php:102 +msgid "Jabber:" +msgstr "Jabber" + +#: airtime_mvc/application/forms/AddUser.php:88 +msgid "User Type:" +msgstr "Τύπος Χρήστη:" + +#: airtime_mvc/application/forms/AddUser.php:92 +#: airtime_mvc/application/controllers/LocaleController.php:312 +msgid "Guest" +msgstr "Επισκέπτης" + +#: airtime_mvc/application/forms/AddUser.php:93 +#: airtime_mvc/application/controllers/LocaleController.php:310 +msgid "DJ" +msgstr "DJ" + +#: airtime_mvc/application/forms/AddUser.php:94 +#: airtime_mvc/application/controllers/LocaleController.php:311 +msgid "Program Manager" +msgstr "Διευθυντής Προγράμματος" + +#: airtime_mvc/application/forms/AddUser.php:95 +#: airtime_mvc/application/controllers/LocaleController.php:309 +msgid "Admin" +msgstr "Διαχειριστής" + +#: airtime_mvc/application/forms/AddUser.php:103 +#: airtime_mvc/application/forms/SupportSettings.php:158 +#: airtime_mvc/application/forms/EditAudioMD.php:134 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:23 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:20 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:15 +#: airtime_mvc/application/views/scripts/form/edit-user.phtml:160 +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:6 +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:116 +#: airtime_mvc/application/views/scripts/preference/index.phtml:6 +#: airtime_mvc/application/views/scripts/preference/index.phtml:14 +msgid "Save" +msgstr "Αποθήκευση" + +#: airtime_mvc/application/forms/AddUser.php:113 +#: airtime_mvc/application/forms/EditUser.php:132 +msgid "Login name is not unique." +msgstr "Το όνομα εισόδου δεν είναι μοναδικό." + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:48 +msgid "Enabled:" +msgstr "Ενεργοποιημένο" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:57 +msgid "Stream Type:" +msgstr "Τύπος Stream:" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:67 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:15 +msgid "Bit Rate:" +msgstr "Ρυθμός Δεδομένων:" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:77 +msgid "Service Type:" +msgstr "Τύπος Υπηρεσίας:" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:87 +msgid "Channels:" +msgstr "Κανάλια" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:88 +msgid "1 - Mono" +msgstr "1 - Mono" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:88 +msgid "2 - Stereo" +msgstr "2 - Stereo" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:97 +msgid "Server" +msgstr "Διακομιστής" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:141 +msgid "URL" +msgstr "Διεύθυνση URL:" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:153 +msgid "Name" +msgstr "Ονομασία" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:162 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:51 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:53 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:40 +msgid "Description" +msgstr "Περιγραφή" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:171 +msgid "Mount Point" +msgstr "Σημείο Προσάρτησης" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:183 +#: airtime_mvc/application/forms/PasswordRestore.php:25 +#: airtime_mvc/application/views/scripts/user/add-user.phtml:18 +msgid "Username" +msgstr "Όνομα Χρήστη" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:195 +msgid "Admin User" +msgstr "" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:207 +msgid "Admin Password" +msgstr "" + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:218 +#: airtime_mvc/application/controllers/LocaleController.php:169 +msgid "Getting information from the server..." +msgstr "Λήψη πληροφοριών από το διακομιστή..." + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:232 +msgid "Server cannot be empty." +msgstr "Ο διακομιστής δεν μπορεί να είναι κενός." + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:237 +msgid "Port cannot be empty." +msgstr "Το Port δεν μπορεί να είναι κενό." + +#: airtime_mvc/application/forms/StreamSettingSubForm.php:243 +msgid "Mount cannot be empty with Icecast server." +msgstr "Η προσάρτηση δεν μπορεί να είναι κενή με διακομιστή Icecast." + +#: airtime_mvc/application/forms/AddShowRepeats.php:11 +msgid "Repeat Type:" +msgstr "Τύπος Επανάληψης:" + +#: airtime_mvc/application/forms/AddShowRepeats.php:14 +msgid "weekly" +msgstr "εβδομαδιαία" + +#: airtime_mvc/application/forms/AddShowRepeats.php:15 +msgid "bi-weekly" +msgstr "δύο φορές την εβδομάδα" + +#: airtime_mvc/application/forms/AddShowRepeats.php:16 +msgid "monthly" +msgstr "μηνιαία" + +#: airtime_mvc/application/forms/AddShowRepeats.php:25 +msgid "Select Days:" +msgstr "Επιλέξτε Ημέρες:" + +#: airtime_mvc/application/forms/AddShowRepeats.php:28 +#: airtime_mvc/application/controllers/LocaleController.php:249 +msgid "Sun" +msgstr "Κυρ" + +#: airtime_mvc/application/forms/AddShowRepeats.php:29 +#: airtime_mvc/application/controllers/LocaleController.php:250 +msgid "Mon" +msgstr "Δευ" + +#: airtime_mvc/application/forms/AddShowRepeats.php:30 +#: airtime_mvc/application/controllers/LocaleController.php:251 +msgid "Tue" +msgstr "Τρι" + +#: airtime_mvc/application/forms/AddShowRepeats.php:31 +#: airtime_mvc/application/controllers/LocaleController.php:252 +msgid "Wed" +msgstr "Τετ" + +#: airtime_mvc/application/forms/AddShowRepeats.php:32 +#: airtime_mvc/application/controllers/LocaleController.php:253 +msgid "Thu" +msgstr "Πεμ" + +#: airtime_mvc/application/forms/AddShowRepeats.php:33 +#: airtime_mvc/application/controllers/LocaleController.php:254 +msgid "Fri" +msgstr "Παρ" + +#: airtime_mvc/application/forms/AddShowRepeats.php:34 +#: airtime_mvc/application/controllers/LocaleController.php:255 +msgid "Sat" +msgstr "Σαβ" + +#: airtime_mvc/application/forms/AddShowRepeats.php:53 +msgid "No End?" +msgstr "Χωρίς Τέλος;" + +#: airtime_mvc/application/forms/AddShowRepeats.php:79 +msgid "End date must be after start date" +msgstr "Η ημερομηνία λήξης πρέπει να είναι μετά την ημερομηνία έναρξης" + +#: airtime_mvc/application/forms/AddShowWhat.php:26 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:33 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:146 +msgid "Name:" +msgstr "Όνομα:" + +#: airtime_mvc/application/forms/AddShowWhat.php:30 +msgid "Untitled Show" +msgstr "Εκπομπή χωρίς Τίτλο" + +#: airtime_mvc/application/forms/AddShowWhat.php:36 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:150 +msgid "URL:" +msgstr "Διεύθυνση URL:" + +#: airtime_mvc/application/forms/AddShowWhat.php:45 +#: airtime_mvc/application/forms/EditAudioMD.php:47 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:17 +msgid "Genre:" +msgstr "Είδος:" + +#: airtime_mvc/application/forms/AddShowWhat.php:54 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:40 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:149 +msgid "Description:" +msgstr "Περιγραφή:" + +#: airtime_mvc/application/forms/AddShowWho.php:10 +msgid "Search Users:" +msgstr "Αναζήτηση Χρηστών:" + +#: airtime_mvc/application/forms/AddShowWho.php:24 +msgid "DJs:" +msgstr "DJs:" + +#: airtime_mvc/application/forms/StreamSetting.php:22 +msgid "Hardware Audio Output" +msgstr "Έξοδος Hardware Ήχου" + +#: airtime_mvc/application/forms/StreamSetting.php:33 +msgid "Output Type" +msgstr "Τύπος Εξόδου" + +#: airtime_mvc/application/forms/StreamSetting.php:44 +msgid "Icecast Vorbis Metadata" +msgstr "Μεταδεδομένα Icecast Vorbis " + +#: airtime_mvc/application/forms/StreamSetting.php:54 +msgid "Stream Label:" +msgstr "Stream Label:" + +#: airtime_mvc/application/forms/StreamSetting.php:55 +msgid "Artist - Title" +msgstr "Καλλιτέχνης - Τίτλος" + +#: airtime_mvc/application/forms/StreamSetting.php:56 +msgid "Show - Artist - Title" +msgstr "Εκπομπή - Καλλιτέχνης - Τίτλος" + +#: airtime_mvc/application/forms/StreamSetting.php:57 +msgid "Station name - Show name" +msgstr "Όνομα Σταθμού - Όνομα Εκπομπής" + +#: airtime_mvc/application/forms/StreamSetting.php:63 +msgid "Off Air Metadata" +msgstr "" + +#: airtime_mvc/application/forms/StreamSetting.php:69 +msgid "Enable Replay Gain" +msgstr "" + +#: airtime_mvc/application/forms/StreamSetting.php:75 +msgid "Replay Gain Modifier" +msgstr "" + +#: airtime_mvc/application/forms/PasswordRestore.php:14 +msgid "E-mail" +msgstr "E-mail" + +#: airtime_mvc/application/forms/PasswordRestore.php:36 +msgid "Restore password" +msgstr "Επαναφορά κωδικού πρόσβασης" + +#: airtime_mvc/application/forms/PasswordRestore.php:46 +#: airtime_mvc/application/forms/EditAudioMD.php:144 +#: airtime_mvc/application/controllers/LocaleController.php:306 +msgid "Cancel" +msgstr "Ακύρωση" + +#: airtime_mvc/application/forms/AddShowWhen.php:16 +msgid "'%value%' does not fit the time format 'HH:mm'" +msgstr "'%value%' δεν ταιριάζει με τη μορφή της ώρας 'ΩΩ:λλ'" + +#: airtime_mvc/application/forms/AddShowWhen.php:22 +msgid "Date/Time Start:" +msgstr "Ημερομηνία/Ώρα Έναρξης:" + +#: airtime_mvc/application/forms/AddShowWhen.php:49 +msgid "Date/Time End:" +msgstr "Ημερομηνία/Ώρα Λήξης:" + +#: airtime_mvc/application/forms/AddShowWhen.php:74 +msgid "Duration:" +msgstr "Διάρκεια:" + +#: airtime_mvc/application/forms/AddShowWhen.php:83 +msgid "Repeats?" +msgstr "Επαναλήψεις;" + +#: airtime_mvc/application/forms/AddShowWhen.php:103 +msgid "Cannot create show in the past" +msgstr "Δεν είναι δυνατή η δημιουργία εκπομπής στο παρελθόν" + +#: airtime_mvc/application/forms/AddShowWhen.php:111 +msgid "Cannot modify start date/time of the show that is already started" +msgstr "Αδύνατη η τροποποίηση ημερομηνίας/ώρας έναρξης της εκπομπής που έχει ήδη αρχίσει" + +#: airtime_mvc/application/forms/AddShowWhen.php:130 +msgid "Cannot have duration 00h 00m" +msgstr "Δεν μπορεί να έχει διάρκεια 00h 00m" + +#: airtime_mvc/application/forms/AddShowWhen.php:134 +msgid "Cannot have duration greater than 24h" +msgstr "Δεν μπορεί να έχει διάρκεια μεγαλύτερη από 24 ώρες" + +#: airtime_mvc/application/forms/AddShowWhen.php:138 +msgid "Cannot have duration < 0m" +msgstr "Δεν μπορεί να έχει διάρκεια < 0m" + +#: airtime_mvc/application/forms/EditAudioMD.php:19 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:9 +msgid "Title:" +msgstr "Τίτλος:" + +#: airtime_mvc/application/forms/EditAudioMD.php:26 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:10 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:34 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:148 +msgid "Creator:" +msgstr "Δημιουργός:" + +#: airtime_mvc/application/forms/EditAudioMD.php:33 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:11 +msgid "Album:" +msgstr "Album:" + +#: airtime_mvc/application/forms/EditAudioMD.php:40 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:12 +msgid "Track:" +msgstr "Κομμάτι:" + +#: airtime_mvc/application/forms/EditAudioMD.php:54 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:18 +msgid "Year:" +msgstr "Έτος" + +#: airtime_mvc/application/forms/EditAudioMD.php:66 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:19 +msgid "Label:" +msgstr "Δισκογραφική:" + +#: airtime_mvc/application/forms/EditAudioMD.php:73 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:21 +msgid "Composer:" +msgstr "Συνθέτης:" + +#: airtime_mvc/application/forms/EditAudioMD.php:80 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:22 +msgid "Conductor:" +msgstr "Μαέστρος:" + +#: airtime_mvc/application/forms/EditAudioMD.php:87 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:16 +msgid "Mood:" +msgstr "Διάθεση:" + +#: airtime_mvc/application/forms/EditAudioMD.php:95 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:20 +msgid "BPM:" +msgstr "BPM:" + +#: airtime_mvc/application/forms/EditAudioMD.php:104 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:23 +msgid "Copyright:" +msgstr "Copyright:" + +#: airtime_mvc/application/forms/EditAudioMD.php:111 +msgid "ISRC Number:" +msgstr "Αριθμός ISRC:" + +#: airtime_mvc/application/forms/EditAudioMD.php:118 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:25 +msgid "Website:" +msgstr "Ιστοσελίδα:" + +#: airtime_mvc/application/forms/EditAudioMD.php:125 +#: airtime_mvc/application/forms/Login.php:48 +#: airtime_mvc/application/forms/EditUser.php:111 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:26 +msgid "Language:" +msgstr "Γλώσσα:" + +#: airtime_mvc/application/forms/Login.php:65 +#: airtime_mvc/application/views/scripts/login/index.phtml:3 +msgid "Login" +msgstr "Σύνδεση" + +#: airtime_mvc/application/forms/Login.php:83 +msgid "Type the characters you see in the picture below." +msgstr "Πληκτρολογήστε τους χαρακτήρες που βλέπετε στην παρακάτω εικόνα." + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:78 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:94 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:214 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:329 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:367 +#: airtime_mvc/application/controllers/LocaleController.php:138 +msgid "Select modifier" +msgstr "Επιλέξτε τροποποιητή" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:79 +#: airtime_mvc/application/controllers/LocaleController.php:139 +msgid "contains" +msgstr "περιέχει" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:80 +#: airtime_mvc/application/controllers/LocaleController.php:140 +msgid "does not contain" +msgstr "δεν περιέχει" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:81 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:95 +#: airtime_mvc/application/controllers/LocaleController.php:141 +msgid "is" +msgstr "είναι" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:82 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:96 +#: airtime_mvc/application/controllers/LocaleController.php:142 +msgid "is not" +msgstr "δεν είναι" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:83 +#: airtime_mvc/application/controllers/LocaleController.php:143 +msgid "starts with" +msgstr "ξεκινά με" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:84 +#: airtime_mvc/application/controllers/LocaleController.php:144 +msgid "ends with" +msgstr "τελειώνει με" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:97 +#: airtime_mvc/application/controllers/LocaleController.php:145 +msgid "is greater than" +msgstr "είναι μεγαλύτερος από" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:98 +#: airtime_mvc/application/controllers/LocaleController.php:146 +msgid "is less than" +msgstr "είναι μικρότερος από" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:99 +#: airtime_mvc/application/controllers/LocaleController.php:147 +msgid "is in the range" +msgstr "είναι στην κλίμακα" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:109 +msgid "hours" +msgstr "ώρες" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:110 +msgid "minutes" +msgstr "λεπτά" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:111 +msgid "items" +msgstr "στοιχεία" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:133 +msgid "Set smart block type:" +msgstr "Ορισμός τύπου smart block:" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:136 +msgid "Static" +msgstr "Στατικό" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:137 +msgid "Dynamic" +msgstr "Δυναμικό" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:248 +msgid "Allow Repeat Tracks:" +msgstr "Επιτρέψτε την επανάληψη κομματιών:" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:265 +msgid "Limit to" +msgstr "Όριο για" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:287 +msgid "Generate playlist content and save criteria" +msgstr "Δημιουργία λίστας αναπαραγωγής περιεχομένου και αποθήκευση κριτηρίων" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:289 +msgid "Generate" +msgstr "Δημιουργία" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:295 +msgid "Shuffle playlist content" +msgstr "Περιεχόμενο λίστας Shuffle " + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:297 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:20 +msgid "Shuffle" +msgstr "Shuffle" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:461 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:473 +msgid "Limit cannot be empty or smaller than 0" +msgstr "Το όριο δεν μπορεί να είναι κενό ή μικρότερο από 0" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:466 +msgid "Limit cannot be more than 24 hrs" +msgstr "Το όριο δεν μπορεί να είναι ξεπερνάει τις 24 ώρες" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:476 +msgid "The value should be an integer" +msgstr "Η τιμή πρέπει να είναι ακέραιος αριθμός" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:479 +msgid "500 is the max item limit value you can set" +msgstr "Το 500 είναι η μέγιστη οριακή τιμή σημείου, που μπορείτε να ορίσετε" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:490 +msgid "You must select Criteria and Modifier" +msgstr "Θα πρέπει να επιλέξετε Κριτήρια και Τροποποιητή" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:497 +msgid "'Length' should be in '00:00:00' format" +msgstr "Το «Μήκος» θα πρέπει να είναι σε υπό μορφής '00:00:00'" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:502 +#: airtime_mvc/application/forms/SmartBlockCriteria.php:515 +msgid "The value should be in timestamp format(eg. 0000-00-00 or 00-00-00 00:00:00)" +msgstr "Η τιμή θα πρέπει να είναι υπο μορφής ώρας (π.χ. 0000-00-00 ή 00-00-00 00:00:00)" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:529 +msgid "The value has to be numeric" +msgstr "Η τιμή πρέπει να είναι αριθμός" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:534 +msgid "The value should be less then 2147483648" +msgstr "Η τιμή πρέπει να είναι μικρότερη από 2147483648" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:539 +#, php-format +msgid "The value should be less than %s characters" +msgstr "Η τιμή πρέπει να είναι μικρότερη από %s χαρακτήρες" + +#: airtime_mvc/application/forms/SmartBlockCriteria.php:546 +msgid "Value cannot be empty" +msgstr "Η αξία δεν μπορεί να είναι κενή" + +#: airtime_mvc/application/forms/ShowBuilder.php:72 +msgid "Show:" +msgstr "Εκπομπή:" + +#: airtime_mvc/application/forms/ShowBuilder.php:80 +msgid "All My Shows:" +msgstr "Όλες οι Εκπομπές μου:" + +#: airtime_mvc/application/forms/EditUser.php:118 +msgid "Timezone:" +msgstr "" + +#: airtime_mvc/application/forms/AddShowLiveStream.php:10 +msgid "Use Airtime Authentication:" +msgstr "Ταυτοποίηση Χρήστη Airtime:" + +#: airtime_mvc/application/forms/AddShowLiveStream.php:16 +msgid "Use Custom Authentication:" +msgstr "Χρήση Προσαρμοσμένης Ταυτοποίησης:" + +#: airtime_mvc/application/forms/AddShowLiveStream.php:26 +msgid "Custom Username" +msgstr "Προσαρμοσμένο Όνομα Χρήστη" + +#: airtime_mvc/application/forms/AddShowLiveStream.php:39 +msgid "Custom Password" +msgstr "Προσαρμοσμένος Κωδικός Πρόσβασης" + +#: airtime_mvc/application/forms/AddShowLiveStream.php:63 +msgid "Username field cannot be empty." +msgstr "Το πεδίο 'Όνομα Χρήστη' δεν μπορεί να είναι κενό." + +#: airtime_mvc/application/forms/AddShowLiveStream.php:68 +msgid "Password field cannot be empty." +msgstr "Το πεδίο 'Κωδικός Πρόσβασης' δεν μπορεί να είναι κενό." + +#: airtime_mvc/application/forms/GeneralPreferences.php:35 +msgid "Default Fade (s):" +msgstr "Fade Προεπιλογής (s):" + +#: airtime_mvc/application/forms/GeneralPreferences.php:42 +msgid "enter a time in seconds 0{.0}" +msgstr "εισάγετε ένα χρόνο σε δευτερόλεπτα 0{.0}" + +#: airtime_mvc/application/forms/GeneralPreferences.php:53 +#, php-format +msgid "Allow Remote Websites To Access \"Schedule\" Info?%s (Enable this to make front-end widgets work.)" +msgstr "Επιτρέψτε την Πρόσβαση \"Πρόγραμμα\" Πληροφορίες;%s σε Ιστοσελίδες με Απομακρυσμένη Πρόσβαση (Ενεργοποιήστε το για να λειτουργήσουν τα front-end widgets.)" + +#: airtime_mvc/application/forms/GeneralPreferences.php:54 +msgid "Disabled" +msgstr "Απενεργοποιημένο" + +#: airtime_mvc/application/forms/GeneralPreferences.php:55 +msgid "Enabled" +msgstr "Ενεργοποιημένο" + +#: airtime_mvc/application/forms/GeneralPreferences.php:61 +msgid "Default Interface Language" +msgstr "" + +#: airtime_mvc/application/forms/GeneralPreferences.php:69 +msgid "Default Interface Timezone" +msgstr "" + +#: airtime_mvc/application/forms/GeneralPreferences.php:77 +msgid "Week Starts On" +msgstr "Η Εβδομάδα αρχίζει " + +#: airtime_mvc/application/forms/GeneralPreferences.php:87 +#: airtime_mvc/application/controllers/LocaleController.php:242 +msgid "Sunday" +msgstr "Κυριακή" + +#: airtime_mvc/application/forms/GeneralPreferences.php:88 +#: airtime_mvc/application/controllers/LocaleController.php:243 +msgid "Monday" +msgstr "Δευτέρα" + +#: airtime_mvc/application/forms/GeneralPreferences.php:89 +#: airtime_mvc/application/controllers/LocaleController.php:244 +msgid "Tuesday" +msgstr "Τρίτη" + +#: airtime_mvc/application/forms/GeneralPreferences.php:90 +#: airtime_mvc/application/controllers/LocaleController.php:245 +msgid "Wednesday" +msgstr "Τετάρτη" + +#: airtime_mvc/application/forms/GeneralPreferences.php:91 +#: airtime_mvc/application/controllers/LocaleController.php:246 +msgid "Thursday" +msgstr "Πέμπτη" + +#: airtime_mvc/application/forms/GeneralPreferences.php:92 +#: airtime_mvc/application/controllers/LocaleController.php:247 +msgid "Friday" +msgstr "Παρασκευή" + +#: airtime_mvc/application/forms/GeneralPreferences.php:93 +#: airtime_mvc/application/controllers/LocaleController.php:248 +msgid "Saturday" +msgstr "Σάββατο" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:16 +msgid "Automatically Upload Recorded Shows" +msgstr "Αυτόματο Ανέβασμα Ηχογραφημένων Εκπομπών" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:26 +msgid "Enable SoundCloud Upload" +msgstr "Ενεργοποίηση Ανεβάσματος SoundCloud" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:36 +msgid "Automatically Mark Files \"Downloadable\" on SoundCloud" +msgstr "Αυτόματη Σήμανση Αρχείων \"για λήψη \" στο SoundCloud" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:47 +msgid "SoundCloud Email" +msgstr "SoundCloud Email" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:67 +msgid "SoundCloud Password" +msgstr "Κωδικός πρόσβασης SoundCloud" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:87 +msgid "SoundCloud Tags: (separate tags with spaces)" +msgstr "SoundCloud Ετικέτες: (διαχωρίσετε ετικέτες με κενά)" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:99 +msgid "Default Genre:" +msgstr "Προεπιλεγμένο Είδος:" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:109 +msgid "Default Track Type:" +msgstr "Προεπιλεγμένος Τύπος Κομματιού:" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:113 +msgid "Original" +msgstr "Πρώτυπο" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:114 +msgid "Remix" +msgstr "Remix" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:115 +msgid "Live" +msgstr "Live" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:116 +msgid "Recording" +msgstr "Εγγραφή" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:117 +msgid "Spoken" +msgstr "Ομιλούμενο" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:118 +msgid "Podcast" +msgstr "Podcast" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:119 +msgid "Demo" +msgstr "Demo" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:120 +msgid "Work in progress" +msgstr "Εργασία σε εξέλιξη" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:121 +msgid "Stem" +msgstr "Στέλεχος" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:122 +msgid "Loop" +msgstr "Loop" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:123 +msgid "Sound Effect" +msgstr "Εφέ Ήχου" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:124 +msgid "One Shot Sample" +msgstr "Δείγμα Shot" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:125 +msgid "Other" +msgstr "Άλλο" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:133 +msgid "Default License:" +msgstr "Προεπιλεγμένη Άδεια :" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:137 +msgid "The work is in the public domain" +msgstr "Εργασία δημόσιας χρήσης" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:138 +msgid "All rights are reserved" +msgstr "Διατήρηση όλων των δικαιωμάτων" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:139 +msgid "Creative Commons Attribution" +msgstr "Απόδοση Creative Commons" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:140 +msgid "Creative Commons Attribution Noncommercial" +msgstr "Απόδοση Creative Commons Μη Εμπορική Χρήση" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:141 +msgid "Creative Commons Attribution No Derivative Works" +msgstr "Απόδοση Creative Commons Όχι Παράγωγα Έργα" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:142 +msgid "Creative Commons Attribution Share Alike" +msgstr "Απόδοση Creative Commons Share Alike" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:143 +msgid "Creative Commons Attribution Noncommercial Non Derivate Works" +msgstr "Απόδοση Creative Commons Μη Εμπορική Χρήση Όχι Παράγωγα Έργα" + +#: airtime_mvc/application/forms/SoundcloudPreferences.php:144 +msgid "Creative Commons Attribution Noncommercial Share Alike" +msgstr "Απόδοση Creative Commons Μη Εμπορική Χρήση Share Alike" + +#: airtime_mvc/application/controllers/DashboardController.php:36 +#: airtime_mvc/application/controllers/DashboardController.php:85 +msgid "You don't have permission to disconnect source." +msgstr "Δεν έχετε άδεια για αποσύνδεση πηγής." + +#: airtime_mvc/application/controllers/DashboardController.php:38 +#: airtime_mvc/application/controllers/DashboardController.php:87 +msgid "There is no source connected to this input." +msgstr "Δεν υπάρχει καμία πηγή που είναι συνδεδεμένη σε αυτή την είσοδο." + +#: airtime_mvc/application/controllers/DashboardController.php:82 +msgid "You don't have permission to switch source." +msgstr "Δεν έχετε άδεια για αλλαγή πηγής." + +#: airtime_mvc/application/controllers/LoginController.php:34 +msgid "Please enter your user name and password" +msgstr "Παρακαλώ εισάγετε το όνομα χρήστη και τον κωδικό πρόσβασής σας" + +#: airtime_mvc/application/controllers/LoginController.php:77 +msgid "Wrong username or password provided. Please try again." +msgstr "Άκυρο όνομα χρήστη ή κωδικός πρόσβασης. Παρακαλώ δοκιμάστε ξανά." + +#: airtime_mvc/application/controllers/LoginController.php:139 +msgid "Email could not be sent. Check your mail server settings and ensure it has been configured properly." +msgstr "Το e-mail δεν μπόρεσε να σταλεί. Ελέγξτε τις ρυθμίσεις email του διακομιστή σας και βεβαιωθείτε ότι έχει ρυθμιστεί σωστά." + +#: airtime_mvc/application/controllers/LoginController.php:142 +msgid "Given email not found." +msgstr "Το email δεν βρέθηκε." + +#: airtime_mvc/application/controllers/PreferenceController.php:71 +msgid "Preferences updated." +msgstr "Οι προτιμήσεις ενημερώθηκαν." + +#: airtime_mvc/application/controllers/PreferenceController.php:122 +msgid "Support setting updated." +msgstr "Η ρύθμιση υποστήριξης ενημερώθηκε." + +#: airtime_mvc/application/controllers/PreferenceController.php:321 +msgid "Stream Setting Updated." +msgstr "Η Ρύθμιση Stream Ενημερώθηκε." + +#: airtime_mvc/application/controllers/PreferenceController.php:354 +msgid "path should be specified" +msgstr "η διαδρομή πρέπει να καθοριστεί" + +#: airtime_mvc/application/controllers/PreferenceController.php:449 +msgid "Problem with Liquidsoap..." +msgstr "Πρόβλημα με Liquidsoap ..." + +#: airtime_mvc/application/controllers/ErrorController.php:17 +msgid "Page not found" +msgstr "Η σελίδα δεν βρέθηκε" + +#: airtime_mvc/application/controllers/ErrorController.php:22 +msgid "Application error" +msgstr "Σφάλμα εφαρμογής" + +#: airtime_mvc/application/controllers/UserController.php:55 +#: airtime_mvc/application/controllers/UserController.php:137 +msgid "Specific action is not allowed in demo version!" +msgstr "Η συγκεκριμένη δράση δεν επιτρέπεται στη δοκιμαστική έκδοση!" + +#: airtime_mvc/application/controllers/UserController.php:87 +msgid "User added successfully!" +msgstr "Ο χρήστης προστέθηκε επιτυχώς!" + +#: airtime_mvc/application/controllers/UserController.php:89 +msgid "User updated successfully!" +msgstr "Ο χρήστης ενημερώθηκε με επιτυχία!" + +#: airtime_mvc/application/controllers/UserController.php:164 +msgid "Settings updated successfully!" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:32 +msgid "Recording:" +msgstr "Εγγραφή" + +#: airtime_mvc/application/controllers/LocaleController.php:33 +msgid "Master Stream" +msgstr "Κύριο Stream" + +#: airtime_mvc/application/controllers/LocaleController.php:34 +msgid "Live Stream" +msgstr "Live Stream" + +#: airtime_mvc/application/controllers/LocaleController.php:35 +msgid "Nothing Scheduled" +msgstr "Τίποτα δεν έχει προγραμματιστεί" + +#: airtime_mvc/application/controllers/LocaleController.php:36 +msgid "Current Show:" +msgstr "Τρέχουσα Εκπομπή:" + +#: airtime_mvc/application/controllers/LocaleController.php:37 +msgid "Current" +msgstr "Τρέχουσα" + +#: airtime_mvc/application/controllers/LocaleController.php:39 +msgid "You are running the latest version" +msgstr "Χρησιμοποιείτε την τελευταία έκδοση" + +#: airtime_mvc/application/controllers/LocaleController.php:40 +msgid "New version available: " +msgstr "Νέα έκδοση διαθέσιμη: " + +#: airtime_mvc/application/controllers/LocaleController.php:41 +msgid "This version will soon be obsolete." +msgstr "Αυτή η έκδοση θα παρωχηθεί σύντομα." + +#: airtime_mvc/application/controllers/LocaleController.php:42 +msgid "This version is no longer supported." +msgstr "Αυτή η έκδοση δεν υποστηρίζεται πλέον." + +#: airtime_mvc/application/controllers/LocaleController.php:43 +msgid "Please upgrade to " +msgstr "Παρακαλούμε να αναβαθμίσετε σε " + +#: airtime_mvc/application/controllers/LocaleController.php:45 +msgid "Add to current playlist" +msgstr "Προσθήκη στην τρέχουσα λίστα αναπαραγωγής" + +#: airtime_mvc/application/controllers/LocaleController.php:46 +msgid "Add to current smart block" +msgstr "Προσθήκη στο τρέχον smart block" + +#: airtime_mvc/application/controllers/LocaleController.php:47 +msgid "Adding 1 Item" +msgstr "Προσθήκη 1 Στοιχείου" + +#: airtime_mvc/application/controllers/LocaleController.php:48 +#, php-format +msgid "Adding %s Items" +msgstr "Προσθήκη %s στοιχείου/ων" + +#: airtime_mvc/application/controllers/LocaleController.php:49 +msgid "You can only add tracks to smart blocks." +msgstr "Μπορείτε να προσθέσετε μόνο κομμάτια στα smart blocks." + +#: airtime_mvc/application/controllers/LocaleController.php:50 +#: airtime_mvc/application/controllers/PlaylistController.php:160 +msgid "You can only add tracks, smart blocks, and webstreams to playlists." +msgstr "Μπορείτε να προσθέσετε μόνο κομμάτια, smart blocks και webstreams σε λίστες αναπαραγωγής." + +#: airtime_mvc/application/controllers/LocaleController.php:53 +msgid "Please select a cursor position on timeline." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:57 +#: airtime_mvc/application/controllers/LibraryController.php:190 +msgid "Edit Metadata" +msgstr "Επεξεργασία Μεταδεδομένων" + +#: airtime_mvc/application/controllers/LocaleController.php:58 +msgid "Add to selected show" +msgstr "Προσθήκη στην επιλεγμένη εκπομπή" + +#: airtime_mvc/application/controllers/LocaleController.php:59 +msgid "Select" +msgstr "Επιλογή" + +#: airtime_mvc/application/controllers/LocaleController.php:60 +msgid "Select this page" +msgstr "Επιλέξτε αυτή τη σελίδα" + +#: airtime_mvc/application/controllers/LocaleController.php:61 +msgid "Deselect this page" +msgstr "Καταργήστε αυτήν την σελίδα" + +#: airtime_mvc/application/controllers/LocaleController.php:62 +msgid "Deselect all" +msgstr "Κατάργηση όλων" + +#: airtime_mvc/application/controllers/LocaleController.php:63 +msgid "Are you sure you want to delete the selected item(s)?" +msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε το επιλεγμένο στοιχείο/α;" + +#: airtime_mvc/application/controllers/LocaleController.php:67 +msgid "Bit Rate" +msgstr "Ρυθμός Bit:" + +#: airtime_mvc/application/controllers/LocaleController.php:84 +msgid "Sample Rate" +msgstr "Ρυθμός δειγματοληψίας" + +#: airtime_mvc/application/controllers/LocaleController.php:89 +msgid "Loading..." +msgstr "Φόρτωση..." + +#: airtime_mvc/application/controllers/LocaleController.php:90 +#: airtime_mvc/application/controllers/LocaleController.php:155 +msgid "All" +msgstr "Όλα" + +#: airtime_mvc/application/controllers/LocaleController.php:91 +msgid "Files" +msgstr "Αρχεία" + +#: airtime_mvc/application/controllers/LocaleController.php:92 +msgid "Playlists" +msgstr "Λίστες αναπαραγωγής" + +#: airtime_mvc/application/controllers/LocaleController.php:93 +msgid "Smart Blocks" +msgstr "Smart Blocks" + +#: airtime_mvc/application/controllers/LocaleController.php:94 +msgid "Web Streams" +msgstr "Web Streams" + +#: airtime_mvc/application/controllers/LocaleController.php:95 +msgid "Unknown type: " +msgstr "Άγνωστος τύπος: " + +#: airtime_mvc/application/controllers/LocaleController.php:96 +msgid "Are you sure you want to delete the selected item?" +msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε το επιλεγμένο στοιχείο;" + +#: airtime_mvc/application/controllers/LocaleController.php:97 +#: airtime_mvc/application/controllers/LocaleController.php:202 +msgid "Uploading in progress..." +msgstr "Ανέβασμα σε εξέλιξη..." + +#: airtime_mvc/application/controllers/LocaleController.php:98 +msgid "Retrieving data from the server..." +msgstr "Ανάκτηση δεδομένων από τον διακομιστή..." + +#: airtime_mvc/application/controllers/LocaleController.php:99 +msgid "The soundcloud id for this file is: " +msgstr "Η ταυτότητα SoundCloud για αυτό το αρχείο είναι: " + +#: airtime_mvc/application/controllers/LocaleController.php:100 +msgid "There was an error while uploading to soundcloud." +msgstr "Υπήρξε ένα σφάλμα κατά το ανέβασμα στο SoundCloud." + +#: airtime_mvc/application/controllers/LocaleController.php:101 +msgid "Error code: " +msgstr "Κωδικός σφάλματος: " + +#: airtime_mvc/application/controllers/LocaleController.php:102 +msgid "Error msg: " +msgstr "Μήνυμα σφάλματος: " + +#: airtime_mvc/application/controllers/LocaleController.php:103 +msgid "Input must be a positive number" +msgstr "Το input πρέπει να είναι θετικός αριθμός" + +#: airtime_mvc/application/controllers/LocaleController.php:104 +msgid "Input must be a number" +msgstr "Το input πρέπει να είναι αριθμός" + +#: airtime_mvc/application/controllers/LocaleController.php:105 +msgid "Input must be in the format: yyyy-mm-dd" +msgstr "Το input πρέπει να είναι υπό μορφής: εεεε-μμ-ηη" + +#: airtime_mvc/application/controllers/LocaleController.php:106 +msgid "Input must be in the format: hh:mm:ss.t" +msgstr "Το input πρέπει να είναι υπό μορφής: ωω: λλ: ss.t" + +#: airtime_mvc/application/controllers/LocaleController.php:109 +#, php-format +msgid "You are currently uploading files. %sGoing to another screen will cancel the upload process. %sAre you sure you want to leave the page?" +msgstr "Προς το παρόν ανεβάζετε αρχεία. %sΠηγαίνοντας σε μια άλλη οθόνη θα ακυρώσετε τη διαδικασία του ανεβάσματος.%sΕίστε σίγουροι ότι θέλετε να εγκαταλείψετε τη σελίδα;" + +#: airtime_mvc/application/controllers/LocaleController.php:111 +msgid "please put in a time '00:00:00 (.0)'" +msgstr "παρακαλούμε εισάγετε τιμή ώρας '00:00:00 (.0)'" + +#: airtime_mvc/application/controllers/LocaleController.php:112 +msgid "please put in a time in seconds '00 (.0)'" +msgstr "παρακαλούμε εισάγετε τιμή ώρας σε δευτερόλεπτα '00 (0,0)'" + +#: airtime_mvc/application/controllers/LocaleController.php:113 +msgid "Your browser does not support playing this file type: " +msgstr "Ο περιηγητής ιστού σας δεν υποστηρίζει την αναπαραγωγή αρχείων αυτού του τύπου: " + +#: airtime_mvc/application/controllers/LocaleController.php:114 +msgid "Dynamic block is not previewable" +msgstr "Αδύνατη η προεπισκόπιση του δυναμικού block" + +#: airtime_mvc/application/controllers/LocaleController.php:115 +msgid "Limit to: " +msgstr "Όριο για: " + +#: airtime_mvc/application/controllers/LocaleController.php:116 +msgid "Playlist saved" +msgstr "Οι λίστες αναπαραγωγής αποθηκεύτηκαν" + +#: airtime_mvc/application/controllers/LocaleController.php:117 +msgid "Playlist shuffled" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:119 +msgid "Airtime is unsure about the status of this file. This can happen when the file is on a remote drive that is unaccessible or the file is in a directory that isn't 'watched' anymore." +msgstr "To Airtime είναι αβέβαιο για την κατάσταση αυτού του αρχείου. Αυτό μπορεί να συμβεί όταν το αρχείο είναι σε μια απομακρυσμένη μονάδα δίσκου που είναι απροσπέλαστη ή το αρχείο είναι σε ευρετήριο που δεν «προβάλλεται» πια." + +#: airtime_mvc/application/controllers/LocaleController.php:121 +#, php-format +msgid "Listener Count on %s: %s" +msgstr "Καταμέτρηση Ακροατών για %s : %s" + +#: airtime_mvc/application/controllers/LocaleController.php:123 +msgid "Remind me in 1 week" +msgstr "Υπενθύμιση σε 1 εβδομάδα" + +#: airtime_mvc/application/controllers/LocaleController.php:124 +msgid "Remind me never" +msgstr "Καμία υπενθύμιση" + +#: airtime_mvc/application/controllers/LocaleController.php:125 +msgid "Yes, help Airtime" +msgstr "Ναι, βοηθώ το Airtime" + +#: airtime_mvc/application/controllers/LocaleController.php:126 +#: airtime_mvc/application/controllers/LocaleController.php:184 +msgid "Image must be one of jpg, jpeg, png, or gif" +msgstr "Η εικόνα πρέπει να είναι jpg, jpeg, png ή gif " + +#: airtime_mvc/application/controllers/LocaleController.php:129 +msgid "A static smart block will save the criteria and generate the block content immediately. This allows you to edit and view it in the Library before adding it to a show." +msgstr "Ένα στατικό smart block θα αποθηκεύσει τα κριτήρια και θα δημιουργήσει αμέσως το περιεχόμενο του block. Αυτό σας επιτρέπει να το επεξεργαστείτε και να το προβάλεται στη Βιβλιοθήκη πριν το προσθέσετε σε μια εκπομπή." + +#: airtime_mvc/application/controllers/LocaleController.php:131 +msgid "A dynamic smart block will only save the criteria. The block content will get generated upon adding it to a show. You will not be able to view and edit the content in the Library." +msgstr "Ένα στατικό smart block θα αποθηκεύσει μόνο τα κριτήρια. Το περιεχόμενο του block θα δημιουργηθεί κατά την προσθήκη του σε μια εκπομπή. Δεν θα μπορείτε να δείτε και να επεξεργαστείτε το περιεχόμενο στη Βιβλιοθήκη." + +#: airtime_mvc/application/controllers/LocaleController.php:133 +msgid "The desired block length will not be reached if Airtime cannot find enough unique tracks to match your criteria. Enable this option if you wish to allow tracks to be added multiple times to the smart block." +msgstr "Η επιθυμητή διάρκεια του block δεν θα επιτευχθεί αν το Airtime δεν μπορέσει να βρεί αρκετά μοναδικά κομμάτια που να ταιριάζουν στα κριτήριά σας. Ενεργοποιήστε αυτή την επιλογή αν θέλετε να επιτρέψετε την πολλαπλή προσθήκη κομματιών στο smart block." + +#: airtime_mvc/application/controllers/LocaleController.php:134 +msgid "Smart block shuffled" +msgstr "Smart block shuffled" + +#: airtime_mvc/application/controllers/LocaleController.php:135 +msgid "Smart block generated and criteria saved" +msgstr "Το Smart block δημιουργήθηκε και τα κριτήρια αποθηκεύτηκαν" + +#: airtime_mvc/application/controllers/LocaleController.php:136 +msgid "Smart block saved" +msgstr "Το Smart block αποθηκεύτηκε" + +#: airtime_mvc/application/controllers/LocaleController.php:137 +msgid "Processing..." +msgstr "Επεξεργασία..." + +#: airtime_mvc/application/controllers/LocaleController.php:151 +msgid "Played" +msgstr "Παίχτηκε" + +#: airtime_mvc/application/controllers/LocaleController.php:156 +#, php-format +msgid "Copied %s row%s to the clipboard" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:157 +#, php-format +msgid "%sPrint view%sPlease use your browser's print function to print this table. Press escape when finished." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:159 +msgid "Choose Storage Folder" +msgstr "Επιλογή Φακέλου Αποθήκευσης" + +#: airtime_mvc/application/controllers/LocaleController.php:160 +msgid "Choose Folder to Watch" +msgstr "Επιλογή Φακέλου για Προβολή" + +#: airtime_mvc/application/controllers/LocaleController.php:162 +msgid "" +"Are you sure you want to change the storage folder?\n" +"This will remove the files from your Airtime library!" +msgstr "" +"Είστε βέβαιοι ότι θέλετε να αλλάξετε το φάκελο αποθήκευσης;\n" +"Αυτό θα αφαιρέσει τα αρχεία από τη βιβλιοθήκη του Airtime!" + +#: airtime_mvc/application/controllers/LocaleController.php:163 +#: airtime_mvc/application/views/scripts/preference/directory-config.phtml:2 +msgid "Manage Media Folders" +msgstr "Διαχείριση Φακέλων Πολυμέσων" + +#: airtime_mvc/application/controllers/LocaleController.php:164 +msgid "Are you sure you want to remove the watched folder?" +msgstr "Είστε βέβαιοι ότι θέλετε να αφαιρέσετε το φάκελο που προβάλλεται;" + +#: airtime_mvc/application/controllers/LocaleController.php:165 +msgid "This path is currently not accessible." +msgstr "Αυτή η διαδρομή δεν είναι προς το παρόν προσβάσιμη." + +#: airtime_mvc/application/controllers/LocaleController.php:167 +msgid "Connected to the streaming server" +msgstr "Συνδέθηκε με τον διακομιστή streaming " + +#: airtime_mvc/application/controllers/LocaleController.php:168 +msgid "The stream is disabled" +msgstr "Το stream είναι απενεργοποιημένο" + +#: airtime_mvc/application/controllers/LocaleController.php:170 +msgid "Can not connect to the streaming server" +msgstr "Αδύνατη η σύνδεση με τον διακομιστή streaming " + +#: airtime_mvc/application/controllers/LocaleController.php:172 +msgid "If Airtime is behind a router or firewall, you may need to configure port forwarding and this field information will be incorrect. In this case you will need to manually update this field so it shows the correct host/port/mount that your DJ's need to connect to. The allowed range is between 1024 and 49151." +msgstr "Αν το Airtime είναι πίσω από ένα τείχος προστασίας ή router, ίσως χρειαστεί να ρυθμίσετε την προώθηση port και οι πληροφορίες πεδίου θα είναι λανθασμένες. Σε αυτή την περίπτωση θα πρέπει να ενημερώσετε αυτό το πεδίο, ώστε να δείχνει το σωστό host/port/mount που χρειάζονται οι DJ σας για να συνδεθούν. Το επιτρεπόμενο εύρος είναι μεταξύ 1024 και 49151." + +#: airtime_mvc/application/controllers/LocaleController.php:173 +#, php-format +msgid "For more details, please read the %sAirtime Manual%s" +msgstr "Για περισσότερες λεπτομέρειες, παρακαλούμε διαβάστε το %sAirtime Εγχειρίδιο%s" + +#: airtime_mvc/application/controllers/LocaleController.php:175 +msgid "Check this option to enable metadata for OGG streams (stream metadata is the track title, artist, and show name that is displayed in an audio player). VLC and mplayer have a serious bug when playing an OGG/VORBIS stream that has metadata information enabled: they will disconnect from the stream after every song. If you are using an OGG stream and your listeners do not require support for these audio players, then feel free to enable this option." +msgstr "Τσεκάρετε αυτή την επιλογή για να ενεργοποιήσετε τα μεταδεδομένα για OGG streams (τα stream μεταδεδομένα είναι ο τίτλος του κομματιού και του καλλιτέχνη, που εμφανίζονται σε ένα audio player). VLC και mplayer προκαλούν βλάβες κατά την αναπαραγωγή ενός OGG / Vorbis stream, το οποίο έχει ενεργοποιημένες τις πληροφορίες μεταδεδομένων: θα αποσυνδέονται από το stream μετά από κάθε κομμάτι. Εάν χρησιμοποιείτε ένα OGG stream και οι ακροατές σας δεν απαιτούν υποστήριξη για αυτές τις συσκευές αναπαραγωγής ήχου, τότε μπορείτε να ενεργοποιήσετε αυτή την επιλογή." + +#: airtime_mvc/application/controllers/LocaleController.php:176 +msgid "Check this box to automatically switch off Master/Show source upon source disconnection." +msgstr "Επιλέξτε αυτό το πλαίσιο για να σβήσει αυτόματα η Κύρια/Εμφάνιση πηγής κατά την αποσύνδεση πηγής." + +#: airtime_mvc/application/controllers/LocaleController.php:177 +msgid "Check this box to automatically switch on Master/Show source upon source connection." +msgstr "Επιλέξτε αυτό το πλαίσιο για να ενεργοποιηθεί αυτόματα η η Κύρια/Εμφάνιση πηγής κατά την σύνδεση πηγής." + +#: airtime_mvc/application/controllers/LocaleController.php:178 +msgid "If your Icecast server expects a username of 'source', this field can be left blank." +msgstr "Εάν ο διακομιστής Icecast περιμένει ένα όνομα χρήστη από την «πηγή», αυτό το πεδίο μπορεί να μείνει κενό." + +#: airtime_mvc/application/controllers/LocaleController.php:179 +#: airtime_mvc/application/controllers/LocaleController.php:189 +msgid "If your live streaming client does not ask for a username, this field should be 'source'." +msgstr "Εάν ο live streaming πελάτη σας δεν ζητά ένα όνομα χρήστη, το πεδίο αυτό θα πρέπει να είναι η «πηγή»." + +#: airtime_mvc/application/controllers/LocaleController.php:181 +msgid "If you change the username or password values for an enabled stream the playout engine will be rebooted and your listeners will hear silence for 5-10 seconds. Changing the following fields will NOT cause a reboot: Stream Label (Global Settings), and Switch Transition Fade(s), Master Username, and Master Password (Input Stream Settings). If Airtime is recording, and if the change causes a playout engine restart, the recording will be interrupted." +msgstr "Εάν αλλάξετε το όνομα χρήστη ή τον κωδικό πρόσβασης για ένα ενεργοποιημένο stream, η μηχανή playout θα πραγματοποιήσει επανεκκίνηση και οι ακροατές σας θα ακούσουν σιωπή για 5-10 δευτερόλεπτα. Με την αλλαγή των παρακάτω πεδίων ΔΕΝ θα προκληθεί επανεκκίνηση: Stream Label (Γενικές Ρυθμίσεις), και Εναλλαγή Fade(s) Μετάβασης, Κύριο Όνομα χρήστη και Κύριος Κωδικός πρόσβασης (Ρυθμίσεις Stream Εισόδου). Αν το Airtime ηχογραφεί και αν η αλλαγή προκαλέσει επανεκκίνηση της μηχανής playout, η ηχογράφηση θα διακοπεί." + +#: airtime_mvc/application/controllers/LocaleController.php:182 +msgid "This is the admin username and password for Icecast/SHOUTcast to get listener statistics." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:186 +msgid "No result found" +msgstr "Δεν βρέθηκαν αποτελέσματα" + +#: airtime_mvc/application/controllers/LocaleController.php:187 +msgid "This follows the same security pattern for the shows: only users assigned to the show can connect." +msgstr "Αυτό ακολουθεί το ίδιο πρότυπο ασφαλείας για τις εκπομπές: μόνο οι χρήστες της συγκεκριμένης εκπομπής μπορούν να συνδεθούν." + +#: airtime_mvc/application/controllers/LocaleController.php:188 +msgid "Specify custom authentication which will work only for this show." +msgstr "Καθορίστε την προσαρμόσιμη πιστοποίηση, η οποία θα λειτουργήσει μόνο για αυτή την εκπομπή." + +#: airtime_mvc/application/controllers/LocaleController.php:190 +msgid "The show instance doesn't exist anymore!" +msgstr "Η εκπομπή δεν υπάρχει πια!" + +#: airtime_mvc/application/controllers/LocaleController.php:194 +msgid "Show" +msgstr "Εκπομπή" + +#: airtime_mvc/application/controllers/LocaleController.php:195 +msgid "Show is empty" +msgstr "Η εκπομπή είναι άδεια" + +#: airtime_mvc/application/controllers/LocaleController.php:196 +msgid "1m" +msgstr "1λ" + +#: airtime_mvc/application/controllers/LocaleController.php:197 +msgid "5m" +msgstr "5λ" + +#: airtime_mvc/application/controllers/LocaleController.php:198 +msgid "10m" +msgstr "10λ" + +#: airtime_mvc/application/controllers/LocaleController.php:199 +msgid "15m" +msgstr "15λ" + +#: airtime_mvc/application/controllers/LocaleController.php:200 +msgid "30m" +msgstr "30λ" + +#: airtime_mvc/application/controllers/LocaleController.php:201 +msgid "60m" +msgstr "60λ" + +#: airtime_mvc/application/controllers/LocaleController.php:203 +msgid "Retreiving data from the server..." +msgstr "Ανάκτηση δεδομένων από το διακομιστή..." + +#: airtime_mvc/application/controllers/LocaleController.php:209 +msgid "This show has no scheduled content." +msgstr "Αυτή η εκπομπή δεν έχει προγραμματισμένο περιεχόμενο." + +#: airtime_mvc/application/controllers/LocaleController.php:210 +msgid "This show is not completely filled with content." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:214 +msgid "January" +msgstr "Ιανουάριος" + +#: airtime_mvc/application/controllers/LocaleController.php:215 +msgid "February" +msgstr "Φεβρουάριος" + +#: airtime_mvc/application/controllers/LocaleController.php:216 +msgid "March" +msgstr "Μάρτιος" + +#: airtime_mvc/application/controllers/LocaleController.php:217 +msgid "April" +msgstr "Απρίλης" + +#: airtime_mvc/application/controllers/LocaleController.php:218 +#: airtime_mvc/application/controllers/LocaleController.php:230 +msgid "May" +msgstr "Μάιος" + +#: airtime_mvc/application/controllers/LocaleController.php:219 +msgid "June" +msgstr "Ιούνιος" + +#: airtime_mvc/application/controllers/LocaleController.php:220 +msgid "July" +msgstr "Ιούλιος" + +#: airtime_mvc/application/controllers/LocaleController.php:221 +msgid "August" +msgstr "Αύγουστος" + +#: airtime_mvc/application/controllers/LocaleController.php:222 +msgid "September" +msgstr "Σεπτέμβριος" + +#: airtime_mvc/application/controllers/LocaleController.php:223 +msgid "October" +msgstr "Οκτώβριος" + +#: airtime_mvc/application/controllers/LocaleController.php:224 +msgid "November" +msgstr "Νοέμβριος" + +#: airtime_mvc/application/controllers/LocaleController.php:225 +msgid "December" +msgstr "Δεκέμβριος" + +#: airtime_mvc/application/controllers/LocaleController.php:226 +msgid "Jan" +msgstr "Ιαν" + +#: airtime_mvc/application/controllers/LocaleController.php:227 +msgid "Feb" +msgstr "Φεβ" + +#: airtime_mvc/application/controllers/LocaleController.php:228 +msgid "Mar" +msgstr "Μαρ" + +#: airtime_mvc/application/controllers/LocaleController.php:229 +msgid "Apr" +msgstr "Απρ" + +#: airtime_mvc/application/controllers/LocaleController.php:231 +msgid "Jun" +msgstr "Ιουν" + +#: airtime_mvc/application/controllers/LocaleController.php:232 +msgid "Jul" +msgstr "Ιουλ" + +#: airtime_mvc/application/controllers/LocaleController.php:233 +msgid "Aug" +msgstr "Αυγ" + +#: airtime_mvc/application/controllers/LocaleController.php:234 +msgid "Sep" +msgstr "Σεπ" + +#: airtime_mvc/application/controllers/LocaleController.php:235 +msgid "Oct" +msgstr "Οκτ" + +#: airtime_mvc/application/controllers/LocaleController.php:236 +msgid "Nov" +msgstr "Νοε" + +#: airtime_mvc/application/controllers/LocaleController.php:237 +msgid "Dec" +msgstr "Δεκ" + +#: airtime_mvc/application/controllers/LocaleController.php:238 +msgid "today" +msgstr "σήμερα" + +#: airtime_mvc/application/controllers/LocaleController.php:239 +msgid "day" +msgstr "ημέρα" + +#: airtime_mvc/application/controllers/LocaleController.php:240 +msgid "week" +msgstr "εβδομάδα" + +#: airtime_mvc/application/controllers/LocaleController.php:241 +msgid "month" +msgstr "μήνας" + +#: airtime_mvc/application/controllers/LocaleController.php:256 +msgid "Shows longer than their scheduled time will be cut off by a following show." +msgstr "Εκπομπές μεγαλύτερες από την προγραμματισμένη διάρκειά τους θα διακόπτονται από την επόμενη εκπομπή." + +#: airtime_mvc/application/controllers/LocaleController.php:257 +msgid "Cancel Current Show?" +msgstr "Ακύρωση Τρέχουσας Εκπομπής;" + +#: airtime_mvc/application/controllers/LocaleController.php:258 +#: airtime_mvc/application/controllers/LocaleController.php:297 +msgid "Stop recording current show?" +msgstr "Πάυση ηχογράφησης τρέχουσας εκπομπής;" + +#: airtime_mvc/application/controllers/LocaleController.php:259 +msgid "Ok" +msgstr "Οκ" + +#: airtime_mvc/application/controllers/LocaleController.php:260 +msgid "Contents of Show" +msgstr "Περιεχόμενα Εκπομπής" + +#: airtime_mvc/application/controllers/LocaleController.php:263 +msgid "Remove all content?" +msgstr "Αφαίρεση όλου του περιεχομένου;" + +#: airtime_mvc/application/controllers/LocaleController.php:265 +msgid "Delete selected item(s)?" +msgstr "Διαγραφή επιλεγμένου στοιχείου/ων;" + +#: airtime_mvc/application/controllers/LocaleController.php:266 +#: airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml:5 +msgid "Start" +msgstr "Έναρξη" + +#: airtime_mvc/application/controllers/LocaleController.php:267 +msgid "End" +msgstr "Τέλος" + +#: airtime_mvc/application/controllers/LocaleController.php:268 +msgid "Duration" +msgstr "Διάρκεια" + +#: airtime_mvc/application/controllers/LocaleController.php:274 +msgid "Cue In" +msgstr "Cue In" + +#: airtime_mvc/application/controllers/LocaleController.php:275 +msgid "Cue Out" +msgstr "Cue Out" + +#: airtime_mvc/application/controllers/LocaleController.php:276 +msgid "Fade In" +msgstr "Fade In" + +#: airtime_mvc/application/controllers/LocaleController.php:277 +msgid "Fade Out" +msgstr "Fade Out" + +#: airtime_mvc/application/controllers/LocaleController.php:278 +msgid "Show Empty" +msgstr "Η εκπομπή είναι άδεια" + +#: airtime_mvc/application/controllers/LocaleController.php:279 +msgid "Recording From Line In" +msgstr "Ηχογράφηση Από Line In" + +#: airtime_mvc/application/controllers/LocaleController.php:284 +msgid "Cannot schedule outside a show." +msgstr "Δεν είναι δυνατός ο προγραμματισμός εκτός εκπομπής." + +#: airtime_mvc/application/controllers/LocaleController.php:285 +msgid "Moving 1 Item" +msgstr "Μετακίνηση 1 Στοιχείου" + +#: airtime_mvc/application/controllers/LocaleController.php:286 +#, php-format +msgid "Moving %s Items" +msgstr "Μετακίνηση Στοιχείων %s" + +#: airtime_mvc/application/controllers/LocaleController.php:289 +msgid "Select all" +msgstr "Επιλογή όλων" + +#: airtime_mvc/application/controllers/LocaleController.php:290 +msgid "Select none" +msgstr "Καμία Επιλογή" + +#: airtime_mvc/application/controllers/LocaleController.php:291 +msgid "Remove overbooked tracks" +msgstr "Αφαίρεση υπεράριθμων κρατήσεων κομματιών" + +#: airtime_mvc/application/controllers/LocaleController.php:292 +msgid "Remove selected scheduled items" +msgstr "Αφαίρεση επιλεγμένων προγραμματισμένων στοιχείων " + +#: airtime_mvc/application/controllers/LocaleController.php:293 +msgid "Jump to the current playing track" +msgstr "Μετάβαση στο τρέχον κομμάτι " + +#: airtime_mvc/application/controllers/LocaleController.php:294 +msgid "Cancel current show" +msgstr "Ακύρωση τρέχουσας εκπομπής" + +#: airtime_mvc/application/controllers/LocaleController.php:299 +msgid "Open library to add or remove content" +msgstr "Άνοιγμα βιβλιοθήκης για προσθήκη ή αφαίρεση περιεχομένου" + +#: airtime_mvc/application/controllers/LocaleController.php:300 +#: airtime_mvc/application/controllers/ScheduleController.php:288 +#: airtime_mvc/application/views/scripts/showbuilder/index.phtml:15 +msgid "Add / Remove Content" +msgstr "Προσθήκη / Αφαίρεση Περιεχομένου" + +#: airtime_mvc/application/controllers/LocaleController.php:302 +msgid "in use" +msgstr "σε χρήση" + +#: airtime_mvc/application/controllers/LocaleController.php:303 +msgid "Disk" +msgstr "Δίσκος" + +#: airtime_mvc/application/controllers/LocaleController.php:305 +msgid "Look in" +msgstr "Κοιτάξτε σε" + +#: airtime_mvc/application/controllers/LocaleController.php:307 +msgid "Open" +msgstr "Άνοιγμα" + +#: airtime_mvc/application/controllers/LocaleController.php:313 +msgid "Guests can do the following:" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:314 +msgid "View schedule" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:315 +msgid "View show content" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:316 +msgid "DJs can do the following:" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:317 +msgid "Manage assigned show content" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:318 +msgid "Import media files" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:319 +msgid "Create playlists, smart blocks, and webstreams" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:320 +msgid "Manage their own library content" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:321 +msgid "Progam Managers can do the following:" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:322 +msgid "View and manage show content" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:323 +msgid "Schedule shows" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:324 +msgid "Manage all library content" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:325 +msgid "Admins can do the following:" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:326 +msgid "Manage preferences" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:327 +msgid "Manage users" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:328 +msgid "Manage watched folders" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:330 +msgid "View system status" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:331 +msgid "Access playout history" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:332 +msgid "View listener stats" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:334 +msgid "Show / hide columns" +msgstr "Εμφάνιση / απόκρυψη στηλών" + +#: airtime_mvc/application/controllers/LocaleController.php:336 +msgid "From {from} to {to}" +msgstr "Από {από} σε {σε}" + +#: airtime_mvc/application/controllers/LocaleController.php:337 +msgid "kbps" +msgstr "Kbps" + +#: airtime_mvc/application/controllers/LocaleController.php:338 +msgid "yyyy-mm-dd" +msgstr "εεεε-μμ-ηη" + +#: airtime_mvc/application/controllers/LocaleController.php:339 +msgid "hh:mm:ss.t" +msgstr "ωω:λλ:δδ.t" + +#: airtime_mvc/application/controllers/LocaleController.php:340 +msgid "kHz" +msgstr "kHz" + +#: airtime_mvc/application/controllers/LocaleController.php:343 +msgid "Su" +msgstr "Κυ" + +#: airtime_mvc/application/controllers/LocaleController.php:344 +msgid "Mo" +msgstr "Δε" + +#: airtime_mvc/application/controllers/LocaleController.php:345 +msgid "Tu" +msgstr "Τρ" + +#: airtime_mvc/application/controllers/LocaleController.php:346 +msgid "We" +msgstr "Τε" + +#: airtime_mvc/application/controllers/LocaleController.php:347 +msgid "Th" +msgstr "Πε" + +#: airtime_mvc/application/controllers/LocaleController.php:348 +msgid "Fr" +msgstr "Πα" + +#: airtime_mvc/application/controllers/LocaleController.php:349 +msgid "Sa" +msgstr "Σα" + +#: airtime_mvc/application/controllers/LocaleController.php:350 +#: airtime_mvc/application/controllers/LocaleController.php:378 +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:3 +msgid "Close" +msgstr "Κλείσιμο" + +#: airtime_mvc/application/controllers/LocaleController.php:352 +msgid "Hour" +msgstr "Ώρα" + +#: airtime_mvc/application/controllers/LocaleController.php:353 +msgid "Minute" +msgstr "Λεπτό" + +#: airtime_mvc/application/controllers/LocaleController.php:354 +msgid "Done" +msgstr "Ολοκληρώθηκε" + +#: airtime_mvc/application/controllers/LocaleController.php:357 +msgid "Select files" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:358 +#: airtime_mvc/application/controllers/LocaleController.php:359 +msgid "Add files to the upload queue and click the start button." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:362 +msgid "Add Files" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:363 +msgid "Stop Upload" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:364 +msgid "Start upload" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:365 +msgid "Add files" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:366 +#, php-format +msgid "Uploaded %d/%d files" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:367 +msgid "N/A" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:368 +msgid "Drag files here." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:369 +msgid "File extension error." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:370 +msgid "File size error." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:371 +msgid "File count error." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:372 +msgid "Init error." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:373 +msgid "HTTP Error." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:374 +msgid "Security error." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:375 +msgid "Generic error." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:376 +msgid "IO error." +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:377 +#, php-format +msgid "File: %s" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:379 +#, php-format +msgid "%d files queued" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:380 +msgid "File: %f, size: %s, max file size: %m" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:381 +msgid "Upload URL might be wrong or doesn't exist" +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:382 +msgid "Error: File too large: " +msgstr "" + +#: airtime_mvc/application/controllers/LocaleController.php:383 +msgid "Error: Invalid file extension: " +msgstr "" + +#: airtime_mvc/application/controllers/ShowbuilderController.php:190 +#: airtime_mvc/application/controllers/LibraryController.php:161 +msgid "Preview" +msgstr "Προεπισκόπηση" + +#: airtime_mvc/application/controllers/ShowbuilderController.php:192 +msgid "Select cursor" +msgstr "Επιλέξτε cursor" + +#: airtime_mvc/application/controllers/ShowbuilderController.php:193 +msgid "Remove cursor" +msgstr "Αφαίρεση cursor" + +#: airtime_mvc/application/controllers/ShowbuilderController.php:198 +#: airtime_mvc/application/controllers/LibraryController.php:189 +#: airtime_mvc/application/controllers/LibraryController.php:218 +#: airtime_mvc/application/controllers/LibraryController.php:237 +#: airtime_mvc/application/controllers/ScheduleController.php:342 +#: airtime_mvc/application/controllers/ScheduleController.php:349 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:26 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:23 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:18 +msgid "Delete" +msgstr "Διαγραφή" + +#: airtime_mvc/application/controllers/ShowbuilderController.php:212 +msgid "show does not exist" +msgstr "η εκπομπή δεν υπάρχει" + +#: airtime_mvc/application/controllers/ListenerstatController.php:56 +msgid "Please make sure admin user/password is correct on System->Streams page." +msgstr "" + +#: airtime_mvc/application/controllers/ApiController.php:58 +#: airtime_mvc/application/controllers/ApiController.php:85 +msgid "You are not allowed to access this resource." +msgstr "Δεν έχετε δικαίωμα πρόσβασης σε αυτό το βοήθημα" + +#: airtime_mvc/application/controllers/ApiController.php:305 +#: airtime_mvc/application/controllers/ApiController.php:352 +msgid "You are not allowed to access this resource. " +msgstr "Δεν έχετε δικαίωμα πρόσβασης σε αυτό το βοήθημα. " + +#: airtime_mvc/application/controllers/ApiController.php:534 +msgid "File does not exist in Airtime." +msgstr "Το αρχείο δεν υπάρχει στο Airtime." + +#: airtime_mvc/application/controllers/ApiController.php:547 +msgid "File does not exist in Airtime" +msgstr "Το αρχείο δεν υπάρχει στο Airtime" + +#: airtime_mvc/application/controllers/ApiController.php:559 +msgid "File doesn't exist in Airtime." +msgstr "Το αρχείο δεν υπάρχει στο Airtime." + +#: airtime_mvc/application/controllers/ApiController.php:605 +msgid "Bad request. no 'mode' parameter passed." +msgstr "Λανθασμένο αίτημα. Η παράμετρος «κατάσταση» δεν πέρασε." + +#: airtime_mvc/application/controllers/ApiController.php:615 +msgid "Bad request. 'mode' parameter is invalid" +msgstr "Λανθασμένο αίτημα. Η παράμετρος «κατάσταση» δεν είναι έγκυρη" + +#: airtime_mvc/application/controllers/LibraryController.php:95 +#: airtime_mvc/application/controllers/PlaylistController.php:127 +#, php-format +msgid "%s not found" +msgstr "%s δεν βρέθηκε" + +#: airtime_mvc/application/controllers/LibraryController.php:104 +#: airtime_mvc/application/controllers/PlaylistController.php:148 +msgid "Something went wrong." +msgstr "Κάτι πήγε στραβά." + +#: airtime_mvc/application/controllers/LibraryController.php:182 +#: airtime_mvc/application/controllers/LibraryController.php:206 +#: airtime_mvc/application/controllers/LibraryController.php:229 +msgid "Add to Playlist" +msgstr "Προσθήκη στη λίστα αναπαραγωγής" + +#: airtime_mvc/application/controllers/LibraryController.php:184 +msgid "Add to Smart Block" +msgstr "Προσθήκη στο Smart Block" + +#: airtime_mvc/application/controllers/LibraryController.php:194 +#: airtime_mvc/application/controllers/ScheduleController.php:927 +msgid "Download" +msgstr "Λήψη" + +#: airtime_mvc/application/controllers/LibraryController.php:198 +msgid "Duplicate Playlist" +msgstr "" + +#: airtime_mvc/application/controllers/LibraryController.php:213 +#: airtime_mvc/application/controllers/LibraryController.php:235 +msgid "Edit" +msgstr "Επεξεργασία" + +#: airtime_mvc/application/controllers/LibraryController.php:248 +msgid "Soundcloud" +msgstr "Soundcloud" + +#: airtime_mvc/application/controllers/LibraryController.php:254 +#: airtime_mvc/application/controllers/ScheduleController.php:311 +msgid "View on Soundcloud" +msgstr "Προβολή σε Soundcloud" + +#: airtime_mvc/application/controllers/LibraryController.php:258 +#: airtime_mvc/application/controllers/ScheduleController.php:314 +msgid "Re-upload to SoundCloud" +msgstr "Επαναφόρτωση σε SoundCloud" + +#: airtime_mvc/application/controllers/LibraryController.php:260 +#: airtime_mvc/application/controllers/ScheduleController.php:314 +msgid "Upload to SoundCloud" +msgstr "Ανέβασμα σε SoundCloud" + +#: airtime_mvc/application/controllers/LibraryController.php:267 +msgid "No action available" +msgstr "Καμία διαθέσιμη δράση" + +#: airtime_mvc/application/controllers/LibraryController.php:287 +msgid "You don't have permission to delete selected items." +msgstr "Δεν έχετε άδεια διαγραφής των επιλεγμένων στοιχείων." + +#: airtime_mvc/application/controllers/LibraryController.php:336 +msgid "Could not delete some scheduled files." +msgstr "Δεν ήταν δυνατή η διαγραφή ορισμένων προγραμματισμένων αρχείων." + +#: airtime_mvc/application/controllers/LibraryController.php:375 +#, php-format +msgid "Copy of %s" +msgstr "" + +#: airtime_mvc/application/controllers/PlaylistController.php:45 +#, php-format +msgid "You are viewing an older version of %s" +msgstr "Βλέπετε μια παλαιότερη έκδοση του %s" + +#: airtime_mvc/application/controllers/PlaylistController.php:120 +msgid "You cannot add tracks to dynamic blocks." +msgstr "Δεν μπορείτε να προσθέσετε κομμάτια σε δυναμικά blocks." + +#: airtime_mvc/application/controllers/PlaylistController.php:141 +#, php-format +msgid "You don't have permission to delete selected %s(s)." +msgstr "Δεν έχετε άδεια διαγραφής επιλεγμένων %s(s)." + +#: airtime_mvc/application/controllers/PlaylistController.php:154 +msgid "You can only add tracks to smart block." +msgstr "Μπορείτε να προσθέσετε κομμάτια μόνο σε smart block." + +#: airtime_mvc/application/controllers/PlaylistController.php:172 +msgid "Untitled Playlist" +msgstr "Λίστα Αναπαραγωγλης χωρίς Τίτλο" + +#: airtime_mvc/application/controllers/PlaylistController.php:174 +msgid "Untitled Smart Block" +msgstr "Smart Block χωρίς Τίτλο" + +#: airtime_mvc/application/controllers/PlaylistController.php:437 +msgid "Unknown Playlist" +msgstr "Άγνωστη λίστα αναπαραγωγής" + +#: airtime_mvc/application/controllers/ScheduleController.php:279 +msgid "View Recorded File Metadata" +msgstr "Προβολή εγγεγραμμένων Αρχείων Μεταδεδομένων " + +#: airtime_mvc/application/controllers/ScheduleController.php:291 +msgid "Remove All Content" +msgstr "Αφαίρεση Όλου του Περιεχομένου" + +#: airtime_mvc/application/controllers/ScheduleController.php:298 +msgid "Show Content" +msgstr "Εμφάνιση Περιεχομένου" + +#: airtime_mvc/application/controllers/ScheduleController.php:322 +#: airtime_mvc/application/controllers/ScheduleController.php:329 +msgid "Cancel Current Show" +msgstr "Ακύρωση Τρέχουσας Εκπομπής" + +#: airtime_mvc/application/controllers/ScheduleController.php:326 +#: airtime_mvc/application/controllers/ScheduleController.php:336 +msgid "Edit Show" +msgstr "Επεξεργασία Εκπομπής" + +#: airtime_mvc/application/controllers/ScheduleController.php:344 +msgid "Delete This Instance" +msgstr "Διαγραφή Του Παραδείγματος" + +#: airtime_mvc/application/controllers/ScheduleController.php:346 +msgid "Delete This Instance and All Following" +msgstr "Διαγράψτε Του Παραδείγματος και Όλων των Ακόλουθών του" + +#: airtime_mvc/application/controllers/ScheduleController.php:472 +#, php-format +msgid "Rebroadcast of show %s from %s at %s" +msgstr "Αναμετάδοση της εκπομπής %s από %s σε %s" + +#: airtime_mvc/application/controllers/WebstreamController.php:29 +#: airtime_mvc/application/controllers/WebstreamController.php:33 +msgid "Untitled Webstream" +msgstr "Webstream χωρίς Τίτλο" + +#: airtime_mvc/application/controllers/WebstreamController.php:138 +msgid "Webstream saved." +msgstr "Το Webstream αποθηκεύτηκε." + +#: airtime_mvc/application/controllers/WebstreamController.php:146 +msgid "Invalid form values." +msgstr "Άκυρες μορφές αξίας." + +#: airtime_mvc/application/views/scripts/listenerstat/index.phtml:2 +msgid "Listener Count Over Time" +msgstr "Καταμέτρηση Ακροατών με την Πάροδου Χρόνου" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:3 +msgid "Previous:" +msgstr "Προηγούμενο" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:10 +msgid "Next:" +msgstr "Επόμενο" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:24 +msgid "Source Streams" +msgstr "Πηγή Streams" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:29 +msgid "Master Source" +msgstr "Κύρια Πηγή " + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:38 +msgid "Show Source" +msgstr "Εμφάνιση Πηγής " + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:45 +msgid "Scheduled Play" +msgstr "Προγραμματισμένη Αναπαραγωγή" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:54 +msgid "ON AIR" +msgstr "ON AIR" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:55 +msgid "Listen" +msgstr "Ακούστε!" + +#: airtime_mvc/application/views/scripts/partialviews/header.phtml:59 +msgid "Station time" +msgstr "Χρόνος σταθμού" + +#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:3 +msgid "Your trial expires in" +msgstr "Το δοκιμαστικό λήγει σε" + +#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9 +msgid "Purchase your copy of Airtime" +msgstr "Αγοράστε το δικό σας αντίγραφο του Airtime" + +#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9 +msgid "My Account" +msgstr "Ο λογαριασμός μου" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:3 +msgid "Manage Users" +msgstr "Διαχείριση Χρηστών" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:10 +msgid "New User" +msgstr "Νέος Χρήστης" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:17 +msgid "id" +msgstr "ταυτότητα" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:19 +msgid "First Name" +msgstr "Όνομα" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:20 +msgid "Last Name" +msgstr "Επώνυμο" + +#: airtime_mvc/application/views/scripts/user/add-user.phtml:21 +msgid "User Type" +msgstr "Τύπος Χρήστη" + +#: airtime_mvc/application/views/scripts/dashboard/about.phtml:5 +#, php-format +msgid "%sAirtime%s %s, the open radio software for scheduling and remote station management. %s" +msgstr "" + +#: airtime_mvc/application/views/scripts/dashboard/about.phtml:13 +#, php-format +msgid "%sSourcefabric%s o.p.s. Airtime is distributed under the %sGNU GPL v.3%s" +msgstr "%s Sourcefabric%s o.p.s. Το Airtime διανέμεται υπό %s GNU GPL v.3 %s" + +#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:3 +msgid "Share" +msgstr "" + +#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:64 +msgid "Select stream:" +msgstr "Επιλέξτε stream:" + +#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:90 +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:50 +msgid "mute" +msgstr "Σίγαση" + +#: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:91 +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:53 +msgid "unmute" +msgstr "Κατάργηση σίγασης" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:3 +msgid "Welcome to Airtime!" +msgstr "Καλώς ήρθατε στο Airtime!" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:4 +msgid "Here's how you can get started using Airtime to automate your broadcasts: " +msgstr "Διαβάστε τις οδηγίες για να ξεκινήσετε να χρησιμοποιείται το Airtime, για την αυτοματοποίηση των εκπομπών σας: " + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:7 +msgid "Begin by adding your files to the library using the 'Add Media' menu button. You can drag and drop your files to this window too." +msgstr "Ξεκινήστε με την προσθήκη αρχείων στη βιβλιοθήκη επιλέγοντας 'Προσθήκη Πολυμέσων' στο μενού. Μπορείτε να κάνετε και drag-and-drop στα αρχεία σας σε αυτό το παράθυρο." + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:8 +msgid "Create a show by going to 'Calendar' in the menu bar, and then clicking the '+ Show' icon. This can be either a one-time or repeating show. Only admins and program managers can add shows." +msgstr "Δημιουργήστε μια εκπομπή πηγαίνοντας στο «Ημερολόγιο» και στη συνέχεια κάνοντας κλικ στο εικονίδιο '+Εκπομπή'. Αυτό μπορεί να είναι είτε μια ή επαναλαμβανόμενες εκπομπές. Μόνο οι διαχειριστές και οι μουσικοί παραγωγοί μπορούν να επεξεργαστούν την εκπομπή." + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:9 +msgid "Add media to the show by going to your show in the Schedule calendar, left-clicking on it and selecting 'Add / Remove Content'" +msgstr "Προσθέστε πολυμέσα στην εκπομπή σας πηγαίνοντας στο Ημερολόγιο προγραμματισμού, κάνοντας αριστερό κλικ πάνω στην εκπομπή και επιλέγοντας 'Προσθήκη / Αφαίρεση Περιεχομένου'" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:10 +msgid "Select your media from the left pane and drag them to your show in the right pane." +msgstr "Επιλέξτε τα πολυμέσα σας από το αριστερό τμήμα του παραθύρου και σύρετέ τα στην εκπομπή σας στο δεξιό τμήμα." + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:12 +msgid "Then you're good to go!" +msgstr "Και είστε έτοιμοι!" + +#: airtime_mvc/application/views/scripts/dashboard/help.phtml:13 +#, php-format +msgid "For more detailed help, read the %suser manual%s." +msgstr "Για περισσότερες αναλυτικές οδηγίες, διαβάστε το %sεγχειρίδιο%s ." + +#: airtime_mvc/application/views/scripts/playlist/update.phtml:40 +msgid "Expand Static Block" +msgstr "Επέκταση Στατικών Block" + +#: airtime_mvc/application/views/scripts/playlist/update.phtml:45 +msgid "Expand Dynamic Block" +msgstr "Επέκταση Δυναμικών Block" + +#: airtime_mvc/application/views/scripts/playlist/update.phtml:98 +msgid "Empty smart block" +msgstr "Άδειασμα smart block" + +#: airtime_mvc/application/views/scripts/playlist/update.phtml:100 +msgid "Empty playlist" +msgstr "Άδειασμα λίστας αναπαραγωγής" + +#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:3 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:66 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:71 +msgid "Fade out: " +msgstr "Fade out: " + +#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:3 +#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:10 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:68 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:71 +msgid "(ss.t)" +msgstr "(Ss.t)" + +#: airtime_mvc/application/views/scripts/playlist/set-fade.phtml:10 +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:63 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:68 +msgid "Fade in: " +msgstr "Fade in: " + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:10 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:10 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:4 +msgid "New" +msgstr "Νέο" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:13 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:13 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:7 +msgid "New Playlist" +msgstr "Νέα λίστα αναπαραγωγής" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:14 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:14 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:8 +msgid "New Smart Block" +msgstr "Νέο Smart Block" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:15 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:15 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:9 +msgid "New Webstream" +msgstr "Νέο Webstream" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:20 +msgid "Shuffle playlist" +msgstr "Shuffle λίστα αναπαραγωγής" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:23 +msgid "Save playlist" +msgstr "Αποθήκευση λίστας αναπαραγωγής" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:30 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:27 +msgid "Playlist crossfade" +msgstr "Crossfade λίστας αναπαραγωγής" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:49 +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:51 +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:38 +msgid "View / edit description" +msgstr "Προβολή / επεξεργασία περιγραφής" + +#: airtime_mvc/application/views/scripts/playlist/playlist.phtml:81 +msgid "No open playlist" +msgstr "Καμία ανοικτή λίστα αναπαραγωγής" + +#: airtime_mvc/application/views/scripts/playlist/smart-block.phtml:86 +msgid "No open smart block" +msgstr "Κανένα ανοικτό smart block " + +#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:2 +msgid "Cue In: " +msgstr "Cue In: " + +#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:2 +#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:7 +msgid "(hh:mm:ss.t)" +msgstr "(ωω:λλ:δδ.t)" + +#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:7 +msgid "Cue Out: " +msgstr "Cue Out: " + +#: airtime_mvc/application/views/scripts/playlist/set-cue.phtml:12 +msgid "Original Length:" +msgstr "Αρχική Διάρκεια:" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:6 +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:40 +msgid "Add this show" +msgstr "Προσθήκη αυτής της εκπομπής " + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:6 +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:40 +msgid "Update show" +msgstr "Ενημέρωση εκπομπής" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:10 +msgid "What" +msgstr "Τι" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:14 +msgid "When" +msgstr "Πότε" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:19 +msgid "Live Stream Input" +msgstr "Είσοδος Live Stream " + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:23 +msgid "Record & Rebroadcast" +msgstr "Εγγραφή και Αναμετάδοση" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:29 +msgid "Who" +msgstr "Ποιός" + +#: airtime_mvc/application/views/scripts/schedule/add-show-form.phtml:33 +msgid "Style" +msgstr "Στυλ" + +#: airtime_mvc/application/views/scripts/login/password-restore-after.phtml:3 +msgid "Email sent" +msgstr "Το e-mail εστάλη" + +#: airtime_mvc/application/views/scripts/login/password-restore-after.phtml:6 +msgid "An email has been sent" +msgstr "Το e-mail εστάλη" + +#: airtime_mvc/application/views/scripts/login/password-restore-after.phtml:7 +msgid "Back to login screen" +msgstr "Επιστροφή στην σελίδα εισόδου" + +#: airtime_mvc/application/views/scripts/login/index.phtml:7 +msgid "Welcome to the online Airtime demo! You can log in using the username 'admin' and the password 'admin'." +msgstr "Καλώς ήρθατε στο online demo του Airtime! Μπορείτε να συνδεθείτε χρησιμοποιώντας το όνομα χρήστη «admin» και τον κωδικό πρόσβασης «admin»." + +#: airtime_mvc/application/views/scripts/login/password-restore.phtml:3 +#: airtime_mvc/application/views/scripts/form/login.phtml:34 +msgid "Reset password" +msgstr "Επαναφορά κωδικού πρόσβασης" + +#: airtime_mvc/application/views/scripts/login/password-restore.phtml:7 +msgid "Please enter your account e-mail address. You will receive a link to create a new password via e-mail." +msgstr "Παρακαλώ εισάγετε τη διεύθυνση e-mail σας. Θα λάβετε ένα σύνδεσμο για να δημιουργήσετε έναν νέο κωδικό πρόσβασης μέσω e-mail." + +#: airtime_mvc/application/views/scripts/login/password-change.phtml:3 +msgid "New password" +msgstr "Νέος κωδικός πρόσβασης" + +#: airtime_mvc/application/views/scripts/login/password-change.phtml:6 +msgid "Please enter and confirm your new password in the fields below." +msgstr "Παρακαλώ εισάγετε και επαληθεύστε τον νέο κωδικό πρόσβασής σας στα παρακάτω πεδία. " + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:4 +msgid "Service" +msgstr "Εξυπηρέτηση" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:6 +msgid "Uptime" +msgstr "Χρόνος λειτουργίας" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:7 +msgid "CPU" +msgstr "CPU" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:8 +msgid "Memory" +msgstr "Μνήμη" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:14 +msgid "Airtime Version" +msgstr "Έκδοση Airtime" + +#: airtime_mvc/application/views/scripts/systemstatus/index.phtml:30 +msgid "Disk Space" +msgstr "Χώρος δίσκου" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:22 +msgid "previous" +msgstr "προηγούμενο" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:25 +msgid "play" +msgstr "αναπαραγωγή" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:28 +msgid "pause" +msgstr "παύση" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:31 +msgid "next" +msgstr "επόμενο" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:34 +msgid "stop" +msgstr "στάση" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:59 +msgid "max volume" +msgstr "μέγιστη ένταση" + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:69 +msgid "Update Required" +msgstr "Απαιτείται Ενημέρωση " + +#: airtime_mvc/application/views/scripts/audiopreview/audio-preview.phtml:70 +#, php-format +msgid "To play the media you will need to either update your browser to a recent version or update your %sFlash plugin%s." +msgstr "Για να παίξετε τα πολυμέσα θα πρέπει είτε να αναβαθμίστε το πρόγραμμα περιήγησηής σας σε μια πρόσφατη έκδοση ή να ενημέρώσετε το %sFlash plugin %s σας." + +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:51 +msgid "Stream URL:" +msgstr "URL Stream:" + +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:56 +msgid "Default Length:" +msgstr "Προεπιλεγμένη Διάρκεια:" + +#: airtime_mvc/application/views/scripts/webstream/webstream.phtml:63 +msgid "No webstream" +msgstr "Κανένα webstream" + +#: airtime_mvc/application/views/scripts/error/error.phtml:6 +msgid "Zend Framework Default Application" +msgstr "Εφαρμογή Προεπιλεγμένου Πλαισίου Zend " + +#: airtime_mvc/application/views/scripts/error/error.phtml:10 +msgid "Page not found!" +msgstr "Η σελίδα δεν βρέθηκε!" + +#: airtime_mvc/application/views/scripts/error/error.phtml:11 +msgid "Looks like the page you were looking for doesn't exist!" +msgstr "Η σελίδα που ψάχνατε δεν υπάρχει!" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:4 +msgid "Stream " +msgstr "Stream " + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:33 +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:47 +#: airtime_mvc/application/views/scripts/form/preferences_email_server.phtml:44 +#: airtime_mvc/application/views/scripts/form/preferences_email_server.phtml:74 +#: airtime_mvc/application/views/scripts/form/preferences_email_server.phtml:90 +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:47 +#: airtime_mvc/application/views/scripts/form/preferences_soundcloud.phtml:44 +#: airtime_mvc/application/views/scripts/form/preferences_soundcloud.phtml:59 +#: airtime_mvc/application/views/scripts/form/preferences_general.phtml:71 +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:46 +msgid "(Required)" +msgstr "(Απαιτείται)" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:76 +msgid "Additional Options" +msgstr "Πρόσθετες επιλογές" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:136 +msgid "The following info will be displayed to listeners in their media player:" +msgstr "Η παρακάτω πληροφορία θα εμφανίζεται στις συσκευές αναπαραγωγής πολυμέσων των ακροατών σας:" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:169 +msgid "(Your radio station website)" +msgstr "(Ιστοσελίδα του Ραδιοφωνικού σταθμού)" + +#: airtime_mvc/application/views/scripts/form/stream-setting-form.phtml:207 +msgid "Stream URL: " +msgstr "URL Stream: " + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:9 +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:27 +msgid "Choose folder" +msgstr "Επιλέξτε φάκελο" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:10 +msgid "Set" +msgstr "Ορισμός" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:19 +msgid "Current Import Folder:" +msgstr "Τρέχων Φάκελος Εισαγωγής:" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:28 +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast-absolute.phtml:40 +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast.phtml:41 +msgid "Add" +msgstr "Προσθήκη" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:43 +msgid "Rescan watched directory (This is useful if it is network mount and may be out of sync with Airtime)" +msgstr "Επανασάρωση προβεβλημμένου ευρετηρίου (Αυτό είναι χρήσιμο αν το δίκτυο στήριξης είναι εκτός συγχρονισμού με το Airtime)" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:44 +msgid "Remove watched directory" +msgstr "Αφαίρεση προβεβλημμένου ευρετηρίου" + +#: airtime_mvc/application/views/scripts/form/preferences_watched_dirs.phtml:50 +msgid "You are not watching any media folders." +msgstr "Δεν παρακολουθείτε κανέναν φάκελο πολυμέσων." + +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast-absolute.phtml:4 +msgid "Choose Days:" +msgstr "Επιλέξτε Ημέρες:" + +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast-absolute.phtml:18 +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast.phtml:18 +msgid "Remove" +msgstr "Αφαίρεση" + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:1 +msgid "Register Airtime" +msgstr "Εγγραφή σε Airtime" + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:6 +#, php-format +msgid "Help Airtime improve by letting us know how you are using it. This info will be collected regularly in order to enhance your user experience.%sClick 'Yes, help Airtime' and we'll make sure the features you use are constantly improving." +msgstr "Βοηθείστε στη βελτίωση του Airtime, ενημερώνοντας μας για την χρήση που του κάνετε. Αυτές οι πληροφορίες θα συλλέγονται τακτικά, προκειμένου να ενισχύσουν την εμπειρία των χρηστών σας. %sΚάντε κλικ στο κουμπί 'Ναι, βοηθώ το Airtime' και θα βεβαιωθείτε ότι οι λειτουργίες που χρησιμοποιείτε συνεχώς βελτιώνεται." + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:25 +#, php-format +msgid "Click the box below to advertise your station on %sSourcefabric.org%s. In order to promote your station, 'Send support feedback' must be enabled. This data will be collected in addition to the support feedback." +msgstr "Κάντε κλικ στο παρακάτω πλαίσιο για να διαφημίσετε το σταθμό σας στην ιστοσελίδα %s Sourcefabric.org %s . Προκειμένου να το κάνετε πρέπει η επιλογή 'Αποστολή σχολίων υποστήριξης» να είναι ενεργοποιημένη. Αυτά τα δεδομένα θα συλλέγονται μαζί με τo feedback σας." + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:65 +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:79 +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:61 +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:76 +msgid "(for verification purposes only, will not be published)" +msgstr "(Μόνο για σκοπούς επαλήθευσης, δεν θα δημοσιευθεί)" + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:150 +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:151 +msgid "Note: Anything larger than 600x600 will be resized." +msgstr "Σημείωση: Οτιδήποτε μεγαλύτερο από 600x600 θα αλλάξει μέγεθος." + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:164 +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:164 +msgid "Show me what I am sending " +msgstr "Δείξε μου τι στέλνω " + +#: airtime_mvc/application/views/scripts/form/register-dialog.phtml:178 +msgid "Terms and Conditions" +msgstr "Όροι και Προϋποθέσεις" + +#: airtime_mvc/application/views/scripts/form/showbuilder.phtml:7 +msgid "Find Shows" +msgstr "Εύρεση Εκπομπών" + +#: airtime_mvc/application/views/scripts/form/showbuilder.phtml:12 +msgid "Filter By Show:" +msgstr "Φιλτράρισμα βάσει Εκπομπών:" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:2 +msgid "Input Stream Settings" +msgstr "Ρυθμίσεις Stream Εισόδου" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:109 +msgid "Master Source Connection URL:" +msgstr "URL Σύνδεσης Κυρίαρχης Πηγής:" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:115 +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:159 +msgid "Override" +msgstr "Παράκαμψη" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:120 +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:164 +msgid "OK" +msgstr "ΟΚ" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:120 +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:164 +msgid "RESET" +msgstr "ΕΠΑΝΑΦΟΡΑ" + +#: airtime_mvc/application/views/scripts/form/preferences_livestream.phtml:153 +msgid "Show Source Connection URL:" +msgstr "Εμφάνιση Πηγής URL Σύνδεσης:" + +#: airtime_mvc/application/views/scripts/form/edit-user.phtml:1 +#, php-format +msgid "%s's Settings" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/add-show-rebroadcast.phtml:4 +msgid "Repeat Days:" +msgstr "Επανάληψη Ημερών:" + +#: airtime_mvc/application/views/scripts/form/daterange.phtml:6 +msgid "Filter History" +msgstr "Φιλτράρισμα Ιστορίας" + +#: airtime_mvc/application/views/scripts/form/preferences.phtml:5 +msgid "Email / Mail Server Settings" +msgstr "Ρυθμίσεις Δακομιστή Email / Αλληλογραφίας" + +#: airtime_mvc/application/views/scripts/form/preferences.phtml:10 +msgid "SoundCloud Settings" +msgstr "Ρυθμίσεις SoundCloud" + +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:5 +#, php-format +msgid "Help Airtime improve by letting Sourcefabric know how you are using it. This information will be collected regularly in order to enhance your user experience.%sClick the 'Send support feedback' box and we'll make sure the features you use are constantly improving." +msgstr "Βοηθείστε το Airtime ενημερώνοντας τη Sourcefabric για τη χρήση που του κάνετε. Αυτές οι πληροφορίες θα συλλέγονται τακτικά, προκειμένου να ενισχύσουν την εμπειρία των χρηστών σας. %s Κάντε κλικ στο πλαίσιο Αποστολή σχολίων υποστήριξης» και θα βεβαιωθείτε ότι οι λειτουργίες που χρησιμοποιείτε βελτιώνοται συνεχώς." + +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:23 +#, php-format +msgid "Click the box below to promote your station on %sSourcefabric.org%s." +msgstr "Κάντε κλικ στο παρακάτω πλαίσιο για να προωθήσετε τον σταθμό σας στην ιστοσελίδα %sSourcefabric.org%s ." + +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:41 +msgid "(In order to promote your station, 'Send support feedback' must be enabled)." +msgstr "(Για να προωθήσετε τον σταθμό σας, η 'Αποστολή σχολίων υποστήριξης» πρέπει να είναι ενεργοποιημένη)." + +#: airtime_mvc/application/views/scripts/form/support-setting.phtml:186 +msgid "Sourcefabric Privacy Policy" +msgstr "Πολιτική Προστασίας Προσωπικών Δεδομένων της Sourcefabric" + +#: airtime_mvc/application/views/scripts/form/add-show-live-stream.phtml:53 +msgid "Connection URL: " +msgstr "URL Σύνδεσης: " + +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:3 +msgid "Smart Block Options" +msgstr "Επιλογές Smart Block" + +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:39 +msgid "or" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:40 +msgid "and" +msgstr "" + +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:63 +msgid " to " +msgstr " να " + +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:120 +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:133 +msgid "files meet the criteria" +msgstr "τα αρχεία πληρούν τα κριτήρια" + +#: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:127 +msgid "file meet the criteria" +msgstr "το αρχείο πληρεί τα κριτήρια" + +#: airtime_mvc/application/views/scripts/showbuilder/builderDialog.phtml:3 +#: airtime_mvc/application/views/scripts/library/library.phtml:2 +msgid "File import in progress..." +msgstr "Εισαγωγή αρχείου σε εξέλιξη..." + +#: airtime_mvc/application/views/scripts/showbuilder/builderDialog.phtml:5 +#: airtime_mvc/application/views/scripts/library/library.phtml:5 +msgid "Advanced Search Options" +msgstr "Προηγμένες Επιλογές Αναζήτησης" + +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:2 +msgid "Stream Settings" +msgstr "Ρυθμίσεις Stream" + +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:12 +msgid "Global Settings" +msgstr "Γενικές ρυθμίσεις" + +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:88 +msgid "dB" +msgstr "" + +#: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:107 +msgid "Output Stream Settings" +msgstr "Ρυθμίσεις Stream Εξόδου" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:13 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:36 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:38 +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:147 +msgid "Length:" +msgstr "Διάρκεια:" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:14 +msgid "Sample Rate:" +msgstr "Ρυθμός δειγματοληψίας:" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:24 +msgid "Isrc Number:" +msgstr "Αριθμός ISRC:" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:27 +msgid "File Path:" +msgstr "" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:45 +msgid "Web Stream" +msgstr "Web Stream" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:46 +msgid "Dynamic Smart Block" +msgstr "Δυναμικά Smart Block" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:47 +msgid "Static Smart Block" +msgstr "Στατικά Smart Block" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:48 +msgid "Audio Track" +msgstr "Κομμάτι Ήχου" + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:63 +msgid "Playlist Contents: " +msgstr "Περιεχόμενα Λίστας Αναπαραγωγής: " + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:65 +msgid "Static Smart Block Contents: " +msgstr "Περιεχόμενα Στατικών Smart Block : " + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:104 +msgid "Dynamic Smart Block Criteria: " +msgstr "Κριτήρια Δυναμικών Smart Block: " + +#: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:137 +msgid "Limit to " +msgstr "Όριο για " + +#: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:512 +msgid "Please selection an option" +msgstr "Παρακαλούμε επιλέξτε μια επιλογή" + +#: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:531 +msgid "No Records" +msgstr "Κανένα Αρχείο" + +#~ msgid "Timezone" +#~ msgstr "Χρονική ζώνη" + +#~ msgid "%sAirtime%s %s, , the open radio software for scheduling and remote station management. %s" +#~ msgstr "%sΤο Airtime%s %s, το ανοικτού κώδικα λογισμικό για τον προγραμματισμό και την διαχείριση ραδιοφωνικών σταθμών εξ αποστάσεως. %s" + +#~ msgid "File" +#~ msgstr "Αρχείο" + +#~ msgid "Path:" +#~ msgstr "Διαδρομή" From 93017b847706697f944cc694eb69b9493f2d6523 Mon Sep 17 00:00:00 2001 From: denise Date: Thu, 7 Feb 2013 16:43:24 -0500 Subject: [PATCH 25/53] Added Greek datatables and plupload language files Added Greek to locale db table --- airtime_mvc/build/sql/defaultdata.sql | 1 + .../public/js/datatables/i18n/el_GR.txt | 18 +++++++++++++ airtime_mvc/public/js/plupload/i18n/el_GR.js | 27 +++++++++++++++++++ .../upgrades/airtime-2.3.0/data/upgrade.sql | 1 + 4 files changed, 47 insertions(+) create mode 100644 airtime_mvc/public/js/datatables/i18n/el_GR.txt create mode 100644 airtime_mvc/public/js/plupload/i18n/el_GR.js diff --git a/airtime_mvc/build/sql/defaultdata.sql b/airtime_mvc/build/sql/defaultdata.sql index 0923d60a3..94e1de23e 100644 --- a/airtime_mvc/build/sql/defaultdata.sql +++ b/airtime_mvc/build/sql/defaultdata.sql @@ -336,5 +336,6 @@ INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('pl_PL', 'Polski'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('pt_BR', 'Português Brasileiro'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('ru_RU', 'Русский'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('zh_CN', '简体中文'); +INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('el_GR', 'Ελληνικά'); -- end of added in 2.3 diff --git a/airtime_mvc/public/js/datatables/i18n/el_GR.txt b/airtime_mvc/public/js/datatables/i18n/el_GR.txt new file mode 100644 index 000000000..03f52058f --- /dev/null +++ b/airtime_mvc/public/js/datatables/i18n/el_GR.txt @@ -0,0 +1,18 @@ +// Greek +{ + "sProcessing": "Επεξεργασία...", + "sLengthMenu": "Δείξε _MENU_ εγγραφές", + "sZeroRecords": "Δεν βρέθηκαν εγγραφές που να ταιριάζουν", + "sInfo": "Δείχνοντας _START_ εως _END_ από _TOTAL_ εγγραφές", + "sInfoEmpty": "Δείχνοντας 0 εως 0 από 0 εγγραφές", + "sInfoFiltered": "(φιλτραρισμένες από _MAX_ συνολικά εγγραφές)", + "sInfoPostFix": "", + "sSearch": "", + "sUrl": "", + "oPaginate": { + "sFirst": "Πρώτη", + "sPrevious": "Προηγούμενη", + "sNext": "Επόμενη", + "sLast": "Τελευταία" + } +} \ No newline at end of file diff --git a/airtime_mvc/public/js/plupload/i18n/el_GR.js b/airtime_mvc/public/js/plupload/i18n/el_GR.js new file mode 100644 index 000000000..1652d739d --- /dev/null +++ b/airtime_mvc/public/js/plupload/i18n/el_GR.js @@ -0,0 +1,27 @@ +//Greek +plupload.addI18n({ + 'Select files' : $.i18n._('Select files'), + 'Add files to the upload queue and click the start button.' : $.i18n._('Add files to the upload queue and click the start button.'), + 'Filename' : $.i18n._('Filename'), + 'Status' : $.i18n._('Status'), + 'Size' : $.i18n._('Size'), + 'Add files' : $.i18n._('Add files'), + 'Stop current upload' : $.i18n._('Stop current upload'), + 'Start uploading queue' : $.i18n._('Start uploading queue'), + 'Uploaded %d/%d files': $.i18n._('Uploaded %d/%d files'), + 'N/A' : $.i18n._('N/A'), + 'Drag files here.' : $.i18n._('Drag files here.'), + 'File extension error.': $.i18n._('File extension error.'), + 'File size error.': $.i18n._('File size error.'), + 'Init error.': $.i18n._('Init error.'), + 'HTTP Error.': $.i18n._('HTTP Error.'), + 'Security error.': $.i18n._('Security error.'), + 'Generic error.': $.i18n._('Generic error.'), + 'IO error.': $.i18n._('IO error.'), + 'Stop Upload': $.i18n._('Stop Upload'), + 'Add Files': $.i18n._('Add Files'), + 'Start Upload': $.i18n._('Start Upload'), + 'Start upload': $.i18n._('Start upload'), + '%d files queued': $.i18n._('%d files queued'), + "Error: Invalid file extension: " : $.i18n._("Error: Invalid file extension: ") +}); diff --git a/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql b/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql index 3593384ed..5ef1a1612 100644 --- a/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql +++ b/install_minimal/upgrades/airtime-2.3.0/data/upgrade.sql @@ -41,3 +41,4 @@ INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('pl_PL', 'Polski'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('pt_BR', 'Português Brasileiro'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('ru_RU', 'Русский'); INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('zh_CN', '简体中文'); +INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('el_GR', 'Ελληνικά'); From 9a893aea49c0b431cb6ba3537fd7685daa3fd338 Mon Sep 17 00:00:00 2001 From: denise Date: Thu, 7 Feb 2013 17:13:04 -0500 Subject: [PATCH 26/53] Fixed some typos --- .../locale/en_CA/LC_MESSAGES/airtime.mo | Bin 53854 -> 53853 bytes .../locale/en_CA/LC_MESSAGES/airtime.po | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/airtime_mvc/locale/en_CA/LC_MESSAGES/airtime.mo b/airtime_mvc/locale/en_CA/LC_MESSAGES/airtime.mo index da0de47ecadd74999f70de4f19a9331e7d54df25..b1fccf89e277921f03f315d8a16926661161d338 100644 GIT binary patch delta 5874 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 delta 5863 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 diff --git a/airtime_mvc/locale/en_CA/LC_MESSAGES/airtime.po b/airtime_mvc/locale/en_CA/LC_MESSAGES/airtime.po index c73f6bd02..1965f28d8 100644 --- a/airtime_mvc/locale/en_CA/LC_MESSAGES/airtime.po +++ b/airtime_mvc/locale/en_CA/LC_MESSAGES/airtime.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: Airtime 2.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-01-15 10:36-0500\n" -"PO-Revision-Date: 2013-01-04 17:50+0100\n" -"Last-Translator: Daniel James \n" +"PO-Revision-Date: 2013-02-07 17:10-0500\n" +"Last-Translator: Denise Rigato \n" "Language-Team: Canadian Localization \n" "Language: en_CA\n" "MIME-Version: 1.0\n" @@ -2139,7 +2139,7 @@ msgstr "60m" #: airtime_mvc/application/controllers/LocaleController.php:207 msgid "Retreiving data from the server..." -msgstr "Retreiving data from the server..." +msgstr "Retrieving data from the server..." #: airtime_mvc/application/controllers/LocaleController.php:213 msgid "This show has no scheduled content." @@ -3511,7 +3511,7 @@ msgstr "Limit to " #: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:512 msgid "Please selection an option" -msgstr "Please selection an option" +msgstr "Please select an option" #: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:531 msgid "No Records" From 8bdf50c0e8df94e8aeda980be985f46adbcc3210 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 8 Feb 2013 10:14:22 +0000 Subject: [PATCH 27/53] Fixed translation of 'Settings' --- .../locale/el_GR/LC_MESSAGES/airtime.mo | Bin 76396 -> 75966 bytes .../locale/el_GR/LC_MESSAGES/airtime.po | 10 ++++------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.mo b/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.mo index f67fa635274e99dfe92c12e8f8c5e8fb07cc47b8..426a9966c44b4b146efabc5a8eb36a5b18cb5f30 100644 GIT binary patch delta 15445 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 delta 15857 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 diff --git a/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.po b/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.po index ffc19788c..074d2170e 100644 --- a/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.po +++ b/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: Airtime 2.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-07 16:22-0500\n" -"PO-Revision-Date: 2013-02-07 16:21-0500\n" -"Last-Translator: Denise Rigato \n" +"PO-Revision-Date: 2013-02-08 10:11+0100\n" +"Last-Translator: Daniel James \n" "Language-Team: Sourcefabric \n" "Language: el_GR\n" "MIME-Version: 1.0\n" @@ -3375,7 +3375,7 @@ msgstr "Εμφάνιση Πηγής URL Σύνδεσης:" #: airtime_mvc/application/views/scripts/form/edit-user.phtml:1 #, php-format msgid "%s's Settings" -msgstr "" +msgstr "%s's Ρυθμίσεις" #: airtime_mvc/application/views/scripts/form/add-show-rebroadcast.phtml:4 msgid "Repeat Days:" @@ -3527,12 +3527,10 @@ msgstr "Κανένα Αρχείο" #~ msgid "Timezone" #~ msgstr "Χρονική ζώνη" - #~ msgid "%sAirtime%s %s, , the open radio software for scheduling and remote station management. %s" #~ msgstr "%sΤο Airtime%s %s, το ανοικτού κώδικα λογισμικό για τον προγραμματισμό και την διαχείριση ραδιοφωνικών σταθμών εξ αποστάσεως. %s" - #~ msgid "File" #~ msgstr "Αρχείο" - #~ msgid "Path:" #~ msgstr "Διαδρομή" + From 2c9d208db857acc1b174e47ab44ec07f614088c3 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 8 Feb 2013 10:17:15 +0000 Subject: [PATCH 28/53] Added bug report address to Greek translation --- .../locale/el_GR/LC_MESSAGES/airtime.mo | Bin 75966 -> 75998 bytes .../locale/el_GR/LC_MESSAGES/airtime.po | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.mo b/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.mo index 426a9966c44b4b146efabc5a8eb36a5b18cb5f30..891e1ca04524535b6d730f0821a63b17ab72529d 100644 GIT binary patch delta 5823 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 KvTaFP@&5sSsmUb( diff --git a/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.po b/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.po index 074d2170e..0469d64a5 100644 --- a/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.po +++ b/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.po @@ -1,16 +1,16 @@ -# LANGUAGE (xx_XX) translation for Airtime. -# Copyright (C) 2012 Sourcefabric +# GREEK (el_GR) translation for Airtime. +# Copyright (C) 2013 Sourcefabric # This file is distributed under the same license as the Airtime package. -# Sourcefabric , 2012. +# Sourcefabric , 2013. # msgid "" msgstr "" "Project-Id-Version: Airtime 2.3\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-07 16:22-0500\n" -"PO-Revision-Date: 2013-02-08 10:11+0100\n" +"PO-Revision-Date: 2013-02-08 10:16+0100\n" "Last-Translator: Daniel James \n" -"Language-Team: Sourcefabric \n" +"Language-Team: Greek Localization \n" "Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" From 8232244faa5137e3ca86a3c9eeb5b5c6b555e819 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 8 Feb 2013 10:31:20 +0000 Subject: [PATCH 29/53] Improved Greek localization with extra strings, thanks Kat! --- .../locale/el_GR/LC_MESSAGES/airtime.mo | Bin 75998 -> 82796 bytes .../locale/el_GR/LC_MESSAGES/airtime.po | 134 +++++++++--------- 2 files changed, 67 insertions(+), 67 deletions(-) diff --git a/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.mo b/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.mo index 891e1ca04524535b6d730f0821a63b17ab72529d..e5c4489f2dedfd12ea25091489ba746f76ca7488 100644 GIT binary patch delta 21431 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%0DLgj?}0``~k=TM++> zyf^Swo8QBh*E71_wE2xq(#f#t!nWL#`^XyycYRH><<%QSbVOKihCmKUAI|%qBmVbP3{Ri4P}SAsuYMAIXHh z_CfA@*9-hvf&9PmGWXuXb@&H)MG40UJ?%5wxR*vc@9IN5hw!`2cp6KRPR6%+W+3s8 z2?_fC>-yCDlW8DxB4G)IZXrx2e=q58?2BHuP9d)k_kP6!1YLf@J;Zkr5^Xu}27gQ= zeVVYGdo%Gzdw*3F@BfSfFLR?NK|dg0J?`C4xPwsFK10-5X5$4Y^EL5inx++^0Uuf?u{;>YA zS7*w+MR-yBfA>v=#*z66VaH8*B}uR1!8pQDTR{%qO@23mu1Oe6D93Zrgq7qiB@803 z6ycz)??d8K32RA@Bm`?vD20%B%^~v-63G<$fuL)W!Fh^wH(SvgSjpyJw2Fh2dC8W^ zvd+aBHhzTri)_7Rb^hyGO(<_O+YrysF#krn4)I?J4SD!p!gcbN6800$lCP@|@hn1F z?w7!mCfg}S{2Jj|!UFQLv6yXyEy7>rd4GR07jW|gLDym|N(0If&u<_2#k*tv`*13G zKid4iaG8BhMII;oNce-i;@sO$d^WyD*iNWPTGy?_U#HAMegAdMHaKadqix<2@?IfS zr?9R&$nQWrns|LL$NXoRR^;8wz1wX$-KtOeOT0$jZ+Hf0koT%?a#bemBrkYBe~ctC zkeigUyma(hoGyj!TYmO z-u!o_(CY+U&G9D+7bTP;z7yBsKZM7KccaYr#0wEWMbI^Y@IHA5@gc%`!ncG6xPLeK zS8TaU(K*!BWbDcT~Zemh$Ak!V69mozO@c+PZqZfdwl zyJvjCPDvSANhtyD)X8k*W{nBBY3YGfH^ZNhl;&opC1y?ZX9V2DvheoP=CJ2@$J zwChhza5DlaX;}d`Gs~Zql$PqI_*4C(11W*jtT<}oP5m;GQnTC%Nr8#PlLP+DfSXO2 zoR*#8j><@zm>I~Zm+5v$_lhNEr^b8L&}x&DH6|(3&GL^*4#c_rG6I>IZXh$>pB`{0 zj-h#pNvTPhG$$^+@{V57W#i*jAU)Yn?O85QW~F6J4xQ^%ZNOdXzSAio!R;MLNb-9z zZ%FmOCmtD=RHEE?m5Gb6?Apq*S+`KQnV; zT1EnODLIHPnJB~TPjwSay@_eb$!QZAwzlCry8KzReo`QT5po#<{Alc9Dz;WCY@zu8c!cyq~G<$9U?+;nxQ~ z;45-ZK;!FnWATKF4}P;{Mn+mjTUX;tC(_(xf5zxQTi3bMrYO0laoee_%kMZ zTaJC<^!B!h%c4mdoysD}9FsQjzi*~z1QMBsR2FnzdDdo9hMP7q_5Z4nZIyAO^u!|m zENxV_Y;r<4JASP%s!6ACmB4IYY+|CzZf7H8`4jwE{_u*#=DxCa31@1xrl!#~Js$dS z^aC-pFFP?YIaF)R@10Wo<#G}Xn4FmvNNL=D zKvqV;pTf3eJmNyJN$=P2r?_SeGX9Uz4}Y3eBC6Dlb>{X?OGrvg3S@-88#mZjz#Fj4 zP?Hq5SbTOyQr6_WN$r&~Fu%8{!%wF~`(grFS?spVQ1yq)=N~YJ<174Z>hgSrm^ZV< zL$_vZEilO2?coy{J!5Km6G11`|M;|&^yENRAbGOpH<^K)n3OdpRCUVa7_({GhC@@n z_0<}5PcJtmY4jM51ep^!;d~x(-+Hv zOq_h<^k^Ge`*7Q!j#P7o{(D^v<^W~l8Pe1MXE3L2rsL&lq}e_R@yTh~2`0;)&;gse zd3kw{WO_5>Rl@((a)@0hcd<|c;eQ@pkUt-d2+f-j=j$APZAMLBR9Z&(vza4(QO(I4gb7w?y$cgMB?2hckjp6&}%*@v}vO2O?OYNo)OYTgv zys~>EJ0d%k%w6CTSs2--462LlqKtu#Xo~sh-f4E|CJvx&y;E(N*JxfoN@s$m_ zyy0Ip?58t)eBRiCjdJHxY%90D-f0YIyQ^U&x|jB8 zYVD^q)FtFE^hDm2htigm3sqTJDwMgTROsCm#X~uvGS#T)<`t1w9sQ-M^-C{S_LUF4 zy1US=J0t5Od$`Mr*-3jhMRuC0VO8wZ=rBKY(2Z-H3L&_Q(uv+F33fo}wL{_N5EWoLZ zl-X&NUZPE*k#-}Cxc{$5!Yg-;ifZv9dtsVg=bD%syPq-Gmb)OIcb4i<<5VIv;_ah7z4b$fG)B8M zj!*pOg}Jl-^+L651G{t@U7}`<-Hq1i=n1Xde_Lqm{*1;qHIh@ozRkAhUr%W;LSO7} zd-F)-^?w6Lmp4{7y+s)s`2RG~{3KGt7=;|~k?H2gk+TuXw%0< z!bwNF#l-&Su-L>b?g#~bZXAj`RX#M}>+?Hg+9_+sU-g4lb`O(&Pv7*!E^Vov4I^K)Z; zZg}I@Tl3}X!!NiIC&uRUEnB>?Oks}azUHS~_?_<~QKh`G-${Gydn21dzbq|NnIto& zxw2=gHz%x|$ewWMbY)* zqkXGG{!3*R|5Co#zmA}A*yn5t)d%bUi_j4nMQtQ3(Cz7+YNvyBD&t1AO)>nDys94|5686Jz zrOl^v%U0md0)*~FDI`8yS`%cKB6|?+tvU7 z>(n?iG3u}yZWcRzAY-GM9t{)K@#8l6VukIsD){yk$?yHVU3$EhZ*9J O<=eQuSUulIzW)bGU-%yY delta 15984 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 YGc4^>!`+;kt)@FOAa!+Z_Y3!b0NRqvxc~qF diff --git a/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.po b/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.po index 0469d64a5..60a355d52 100644 --- a/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.po +++ b/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Airtime 2.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-07 16:22-0500\n" -"PO-Revision-Date: 2013-02-08 10:16+0100\n" +"PO-Revision-Date: 2013-02-08 10:29+0100\n" "Last-Translator: Daniel James \n" "Language-Team: Greek Localization \n" "Language: el_GR\n" @@ -717,7 +717,7 @@ msgstr "'%value%' δεν είναι μεταξύ '%min%' και '%max%', συν #: airtime_mvc/application/forms/helpers/ValidationTypes.php:89 msgid "Passwords do not match" -msgstr "" +msgstr "Οι κωδικοί πρόσβασης δεν συμπίπτουν" #: airtime_mvc/application/forms/AddShowRebroadcastDates.php:15 #: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:6 @@ -846,7 +846,7 @@ msgstr "Κωδικός πρόσβασης:" #: airtime_mvc/application/forms/AddUser.php:40 #: airtime_mvc/application/forms/EditUser.php:50 msgid "Verify Password:" -msgstr "" +msgstr "Επαλήθευση κωδικού πρόσβασης" #: airtime_mvc/application/forms/AddUser.php:48 #: airtime_mvc/application/forms/EditUser.php:59 @@ -976,11 +976,11 @@ msgstr "Όνομα Χρήστη" #: airtime_mvc/application/forms/StreamSettingSubForm.php:195 msgid "Admin User" -msgstr "" +msgstr "Διαχειριστής Χρήστης" #: airtime_mvc/application/forms/StreamSettingSubForm.php:207 msgid "Admin Password" -msgstr "" +msgstr "Κωδικός πρόσβασης Διαχειριστή" #: airtime_mvc/application/forms/StreamSettingSubForm.php:218 #: airtime_mvc/application/controllers/LocaleController.php:169 @@ -1127,15 +1127,15 @@ msgstr "Όνομα Σταθμού - Όνομα Εκπομπής" #: airtime_mvc/application/forms/StreamSetting.php:63 msgid "Off Air Metadata" -msgstr "" +msgstr "Μεταδεδομένα Off Air" #: airtime_mvc/application/forms/StreamSetting.php:69 msgid "Enable Replay Gain" -msgstr "" +msgstr "Ενεργοποίηση Επανάληψη Κέρδους" #: airtime_mvc/application/forms/StreamSetting.php:75 msgid "Replay Gain Modifier" -msgstr "" +msgstr "Τροποποιητής Επανάληψης Κέρδους" #: airtime_mvc/application/forms/PasswordRestore.php:14 msgid "E-mail" @@ -1435,7 +1435,7 @@ msgstr "Όλες οι Εκπομπές μου:" #: airtime_mvc/application/forms/EditUser.php:118 msgid "Timezone:" -msgstr "" +msgstr "Ζώνη Ώρας" #: airtime_mvc/application/forms/AddShowLiveStream.php:10 msgid "Use Airtime Authentication:" @@ -1484,11 +1484,11 @@ msgstr "Ενεργοποιημένο" #: airtime_mvc/application/forms/GeneralPreferences.php:61 msgid "Default Interface Language" -msgstr "" +msgstr "Προεπιλογή Γλώσσας Interface" #: airtime_mvc/application/forms/GeneralPreferences.php:69 msgid "Default Interface Timezone" -msgstr "" +msgstr "Προεπιλογή Ζώνης Ώρας Interface" #: airtime_mvc/application/forms/GeneralPreferences.php:77 msgid "Week Starts On" @@ -1722,7 +1722,7 @@ msgstr "Ο χρήστης ενημερώθηκε με επιτυχία!" #: airtime_mvc/application/controllers/UserController.php:164 msgid "Settings updated successfully!" -msgstr "" +msgstr "Οι ρυθμίσεις ενημερώθηκαν επιτυχώς!" #: airtime_mvc/application/controllers/LocaleController.php:32 msgid "Recording:" @@ -1940,7 +1940,7 @@ msgstr "Οι λίστες αναπαραγωγής αποθηκεύτηκαν" #: airtime_mvc/application/controllers/LocaleController.php:117 msgid "Playlist shuffled" -msgstr "" +msgstr "Ανασχηματισμός λίστας αναπαραγωγής" #: airtime_mvc/application/controllers/LocaleController.php:119 msgid "Airtime is unsure about the status of this file. This can happen when the file is on a remote drive that is unaccessible or the file is in a directory that isn't 'watched' anymore." @@ -2003,12 +2003,12 @@ msgstr "Παίχτηκε" #: airtime_mvc/application/controllers/LocaleController.php:156 #, php-format msgid "Copied %s row%s to the clipboard" -msgstr "" +msgstr "Αντιγράφηκαν %s σειρές%s στο πρόχειρο" #: airtime_mvc/application/controllers/LocaleController.php:157 #, php-format msgid "%sPrint view%sPlease use your browser's print function to print this table. Press escape when finished." -msgstr "" +msgstr "%sΕκτύπωση προβολής%sΠαρακαλούμε να χρησιμοποιείσετε την λειτουργία εκτύπωσης του περιηγητή σας για να τυπώσετε τον πίνακα. Όταν τελειώσετε πατήστε escape" #: airtime_mvc/application/controllers/LocaleController.php:159 msgid "Choose Storage Folder" @@ -2147,7 +2147,7 @@ msgstr "Αυτή η εκπομπή δεν έχει προγραμματισμέ #: airtime_mvc/application/controllers/LocaleController.php:210 msgid "This show is not completely filled with content." -msgstr "" +msgstr "Η εκπομπή δεν εντελώς γεμάτη με περιεχόμενο " #: airtime_mvc/application/controllers/LocaleController.php:214 msgid "January" @@ -2389,79 +2389,79 @@ msgstr "Άνοιγμα" #: airtime_mvc/application/controllers/LocaleController.php:313 msgid "Guests can do the following:" -msgstr "" +msgstr "Οι επισκέπτες μπορούν να κάνουν τα παρακάτω" #: airtime_mvc/application/controllers/LocaleController.php:314 msgid "View schedule" -msgstr "" +msgstr "Προβολή Προγράμματος" #: airtime_mvc/application/controllers/LocaleController.php:315 msgid "View show content" -msgstr "" +msgstr "Προβολή περιεχομένου εκπομπής" #: airtime_mvc/application/controllers/LocaleController.php:316 msgid "DJs can do the following:" -msgstr "" +msgstr "Οι DJ μπορούν να κάνουν τα παρακάτω" #: airtime_mvc/application/controllers/LocaleController.php:317 msgid "Manage assigned show content" -msgstr "" +msgstr "Διαχείριση ανατεθημένου περιεχομένου εκπομπής" #: airtime_mvc/application/controllers/LocaleController.php:318 msgid "Import media files" -msgstr "" +msgstr "Εισαγωγή αρχείων πολυμέσων" #: airtime_mvc/application/controllers/LocaleController.php:319 msgid "Create playlists, smart blocks, and webstreams" -msgstr "" +msgstr "Δημιουργία λιστών αναπαραγωγής, smart blocks, και webstreams " #: airtime_mvc/application/controllers/LocaleController.php:320 msgid "Manage their own library content" -msgstr "" +msgstr "Διαχείριση δικού τους περιεχομένου βιβλιοθήκης" #: airtime_mvc/application/controllers/LocaleController.php:321 msgid "Progam Managers can do the following:" -msgstr "" +msgstr "Οι Μάνατζερ Προγράμματος μπορούν να κάνουν τα παρακάτω:" #: airtime_mvc/application/controllers/LocaleController.php:322 msgid "View and manage show content" -msgstr "" +msgstr "Προβολή και διαχείριση περιεχομένου εκπομπής" #: airtime_mvc/application/controllers/LocaleController.php:323 msgid "Schedule shows" -msgstr "" +msgstr "Πρόγραμμα εκπομπών" #: airtime_mvc/application/controllers/LocaleController.php:324 msgid "Manage all library content" -msgstr "" +msgstr "Διαχείριση όλου του περιεχομένου βιβλιοθήκης" #: airtime_mvc/application/controllers/LocaleController.php:325 msgid "Admins can do the following:" -msgstr "" +msgstr "ΟΙ Διαχειριστές μπορούν να κάνουν τα παρακάτω:" #: airtime_mvc/application/controllers/LocaleController.php:326 msgid "Manage preferences" -msgstr "" +msgstr "Διαχείριση προτιμήσεων" #: airtime_mvc/application/controllers/LocaleController.php:327 msgid "Manage users" -msgstr "" +msgstr "Διαχείριση Χρηστών" #: airtime_mvc/application/controllers/LocaleController.php:328 msgid "Manage watched folders" -msgstr "" +msgstr "Διαχείριση προβεβλημένων φακέλων " #: airtime_mvc/application/controllers/LocaleController.php:330 msgid "View system status" -msgstr "" +msgstr "Προβολή κατάστασης συστήματος" #: airtime_mvc/application/controllers/LocaleController.php:331 msgid "Access playout history" -msgstr "" +msgstr "Πρόσβαση στην ιστορία playout" #: airtime_mvc/application/controllers/LocaleController.php:332 msgid "View listener stats" -msgstr "" +msgstr "Προβολή στατιστικών των ακροατών" #: airtime_mvc/application/controllers/LocaleController.php:334 msgid "Show / hide columns" @@ -2535,99 +2535,99 @@ msgstr "Ολοκληρώθηκε" #: airtime_mvc/application/controllers/LocaleController.php:357 msgid "Select files" -msgstr "" +msgstr "Επιλογή αρχείων" #: airtime_mvc/application/controllers/LocaleController.php:358 #: airtime_mvc/application/controllers/LocaleController.php:359 msgid "Add files to the upload queue and click the start button." -msgstr "" +msgstr "Προσθέστε αρχεία στην ουρά ανεβάσματος και κάντε κλίκ στο κουμπί έναρξης" #: airtime_mvc/application/controllers/LocaleController.php:362 msgid "Add Files" -msgstr "" +msgstr "Προσθήκη Αρχείων" #: airtime_mvc/application/controllers/LocaleController.php:363 msgid "Stop Upload" -msgstr "" +msgstr "Στάση Ανεβάσματος" #: airtime_mvc/application/controllers/LocaleController.php:364 msgid "Start upload" -msgstr "" +msgstr "Έναρξη ανεβάσματος" #: airtime_mvc/application/controllers/LocaleController.php:365 msgid "Add files" -msgstr "" +msgstr "Προσθήκη αρχείων" #: airtime_mvc/application/controllers/LocaleController.php:366 #, php-format msgid "Uploaded %d/%d files" -msgstr "" +msgstr "Ανέβηκαν %d/%d αρχεία" #: airtime_mvc/application/controllers/LocaleController.php:367 msgid "N/A" -msgstr "" +msgstr "N/A" #: airtime_mvc/application/controllers/LocaleController.php:368 msgid "Drag files here." -msgstr "" +msgstr "Σύρετε αρχεία εδώ." #: airtime_mvc/application/controllers/LocaleController.php:369 msgid "File extension error." -msgstr "" +msgstr "Σφάλμα επέκτασης αρχείου." #: airtime_mvc/application/controllers/LocaleController.php:370 msgid "File size error." -msgstr "" +msgstr "Σφάλμα μεγέθους αρχείου." #: airtime_mvc/application/controllers/LocaleController.php:371 msgid "File count error." -msgstr "" +msgstr "Σφάλμα μέτρησης αρχείων." #: airtime_mvc/application/controllers/LocaleController.php:372 msgid "Init error." -msgstr "" +msgstr "Σφάλμα αρχικοποίησης." #: airtime_mvc/application/controllers/LocaleController.php:373 msgid "HTTP Error." -msgstr "" +msgstr "Σφάλμα HTTP." #: airtime_mvc/application/controllers/LocaleController.php:374 msgid "Security error." -msgstr "" +msgstr "Σφάλμα ασφάλειας." #: airtime_mvc/application/controllers/LocaleController.php:375 msgid "Generic error." -msgstr "" +msgstr "Γενικό σφάλμα." #: airtime_mvc/application/controllers/LocaleController.php:376 msgid "IO error." -msgstr "" +msgstr "Σφάλμα IO" #: airtime_mvc/application/controllers/LocaleController.php:377 #, php-format msgid "File: %s" -msgstr "" +msgstr "Αρχείο: %s" #: airtime_mvc/application/controllers/LocaleController.php:379 #, php-format msgid "%d files queued" -msgstr "" +msgstr "%d αρχεία σε αναμονή" #: airtime_mvc/application/controllers/LocaleController.php:380 msgid "File: %f, size: %s, max file size: %m" -msgstr "" +msgstr "Αρχείο: %f, μέγεθος: %s, μέγιστο μέγεθος αρχείου: %m" #: airtime_mvc/application/controllers/LocaleController.php:381 msgid "Upload URL might be wrong or doesn't exist" -msgstr "" +msgstr "Το URL είτε είναι λάθος ή δεν υφίσταται" #: airtime_mvc/application/controllers/LocaleController.php:382 msgid "Error: File too large: " -msgstr "" +msgstr "Σφάλμα: Πολύ μεγάλο αρχείο: " #: airtime_mvc/application/controllers/LocaleController.php:383 msgid "Error: Invalid file extension: " -msgstr "" +msgstr "Σφάλμα: Μη έγκυρη προέκταση αρχείου: " #: airtime_mvc/application/controllers/ShowbuilderController.php:190 #: airtime_mvc/application/controllers/LibraryController.php:161 @@ -2660,7 +2660,7 @@ msgstr "η εκπομπή δεν υπάρχει" #: airtime_mvc/application/controllers/ListenerstatController.php:56 msgid "Please make sure admin user/password is correct on System->Streams page." -msgstr "" +msgstr "Παρακαλούμε σιγουρευτείτε ότι ο χρήστης/κωδικός πρόσβασης διαχειριστή είναι σωστός στη σελίδα Σύστημα>Streams." #: airtime_mvc/application/controllers/ApiController.php:58 #: airtime_mvc/application/controllers/ApiController.php:85 @@ -2720,7 +2720,7 @@ msgstr "Λήψη" #: airtime_mvc/application/controllers/LibraryController.php:198 msgid "Duplicate Playlist" -msgstr "" +msgstr "Αντιγραφή Λίστας Αναπαραγωγής" #: airtime_mvc/application/controllers/LibraryController.php:213 #: airtime_mvc/application/controllers/LibraryController.php:235 @@ -2761,7 +2761,7 @@ msgstr "Δεν ήταν δυνατή η διαγραφή ορισμένων πρ #: airtime_mvc/application/controllers/LibraryController.php:375 #, php-format msgid "Copy of %s" -msgstr "" +msgstr "Αντιγραφή από %s" #: airtime_mvc/application/controllers/PlaylistController.php:45 #, php-format @@ -2920,7 +2920,7 @@ msgstr "Τύπος Χρήστη" #: airtime_mvc/application/views/scripts/dashboard/about.phtml:5 #, php-format msgid "%sAirtime%s %s, the open radio software for scheduling and remote station management. %s" -msgstr "" +msgstr "%sΤο Airtime%s %s, το ανοικτού κώδικα λογισμικό για προγραμματισμό και διαχείριση ραδιοφωνικών σταθμών εξ αποστάσεως. %s" #: airtime_mvc/application/views/scripts/dashboard/about.phtml:13 #, php-format @@ -2929,7 +2929,7 @@ msgstr "%s Sourcefabric%s o.p.s. Το Airtime διανέμεται υπό %s GNU #: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:3 msgid "Share" -msgstr "" +msgstr "Μοιραστείτε" #: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:64 msgid "Select stream:" @@ -3421,11 +3421,11 @@ msgstr "Επιλογές Smart Block" #: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:39 msgid "or" -msgstr "" +msgstr "ή" #: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:40 msgid "and" -msgstr "" +msgstr "και" #: airtime_mvc/application/views/scripts/form/smart-block-criteria.phtml:63 msgid " to " @@ -3460,7 +3460,7 @@ msgstr "Γενικές ρυθμίσεις" #: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:88 msgid "dB" -msgstr "" +msgstr "βΔ" #: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:107 msgid "Output Stream Settings" @@ -3483,7 +3483,7 @@ msgstr "Αριθμός ISRC:" #: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:27 msgid "File Path:" -msgstr "" +msgstr "Διαδρομή Αρχείου" #: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:45 msgid "Web Stream" From 654cc6233f489f83fb0379a78baaf9f48f7fbe81 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 8 Feb 2013 11:05:48 +0000 Subject: [PATCH 30/53] Improved British localization --- .../locale/en_GB/LC_MESSAGES/airtime.mo | Bin 53720 -> 58209 bytes .../locale/en_GB/LC_MESSAGES/airtime.po | 141 +++++++++--------- 2 files changed, 70 insertions(+), 71 deletions(-) diff --git a/airtime_mvc/locale/en_GB/LC_MESSAGES/airtime.mo b/airtime_mvc/locale/en_GB/LC_MESSAGES/airtime.mo index 4a115c5a2a6b28d20d9f0786eeb44e4a220729ff..b01f0c3d6f01edca2cb0d224aa7520e7723de308 100644 GIT binary patch literal 58209 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 J{|i?+{tv_2eGvcv delta 16028 zcmcK8cX*H2|Htt=i-;t|NQjjn5j!y}wfEkmReL7(-u1EfC?8u{d%kjx>+<{l`@4Skbsdkh?sLxlKIgs@xqH&*+qFKfTUmS;I$RgM9Va&~ z2z8uOK8_PuT(yo9Q_*pJu`tG935>!v*Z@DqhM0=n>V#HuoKjdEb7LnA#E)%xhIJ!; z;5aVl1ev;Y$Wz&I;;;vnz$I7=Pg(y!O&D3laVlV6EQA|T3%G~@n7gW(xDb}7Tobi` zF_;dgqd$IvKFsedP0KjW3M2^5YScjMkU%&|SQI^|_S>lXAJBt8V?JC~&2cv10rbPp z)lI*in2mC8%z)!?EY83n=65pGaGXpShFP!>hG9I0V{_C1eNp`;U=Yqn_5Tbtp$B!} zew>DvQCrfsrnzq*?xs8*)xTUV;;)cYB;$iMPy^RN4b%!dVPDh&E}#bd5kv4b>b}6* zX28stNI4YC;yBbJa~oR8*is1J%NGSP%82O;I;=LJim-3*dTG z|5WtF^QZ-0K}F;~>af1H7T|!5r`!hN|!JdZs${gXx~K`7r!{ccPJJFc0d6lBkI)qi$@BS+OJP2?k>}9EF6?nTt6v8MTm$s0Ca@?fo6= z6U;*SH7c?}t%$#F2qmLE$%QIMqdF9|mO(vPB~(c3pcd2wb$GjC1WrILa4l+_EvU#P zq3%D7its60f3Fqs??%NlDztz$t<3;kP?1PPMP>x*31?swu0<^*6}8aIsQYiALi-cy z5I#V?wi(-)NR&iHrXps;x^0NRo}@h$8gL+Lz>%mGPe2Vk3l-|cs0qG6_4^X_q-Rl) zxP*F5f3xLGyp#Hbmq5K`^-x>e1oeO&U1T&tKkG>AB#fheE|$S#sKfRGwSZTsQ2&j3 z0N)SIf^uL{%8{rE8=?BOK%J$ws0H*!J&K1@g2r+uhg&iIaw!`65y95j2KIMK=fwP21Jg6V(?c2T zhkCMM7=bHM6CFWKbQ*P5uAmn3J?6lB*1u7QDzvM4peWQrilE-2a<*I-HBL)(>B%~h zQ3$)E26mwqGzAsPIj9JoL=AWr_4<5+3h`s~!B?p9{ze@#pKc~HSur=|NYtmjGHSkd z-FW}?MH*&1PDkCi7&YKVTfY^xu>I(ZM{PL;y(ynVZNWvgL(^| zpdb46FcHq^A`?kPR@6jgQSWnA)ce}fmb;@S7>Sy2I_m9Mgr#vCYLD-r7WNFakQb;Y z{udRgj6F>xgHiol*~w_HbD}y#q9!Vc+M_b4CvS{V*a9{1NYnx+pq|K$dQF$2CftGQ zcgVJAb#_Lg7BUMp!3xyd zvJEv+GFHKpND!QKiDqm2Vz_?(FCwFXc4B%wfqLR|sMqTp}vR(@d0X&gL|8aa#>?h6V*b6x(Nng z4^#vOq9QW^HSr?UL>o{M+=hBk531iubZMnG$mmIbL2ZFoA5)G*EhOGr2mL9x#EjS; zb*dAw8;-|Z_%muNy!)Dkgij)6EGbvhTJCR~QvlC>Cw zn@|%Z+j0u(39s7v8>n#}pd$1F6%ns~=Kc^=IbT2GuLYE(LIb{!3T1t4jvt}+{&UoV zPN25nG-|>ts0ds~orR|ugs)Kj)Au*`XGBFf67?YQw!VssjP{}xYQ>4D6%Ru#Y&_~v z%|?ZG6KcW}sD*xqn(zs#-y1B4p##j`H^LaoEwBNOK`rz&W=7W~GFsVP)Dyi%P3$$$ zEG!7Mut?NEB`^frpne7Qui1tpuLtnlBUCHRD zQvxb9lTicBMumDgW)sDTFK1ssO#j#F!><7~!ctc#t7ncti?V-?C@VMWY7+-zBMROmCK%P8~f_;l0)wvQtI1;|{XLZNzr{`eZTFrU$;9F7WY0aT<4Birr7q9U~xwPibO z`xmIlrJ%+=joPAfs0CiL_36eCf2|~7jQQzS67_zzLhV&s494D=8%LoI)ne3yn=u>i z#VmLZbyjYp&d6`J{SE5DGJkCLJ}2ryO1a47B2xjwu@&mZ0jLkn7}V=B1#{p$RKG2# z0aGv^UO@H#6&0z!P_N}bs0Yk8)@)S;)O^iQ3wHG-qbD7Q3fVl=gbPp$S%nJSR@8(Z z%!`Lmk+_Mv{|PG8|DYD)O=K0hK+KA{uqT#8MR>8%<$Ov;H?Bqvv>wZ0vgzPFK|Rqk z)P#TGR16qrPW5~&PWcGN;1eu_q2tXDoyw@g*BMnm4b^W4*3kQZ-B#q8U>a(pPIG_M zDPL~Ai26YJOf>DKQK9XKQ8)>;@GYp&-^Kj+5*3l~NoETRq9R!deVE^=O~x1Nqax4* zbwejCfW0se&OyBu+b|4|qqgcMDndV_H$FxkuHS6=1?o_~vSyfU-kO}4_V>SNG8&*b z`e14F#qy{LDq?!9gMQe=mRq6vwYPRb9nzlYhvRJh6f8)2CKkpWs0iGcO#F2?exyQ& z?ImhJpDAVlf7Fu%qw2HUayV*Xk@%Sx=fJj~=U`}WuV56u!3OF#&3w@Mq9S+zOX1~d z#6LF~-{~eKk*IPBYXkg%ast-HW2g^Ezzp+8>WZjOYj5ik)PyNm0Yhe*L)QTHMIDR* zcoa3ySr?h|WPU+?$s%T%CoYcul*^#Dq>{B7YL9E72C8f8TVPSjZEX8QTR#Oo)X%_t zSb4VjBXtM#qwMmVVQ2lG7CTxScuRXF0E@vni?a4ow3A2A<{z@H%y5R<O3rz${VNJ^QFelDIosmr#hu6?mj7+*k=7~yUR?6|14IA5XSIkR! zIO^0cLJjD_C_InV@Hy&`m0ip$hpn&!4o5w}*QmGY4z|P!ONjq5-rqS(OsJbKGb?Y8 z+37F@wbwIHd$$Cy;7Zh!4P0*OlTnd4gqkSDdJ*-OTt|&}5A|TLQ47qZA3mAM#C>Y4 zjvAl^>c;jMjR}|==UTU+KFO)5iSOe<{QYhF3iC(mR4hXMYpjG(E6vY{t{6jknTt$% zGRIK^okbn4YqosTw%@nuX7q&j@Dig6>s7RGU9m=ZKrl{{lC)6SAiW(;Yb*No~ z$msNrMMYvZDpV^`hio@$Vf!!ykD>ZsMNRYr>b_^Fv*Yubd4MofsPm#CSQ_=Sp)G15 zgOLTeoDpR7noY9KL%kj=Q4{Y(-EaW4B}Z)e466O2^;^`F-9<(85o$rtF)yZHZGL%; zMn$*|rv3ikn2bW#0yRKqRET@q`f1pW@*>m%-k=6Zx5h*w2o;&!s3$CedMoOn7Sb2B z(4naN$D$%T9V1<2W|Pr-n}mwQRn*?xL51)!>PfuTngO$;2F!z6a5QS*SX8LrM<48h z>emAm!TzX748eTpMwco)WWwNR_U+S})-z4lpWCdgvVV~s(5NJ?WF?2g{J41I6~ zDpIRa53mWfphKt+QOY{@UlTsH9bcjj(?6&MWLj^YC?AGWu8pd1kABz}byx?ZFHT4O zk$Mh3qP%#6`6Knjjb@=2Q2m@uM!!wOUm*{mA`HV&f2A&o`Y?6fY`#=cTg@M-N1;}J z4HX$@n^{06)B>YWp{WjGzwWTMqJl=GX2_%zsyV=_aROn)CxtJ}NL9P5f zjKoT|zN4-0ihk55phDgc{c$MjjEuz~oMy|5Fe7ExXSQM+>c(U&jE6Bl-bbC{fX|It zP)`<)5m+5HQCHMNeNcyS7;3!nsJCL8bu|W4K7c%s%Sk1pm0Uo*MmKEvF>0W{P*3KQ zWI~t$HE;pc!iu0mSqc@QUa0ZE?a_dW&l;18%h zb9R^yQaGw#amzkk!)*iKxZnm6=dMgH??jMZ0Z@k)>-@pMNK}}d3^?Jr*X>5uiI0?0|MZ1W>Ysv|@I2~M z{|)Laxt@{H0-R*?sm+W!{pC?l)(UkdK0<|hFc!qws6F0=n&^o28fu~k7>dtPXC`2; zi9mMDN;w*t*X6{M(M0u8A#93z(l)4$y-+J1i+a*os4ZA;%PFXZ+_FAGZP{O_NOi~8$`Gnrn&jvE}2aC%K9m@HT3}zhZOz7qesY17<-9 zs4eJ&ns69~;m4@6un;x=3UuiSwvy2RNtgpuP)~Bp*8hmwidU#758_u{EjS#tuqX`2 zILw6&Q4=Ph7CH_!;XG8oRag!W93=kQ`=?asw7;spw3Pk)WAJa5gKC4<52g_MlEz9>TtW3lhGMiiJEW?Dm0r>3p#+> zv#YlKSJadIiJBFHjE00r&tnW7}iqFDJfVn%|rnVHN5}Vnx0G`^jj}USKiI zcifa4qCPZ3Q6G|Js4duudGS0p#K%|^E1WR*b;k(GbFeffVLtp3)z2rz{4Q7$>*@XP zOr{GBTQM4gPnuuH%VI&wAKLO*^r5^4^}cUFEiB2FPof{?imE2%S(j0PTp>2U7BjKZ7fi(aSAR;5E7(lFE+iAJ5N8mKeU3bkcj zQHOE_>a5H}mk!Bt+hHU6Q$B=g-vQK0Z=pi}6Y4B@rJBQ)8}*@yLA@=dQ1?|r^=pm( zI1sf3qc8(5Lq%#`D)HBcXA2d2!lS6u{1a-zzfmjBdB!|xG4!Tf2{mC=)B`lY^wEl`N=%QXbd`U8p@zLw!<1Y*_KnS&#)-< zxp?Pv%IjE1qdrhcsP@~a$Y#7~&Q2_9;jK}Tcg-fF1*}DdEcmu#RsUZ?2iFB6&0cRs4ZNAoGq8L+*Yi?Of;;w?!iFHDX2qu z1vS8R)PioK7W5-(f?rT);5n+_8(a3eZ2D!e2BRJ@EBfjEFJ>D`p+Z$23u8M}1g4sGpC$wg0-pX=sHyFrV6+ zieY`~b;vTYJO$VzDnQEjWl_RmsIy{C)D?#o-L=+_L}@l zTmION*`4|*lIyN*NT86LG=;Q>PQ6HRsmpoX!EzzYIsW8zb1d5l!bg> z{ET##bb=H?-AJs>edEZlBhTCBa$4AdR$@;Y_S!P-&R>+XQ+}X=y`I0#;7Qs?VYsc+ z&x#?`=_+l<`IG!v@zOt1+P^d||NcmU%0dtael5dY* zq{*bW*CCtVjkQU+NL6W^gvF7cPibF8aH6SOiL2C)iFN&ld^hcXD>7%O%tz{I+S2}g z&vyKRQb+of!b7BUr2M1+rIq!y%1ByZAT>YJyvGB$3cPFGn{k}}Ni zg#6clZaS5tE;DVBB>l82PF+5G^J3cWllLPHAwLGokp7}y1(L3K%DVE?-i4%VyY(t< zA5fk_*)=w;iJwkX4kI-tJs{~yZ*MqAxeMt$X*6}CY3oJ$hg627YnAQW&))kC?~#sB zKb^0^Npx)Lw+Hi#W4&%jilch zGor4=)L$W8Ctnx)l00cG{BnckNLLj9Ycv$+rVIF*)WHt0)T(>>klrUnP}iS6?~!yJ zqC6Bw;&WR!nEY<)^4oGv%55m`ASF;&gR-s?SU~UpbP8)opW24YfvcypOx|_Bv&$(xU0e@I0@L0`gxi?J2&m5u+cWU z@k8n=kkZ?_yyV|r>FC?wowDj{lX_Ek%l))!R##Da6tms`q4qcO;W(apU18({$(JNw z7H1;=7f!p*@NY)ibdZBx^FQ|EHpQJHKzhu~%!j^S`y7fkyj z@)NN;K1E$GNctb-XEBIWYb|3SW+-l@+i?5A*&w2sCPaW$zL`PsCUAm5byWb(SUk$foc#j*Ge=@_Xe z<#V`;e(~h@lAnRPz9WAX{nAQ&Z>`z%{FAsLhE$SthmLQrsbrc_E@JE2Q9flGhf~*r ze5@@u>n8aEq_@{tTc3`)u2jxMf9ifDKM!4BP_c}(kd%{(Cp6?EeNXuW z};KlJ-$wIIRa~gS@T}s87Tkwj4?MF!?=d#7>lTeT^4!JAUR} zgP(O|&eNf+?Xa1~0_w?Ckoxbi7fz+U80v~99Z~;?A^jsfL#uW4a{o}>?OD69p0C?y zS#G~Z-Mb}r_H3(L%FA9>*aa>=p--C zrDJhkK0^}X-Ax8|a8Ew|z@2ySanG5QjNa~trw+P*7`DVceR!CAaB4I6<<$Rpo}GE< z?an#Ikv;_Hvh<>T=(nn#U6|Eti+O()9P- z8>R<)cHKPX=h-V`JUF&&wMSS3I^%L|pm!GUYuv<_CFshF5F\n" "Language-Team: British Localization \n" "Language: en_GB\n" @@ -716,7 +716,7 @@ msgstr "'%value%' is not between '%min%' and '%max%', inclusively" #: airtime_mvc/application/forms/helpers/ValidationTypes.php:89 msgid "Passwords do not match" -msgstr "" +msgstr "Passwords do not match" #: airtime_mvc/application/forms/AddShowRebroadcastDates.php:15 #: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:6 @@ -845,7 +845,7 @@ msgstr "Password:" #: airtime_mvc/application/forms/AddUser.php:40 #: airtime_mvc/application/forms/EditUser.php:50 msgid "Verify Password:" -msgstr "" +msgstr "Verify Password:" #: airtime_mvc/application/forms/AddUser.php:48 #: airtime_mvc/application/forms/EditUser.php:59 @@ -974,11 +974,11 @@ msgstr "Username" #: airtime_mvc/application/forms/StreamSettingSubForm.php:195 msgid "Admin User" -msgstr "" +msgstr "Admin User" #: airtime_mvc/application/forms/StreamSettingSubForm.php:207 msgid "Admin Password" -msgstr "" +msgstr "Admin Password" #: airtime_mvc/application/forms/StreamSettingSubForm.php:218 #: airtime_mvc/application/controllers/LocaleController.php:173 @@ -1125,15 +1125,15 @@ msgstr "Station name - Show name" #: airtime_mvc/application/forms/StreamSetting.php:63 msgid "Off Air Metadata" -msgstr "" +msgstr "Off Air Metadata" #: airtime_mvc/application/forms/StreamSetting.php:69 msgid "Enable Replay Gain" -msgstr "" +msgstr "Enable Replay Gain" #: airtime_mvc/application/forms/StreamSetting.php:75 msgid "Replay Gain Modifier" -msgstr "" +msgstr "Replay Gain Modifier" #: airtime_mvc/application/forms/PasswordRestore.php:14 msgid "E-mail" @@ -1435,7 +1435,7 @@ msgstr "All My Shows:" #: airtime_mvc/application/forms/EditUser.php:118 msgid "Timezone:" -msgstr "" +msgstr "Timezone:" #: airtime_mvc/application/forms/AddShowLiveStream.php:10 msgid "Use Airtime Authentication:" @@ -1484,11 +1484,11 @@ msgstr "Enabled" #: airtime_mvc/application/forms/GeneralPreferences.php:56 msgid "Default Interface Language" -msgstr "" +msgstr "Default Interface Language" #: airtime_mvc/application/forms/GeneralPreferences.php:64 msgid "Default Interface Timezone" -msgstr "" +msgstr "Default Interface Timezone" #: airtime_mvc/application/forms/GeneralPreferences.php:72 msgid "Week Starts On" @@ -1722,7 +1722,7 @@ msgstr "User updated successfully!" #: airtime_mvc/application/controllers/UserController.php:164 msgid "Settings updated successfully!" -msgstr "" +msgstr "Settings updated successfully!" #: airtime_mvc/application/controllers/LocaleController.php:36 msgid "Recording:" @@ -1796,7 +1796,7 @@ msgstr "You can only add tracks, smart blocks, and webstreams to playlists." #: airtime_mvc/application/controllers/LocaleController.php:57 msgid "Please select a cursor position on timeline." -msgstr "" +msgstr "Please select a cursor position on timeline." #: airtime_mvc/application/controllers/LocaleController.php:61 #: airtime_mvc/application/controllers/LibraryController.php:190 @@ -1940,7 +1940,7 @@ msgstr "Playlist saved" #: airtime_mvc/application/controllers/LocaleController.php:121 msgid "Playlist shuffled" -msgstr "" +msgstr "Playlist shuffled" #: airtime_mvc/application/controllers/LocaleController.php:123 msgid "Airtime is unsure about the status of this file. This can happen when the file is on a remote drive that is unaccessible or the file is in a directory that isn't 'watched' anymore." @@ -2003,12 +2003,12 @@ msgstr "Played" #: airtime_mvc/application/controllers/LocaleController.php:160 #, php-format msgid "Copied %s row%s to the clipboard" -msgstr "" +msgstr "Copied %s row%s to the clipboard" #: airtime_mvc/application/controllers/LocaleController.php:161 #, php-format msgid "%sPrint view%sPlease use your browser's print function to print this table. Press escape when finished." -msgstr "" +msgstr "%sPrint view%sPlease use your browser's print function to print this table. Press the Escape key when finished." #: airtime_mvc/application/controllers/LocaleController.php:163 msgid "Choose Storage Folder" @@ -2087,7 +2087,7 @@ msgstr "If you change the username or password values for an enabled stream the #: airtime_mvc/application/controllers/LocaleController.php:186 msgid "This is the admin username and password for Icecast/SHOUTcast to get listener statistics." -msgstr "" +msgstr "This is the admin username and password for Icecast/SHOUTcast to get listener statistics." #: airtime_mvc/application/controllers/LocaleController.php:190 msgid "No result found" @@ -2139,7 +2139,7 @@ msgstr "60m" #: airtime_mvc/application/controllers/LocaleController.php:207 msgid "Retreiving data from the server..." -msgstr "Retreiving data from the server..." +msgstr "Retrieving data from the server..." #: airtime_mvc/application/controllers/LocaleController.php:213 msgid "This show has no scheduled content." @@ -2147,7 +2147,7 @@ msgstr "This show has no scheduled content." #: airtime_mvc/application/controllers/LocaleController.php:214 msgid "This show is not completely filled with content." -msgstr "" +msgstr "This show is not completely filled with content." #: airtime_mvc/application/controllers/LocaleController.php:218 msgid "January" @@ -2389,79 +2389,79 @@ msgstr "Open" #: airtime_mvc/application/controllers/LocaleController.php:317 msgid "Guests can do the following:" -msgstr "" +msgstr "Guests can do the following:" #: airtime_mvc/application/controllers/LocaleController.php:318 msgid "View schedule" -msgstr "" +msgstr "View schedule" #: airtime_mvc/application/controllers/LocaleController.php:319 msgid "View show content" -msgstr "" +msgstr "View show content" #: airtime_mvc/application/controllers/LocaleController.php:320 msgid "DJs can do the following:" -msgstr "" +msgstr "DJs can do the following:" #: airtime_mvc/application/controllers/LocaleController.php:321 msgid "Manage assigned show content" -msgstr "" +msgstr "Manage assigned show content" #: airtime_mvc/application/controllers/LocaleController.php:322 msgid "Import media files" -msgstr "" +msgstr "Import media files" #: airtime_mvc/application/controllers/LocaleController.php:323 msgid "Create playlists, smart blocks, and webstreams" -msgstr "" +msgstr "Create playlists, smart blocks, and webstreams" #: airtime_mvc/application/controllers/LocaleController.php:324 msgid "Manage their own library content" -msgstr "" +msgstr "Manage their own library content" #: airtime_mvc/application/controllers/LocaleController.php:325 msgid "Progam Managers can do the following:" -msgstr "" +msgstr "Progam Managers can do the following:" #: airtime_mvc/application/controllers/LocaleController.php:326 msgid "View and manage show content" -msgstr "" +msgstr "View and manage show content" #: airtime_mvc/application/controllers/LocaleController.php:327 msgid "Schedule shows" -msgstr "" +msgstr "Schedule shows" #: airtime_mvc/application/controllers/LocaleController.php:328 msgid "Manage all library content" -msgstr "" +msgstr "Manage all library content" #: airtime_mvc/application/controllers/LocaleController.php:329 msgid "Admins can do the following:" -msgstr "" +msgstr "Admins can do the following:" #: airtime_mvc/application/controllers/LocaleController.php:330 msgid "Manage preferences" -msgstr "" +msgstr "Manage preferences" #: airtime_mvc/application/controllers/LocaleController.php:331 msgid "Manage users" -msgstr "" +msgstr "Manage users" #: airtime_mvc/application/controllers/LocaleController.php:332 msgid "Manage watched folders" -msgstr "" +msgstr "Manage watched folders" #: airtime_mvc/application/controllers/LocaleController.php:334 msgid "View system status" -msgstr "" +msgstr "View system status" #: airtime_mvc/application/controllers/LocaleController.php:335 msgid "Access playout history" -msgstr "" +msgstr "Access playout history" #: airtime_mvc/application/controllers/LocaleController.php:336 msgid "View listener stats" -msgstr "" +msgstr "View listener stats" #: airtime_mvc/application/controllers/LocaleController.php:338 msgid "Show / hide columns" @@ -2535,99 +2535,99 @@ msgstr "Done" #: airtime_mvc/application/controllers/LocaleController.php:361 msgid "Select files" -msgstr "" +msgstr "Select files" #: airtime_mvc/application/controllers/LocaleController.php:362 #: airtime_mvc/application/controllers/LocaleController.php:363 msgid "Add files to the upload queue and click the start button." -msgstr "" +msgstr "Add files to the upload queue and click the start button." #: airtime_mvc/application/controllers/LocaleController.php:366 msgid "Add Files" -msgstr "" +msgstr "Add Files" #: airtime_mvc/application/controllers/LocaleController.php:367 msgid "Stop Upload" -msgstr "" +msgstr "Stop Upload" #: airtime_mvc/application/controllers/LocaleController.php:368 msgid "Start upload" -msgstr "" +msgstr "Start upload" #: airtime_mvc/application/controllers/LocaleController.php:369 msgid "Add files" -msgstr "" +msgstr "Add files" #: airtime_mvc/application/controllers/LocaleController.php:370 #, php-format msgid "Uploaded %d/%d files" -msgstr "" +msgstr "Uploaded %d/%d files" #: airtime_mvc/application/controllers/LocaleController.php:371 msgid "N/A" -msgstr "" +msgstr "N/A" #: airtime_mvc/application/controllers/LocaleController.php:372 msgid "Drag files here." -msgstr "" +msgstr "Drag files here." #: airtime_mvc/application/controllers/LocaleController.php:373 msgid "File extension error." -msgstr "" +msgstr "File extension error." #: airtime_mvc/application/controllers/LocaleController.php:374 msgid "File size error." -msgstr "" +msgstr "File size error." #: airtime_mvc/application/controllers/LocaleController.php:375 msgid "File count error." -msgstr "" +msgstr "File count error." #: airtime_mvc/application/controllers/LocaleController.php:376 msgid "Init error." -msgstr "" +msgstr "Init error." #: airtime_mvc/application/controllers/LocaleController.php:377 msgid "HTTP Error." -msgstr "" +msgstr "HTTP Error." #: airtime_mvc/application/controllers/LocaleController.php:378 msgid "Security error." -msgstr "" +msgstr "Security error." #: airtime_mvc/application/controllers/LocaleController.php:379 msgid "Generic error." -msgstr "" +msgstr "Generic error." #: airtime_mvc/application/controllers/LocaleController.php:380 msgid "IO error." -msgstr "" +msgstr "IO error." #: airtime_mvc/application/controllers/LocaleController.php:381 #, php-format msgid "File: %s" -msgstr "" +msgstr "File: %s" #: airtime_mvc/application/controllers/LocaleController.php:383 #, php-format msgid "%d files queued" -msgstr "" +msgstr "%d files queued" #: airtime_mvc/application/controllers/LocaleController.php:384 msgid "File: %f, size: %s, max file size: %m" -msgstr "" +msgstr "File: %f, size: %s, max file size: %m" #: airtime_mvc/application/controllers/LocaleController.php:385 msgid "Upload URL might be wrong or doesn't exist" -msgstr "" +msgstr "Upload URL might be wrong or doesn't exist" #: airtime_mvc/application/controllers/LocaleController.php:386 msgid "Error: File too large: " -msgstr "" +msgstr "Error: File too large: " #: airtime_mvc/application/controllers/LocaleController.php:387 msgid "Error: Invalid file extension: " -msgstr "" +msgstr "Error: Invalid file extension: " #: airtime_mvc/application/controllers/ShowbuilderController.php:190 #: airtime_mvc/application/controllers/LibraryController.php:161 @@ -2660,7 +2660,7 @@ msgstr "show does not exist" #: airtime_mvc/application/controllers/ListenerstatController.php:56 msgid "Please make sure admin user/password is correct on System->Streams page." -msgstr "" +msgstr "Please make sure admin user/password is correct on System->Streams page." #: airtime_mvc/application/controllers/ApiController.php:57 #: airtime_mvc/application/controllers/ApiController.php:84 @@ -2720,7 +2720,7 @@ msgstr "Download" #: airtime_mvc/application/controllers/LibraryController.php:198 msgid "Duplicate Playlist" -msgstr "" +msgstr "Duplicate Playlist" #: airtime_mvc/application/controllers/LibraryController.php:213 #: airtime_mvc/application/controllers/LibraryController.php:235 @@ -2761,7 +2761,7 @@ msgstr "Could not delete some scheduled files." #: airtime_mvc/application/controllers/LibraryController.php:375 #, php-format msgid "Copy of %s" -msgstr "" +msgstr "Copy of %s" #: airtime_mvc/application/controllers/PlaylistController.php:45 #, php-format @@ -2929,7 +2929,7 @@ msgstr "%sSourcefabric%s o.p.s. Airtime is distributed under the %sGNU GPL v.3%s #: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:3 msgid "Share" -msgstr "" +msgstr "Share" #: airtime_mvc/application/views/scripts/dashboard/stream-player.phtml:64 msgid "Select stream:" @@ -3375,7 +3375,7 @@ msgstr "Show Source Connection URL:" #: airtime_mvc/application/views/scripts/form/edit-user.phtml:1 #, php-format msgid "%s's Settings" -msgstr "" +msgstr "%s's Settings" #: airtime_mvc/application/views/scripts/form/add-show-rebroadcast.phtml:4 msgid "Repeat Days:" @@ -3452,7 +3452,7 @@ msgstr "Global Settings" #: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:88 msgid "dB" -msgstr "" +msgstr "dB" #: airtime_mvc/application/views/scripts/preference/stream-setting.phtml:107 msgid "Output Stream Settings" @@ -3475,7 +3475,7 @@ msgstr "Isrc Number:" #: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:21 msgid "File Path:" -msgstr "" +msgstr "File Path:" #: airtime_mvc/application/views/scripts/library/get-file-metadata.ajax.phtml:39 msgid "Web Stream" @@ -3511,7 +3511,7 @@ msgstr "Limit to " #: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:512 msgid "Please selection an option" -msgstr "Please selection an option" +msgstr "Please select an option" #: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:531 msgid "No Records" @@ -3519,9 +3519,8 @@ msgstr "No Records" #~ msgid "Timezone" #~ msgstr "Timezone" - #~ msgid "File" #~ msgstr "File" - #~ msgid "Path:" #~ msgstr "Path:" + From 192db754eaf6e54988ce93323096bd52db8edcaf Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 8 Feb 2013 11:11:20 +0000 Subject: [PATCH 31/53] Fixed typos in US localization --- .../locale/en_US/LC_MESSAGES/airtime.mo | Bin 53716 -> 53601 bytes .../locale/en_US/LC_MESSAGES/airtime.po | 9 ++++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/airtime_mvc/locale/en_US/LC_MESSAGES/airtime.mo b/airtime_mvc/locale/en_US/LC_MESSAGES/airtime.mo index 0994f31144e2acea04c0cd3035596ca810ff93a5..17eea0dd17318c5981bf0585ae1a0d15ccf94a77 100644 GIT binary patch delta 15376 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 delta 15464 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 CxHzo< diff --git a/airtime_mvc/locale/en_US/LC_MESSAGES/airtime.po b/airtime_mvc/locale/en_US/LC_MESSAGES/airtime.po index 3c2f21ecb..c61c27a9d 100644 --- a/airtime_mvc/locale/en_US/LC_MESSAGES/airtime.po +++ b/airtime_mvc/locale/en_US/LC_MESSAGES/airtime.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Airtime 2.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-01-15 10:36-0500\n" -"PO-Revision-Date: 2013-01-04 17:48+0100\n" +"PO-Revision-Date: 2013-02-08 11:10+0100\n" "Last-Translator: Daniel James \n" "Language-Team: United States Localization \n" "Language: en_US\n" @@ -2139,7 +2139,7 @@ msgstr "60m" #: airtime_mvc/application/controllers/LocaleController.php:207 msgid "Retreiving data from the server..." -msgstr "Retreiving data from the server..." +msgstr "Retrieving data from the server..." #: airtime_mvc/application/controllers/LocaleController.php:213 msgid "This show has no scheduled content." @@ -3511,7 +3511,7 @@ msgstr "Limit to " #: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:512 msgid "Please selection an option" -msgstr "Please selection an option" +msgstr "Please select an option" #: airtime_mvc/library/propel/contrib/pear/HTML_QuickForm_Propel/Propel.php:531 msgid "No Records" @@ -3519,9 +3519,8 @@ msgstr "No Records" #~ msgid "Timezone" #~ msgstr "Timezone" - #~ msgid "File" #~ msgstr "File" - #~ msgid "Path:" #~ msgstr "Path:" + From 5f9f342e0746968cb30fffa380e65bd5bd33dd78 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 8 Feb 2013 11:14:19 +0000 Subject: [PATCH 32/53] Added strings to Greek localization --- .../locale/el_GR/LC_MESSAGES/airtime.mo | Bin 82796 -> 83258 bytes .../locale/el_GR/LC_MESSAGES/airtime.po | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.mo b/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.mo index e5c4489f2dedfd12ea25091489ba746f76ca7488..98a3e9ae6906ce82467d0647d9cc044af4d1b273 100644 GIT binary patch delta 16086 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 OGav6d8|C^m@Bab&dnXzI delta 15797 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\n" "POT-Creation-Date: 2013-02-07 16:22-0500\n" -"PO-Revision-Date: 2013-02-08 10:29+0100\n" +"PO-Revision-Date: 2013-02-08 11:13+0100\n" "Last-Translator: Daniel James \n" "Language-Team: Greek Localization \n" "Language: el_GR\n" @@ -1796,7 +1796,7 @@ msgstr "Μπορείτε να προσθέσετε μόνο κομμάτια, sm #: airtime_mvc/application/controllers/LocaleController.php:53 msgid "Please select a cursor position on timeline." -msgstr "" +msgstr "Παρακαλούμε επιλέξτε μια θέση δρομέα στο χρονοδιάγραμμα." #: airtime_mvc/application/controllers/LocaleController.php:57 #: airtime_mvc/application/controllers/LibraryController.php:190 @@ -2087,7 +2087,7 @@ msgstr "Εάν αλλάξετε το όνομα χρήστη ή τον κωδι #: airtime_mvc/application/controllers/LocaleController.php:182 msgid "This is the admin username and password for Icecast/SHOUTcast to get listener statistics." -msgstr "" +msgstr "Αυτό είναι το Icecast/SHOUTcast όνομα χρήστη και ο κωδικός πρόσβασης διαχειριστή για τις στατιστικές ακροατών." #: airtime_mvc/application/controllers/LocaleController.php:186 msgid "No result found" From e8bde5090959b46d3d9439fef7891a9c90117b30 Mon Sep 17 00:00:00 2001 From: denise Date: Mon, 11 Feb 2013 11:17:00 -0500 Subject: [PATCH 33/53] CC-4939: All webstreams in a playlist will have 0 length in Schedule - set cuein and cueout of playlist item if it is a webstream --- airtime_mvc/application/models/Playlist.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/airtime_mvc/application/models/Playlist.php b/airtime_mvc/application/models/Playlist.php index 6745eecc6..3230a7fa1 100644 --- a/airtime_mvc/application/models/Playlist.php +++ b/airtime_mvc/application/models/Playlist.php @@ -402,6 +402,9 @@ SQL; if ($obj instanceof CcFiles && $obj) { $entry["cuein"] = $obj->getDbCuein(); $entry["cueout"] = $obj->getDbCueout(); + } elseif ($obj instanceof CcWebstream && $obj) { + $entry["cuein"] = "00:00:00"; + $entry["cueout"] = $entry["cliplength"]; } $entry["ftype"] = $objType; } From 69054806c475f2b64bb26832070cfc1e7c675ce4 Mon Sep 17 00:00:00 2001 From: denise Date: Mon, 11 Feb 2013 12:24:06 -0500 Subject: [PATCH 34/53] CC-4940: Playlist editor in Library ignores cue points set by silence detection when displaying item time - fixed by setting length to cue_out - cue_in when tracks get added to playlist/block --- airtime_mvc/application/models/Block.php | 5 ++++- airtime_mvc/application/models/Playlist.php | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/models/Block.php b/airtime_mvc/application/models/Block.php index ffe15ac56..aed47c3a1 100644 --- a/airtime_mvc/application/models/Block.php +++ b/airtime_mvc/application/models/Block.php @@ -403,10 +403,13 @@ SQL; $entry = $this->blockItem; $entry["id"] = $file->getDbId(); $entry["pos"] = $pos; - $entry["cliplength"] = $file->getDbLength(); $entry["cueout"] = $file->getDbCueout(); $entry["cuein"] = $file->getDbCuein(); + $cue_out = Application_Common_DateHelper::calculateLengthInSeconds($entry['cueout']); + $cue_in = Application_Common_DateHelper::calculateLengthInSeconds($entry['cuein']); + $entry["cliplength"] = $cue_out-$cue_in; + return $entry; } else { throw new Exception("trying to add a file that does not exist."); diff --git a/airtime_mvc/application/models/Playlist.php b/airtime_mvc/application/models/Playlist.php index 3230a7fa1..9fae286ac 100644 --- a/airtime_mvc/application/models/Playlist.php +++ b/airtime_mvc/application/models/Playlist.php @@ -398,14 +398,18 @@ SQL; $entry = $this->plItem; $entry["id"] = $obj->getDbId(); $entry["pos"] = $pos; - $entry["cliplength"] = $obj->getDbLength(); if ($obj instanceof CcFiles && $obj) { $entry["cuein"] = $obj->getDbCuein(); $entry["cueout"] = $obj->getDbCueout(); + + $cue_out = Application_Common_DateHelper::calculateLengthInSeconds($entry['cueout']); + $cue_in = Application_Common_DateHelper::calculateLengthInSeconds($entry['cuein']); + $entry["cliplength"] = $cue_out-$cue_in; } elseif ($obj instanceof CcWebstream && $obj) { $entry["cuein"] = "00:00:00"; $entry["cueout"] = $entry["cliplength"]; } + $entry["cliplength"] = $obj->getDbLength(); $entry["ftype"] = $objType; } From 6071dea839e688f0bd33c4974cddd5f68c611630 Mon Sep 17 00:00:00 2001 From: denise Date: Mon, 11 Feb 2013 12:32:20 -0500 Subject: [PATCH 35/53] CC-4940: Playlist editor in Library ignores cue points set by silence detection when displaying item time -small fix on where to set clip length --- airtime_mvc/application/models/Playlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/models/Playlist.php b/airtime_mvc/application/models/Playlist.php index 9fae286ac..dbea90a89 100644 --- a/airtime_mvc/application/models/Playlist.php +++ b/airtime_mvc/application/models/Playlist.php @@ -398,6 +398,7 @@ SQL; $entry = $this->plItem; $entry["id"] = $obj->getDbId(); $entry["pos"] = $pos; + $entry["cliplength"] = $obj->getDbLength(); if ($obj instanceof CcFiles && $obj) { $entry["cuein"] = $obj->getDbCuein(); $entry["cueout"] = $obj->getDbCueout(); @@ -409,7 +410,6 @@ SQL; $entry["cuein"] = "00:00:00"; $entry["cueout"] = $entry["cliplength"]; } - $entry["cliplength"] = $obj->getDbLength(); $entry["ftype"] = $objType; } From 3c73535f700dd4a28dedc036d85ba7254d3112fc Mon Sep 17 00:00:00 2001 From: denise Date: Mon, 11 Feb 2013 12:37:20 -0500 Subject: [PATCH 36/53] Convert clip length seconds to interval format before inserting into cc_playlistcontents / cc_blockcontents --- airtime_mvc/application/models/Block.php | 2 +- airtime_mvc/application/models/Playlist.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/models/Block.php b/airtime_mvc/application/models/Block.php index aed47c3a1..2655aff09 100644 --- a/airtime_mvc/application/models/Block.php +++ b/airtime_mvc/application/models/Block.php @@ -408,7 +408,7 @@ SQL; $cue_out = Application_Common_DateHelper::calculateLengthInSeconds($entry['cueout']); $cue_in = Application_Common_DateHelper::calculateLengthInSeconds($entry['cuein']); - $entry["cliplength"] = $cue_out-$cue_in; + $entry["cliplength"] = Application_Common_DateHelper::secondsToPlaylistTime($cue_out-$cue_in); return $entry; } else { diff --git a/airtime_mvc/application/models/Playlist.php b/airtime_mvc/application/models/Playlist.php index dbea90a89..c7a9d2f34 100644 --- a/airtime_mvc/application/models/Playlist.php +++ b/airtime_mvc/application/models/Playlist.php @@ -405,7 +405,7 @@ SQL; $cue_out = Application_Common_DateHelper::calculateLengthInSeconds($entry['cueout']); $cue_in = Application_Common_DateHelper::calculateLengthInSeconds($entry['cuein']); - $entry["cliplength"] = $cue_out-$cue_in; + $entry["cliplength"] = Application_Common_DateHelper::secondsToPlaylistTime($cue_out-$cue_in); } elseif ($obj instanceof CcWebstream && $obj) { $entry["cuein"] = "00:00:00"; $entry["cueout"] = $entry["cliplength"]; From 51ade73e85f0e93118d86f3e9744d2c4547ed1c5 Mon Sep 17 00:00:00 2001 From: denise Date: Mon, 11 Feb 2013 13:45:51 -0500 Subject: [PATCH 37/53] CC-4941: Dynamic Smart Block ignores the silan check -fixed --- airtime_mvc/application/models/Scheduler.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/airtime_mvc/application/models/Scheduler.php b/airtime_mvc/application/models/Scheduler.php index 92db4cacd..b5047cc5d 100644 --- a/airtime_mvc/application/models/Scheduler.php +++ b/airtime_mvc/application/models/Scheduler.php @@ -261,9 +261,12 @@ class Application_Model_Scheduler $file = CcFilesQuery::create()->findPk($fileId); if (isset($file) && $file->visible()) { $data["id"] = $file->getDbId(); - $data["cliplength"] = $file->getDbLength(); - $data["cuein"] = "00:00:00"; - $data["cueout"] = $file->getDbLength(); + $data["cuein"] = $file->getDbCuein(); + $data["cueout"] = $file->getDbCueout(); + + $cuein = Application_Common_DateHelper::calculateLengthInSeconds($data["cuein"]); + $cueout = Application_Common_DateHelper::calculateLengthInSeconds($data["cueout"]); + $data["cliplength"] = Application_Common_DateHelper::secondsToPlaylistTime($cueout - $cuein); $defaultFade = Application_Model_Preference::GetDefaultFade(); if (isset($defaultFade)) { //fade is in format SS.uuuuuu From 2c1fa283dad3d05c7a4f763d994514011aba9a71 Mon Sep 17 00:00:00 2001 From: denise Date: Mon, 11 Feb 2013 14:17:18 -0500 Subject: [PATCH 38/53] CC-4941: Dynamic Smart Block ignores the silan check -fixed for playlists that contain dynamic blocks --- airtime_mvc/application/models/Scheduler.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/airtime_mvc/application/models/Scheduler.php b/airtime_mvc/application/models/Scheduler.php index b5047cc5d..bd6a3bb4d 100644 --- a/airtime_mvc/application/models/Scheduler.php +++ b/airtime_mvc/application/models/Scheduler.php @@ -203,9 +203,12 @@ class Application_Model_Scheduler $file = CcFilesQuery::create()->findPk($fileId); if (isset($file) && $file->visible()) { $data["id"] = $file->getDbId(); - $data["cliplength"] = $file->getDbLength(); - $data["cuein"] = "00:00:00"; - $data["cueout"] = $file->getDbLength(); + $data["cuein"] = $file->getDbCuein(); + $data["cueout"] = $file->getDbCueout(); + + $cuein = Application_Common_DateHelper::calculateLengthInSeconds($data["cuein"]); + $cueout = Application_Common_DateHelper::calculateLengthInSeconds($data["cueout"]); + $data["cliplength"] = Application_Common_DateHelper::secondsToPlaylistTime($cueout - $cuein); $defaultFade = Application_Model_Preference::GetDefaultFade(); if (isset($defaultFade)) { //fade is in format SS.uuuuuu From 30c47df93d29a593f58c7f8a2b1886270a174686 Mon Sep 17 00:00:00 2001 From: denise Date: Mon, 11 Feb 2013 15:56:21 -0500 Subject: [PATCH 39/53] Audio preview wasn't working in Firefox when airtime is not in document root --- airtime_mvc/public/js/airtime/audiopreview/preview_jplayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/audiopreview/preview_jplayer.js b/airtime_mvc/public/js/airtime/audiopreview/preview_jplayer.js index b5f192219..01badc43d 100644 --- a/airtime_mvc/public/js/airtime/audiopreview/preview_jplayer.js +++ b/airtime_mvc/public/js/airtime/audiopreview/preview_jplayer.js @@ -24,7 +24,7 @@ $(document).ready(function(){ cssSelectorAncestor: "#jp_container_1" },[], //array of songs will be filled with below's json call { - swfPath: "/js/jplayer", + swfPath: baseUrl+"js/jplayer", supplied:"oga, mp3, m4v, m4a, wav", size: { width: "0px", From 06dbcfbcf8debd937da28dd1c872a06dba609582 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 14 Feb 2013 17:18:45 +0000 Subject: [PATCH 40/53] Shorten Greek translation of 'Scheduled Play' (CC-4947) --- .../locale/el_GR/LC_MESSAGES/airtime.mo | Bin 83258 -> 83221 bytes .../locale/el_GR/LC_MESSAGES/airtime.po | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.mo b/airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.mo index 98a3e9ae6906ce82467d0647d9cc044af4d1b273..81ea07d40772d415547a6327b20dee6717f7508e 100644 GIT binary patch delta 2256 zcmXZdeN5F=9LMo=e%ng|;(chP8zuqGBef_C8p#6!V&7PSCRq+3`rrV{64HEu?|{|;8+FzN&5 zQ4@KhtjWi?71d#xNN#VIA|EIT~Sf6ee1;7|Spp>rn&0gc@J~ zm9mqlOr1uh_#Eo}ix`4eQ8jf9^#Q-2KIjju#OS5g|Db9kvcNspipp3g>iHhj7F-C>P>K^*S+fo|qR#KZpx3dC*uUD{ zfV)r&?MDqX5%h0VRp%ADls}G2^)}S0*?~IddoTujP_-2}PD3f2N2M%&joYg#)bZJX z%E)Ha#4q9v`~XAn^&)rt-at(_fVv-sa2I|X{Jpf;Jy(m`q6VZc1Lj#8N>#t#nr58C zhw=Wk)->TD*5IG0ttcvSzwbspKZ%DhqtqR@F?@nJYn?T%*p2$qzi=zol(||sj_Y*( zXJ~ZtLt42zUMKM|v8Te_-2tOAu1!MQJEM+T~y~$MSdmd z4C=Uhs<;7}-_+A6#6DCle1{tFKMcc&YFDlCsAH9dnxGW5Wp${Ox1&x+AL_WCMU8U_ z7vMB%fxn`z=9?JMK(@vW7>?TWIMm8hgYjzg5LaUfu1CH1D#qdg)W7TZ@kzWL>~E}f zHPeDx&_UFD$57*cQfrfpj@21Dw9=nY1J0uEe9ve?fq!dQL7}gpxTL^8+T8cr9`9uL V<ycm&h&qhLINsl?aOhf&kqdkfJ+ zyb9-H8;)WR7U8;R8!-3K=!&)`0S^WJ03ReC3&t@qZUH{j!fG%J*WxnVfqMTeR^s=l z=RC1)A|K`xKaM%L54F%wVguHs(D;cCKi&zNALj;YK`;HsP%n&PCSJp5F>bmw(YO<} z;4U1&A2AFM#=9>+in+vJVJP0h`|wVHh87Sp!%&WM{%>)ntgZFdje^&lPOInEPD{H{x@|owx>VmNmUtk5?4?tT~0hU=zNT z?P|;9SW`>fiUIb(4AQ8;+o;qnnd4GijoR}y7>ln4`wyeG>Rk*aBZH_tJvG;wd3YIB zq>;HUlPRci(@{m4jU8B!%lX%Z(o07xo=2r9XP&!gp2r2mU8w3lk6Ac{i}Bw1uIQ>! z3)qA@C3{d?+KVdY?@(LvH+peNo~x-R@;Lu`U<(~O->;+MGpLkLVI@ZAy9sJh3*L&l z**dWVkKt0h6#PBa?`mTq>bbqBj2%ZkKY-eTYXKTc@zMp>l;L*N`RxxHUSLf*aTDqa zK8#xEFlwNwpvi@8+FW&;tU)>)mGpFjZ7Mzg)U{~sJ(g;b$p&d zWn>3x;y3VT`~o%6`$g{fokUGIg1R5Za6A4Q{Jpu@J+~3HMO%=%44C~ibc}{etZBr! zMbbBxB)bB@7&;N<9;mXDCxJ_a+@#->b+VDfvmnN0F8?X(lh%aE7 z&VTe0Yj)D{5H{dAcB5~pySqnFFI+`sCbz;}%>}rbxCwQ$eTmA*MN}pxQ5V&3sG7MM zG`i9qcOTX;ziFpYh(oAa_yaXy#xj?(LevddjyhJWQ4=(ys(dpl)~ zz`M~dcMA+fUCj{~&_G!}2*wR~7x7bAiknc+zk>J?;ztElj aPyE5O92*ug\n" "POT-Creation-Date: 2013-02-07 16:22-0500\n" -"PO-Revision-Date: 2013-02-08 11:13+0100\n" +"PO-Revision-Date: 2013-02-14 17:18+0100\n" "Last-Translator: Daniel James \n" "Language-Team: Greek Localization \n" "Language: el_GR\n" @@ -2867,7 +2867,7 @@ msgstr "Εμφάνιση Πηγής " #: airtime_mvc/application/views/scripts/partialviews/header.phtml:45 msgid "Scheduled Play" -msgstr "Προγραμματισμένη Αναπαραγωγή" +msgstr "Πρόγραμμα" #: airtime_mvc/application/views/scripts/partialviews/header.phtml:54 msgid "ON AIR" From bb7e56e39e8a8bb0a05c371581236a50d133b6d8 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 14 Feb 2013 12:58:31 -0500 Subject: [PATCH 41/53] CC-4943: Raspberry Pi optimization: don't create new background AJAX request until the previous one has returned -fixed --- airtime_mvc/public/js/airtime/dashboard/dashboard.js | 6 ++++-- airtime_mvc/public/js/airtime/library/library.js | 5 +++-- .../public/js/airtime/preferences/streamsetting.js | 8 +++++--- .../public/js/airtime/schedule/full-calendar-functions.js | 6 ++++-- airtime_mvc/public/js/airtime/schedule/schedule.js | 4 +++- airtime_mvc/public/js/airtime/showbuilder/main_builder.js | 3 ++- airtime_mvc/public/js/airtime/status/status.js | 2 +- 7 files changed, 22 insertions(+), 12 deletions(-) diff --git a/airtime_mvc/public/js/airtime/dashboard/dashboard.js b/airtime_mvc/public/js/airtime/dashboard/dashboard.js index 3b2cad458..38d357523 100644 --- a/airtime_mvc/public/js/airtime/dashboard/dashboard.js +++ b/airtime_mvc/public/js/airtime/dashboard/dashboard.js @@ -360,13 +360,15 @@ function controlSwitchLight(){ } function getScheduleFromServer(){ - $.ajax({ url: baseUrl+"Schedule/get-current-playlist/format/json", dataType:"json", success:function(data){ + $.ajax({ url: baseUrl+"Schedule/get-current-playlist/format/json", + dataType:"json", + success:function(data){ parseItems(data.entries); parseSourceStatus(data.source_status); parseSwitchStatus(data.switch_status); showName = data.show_name; + setTimeout(getScheduleFromServer, serverUpdateInterval); }, error:function(jqXHR, textStatus, errorThrown){}}); - setTimeout(getScheduleFromServer, serverUpdateInterval); } function setupQtip(){ diff --git a/airtime_mvc/public/js/airtime/library/library.js b/airtime_mvc/public/js/airtime/library/library.js index aae972017..dd0574a03 100644 --- a/airtime_mvc/public/js/airtime/library/library.js +++ b/airtime_mvc/public/js/airtime/library/library.js @@ -768,8 +768,7 @@ var AIRTIME = (function(AIRTIME) { }); checkImportStatus(); - setInterval(checkImportStatus, 5000); - setInterval(checkLibrarySCUploadStatus, 5000); + checkLibrarySCUploadStatus(); addQtipToSCIcons(); @@ -997,6 +996,7 @@ function checkImportStatus() { } div.hide(); } + setTimeout(checkImportStatus, 5000); }); } @@ -1030,6 +1030,7 @@ function checkLibrarySCUploadStatus(){ else if (json.sc_id == "-3") { span.removeClass("progress").addClass("sc-error"); } + setTimeout(checkLibrarySCUploadStatus, 5000); } function checkSCUploadStatusRequest() { diff --git a/airtime_mvc/public/js/airtime/preferences/streamsetting.js b/airtime_mvc/public/js/airtime/preferences/streamsetting.js index 6e76b693c..31724ac8d 100644 --- a/airtime_mvc/public/js/airtime/preferences/streamsetting.js +++ b/airtime_mvc/public/js/airtime/preferences/streamsetting.js @@ -103,6 +103,8 @@ function checkLiquidsoapStatus(){ } $("#s"+id+"Liquidsoap-error-msg-element").html(html); } + + setTimeout(checkLiquidsoapStatus, 2000); }); } @@ -242,10 +244,10 @@ function setupEventListeners() { return false; }) - setLiveSourceConnectionOverrideListener() + setLiveSourceConnectionOverrideListener(); - showErrorSections() - setInterval('checkLiquidsoapStatus()', 1000) + showErrorSections(); + checkLiquidsoapStatus(); // qtip for help text $(".override_help_icon").qtip({ diff --git a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js index 192d811fe..0dd4a5484 100644 --- a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js +++ b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js @@ -372,6 +372,7 @@ function checkSCUploadStatus(){ }else if(json.sc_id == "-3"){ $("span[id="+id+"]:not(.recording)").removeClass("progress").addClass("sc-error"); } + setTimeout(checkSCUploadStatus, 5000); }); }); } @@ -424,6 +425,7 @@ function getCurrentShow(){ $(this).remove("span[small-icon now-playing]"); } }); + setTimeout(getCurrentShow, 5000); }); } @@ -564,8 +566,8 @@ function alertShowErrorAndReload(){ preloadEventFeed(); $(document).ready(function(){ - setInterval( "checkSCUploadStatus()", 5000 ); - setInterval( "getCurrentShow()", 5000 ); + checkSCUploadStatus(); + getCurrentShow(); }); var view_name; diff --git a/airtime_mvc/public/js/airtime/schedule/schedule.js b/airtime_mvc/public/js/airtime/schedule/schedule.js index 3c4f9fd3b..edcf183f0 100644 --- a/airtime_mvc/public/js/airtime/schedule/schedule.js +++ b/airtime_mvc/public/js/airtime/schedule/schedule.js @@ -93,6 +93,8 @@ function checkCalendarSCUploadStatus(){ else if (json.sc_id == "-3") { span.removeClass("progress").addClass("sc-error"); } + + setTimeout(checkCalendarSCUploadStatus, 5000); } function checkSCUploadStatusRequest() { @@ -328,7 +330,7 @@ function alertShowErrorAndReload(){ } $(document).ready(function() { - setInterval(checkCalendarSCUploadStatus, 5000); + checkCalendarSCUploadStatus(); $.contextMenu({ selector: 'div.fc-event', diff --git a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js index 214bc9714..98a1915a5 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js @@ -277,12 +277,13 @@ AIRTIME = (function(AIRTIME) { if (json.update === true) { oTable.fnDraw(); } + setTimeout(checkScheduleUpdates, 5000); } }); } //check if the timeline view needs updating. - setInterval(checkScheduleUpdates, 5 * 1000); //need refresh in milliseconds + checkScheduleUpdates(); }; mod.onResize = function() { diff --git a/airtime_mvc/public/js/airtime/status/status.js b/airtime_mvc/public/js/airtime/status/status.js index 9b5e4d3ea..ef3358e7a 100644 --- a/airtime_mvc/public/js/airtime/status/status.js +++ b/airtime_mvc/public/js/airtime/status/status.js @@ -66,6 +66,7 @@ function success(data, textStatus, jqXHR){ if (data.status.partitions){ generatePartitions(data.status.partitions); } + setTimeout(function(){updateStatus(false);}, 5000); } function updateStatus(getDiskInfo){ @@ -75,5 +76,4 @@ function updateStatus(getDiskInfo){ $(document).ready(function() { updateStatus(true); - setInterval(function(){updateStatus(false);}, 5000); }); From 1b5b7ae1f72476a1bf86483c8df282f264f007f6 Mon Sep 17 00:00:00 2001 From: denise Date: Thu, 14 Feb 2013 13:31:22 -0500 Subject: [PATCH 42/53] Stopped refetching calendar events when calendar is resized --- airtime_mvc/public/js/airtime/schedule/add-show.js | 10 +++++----- .../js/airtime/schedule/full-calendar-functions.js | 6 +++++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/airtime_mvc/public/js/airtime/schedule/add-show.js b/airtime_mvc/public/js/airtime/schedule/add-show.js index 4f33ccdc7..a1f053699 100644 --- a/airtime_mvc/public/js/airtime/schedule/add-show.js +++ b/airtime_mvc/public/js/airtime/schedule/add-show.js @@ -406,10 +406,9 @@ function setAddShowEvents() { event.stopPropagation(); event.preventDefault(); - $("#schedule_calendar").removeAttr("style") - .fullCalendar('render'); - $("#add-show-form").hide(); + windowResize(); + $.get(baseUrl+"Schedule/get-form", {format:"json"}, function(json){ $("#add-show-form") .empty() @@ -652,13 +651,14 @@ function windowResize() { var calendarWidth = 100-(($("#schedule-add-show").width() + (16 * 4))/windowWidth*100); var widthPercent = parseInt(calendarWidth)+"%"; $("#schedule_calendar").css("width", widthPercent); + } else { + $("#schedule_calendar").css("width", 98.5+"%"); } // 200 px for top dashboard and 50 for padding on main content // this calculation was copied from schedule.js line 326 var mainHeight = document.documentElement.clientHeight - 200 - 50; - $('#schedule_calendar').fullCalendar('option', 'contentHeight', mainHeight) - $("#schedule_calendar").fullCalendar('render'); + $('#schedule_calendar').fullCalendar('option', 'contentHeight', mainHeight); } diff --git a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js index 192d811fe..8f0a6cb0d 100644 --- a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js +++ b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js @@ -28,7 +28,11 @@ function openAddShowForm() { var calendarWidth = 100-(($("#schedule-add-show").width() + (16 * 4))/windowWidth*100); var widthPercent = parseInt(calendarWidth)+"%"; $("#schedule_calendar").css("width", widthPercent); - $("#schedule_calendar").fullCalendar('render'); + + // 200 px for top dashboard and 50 for padding on main content + // this calculation was copied from schedule.js line 326 + var mainHeight = document.documentElement.clientHeight - 200 - 50; + $('#schedule_calendar').fullCalendar('option', 'contentHeight', mainHeight); } $("#schedule-show-what").show(0, function(){ $add_show_name = $("#add_show_name"); From b3ab84db2e435d43c8462a9387555b16d221f8b4 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 14 Feb 2013 13:33:18 -0500 Subject: [PATCH 43/53] add minified datatables.js and upgrade from 1.9.1 to 1.9.4 --- .../js/datatables/js/jquery.dataTables.js | 11973 +--------------- 1 file changed, 145 insertions(+), 11828 deletions(-) diff --git a/airtime_mvc/public/js/datatables/js/jquery.dataTables.js b/airtime_mvc/public/js/datatables/js/jquery.dataTables.js index ab61ea58e..02694a4a5 100644 --- a/airtime_mvc/public/js/datatables/js/jquery.dataTables.js +++ b/airtime_mvc/public/js/datatables/js/jquery.dataTables.js @@ -1,12 +1,10 @@ -/** - * @summary DataTables - * @description Paginate, search and sort HTML tables - * @version 1.9.1 - * @file jquery.dataTables.js - * @author Allan Jardine (www.sprymedia.co.uk) - * @contact www.sprymedia.co.uk/contact - * - * @copyright Copyright 2008-2012 Allan Jardine, all rights reserved. +/* + * File: jquery.dataTables.min.js + * Version: 1.9.4 + * Author: Allan Jardine (www.sprymedia.co.uk) + * Info: www.datatables.net + * + * Copyright 2008-2012 Allan Jardine, all rights reserved. * * This source file is free software, under either the GPL v2 license or a * BSD style license, available at: @@ -16,11823 +14,142 @@ * This source file 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 license files for details. - * - * For details please refer to: http://www.datatables.net */ - -/*jslint evil: true, undef: true, browser: true */ -/*globals $, jQuery,_fnExternApiFunc,_fnInitialise,_fnInitComplete,_fnLanguageCompat,_fnAddColumn,_fnColumnOptions,_fnAddData,_fnCreateTr,_fnGatherData,_fnBuildHead,_fnDrawHead,_fnDraw,_fnReDraw,_fnAjaxUpdate,_fnAjaxParameters,_fnAjaxUpdateDraw,_fnServerParams,_fnAddOptionsHtml,_fnFeatureHtmlTable,_fnScrollDraw,_fnAdjustColumnSizing,_fnFeatureHtmlFilter,_fnFilterComplete,_fnFilterCustom,_fnFilterColumn,_fnFilter,_fnBuildSearchArray,_fnBuildSearchRow,_fnFilterCreateSearch,_fnDataToSearch,_fnSort,_fnSortAttachListener,_fnSortingClasses,_fnFeatureHtmlPaginate,_fnPageChange,_fnFeatureHtmlInfo,_fnUpdateInfo,_fnFeatureHtmlLength,_fnFeatureHtmlProcessing,_fnProcessingDisplay,_fnVisibleToColumnIndex,_fnColumnIndexToVisible,_fnNodeToDataIndex,_fnVisbleColumns,_fnCalculateEnd,_fnConvertToWidth,_fnCalculateColumnWidths,_fnScrollingWidthAdjust,_fnGetWidestNode,_fnGetMaxLenString,_fnStringToCss,_fnDetectType,_fnSettingsFromNode,_fnGetDataMaster,_fnGetTrNodes,_fnGetTdNodes,_fnEscapeRegex,_fnDeleteIndex,_fnReOrderIndex,_fnColumnOrdering,_fnLog,_fnClearTable,_fnSaveState,_fnLoadState,_fnCreateCookie,_fnReadCookie,_fnDetectHeader,_fnGetUniqueThs,_fnScrollBarWidth,_fnApplyToChildren,_fnMap,_fnGetRowData,_fnGetCellData,_fnSetCellData,_fnGetObjectDataFn,_fnSetObjectDataFn,_fnApplyColumnDefs,_fnBindAction,_fnCallbackReg,_fnCallbackFire,_fnJsonString,_fnRender,_fnNodeToColumnIndex,_fnInfoMacros*/ - -(/** @lends */function($, window, document, undefined) { - /** - * DataTables is a plug-in for the jQuery Javascript library. It is a - * highly flexible tool, based upon the foundations of progressive - * enhancement, which will add advanced interaction controls to any - * HTML table. For a full list of features please refer to - * DataTables.net. - * - * Note that the DataTable object is not a global variable but is - * aliased to jQuery.fn.DataTable and jQuery.fn.dataTable through which - * it may be accessed. - * - * @class - * @param {object} [oInit={}] Configuration object for DataTables. Options - * are defined by {@link DataTable.defaults} - * @requires jQuery 1.3+ - * - * @example - * // Basic initialisation - * $(document).ready( function { - * $('#example').dataTable(); - * } ); - * - * @example - * // Initialisation with configuration options - in this case, disable - * // pagination and sorting. - * $(document).ready( function { - * $('#example').dataTable( { - * "bPaginate": false, - * "bSort": false - * } ); - * } ); - */ - var DataTable = function( oInit ) - { - - - /** - * Add a column to the list used for the table with default values - * @param {object} oSettings dataTables settings object - * @param {node} nTh The th element for this column - * @memberof DataTable#oApi - */ - function _fnAddColumn( oSettings, nTh ) - { - var oDefaults = DataTable.defaults.columns; - var iCol = oSettings.aoColumns.length; - var oCol = $.extend( {}, DataTable.models.oColumn, oDefaults, { - "sSortingClass": oSettings.oClasses.sSortable, - "sSortingClassJUI": oSettings.oClasses.sSortJUI, - "nTh": nTh ? nTh : document.createElement('th'), - "sTitle": oDefaults.sTitle ? oDefaults.sTitle : nTh ? nTh.innerHTML : '', - "aDataSort": oDefaults.aDataSort ? oDefaults.aDataSort : [iCol], - "mDataProp": oDefaults.mDataProp ? oDefaults.oDefaults : iCol - } ); - oSettings.aoColumns.push( oCol ); - - /* Add a column specific filter */ - if ( oSettings.aoPreSearchCols[ iCol ] === undefined || oSettings.aoPreSearchCols[ iCol ] === null ) - { - oSettings.aoPreSearchCols[ iCol ] = $.extend( {}, DataTable.models.oSearch ); - } - else - { - var oPre = oSettings.aoPreSearchCols[ iCol ]; - - /* Don't require that the user must specify bRegex, bSmart or bCaseInsensitive */ - if ( oPre.bRegex === undefined ) - { - oPre.bRegex = true; - } - - if ( oPre.bSmart === undefined ) - { - oPre.bSmart = true; - } - - if ( oPre.bCaseInsensitive === undefined ) - { - oPre.bCaseInsensitive = true; - } - } - - /* Use the column options function to initialise classes etc */ - _fnColumnOptions( oSettings, iCol, null ); - } - - - /** - * Apply options for a column - * @param {object} oSettings dataTables settings object - * @param {int} iCol column index to consider - * @param {object} oOptions object with sType, bVisible and bSearchable - * @memberof DataTable#oApi - */ - function _fnColumnOptions( oSettings, iCol, oOptions ) - { - var oCol = oSettings.aoColumns[ iCol ]; - - /* User specified column options */ - if ( oOptions !== undefined && oOptions !== null ) - { - if ( oOptions.sType !== undefined ) - { - oCol.sType = oOptions.sType; - oCol._bAutoType = false; - } - - $.extend( oCol, oOptions ); - _fnMap( oCol, oOptions, "sWidth", "sWidthOrig" ); - - /* iDataSort to be applied (backwards compatibility), but aDataSort will take - * priority if defined - */ - if ( oOptions.iDataSort !== undefined ) - { - oCol.aDataSort = [ oOptions.iDataSort ]; - } - _fnMap( oCol, oOptions, "aDataSort" ); - } - - /* Cache the data get and set functions for speed */ - oCol.fnGetData = _fnGetObjectDataFn( oCol.mDataProp ); - oCol.fnSetData = _fnSetObjectDataFn( oCol.mDataProp ); - - /* Feature sorting overrides column specific when off */ - if ( !oSettings.oFeatures.bSort ) - { - oCol.bSortable = false; - } - - /* Check that the class assignment is correct for sorting */ - if ( !oCol.bSortable || - ($.inArray('asc', oCol.asSorting) == -1 && $.inArray('desc', oCol.asSorting) == -1) ) - { - oCol.sSortingClass = oSettings.oClasses.sSortableNone; - oCol.sSortingClassJUI = ""; - } - else if ( oCol.bSortable || - ($.inArray('asc', oCol.asSorting) == -1 && $.inArray('desc', oCol.asSorting) == -1) ) - { - oCol.sSortingClass = oSettings.oClasses.sSortable; - oCol.sSortingClassJUI = oSettings.oClasses.sSortJUI; - } - else if ( $.inArray('asc', oCol.asSorting) != -1 && $.inArray('desc', oCol.asSorting) == -1 ) - { - oCol.sSortingClass = oSettings.oClasses.sSortableAsc; - oCol.sSortingClassJUI = oSettings.oClasses.sSortJUIAscAllowed; - } - else if ( $.inArray('asc', oCol.asSorting) == -1 && $.inArray('desc', oCol.asSorting) != -1 ) - { - oCol.sSortingClass = oSettings.oClasses.sSortableDesc; - oCol.sSortingClassJUI = oSettings.oClasses.sSortJUIDescAllowed; - } - } - - - /** - * Adjust the table column widths for new data. Note: you would probably want to - * do a redraw after calling this function! - * @param {object} oSettings dataTables settings object - * @memberof DataTable#oApi - */ - function _fnAdjustColumnSizing ( oSettings ) - { - /* Not interested in doing column width calculation if autowidth is disabled */ - if ( oSettings.oFeatures.bAutoWidth === false ) - { - return false; - } - - _fnCalculateColumnWidths( oSettings ); - for ( var i=0 , iLen=oSettings.aoColumns.length ; i for filtering data. - *
      - *
    • - * Function input parameters: - *
        - *
      • {*} Data from the column cell to be prepared for filtering
      • - *
      - *
    • - *
    • - * Function return: - *
        - *
      • {string|null} Formatted string that will be used for the filtering.
      • - *
      - * - *
    - * - * Note that as of v1.9, it is typically preferable to use mDataProp to prepare data for - * the different uses that DataTables can put the data to. Specifically mDataProp when - * used as a function will give you a 'type' (sorting, filtering etc) that you can use to - * prepare the data as required for the different types. As such, this method is deprecated. - * @type object - * @default {} - * @deprecated - * - * @example - * $.fn.dataTableExt.ofnSearch['title-numeric'] = function ( sData ) { - * return sData.replace(/\n/g," ").replace( /<.*?>/g, "" ); - * } - */ - "ofnSearch": {}, - - - /** - * Container for all private functions in DataTables so they can be exposed externally - * @type object - * @default {} - */ - "oApi": {}, - - - /** - * Storage for the various classes that DataTables uses - * @type object - * @default {} - */ - "oStdClasses": {}, - - - /** - * Storage for the various classes that DataTables uses - jQuery UI suitable - * @type object - * @default {} - */ - "oJUIClasses": {}, - - - /** - * Pagination plug-in methods - The style and controls of the pagination can significantly - * impact on how the end user interacts with the data in your table, and DataTables allows - * the addition of pagination controls by extending this object, which can then be enabled - * through the sPaginationType initialisation parameter. Each pagination type that - * is added is an object (the property name of which is what sPaginationType refers - * to) that has two properties, both methods that are used by DataTables to update the - * control's state. - *
      - *
    • - * fnInit - Initialisation of the paging controls. Called only during initialisation - * of the table. It is expected that this function will add the required DOM elements - * to the page for the paging controls to work. The element pointer - * 'oSettings.aanFeatures.p' array is provided by DataTables to contain the paging - * controls (note that this is a 2D array to allow for multiple instances of each - * DataTables DOM element). It is suggested that you add the controls to this element - * as children - *
        - *
      • - * Function input parameters: - *
          - *
        • {object} DataTables settings object: see {@link DataTable.models.oSettings}.
        • - *
        • {node} Container into which the pagination controls must be inserted
        • - *
        • {function} Draw callback function - whenever the controls cause a page - * change, this method must be called to redraw the table.
        • - *
        - *
      • - *
      • - * Function return: - *
          - *
        • No return required
        • - *
        - * - *
      - * - *
    • - * fnInit - This function is called whenever the paging status of the table changes and is - * typically used to update classes and/or text of the paging controls to reflex the new - * status. - *
        - *
      • - * Function input parameters: - *
          - *
        • {object} DataTables settings object: see {@link DataTable.models.oSettings}.
        • - *
        • {function} Draw callback function - in case you need to redraw the table again - * or attach new event listeners
        • - *
        - *
      • - *
      • - * Function return: - *
          - *
        • No return required
        • - *
        - * - *
      - * - *
    - * @type object - * @default {} - * - * @example - * $.fn.dataTableExt.oPagination.four_button = { - * "fnInit": function ( oSettings, nPaging, fnCallbackDraw ) { - * nFirst = document.createElement( 'span' ); - * nPrevious = document.createElement( 'span' ); - * nNext = document.createElement( 'span' ); - * nLast = document.createElement( 'span' ); - * - * nFirst.appendChild( document.createTextNode( oSettings.oLanguage.oPaginate.sFirst ) ); - * nPrevious.appendChild( document.createTextNode( oSettings.oLanguage.oPaginate.sPrevious ) ); - * nNext.appendChild( document.createTextNode( oSettings.oLanguage.oPaginate.sNext ) ); - * nLast.appendChild( document.createTextNode( oSettings.oLanguage.oPaginate.sLast ) ); - * - * nFirst.className = "paginate_button first"; - * nPrevious.className = "paginate_button previous"; - * nNext.className="paginate_button next"; - * nLast.className = "paginate_button last"; - * - * nPaging.appendChild( nFirst ); - * nPaging.appendChild( nPrevious ); - * nPaging.appendChild( nNext ); - * nPaging.appendChild( nLast ); - * - * $(nFirst).click( function () { - * oSettings.oApi._fnPageChange( oSettings, "first" ); - * fnCallbackDraw( oSettings ); - * } ); - * - * $(nPrevious).click( function() { - * oSettings.oApi._fnPageChange( oSettings, "previous" ); - * fnCallbackDraw( oSettings ); - * } ); - * - * $(nNext).click( function() { - * oSettings.oApi._fnPageChange( oSettings, "next" ); - * fnCallbackDraw( oSettings ); - * } ); - * - * $(nLast).click( function() { - * oSettings.oApi._fnPageChange( oSettings, "last" ); - * fnCallbackDraw( oSettings ); - * } ); - * - * $(nFirst).bind( 'selectstart', function () { return false; } ); - * $(nPrevious).bind( 'selectstart', function () { return false; } ); - * $(nNext).bind( 'selectstart', function () { return false; } ); - * $(nLast).bind( 'selectstart', function () { return false; } ); - * }, - * - * "fnUpdate": function ( oSettings, fnCallbackDraw ) { - * if ( !oSettings.aanFeatures.p ) { - * return; - * } - * - * // Loop over each instance of the pager - * var an = oSettings.aanFeatures.p; - * for ( var i=0, iLen=an.length ; i - *
  • - * Function input parameters: - *
      - *
    • {*} Data to compare to the second parameter
    • - *
    • {*} Data to compare to the first parameter
    • - *
    - *
  • - *
  • - * Function return: - *
      - *
    • {int} Sorting match: <0 if first parameter should be sorted lower than - * the second parameter, ===0 if the two parameters are equal and >0 if - * the first parameter should be sorted height than the second parameter.
    • - *
    - * - * - * @type object - * @default {} - * - * @example - * // Case-sensitive string sorting, with no pre-formatting method - * $.extend( $.fn.dataTableExt.oSort, { - * "string-case-asc": function(x,y) { - * return ((x < y) ? -1 : ((x > y) ? 1 : 0)); - * }, - * "string-case-desc": function(x,y) { - * return ((x < y) ? 1 : ((x > y) ? -1 : 0)); - * } - * } ); - * - * @example - * // Case-insensitive string sorting, with pre-formatting - * $.extend( $.fn.dataTableExt.oSort, { - * "string-pre": function(x) { - * return x.toLowerCase(); - * }, - * "string-asc": function(x,y) { - * return ((x < y) ? -1 : ((x > y) ? 1 : 0)); - * }, - * "string-desc": function(x,y) { - * return ((x < y) ? 1 : ((x > y) ? -1 : 0)); - * } - * } ); - */ - "oSort": {}, - - - /** - * Version string for plug-ins to check compatibility. Allowed format is - * a.b.c.d.e where: a:int, b:int, c:int, d:string(dev|beta), e:int. d and - * e are optional - * @type string - * @default Version number - */ - "sVersion": DataTable.version, - - - /** - * How should DataTables report an error. Can take the value 'alert' or 'throw' - * @type string - * @default alert - */ - "sErrMode": "alert", - - - /** - * Store information for DataTables to access globally about other instances - * @namespace - * @private - */ - "_oExternConfig": { - /* int:iNextUnique - next unique number for an instance */ - "iNextUnique": 0 - } - }; - - - - - /** - * Template object for the way in which DataTables holds information about - * search information for the global filter and individual column filters. - * @namespace - */ - DataTable.models.oSearch = { - /** - * Flag to indicate if the filtering should be case insensitive or not - * @type boolean - * @default true - */ - "bCaseInsensitive": true, - - /** - * Applied search term - * @type string - * @default Empty string - */ - "sSearch": "", - - /** - * Flag to indicate if the search term should be interpreted as a - * regular expression (true) or not (false) and therefore and special - * regex characters escaped. - * @type boolean - * @default false - */ - "bRegex": false, - - /** - * Flag to indicate if DataTables is to use its smart filtering or not. - * @type boolean - * @default true - */ - "bSmart": true - }; - - - - - /** - * Template object for the way in which DataTables holds information about - * each individual row. This is the object format used for the settings - * aoData array. - * @namespace - */ - DataTable.models.oRow = { - /** - * TR element for the row - * @type node - * @default null - */ - "nTr": null, - - /** - * Data object from the original data source for the row. This is either - * an array if using the traditional form of DataTables, or an object if - * using mDataProp options. The exact type will depend on the passed in - * data from the data source, or will be an array if using DOM a data - * source. - * @type array|object - * @default [] - */ - "_aData": [], - - /** - * Sorting data cache - this array is ostensibly the same length as the - * number of columns (although each index is generated only as it is - * needed), and holds the data that is used for sorting each column in the - * row. We do this cache generation at the start of the sort in order that - * the formatting of the sort data need be done only once for each cell - * per sort. This array should not be read from or written to by anything - * other than the master sorting methods. - * @type array - * @default [] - * @private - */ - "_aSortData": [], - - /** - * Array of TD elements that are cached for hidden rows, so they can be - * reinserted into the table if a column is made visible again (or to act - * as a store if a column is made hidden). Only hidden columns have a - * reference in the array. For non-hidden columns the value is either - * undefined or null. - * @type array nodes - * @default [] - * @private - */ - "_anHidden": [], - - /** - * Cache of the class name that DataTables has applied to the row, so we - * can quickly look at this variable rather than needing to do a DOM check - * on className for the nTr property. - * @type string - * @default Empty string - * @private - */ - "_sRowStripe": "" - }; - - - - /** - * Template object for the column information object in DataTables. This object - * is held in the settings aoColumns array and contains all the information that - * DataTables needs about each individual column. - * - * Note that this object is related to {@link DataTable.defaults.columns} - * but this one is the internal data store for DataTables's cache of columns. - * It should NOT be manipulated outside of DataTables. Any configuration should - * be done through the initialisation options. - * @namespace - */ - DataTable.models.oColumn = { - /** - * A list of the columns that sorting should occur on when this column - * is sorted. That this property is an array allows multi-column sorting - * to be defined for a column (for example first name / last name columns - * would benefit from this). The values are integers pointing to the - * columns to be sorted on (typically it will be a single integer pointing - * at itself, but that doesn't need to be the case). - * @type array - */ - "aDataSort": null, - - /** - * Define the sorting directions that are applied to the column, in sequence - * as the column is repeatedly sorted upon - i.e. the first value is used - * as the sorting direction when the column if first sorted (clicked on). - * Sort it again (click again) and it will move on to the next index. - * Repeat until loop. - * @type array - */ - "asSorting": null, - - /** - * Flag to indicate if the column is searchable, and thus should be included - * in the filtering or not. - * @type boolean - */ - "bSearchable": null, - - /** - * Flag to indicate if the column is sortable or not. - * @type boolean - */ - "bSortable": null, - - /** - * When using fnRender, you have two options for what to do with the data, - * and this property serves as the switch. Firstly, you can have the sorting - * and filtering use the rendered value (true - default), or you can have - * the sorting and filtering us the original value (false). - * - * *NOTE* It is it is advisable now to use mDataProp as a function and make - * use of the 'type' that it gives, allowing (potentially) different data to - * be used for sorting, filtering, display and type detection. - * @type boolean - * @deprecated - */ - "bUseRendered": null, - - /** - * Flag to indicate if the column is currently visible in the table or not - * @type boolean - */ - "bVisible": null, - - /** - * Flag to indicate to the type detection method if the automatic type - * detection should be used, or if a column type (sType) has been specified - * @type boolean - * @default true - * @private - */ - "_bAutoType": true, - - /** - * Developer definable function that is called whenever a cell is created (Ajax source, - * etc) or processed for input (DOM source). This can be used as a compliment to fnRender - * allowing you to modify the DOM element (add background colour for example) when the - * element is available (since it is not when fnRender is called). - * @type function - * @param {element} nTd The TD node that has been created - * @param {*} sData The Data for the cell - * @param {array|object} oData The data for the whole row - * @param {int} iRow The row index for the aoData data store - * @default null - */ - "fnCreatedCell": null, - - /** - * Function to get data from a cell in a column. You should never - * access data directly through _aData internally in DataTables - always use - * the method attached to this property. It allows mDataProp to function as - * required. This function is automatically assigned by the column - * initialisation method - * @type function - * @param {array|object} oData The data array/object for the array - * (i.e. aoData[]._aData) - * @param {string} sSpecific The specific data type you want to get - - * 'display', 'type' 'filter' 'sort' - * @returns {*} The data for the cell from the given row's data - * @default null - */ - "fnGetData": null, - - /** - * Custom display function that will be called for the display of each cell - * in this column. - * @type function - * @param {object} o Object with the following parameters: - * @param {int} o.iDataRow The row in aoData - * @param {int} o.iDataColumn The column in question - * @param {array o.aData The data for the row in question - * @param {object} o.oSettings The settings object for this DataTables instance - * @returns {string} The string you which to use in the display - * @default null - */ - "fnRender": null, - - /** - * Function to set data for a cell in the column. You should never - * set the data directly to _aData internally in DataTables - always use - * this method. It allows mDataProp to function as required. This function - * is automatically assigned by the column initialisation method - * @type function - * @param {array|object} oData The data array/object for the array - * (i.e. aoData[]._aData) - * @param {*} sValue Value to set - * @default null - */ - "fnSetData": null, - - /** - * Property to read the value for the cells in the column from the data - * source array / object. If null, then the default content is used, if a - * function is given then the return from the function is used. - * @type function|int|string|null - * @default null - */ - "mDataProp": null, - - /** - * Unique header TH/TD element for this column - this is what the sorting - * listener is attached to (if sorting is enabled.) - * @type node - * @default null - */ - "nTh": null, - - /** - * Unique footer TH/TD element for this column (if there is one). Not used - * in DataTables as such, but can be used for plug-ins to reference the - * footer for each column. - * @type node - * @default null - */ - "nTf": null, - - /** - * The class to apply to all TD elements in the table's TBODY for the column - * @type string - * @default null - */ - "sClass": null, - - /** - * When DataTables calculates the column widths to assign to each column, - * it finds the longest string in each column and then constructs a - * temporary table and reads the widths from that. The problem with this - * is that "mmm" is much wider then "iiii", but the latter is a longer - * string - thus the calculation can go wrong (doing it properly and putting - * it into an DOM object and measuring that is horribly(!) slow). Thus as - * a "work around" we provide this option. It will append its value to the - * text that is found to be the longest string for the column - i.e. padding. - * @type string - */ - "sContentPadding": null, - - /** - * Allows a default value to be given for a column's data, and will be used - * whenever a null data source is encountered (this can be because mDataProp - * is set to null, or because the data source itself is null). - * @type string - * @default null - */ - "sDefaultContent": null, - - /** - * Name for the column, allowing reference to the column by name as well as - * by index (needs a lookup to work by name). - * @type string - */ - "sName": null, - - /** - * Custom sorting data type - defines which of the available plug-ins in - * afnSortData the custom sorting will use - if any is defined. - * @type string - * @default std - */ - "sSortDataType": 'std', - - /** - * Class to be applied to the header element when sorting on this column - * @type string - * @default null - */ - "sSortingClass": null, - - /** - * Class to be applied to the header element when sorting on this column - - * when jQuery UI theming is used. - * @type string - * @default null - */ - "sSortingClassJUI": null, - - /** - * Title of the column - what is seen in the TH element (nTh). - * @type string - */ - "sTitle": null, - - /** - * Column sorting and filtering type - * @type string - * @default null - */ - "sType": null, - - /** - * Width of the column - * @type string - * @default null - */ - "sWidth": null, - - /** - * Width of the column when it was first "encountered" - * @type string - * @default null - */ - "sWidthOrig": null - }; - - - - /** - * Initialisation options that can be given to DataTables at initialisation - * time. - * @namespace - */ - DataTable.defaults = { - /** - * An array of data to use for the table, passed in at initialisation which - * will be used in preference to any data which is already in the DOM. This is - * particularly useful for constructing tables purely in Javascript, for - * example with a custom Ajax call. - * @type array - * @default null - * @dtopt Option - * - * @example - * // Using a 2D array data source - * $(document).ready( function () { - * $('#example').dataTable( { - * "aaData": [ - * ['Trident', 'Internet Explorer 4.0', 'Win 95+', 4, 'X'], - * ['Trident', 'Internet Explorer 5.0', 'Win 95+', 5, 'C'], - * ], - * "aoColumns": [ - * { "sTitle": "Engine" }, - * { "sTitle": "Browser" }, - * { "sTitle": "Platform" }, - * { "sTitle": "Version" }, - * { "sTitle": "Grade" } - * ] - * } ); - * } ); - * - * @example - * // Using an array of objects as a data source (mDataProp) - * $(document).ready( function () { - * $('#example').dataTable( { - * "aaData": [ - * { - * "engine": "Trident", - * "browser": "Internet Explorer 4.0", - * "platform": "Win 95+", - * "version": 4, - * "grade": "X" - * }, - * { - * "engine": "Trident", - * "browser": "Internet Explorer 5.0", - * "platform": "Win 95+", - * "version": 5, - * "grade": "C" - * } - * ], - * "aoColumns": [ - * { "sTitle": "Engine", "mDataProp": "engine" }, - * { "sTitle": "Browser", "mDataProp": "browser" }, - * { "sTitle": "Platform", "mDataProp": "platform" }, - * { "sTitle": "Version", "mDataProp": "version" }, - * { "sTitle": "Grade", "mDataProp": "grade" } - * ] - * } ); - * } ); - */ - "aaData": null, - - - /** - * If sorting is enabled, then DataTables will perform a first pass sort on - * initialisation. You can define which column(s) the sort is performed upon, - * and the sorting direction, with this variable. The aaSorting array should - * contain an array for each column to be sorted initially containing the - * column's index and a direction string ('asc' or 'desc'). - * @type array - * @default [[0,'asc']] - * @dtopt Option - * - * @example - * // Sort by 3rd column first, and then 4th column - * $(document).ready( function() { - * $('#example').dataTable( { - * "aaSorting": [[2,'asc'], [3,'desc']] - * } ); - * } ); - * - * // No initial sorting - * $(document).ready( function() { - * $('#example').dataTable( { - * "aaSorting": [] - * } ); - * } ); - */ - "aaSorting": [[0,'asc']], - - - /** - * This parameter is basically identical to the aaSorting parameter, but - * cannot be overridden by user interaction with the table. What this means - * is that you could have a column (visible or hidden) which the sorting will - * always be forced on first - any sorting after that (from the user) will - * then be performed as required. This can be useful for grouping rows - * together. - * @type array - * @default null - * @dtopt Option - * - * @example - * $(document).ready( function() { - * $('#example').dataTable( { - * "aaSortingFixed": [[0,'asc']] - * } ); - * } ) - */ - "aaSortingFixed": null, - - - /** - * This parameter allows you to readily specify the entries in the length drop - * down menu that DataTables shows when pagination is enabled. It can be - * either a 1D array of options which will be used for both the displayed - * option and the value, or a 2D array which will use the array in the first - * position as the value, and the array in the second position as the - * displayed options (useful for language strings such as 'All'). - * @type array - * @default [ 10, 25, 50, 100 ] - * @dtopt Option - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]] - * } ); - * } ); - * - * @example - * // Setting the default display length as well as length menu - * // This is likely to be wanted if you remove the '10' option which - * // is the iDisplayLength default. - * $(document).ready(function() { - * $('#example').dataTable( { - * "iDisplayLength": 25, - * "aLengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]] - * } ); - * } ); - */ - "aLengthMenu": [ 10, 25, 50, 100 ], - - - /** - * The aoColumns option in the initialisation parameter allows you to define - * details about the way individual columns behave. For a full list of - * column options that can be set, please see - * {@link DataTable.defaults.columns}. Note that if you use aoColumns to - * define your columns, you must have an entry in the array for every single - * column that you have in your table (these can be null if you don't which - * to specify any options). - * @member - */ - "aoColumns": null, - - /** - * Very similar to aoColumns, aoColumnDefs allows you to target a specific - * column, multiple columns, or all columns, using the aTargets property of - * each object in the array. This allows great flexibility when creating - * tables, as the aoColumnDefs arrays can be of any length, targeting the - * columns you specifically want. aoColumnDefs may use any of the column - * options available: {@link DataTable.defaults.columns}, but it _must_ - * have aTargets defined in each object in the array. Values in the aTargets - * array may be: - *
      - *
    • a string - class name will be matched on the TH for the column
    • - *
    • 0 or a positive integer - column index counting from the left
    • - *
    • a negative integer - column index counting from the right
    • - *
    • the string "_all" - all columns (i.e. assign a default)
    • - *
    - * @member - */ - "aoColumnDefs": null, - - - /** - * Basically the same as oSearch, this parameter defines the individual column - * filtering state at initialisation time. The array must be of the same size - * as the number of columns, and each element be an object with the parameters - * "sSearch" and "bEscapeRegex" (the latter is optional). 'null' is also - * accepted and the default will be used. - * @type array - * @default [] - * @dtopt Option - * - * @example - * $(document).ready( function() { - * $('#example').dataTable( { - * "aoSearchCols": [ - * null, - * { "sSearch": "My filter" }, - * null, - * { "sSearch": "^[0-9]", "bEscapeRegex": false } - * ] - * } ); - * } ) - */ - "aoSearchCols": [], - - - /** - * An array of CSS classes that should be applied to displayed rows. This - * array may be of any length, and DataTables will apply each class - * sequentially, looping when required. - * @type array - * @default null Will take the values determinted by the oClasses.sStripe* - * options - * @dtopt Option - * - * @example - * $(document).ready( function() { - * $('#example').dataTable( { - * "asStripeClasses": [ 'strip1', 'strip2', 'strip3' ] - * } ); - * } ) - */ - "asStripeClasses": null, - - - /** - * Enable or disable automatic column width calculation. This can be disabled - * as an optimisation (it takes some time to calculate the widths) if the - * tables widths are passed in using aoColumns. - * @type boolean - * @default true - * @dtopt Features - * - * @example - * $(document).ready( function () { - * $('#example').dataTable( { - * "bAutoWidth": false - * } ); - * } ); - */ - "bAutoWidth": true, - - - /** - * Deferred rendering can provide DataTables with a huge speed boost when you - * are using an Ajax or JS data source for the table. This option, when set to - * true, will cause DataTables to defer the creation of the table elements for - * each row until they are needed for a draw - saving a significant amount of - * time. - * @type boolean - * @default false - * @dtopt Features - * - * @example - * $(document).ready(function() { - * var oTable = $('#example').dataTable( { - * "sAjaxSource": "sources/arrays.txt", - * "bDeferRender": true - * } ); - * } ); - */ - "bDeferRender": false, - - - /** - * Replace a DataTable which matches the given selector and replace it with - * one which has the properties of the new initialisation object passed. If no - * table matches the selector, then the new DataTable will be constructed as - * per normal. - * @type boolean - * @default false - * @dtopt Options - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "sScrollY": "200px", - * "bPaginate": false - * } ); - * - * // Some time later.... - * $('#example').dataTable( { - * "bFilter": false, - * "bDestroy": true - * } ); - * } ); - */ - "bDestroy": false, - - - /** - * Enable or disable filtering of data. Filtering in DataTables is "smart" in - * that it allows the end user to input multiple words (space separated) and - * will match a row containing those words, even if not in the order that was - * specified (this allow matching across multiple columns). Note that if you - * wish to use filtering in DataTables this must remain 'true' - to remove the - * default filtering input box and retain filtering abilities, please use - * {@link DataTable.defaults.sDom}. - * @type boolean - * @default true - * @dtopt Features - * - * @example - * $(document).ready( function () { - * $('#example').dataTable( { - * "bFilter": false - * } ); - * } ); - */ - "bFilter": true, - - - /** - * Enable or disable the table information display. This shows information - * about the data that is currently visible on the page, including information - * about filtered data if that action is being performed. - * @type boolean - * @default true - * @dtopt Features - * - * @example - * $(document).ready( function () { - * $('#example').dataTable( { - * "bInfo": false - * } ); - * } ); - */ - "bInfo": true, - - - /** - * Enable jQuery UI ThemeRoller support (required as ThemeRoller requires some - * slightly different and additional mark-up from what DataTables has - * traditionally used). - * @type boolean - * @default false - * @dtopt Features - * - * @example - * $(document).ready( function() { - * $('#example').dataTable( { - * "bJQueryUI": true - * } ); - * } ); - */ - "bJQueryUI": false, - - - /** - * Allows the end user to select the size of a formatted page from a select - * menu (sizes are 10, 25, 50 and 100). Requires pagination (bPaginate). - * @type boolean - * @default true - * @dtopt Features - * - * @example - * $(document).ready( function () { - * $('#example').dataTable( { - * "bLengthChange": false - * } ); - * } ); - */ - "bLengthChange": true, - - - /** - * Enable or disable pagination. - * @type boolean - * @default true - * @dtopt Features - * - * @example - * $(document).ready( function () { - * $('#example').dataTable( { - * "bPaginate": false - * } ); - * } ); - */ - "bPaginate": true, - - - /** - * Enable or disable the display of a 'processing' indicator when the table is - * being processed (e.g. a sort). This is particularly useful for tables with - * large amounts of data where it can take a noticeable amount of time to sort - * the entries. - * @type boolean - * @default false - * @dtopt Features - * - * @example - * $(document).ready( function () { - * $('#example').dataTable( { - * "bProcessing": true - * } ); - * } ); - */ - "bProcessing": false, - - - /** - * Retrieve the DataTables object for the given selector. Note that if the - * table has already been initialised, this parameter will cause DataTables - * to simply return the object that has already been set up - it will not take - * account of any changes you might have made to the initialisation object - * passed to DataTables (setting this parameter to true is an acknowledgement - * that you understand this). bDestroy can be used to reinitialise a table if - * you need. - * @type boolean - * @default false - * @dtopt Options - * - * @example - * $(document).ready(function() { - * initTable(); - * tableActions(); - * } ); - * - * function initTable () - * { - * return $('#example').dataTable( { - * "sScrollY": "200px", - * "bPaginate": false, - * "bRetrieve": true - * } ); - * } - * - * function tableActions () - * { - * var oTable = initTable(); - * // perform API operations with oTable - * } - */ - "bRetrieve": false, - - - /** - * Indicate if DataTables should be allowed to set the padding / margin - * etc for the scrolling header elements or not. Typically you will want - * this. - * @type boolean - * @default true - * @dtopt Options - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "bScrollAutoCss": false, - * "sScrollY": "200px" - * } ); - * } ); - */ - "bScrollAutoCss": true, - - - /** - * When vertical (y) scrolling is enabled, DataTables will force the height of - * the table's viewport to the given height at all times (useful for layout). - * However, this can look odd when filtering data down to a small data set, - * and the footer is left "floating" further down. This parameter (when - * enabled) will cause DataTables to collapse the table's viewport down when - * the result set will fit within the given Y height. - * @type boolean - * @default false - * @dtopt Options - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "sScrollY": "200", - * "bScrollCollapse": true - * } ); - * } ); - */ - "bScrollCollapse": false, - - - /** - * Enable infinite scrolling for DataTables (to be used in combination with - * sScrollY). Infinite scrolling means that DataTables will continually load - * data as a user scrolls through a table, which is very useful for large - * dataset. This cannot be used with pagination, which is automatically - * disabled. Note - the Scroller extra for DataTables is recommended in - * in preference to this option. - * @type boolean - * @default false - * @dtopt Features - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "bScrollInfinite": true, - * "bScrollCollapse": true, - * "sScrollY": "200px" - * } ); - * } ); - */ - "bScrollInfinite": false, - - - /** - * Configure DataTables to use server-side processing. Note that the - * sAjaxSource parameter must also be given in order to give DataTables a - * source to obtain the required data for each draw. - * @type boolean - * @default false - * @dtopt Features - * @dtopt Server-side - * - * @example - * $(document).ready( function () { - * $('#example').dataTable( { - * "bServerSide": true, - * "sAjaxSource": "xhr.php" - * } ); - * } ); - */ - "bServerSide": false, - - - /** - * Enable or disable sorting of columns. Sorting of individual columns can be - * disabled by the "bSortable" option for each column. - * @type boolean - * @default true - * @dtopt Features - * - * @example - * $(document).ready( function () { - * $('#example').dataTable( { - * "bSort": false - * } ); - * } ); - */ - "bSort": true, - - - /** - * Allows control over whether DataTables should use the top (true) unique - * cell that is found for a single column, or the bottom (false - default). - * This is useful when using complex headers. - * @type boolean - * @default false - * @dtopt Options - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "bSortCellsTop": true - * } ); - * } ); - */ - "bSortCellsTop": false, - - - /** - * Enable or disable the addition of the classes 'sorting_1', 'sorting_2' and - * 'sorting_3' to the columns which are currently being sorted on. This is - * presented as a feature switch as it can increase processing time (while - * classes are removed and added) so for large data sets you might want to - * turn this off. - * @type boolean - * @default true - * @dtopt Features - * - * @example - * $(document).ready( function () { - * $('#example').dataTable( { - * "bSortClasses": false - * } ); - * } ); - */ - "bSortClasses": true, - - - /** - * Enable or disable state saving. When enabled a cookie will be used to save - * table display information such as pagination information, display length, - * filtering and sorting. As such when the end user reloads the page the - * display display will match what thy had previously set up. - * @type boolean - * @default false - * @dtopt Features - * - * @example - * $(document).ready( function () { - * $('#example').dataTable( { - * "bStateSave": true - * } ); - * } ); - */ - "bStateSave": false, - - - /** - * Customise the cookie and / or the parameters being stored when using - * DataTables with state saving enabled. This function is called whenever - * the cookie is modified, and it expects a fully formed cookie string to be - * returned. Note that the data object passed in is a Javascript object which - * must be converted to a string (JSON.stringify for example). - * @type function - * @param {string} sName Name of the cookie defined by DataTables - * @param {object} oData Data to be stored in the cookie - * @param {string} sExpires Cookie expires string - * @param {string} sPath Path of the cookie to set - * @returns {string} Cookie formatted string (which should be encoded by - * using encodeURIComponent()) - * @dtopt Callbacks - * - * @example - * $(document).ready( function () { - * $('#example').dataTable( { - * "fnCookieCallback": function (sName, oData, sExpires, sPath) { - * // Customise oData or sName or whatever else here - * return sName + "="+JSON.stringify(oData)+"; expires=" + sExpires +"; path=" + sPath; - * } - * } ); - * } ); - */ - "fnCookieCallback": null, - - - /** - * This function is called when a TR element is created (and all TD child - * elements have been inserted), or registered if using a DOM source, allowing - * manipulation of the TR element (adding classes etc). - * @type function - * @param {node} nRow "TR" element for the current row - * @param {array} aData Raw data array for this row - * @param {int} iDataIndex The index of this row in aoData - * @dtopt Callbacks - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "fnCreatedRow": function( nRow, aData, iDataIndex ) { - * // Bold the grade for all 'A' grade browsers - * if ( aData[4] == "A" ) - * { - * $('td:eq(4)', nRow).html( 'A' ); - * } - * } - * } ); - * } ); - */ - "fnCreatedRow": null, - - - /** - * This function is called on every 'draw' event, and allows you to - * dynamically modify any aspect you want about the created DOM. - * @type function - * @param {object} oSettings DataTables settings object - * @dtopt Callbacks - * - * @example - * $(document).ready( function() { - * $('#example').dataTable( { - * "fnDrawCallback": function( oSettings ) { - * alert( 'DataTables has redrawn the table' ); - * } - * } ); - * } ); - */ - "fnDrawCallback": null, - - - /** - * Identical to fnHeaderCallback() but for the table footer this function - * allows you to modify the table footer on every 'draw' even. - * @type function - * @param {node} nFoot "TR" element for the footer - * @param {array} aData Full table data (as derived from the original HTML) - * @param {int} iStart Index for the current display starting point in the - * display array - * @param {int} iEnd Index for the current display ending point in the - * display array - * @param {array int} aiDisplay Index array to translate the visual position - * to the full data array - * @dtopt Callbacks - * - * @example - * $(document).ready( function() { - * $('#example').dataTable( { - * "fnFooterCallback": function( nFoot, aData, iStart, iEnd, aiDisplay ) { - * nFoot.getElementsByTagName('th')[0].innerHTML = "Starting index is "+iStart; - * } - * } ); - * } ) - */ - "fnFooterCallback": null, - - - /** - * When rendering large numbers in the information element for the table - * (i.e. "Showing 1 to 10 of 57 entries") DataTables will render large numbers - * to have a comma separator for the 'thousands' units (e.g. 1 million is - * rendered as "1,000,000") to help readability for the end user. This - * function will override the default method DataTables uses. - * @type function - * @member - * @param {int} iIn number to be formatted - * @returns {string} formatted string for DataTables to show the number - * @dtopt Callbacks - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "fnFormatNumber": function ( iIn ) { - * if ( iIn < 1000 ) { - * return iIn; - * } else { - * var - * s=(iIn+""), - * a=s.split(""), out="", - * iLen=s.length; - * - * for ( var i=0 ; i<iLen ; i++ ) { - * if ( i%3 === 0 && i !== 0 ) { - * out = "'"+out; - * } - * out = a[iLen-i-1]+out; - * } - * } - * return out; - * }; - * } ); - * } ); - */ - "fnFormatNumber": function ( iIn ) { - if ( iIn < 1000 ) - { - // A small optimisation for what is likely to be the majority of use cases - return iIn; - } - - var s=(iIn+""), a=s.split(""), out="", iLen=s.length; - - for ( var i=0 ; iA
    ' ); - * } - * } - * } ); - * } ); - */ - "fnRowCallback": null, - - - /** - * This parameter allows you to override the default function which obtains - * the data from the server ($.getJSON) so something more suitable for your - * application. For example you could use POST data, or pull information from - * a Gears or AIR database. - * @type function - * @member - * @param {string} sSource HTTP source to obtain the data from (sAjaxSource) - * @param {array} aoData A key/value pair object containing the data to send - * to the server - * @param {function} fnCallback to be called on completion of the data get - * process that will draw the data on the page. - * @param {object} oSettings DataTables settings object - * @dtopt Callbacks - * @dtopt Server-side - * - * @example - * // POST data to server - * $(document).ready(function() { - * $('#example').dataTable( { - * "bProcessing": true, - * "bServerSide": true, - * "sAjaxSource": "xhr.php", - * "fnServerData": function ( sSource, aoData, fnCallback ) { - * $.ajax( { - * "dataType": 'json', - * "type": "POST", - * "url": sSource, - * "data": aoData, - * "success": fnCallback - * } ); - * } - * } ); - * } ); - */ - "fnServerData": function ( sUrl, aoData, fnCallback, oSettings ) { - oSettings.jqXHR = $.ajax( { - "url": sUrl, - "data": aoData, - "success": function (json) { - $(oSettings.oInstance).trigger('xhr', oSettings); - fnCallback( json ); - }, - "dataType": "json", - "cache": false, - "type": oSettings.sServerMethod, - "error": function (xhr, error, thrown) { - if ( error == "parsererror" ) { - oSettings.oApi._fnLog( oSettings, 0, "DataTables warning: JSON data from "+ - "server could not be parsed. This is caused by a JSON formatting error." ); - } - } - } ); - }, - - - /** - * It is often useful to send extra data to the server when making an Ajax - * request - for example custom filtering information, and this callback - * function makes it trivial to send extra information to the server. The - * passed in parameter is the data set that has been constructed by - * DataTables, and you can add to this or modify it as you require. - * @type function - * @param {array} aoData Data array (array of objects which are name/value - * pairs) that has been constructed by DataTables and will be sent to the - * server. In the case of Ajax sourced data with server-side processing - * this will be an empty array, for server-side processing there will be a - * significant number of parameters! - * @returns {undefined} Ensure that you modify the aoData array passed in, - * as this is passed by reference. - * @dtopt Callbacks - * @dtopt Server-side - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "bProcessing": true, - * "bServerSide": true, - * "sAjaxSource": "scripts/server_processing.php", - * "fnServerParams": function ( aoData ) { - * aoData.push( { "name": "more_data", "value": "my_value" } ); - * } - * } ); - * } ); - */ - "fnServerParams": null, - - - /** - * Load the table state. With this function you can define from where, and how, the - * state of a table is loaded. By default DataTables will load from its state saving - * cookie, but you might wish to use local storage (HTML5) or a server-side database. - * @type function - * @member - * @param {object} oSettings DataTables settings object - * @return {object} The DataTables state object to be loaded - * @dtopt Callbacks - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "bStateSave": true, - * "fnStateLoad": function (oSettings, oData) { - * var o; - * - * // Send an Ajax request to the server to get the data. Note that - * // this is a synchronous request. - * $.ajax( { - * "url": "/state_load", - * "async": false, - * "dataType": "json", - * "success": function (json) { - * o = json; - * } - * } ); - * - * return o; - * } - * } ); - * } ); - */ - "fnStateLoad": function ( oSettings ) { - var sData = this.oApi._fnReadCookie( oSettings.sCookiePrefix+oSettings.sInstance ); - var oData; - - try { - oData = (typeof $.parseJSON === 'function') ? - $.parseJSON(sData) : eval( '('+sData+')' ); - } catch (e) { - oData = null; - } - - return oData; - }, - - - /** - * Callback which allows modification of the saved state prior to loading that state. - * This callback is called when the table is loading state from the stored data, but - * prior to the settings object being modified by the saved state. Note that for - * plug-in authors, you should use the 'stateLoadParams' event to load parameters for - * a plug-in. - * @type function - * @param {object} oSettings DataTables settings object - * @param {object} oData The state object that is to be loaded - * @dtopt Callbacks - * - * @example - * // Remove a saved filter, so filtering is never loaded - * $(document).ready(function() { - * $('#example').dataTable( { - * "bStateSave": true, - * "fnStateLoadParams": function (oSettings, oData) { - * oData.oSearch.sSearch = ""; - * } ); - * } ); - * - * @example - * // Disallow state loading by returning false - * $(document).ready(function() { - * $('#example').dataTable( { - * "bStateSave": true, - * "fnStateLoadParams": function (oSettings, oData) { - * return false; - * } ); - * } ); - */ - "fnStateLoadParams": null, - - - /** - * Callback that is called when the state has been loaded from the state saving method - * and the DataTables settings object has been modified as a result of the loaded state. - * @type function - * @param {object} oSettings DataTables settings object - * @param {object} oData The state object that was loaded - * @dtopt Callbacks - * - * @example - * // Show an alert with the filtering value that was saved - * $(document).ready(function() { - * $('#example').dataTable( { - * "bStateSave": true, - * "fnStateLoaded": function (oSettings, oData) { - * alert( 'Saved filter was: '+oData.oSearch.sSearch ); - * } ); - * } ); - */ - "fnStateLoaded": null, - - - /** - * Save the table state. This function allows you to define where and how the state - * information for the table is stored - by default it will use a cookie, but you - * might want to use local storage (HTML5) or a server-side database. - * @type function - * @member - * @param {object} oSettings DataTables settings object - * @param {object} oData The state object to be saved - * @dtopt Callbacks - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "bStateSave": true, - * "fnStateSave": function (oSettings, oData) { - * // Send an Ajax request to the server with the state object - * $.ajax( { - * "url": "/state_save", - * "data": oData, - * "dataType": "json", - * "method": "POST" - * "success": function () {} - * } ); - * } - * } ); - * } ); - */ - "fnStateSave": function ( oSettings, oData ) { - this.oApi._fnCreateCookie( - oSettings.sCookiePrefix+oSettings.sInstance, - this.oApi._fnJsonString(oData), - oSettings.iCookieDuration, - oSettings.sCookiePrefix, - oSettings.fnCookieCallback - ); - }, - - - /** - * Callback which allows modification of the state to be saved. Called when the table - * has changed state a new state save is required. This method allows modification of - * the state saving object prior to actually doing the save, including addition or - * other state properties or modification. Note that for plug-in authors, you should - * use the 'stateSaveParams' event to save parameters for a plug-in. - * @type function - * @param {object} oSettings DataTables settings object - * @param {object} oData The state object to be saved - * @dtopt Callbacks - * - * @example - * // Remove a saved filter, so filtering is never saved - * $(document).ready(function() { - * $('#example').dataTable( { - * "bStateSave": true, - * "fnStateSaveParams": function (oSettings, oData) { - * oData.oSearch.sSearch = ""; - * } ); - * } ); - */ - "fnStateSaveParams": null, - - - /** - * Duration of the cookie which is used for storing session information. This - * value is given in seconds. - * @type int - * @default 7200 (2 hours) - * @dtopt Options - * - * @example - * $(document).ready( function() { - * $('#example').dataTable( { - * "iCookieDuration": 60*60*24 // 1 day - * } ); - * } ) - */ - "iCookieDuration": 7200, - - - /** - * When enabled DataTables will not make a request to the server for the first - * page draw - rather it will use the data already on the page (no sorting etc - * will be applied to it), thus saving on an XHR at load time. iDeferLoading - * is used to indicate that deferred loading is required, but it is also used - * to tell DataTables how many records there are in the full table (allowing - * the information element and pagination to be displayed correctly). In the case - * where a filtering is applied to the table on initial load, this can be - * indicated by giving the parameter as an array, where the first element is - * the number of records available after filtering and the second element is the - * number of records without filtering (allowing the table information element - * to be shown correctly). - * @type int | array - * @default null - * @dtopt Options - * - * @example - * // 57 records available in the table, no filtering applied - * $(document).ready(function() { - * $('#example').dataTable( { - * "bServerSide": true, - * "sAjaxSource": "scripts/server_processing.php", - * "iDeferLoading": 57 - * } ); - * } ); - * - * @example - * // 57 records after filtering, 100 without filtering (an initial filter applied) - * $(document).ready(function() { - * $('#example').dataTable( { - * "bServerSide": true, - * "sAjaxSource": "scripts/server_processing.php", - * "iDeferLoading": [ 57, 100 ], - * "oSearch": { - * "sSearch": "my_filter" - * } - * } ); - * } ); - */ - "iDeferLoading": null, - - - /** - * Number of rows to display on a single page when using pagination. If - * feature enabled (bLengthChange) then the end user will be able to override - * this to a custom setting using a pop-up menu. - * @type int - * @default 10 - * @dtopt Options - * - * @example - * $(document).ready( function() { - * $('#example').dataTable( { - * "iDisplayLength": 50 - * } ); - * } ) - */ - "iDisplayLength": 10, - - - /** - * Define the starting point for data display when using DataTables with - * pagination. Note that this parameter is the number of records, rather than - * the page number, so if you have 10 records per page and want to start on - * the third page, it should be "20". - * @type int - * @default 0 - * @dtopt Options - * - * @example - * $(document).ready( function() { - * $('#example').dataTable( { - * "iDisplayStart": 20 - * } ); - * } ) - */ - "iDisplayStart": 0, - - - /** - * The scroll gap is the amount of scrolling that is left to go before - * DataTables will load the next 'page' of data automatically. You typically - * want a gap which is big enough that the scrolling will be smooth for the - * user, while not so large that it will load more data than need. - * @type int - * @default 100 - * @dtopt Options - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "bScrollInfinite": true, - * "bScrollCollapse": true, - * "sScrollY": "200px", - * "iScrollLoadGap": 50 - * } ); - * } ); - */ - "iScrollLoadGap": 100, - - - /** - * By default DataTables allows keyboard navigation of the table (sorting, paging, - * and filtering) by adding a tabindex attribute to the required elements. This - * allows you to tab through the controls and press the enter key to activate them. - * The tabindex is default 0, meaning that the tab follows the flow of the document. - * You can overrule this using this parameter if you wish. Use a value of -1 to - * disable built-in keyboard navigation. - * @type int - * @default 0 - * @dtopt Options - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "iTabIndex": 1 - * } ); - * } ); - */ - "iTabIndex": 0, - - - /** - * All strings that DataTables uses in the user interface that it creates - * are defined in this object, allowing you to modified them individually or - * completely replace them all as required. - * @namespace - */ - "oLanguage": { - /** - * Strings that are used for WAI-ARIA labels and controls only (these are not - * actually visible on the page, but will be read by screenreaders, and thus - * must be internationalised as well). - * @namespace - */ - "oAria": { - /** - * ARIA label that is added to the table headers when the column may be - * sorted ascending by activing the column (click or return when focused). - * Note that the column header is prefixed to this string. - * @type string - * @default : activate to sort column ascending - * @dtopt Language - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "oAria": { - * "sSortAscending": " - click/return to sort ascending" - * } - * } - * } ); - * } ); - */ - "sSortAscending": ": activate to sort column ascending", - - /** - * ARIA label that is added to the table headers when the column may be - * sorted descending by activing the column (click or return when focused). - * Note that the column header is prefixed to this string. - * @type string - * @default : activate to sort column ascending - * @dtopt Language - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "oAria": { - * "sSortDescending": " - click/return to sort descending" - * } - * } - * } ); - * } ); - */ - "sSortDescending": ": activate to sort column descending" - }, - - /** - * Pagination string used by DataTables for the two built-in pagination - * control types ("two_button" and "full_numbers") - * @namespace - */ - "oPaginate": { - /** - * Text to use when using the 'full_numbers' type of pagination for the - * button to take the user to the first page. - * @type string - * @default First - * @dtopt Language - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "oPaginate": { - * "sFirst": "First page" - * } - * } - * } ); - * } ); - */ - "sFirst": "First", - - - /** - * Text to use when using the 'full_numbers' type of pagination for the - * button to take the user to the last page. - * @type string - * @default Last - * @dtopt Language - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "oPaginate": { - * "sLast": "Last page" - * } - * } - * } ); - * } ); - */ - "sLast": "Last", - - - /** - * Text to use when using the 'full_numbers' type of pagination for the - * button to take the user to the next page. - * @type string - * @default Next - * @dtopt Language - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "oPaginate": { - * "sNext": "Next page" - * } - * } - * } ); - * } ); - */ - "sNext": "Next", - - - /** - * Text to use when using the 'full_numbers' type of pagination for the - * button to take the user to the previous page. - * @type string - * @default Previous - * @dtopt Language - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "oPaginate": { - * "sPrevious": "Previous page" - * } - * } - * } ); - * } ); - */ - "sPrevious": "Previous" - }, - - /** - * This string is shown in preference to sZeroRecords when the table is - * empty of data (regardless of filtering). Note that this is an optional - * parameter - if it is not given, the value of sZeroRecords will be used - * instead (either the default or given value). - * @type string - * @default No data available in table - * @dtopt Language - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "sEmptyTable": "No data available in table" - * } - * } ); - * } ); - */ - "sEmptyTable": "No data available in table", - - - /** - * This string gives information to the end user about the information that - * is current on display on the page. The _START_, _END_ and _TOTAL_ - * variables are all dynamically replaced as the table display updates, and - * can be freely moved or removed as the language requirements change. - * @type string - * @default Showing _START_ to _END_ of _TOTAL_ entries - * @dtopt Language - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "sInfo": "Got a total of _TOTAL_ entries to show (_START_ to _END_)" - * } - * } ); - * } ); - */ - "sInfo": "Showing _START_ to _END_ of _TOTAL_ entries", - - - /** - * Display information string for when the table is empty. Typically the - * format of this string should match sInfo. - * @type string - * @default Showing 0 to 0 of 0 entries - * @dtopt Language - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "sInfoEmpty": "No entries to show" - * } - * } ); - * } ); - */ - "sInfoEmpty": "Showing 0 to 0 of 0 entries", - - - /** - * When a user filters the information in a table, this string is appended - * to the information (sInfo) to give an idea of how strong the filtering - * is. The variable _MAX_ is dynamically updated. - * @type string - * @default (filtered from _MAX_ total entries) - * @dtopt Language - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "sInfoFiltered": " - filtering from _MAX_ records" - * } - * } ); - * } ); - */ - "sInfoFiltered": "(filtered from _MAX_ total entries)", - - - /** - * If can be useful to append extra information to the info string at times, - * and this variable does exactly that. This information will be appended to - * the sInfo (sInfoEmpty and sInfoFiltered in whatever combination they are - * being used) at all times. - * @type string - * @default Empty string - * @dtopt Language - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "sInfoPostFix": "All records shown are derived from real information." - * } - * } ); - * } ); - */ - "sInfoPostFix": "", - - - /** - * DataTables has a build in number formatter (fnFormatNumber) which is used - * to format large numbers that are used in the table information. By - * default a comma is used, but this can be trivially changed to any - * character you wish with this parameter. - * @type string - * @default , - * @dtopt Language - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "sInfoThousands": "'" - * } - * } ); - * } ); - */ - "sInfoThousands": ",", - - - /** - * Detail the action that will be taken when the drop down menu for the - * pagination length option is changed. The '_MENU_' variable is replaced - * with a default select list of 10, 25, 50 and 100, and can be replaced - * with a custom select box if required. - * @type string - * @default Show _MENU_ entries - * @dtopt Language - * - * @example - * // Language change only - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "sLengthMenu": "Display _MENU_ records" - * } - * } ); - * } ); - * - * @example - * // Language and options change - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "sLengthMenu": 'Display records' - * } - * } ); - * } ); - */ - "sLengthMenu": "Show _MENU_ entries", - - - /** - * When using Ajax sourced data and during the first draw when DataTables is - * gathering the data, this message is shown in an empty row in the table to - * indicate to the end user the the data is being loaded. Note that this - * parameter is not used when loading data by server-side processing, just - * Ajax sourced data with client-side processing. - * @type string - * @default Loading... - * @dtopt Language - * - * @example - * $(document).ready( function() { - * $('#example').dataTable( { - * "oLanguage": { - * "sLoadingRecords": "Please wait - loading..." - * } - * } ); - * } ); - */ - "sLoadingRecords": "Loading...", - - - /** - * Text which is displayed when the table is processing a user action - * (usually a sort command or similar). - * @type string - * @default Processing... - * @dtopt Language - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "sProcessing": "DataTables is currently busy" - * } - * } ); - * } ); - */ - "sProcessing": "Processing...", - - - /** - * Details the actions that will be taken when the user types into the - * filtering input text box. The variable "_INPUT_", if used in the string, - * is replaced with the HTML text box for the filtering input allowing - * control over where it appears in the string. If "_INPUT_" is not given - * then the input box is appended to the string automatically. - * @type string - * @default Search: - * @dtopt Language - * - * @example - * // Input text box will be appended at the end automatically - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "sSearch": "Filter records:" - * } - * } ); - * } ); - * - * @example - * // Specify where the filter should appear - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "sSearch": "Apply filter _INPUT_ to table" - * } - * } ); - * } ); - */ - "sSearch": "Search:", - - - /** - * All of the language information can be stored in a file on the - * server-side, which DataTables will look up if this parameter is passed. - * It must store the URL of the language file, which is in a JSON format, - * and the object has the same properties as the oLanguage object in the - * initialiser object (i.e. the above parameters). Please refer to one of - * the example language files to see how this works in action. - * @type string - * @default Empty string - i.e. disabled - * @dtopt Language - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "sUrl": "http://www.sprymedia.co.uk/dataTables/lang.txt" - * } - * } ); - * } ); - */ - "sUrl": "", - - - /** - * Text shown inside the table records when the is no information to be - * displayed after filtering. sEmptyTable is shown when there is simply no - * information in the table at all (regardless of filtering). - * @type string - * @default No matching records found - * @dtopt Language - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "oLanguage": { - * "sZeroRecords": "No records to display" - * } - * } ); - * } ); - */ - "sZeroRecords": "No matching records found" - }, - - - /** - * This parameter allows you to have define the global filtering state at - * initialisation time. As an object the "sSearch" parameter must be - * defined, but all other parameters are optional. When "bRegex" is true, - * the search string will be treated as a regular expression, when false - * (default) it will be treated as a straight string. When "bSmart" - * DataTables will use it's smart filtering methods (to word match at - * any point in the data), when false this will not be done. - * @namespace - * @extends DataTable.models.oSearch - * @dtopt Options - * - * @example - * $(document).ready( function() { - * $('#example').dataTable( { - * "oSearch": {"sSearch": "Initial search"} - * } ); - * } ) - */ - "oSearch": $.extend( {}, DataTable.models.oSearch ), - - - /** - * By default DataTables will look for the property 'aaData' when obtaining - * data from an Ajax source or for server-side processing - this parameter - * allows that property to be changed. You can use Javascript dotted object - * notation to get a data source for multiple levels of nesting. - * @type string - * @default aaData - * @dtopt Options - * @dtopt Server-side - * - * @example - * // Get data from { "data": [...] } - * $(document).ready(function() { - * var oTable = $('#example').dataTable( { - * "sAjaxSource": "sources/data.txt", - * "sAjaxDataProp": "data" - * } ); - * } ); - * - * @example - * // Get data from { "data": { "inner": [...] } } - * $(document).ready(function() { - * var oTable = $('#example').dataTable( { - * "sAjaxSource": "sources/data.txt", - * "sAjaxDataProp": "data.inner" - * } ); - * } ); - */ - "sAjaxDataProp": "aaData", - - - /** - * You can instruct DataTables to load data from an external source using this - * parameter (use aData if you want to pass data in you already have). Simply - * provide a url a JSON object can be obtained from. This object must include - * the parameter 'aaData' which is the data source for the table. - * @type string - * @default null - * @dtopt Options - * @dtopt Server-side - * - * @example - * $(document).ready( function() { - * $('#example').dataTable( { - * "sAjaxSource": "http://www.sprymedia.co.uk/dataTables/json.php" - * } ); - * } ) - */ - "sAjaxSource": null, - - - /** - * This parameter can be used to override the default prefix that DataTables - * assigns to a cookie when state saving is enabled. - * @type string - * @default SpryMedia_DataTables_ - * @dtopt Options - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "sCookiePrefix": "my_datatable_", - * } ); - * } ); - */ - "sCookiePrefix": "SpryMedia_DataTables_", - - - /** - * This initialisation variable allows you to specify exactly where in the - * DOM you want DataTables to inject the various controls it adds to the page - * (for example you might want the pagination controls at the top of the - * table). DIV elements (with or without a custom class) can also be added to - * aid styling. The follow syntax is used: - *
      - *
    • The following options are allowed: - *
        - *
      • 'l' - Length changing
      • 'f' - Filtering input - *
      • 't' - The table!
      • - *
      • 'i' - Information
      • - *
      • 'p' - Pagination
      • - *
      • 'r' - pRocessing
      • - *
      - *
    • - *
    • The following constants are allowed: - *
        - *
      • 'H' - jQueryUI theme "header" classes ('fg-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix')
      • - *
      • 'F' - jQueryUI theme "footer" classes ('fg-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix')
      • - *
      - *
    • - *
    • The following syntax is expected: - *
        - *
      • '<' and '>' - div elements
      • - *
      • '<"class" and '>' - div with a class
      • - *
      • '<"#id" and '>' - div with an ID
      • - *
      - *
    • - *
    • Examples: - *
        - *
      • '<"wrapper"flipt>'
      • - *
      • '<lf<t>ip>'
      • - *
      - *
    • - *
    - * @type string - * @default lfrtip (when bJQueryUI is false) or - * <"H"lfr>t<"F"ip> (when bJQueryUI is true) - * @dtopt Options - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "sDom": '<"top"i>rt<"bottom"flp><"clear"&lgt;' - * } ); - * } ); - */ - "sDom": "lfrtip", - - - /** - * DataTables features two different built-in pagination interaction methods - * ('two_button' or 'full_numbers') which present different page controls to - * the end user. Further methods can be added using the API (see below). - * @type string - * @default two_button - * @dtopt Options - * - * @example - * $(document).ready( function() { - * $('#example').dataTable( { - * "sPaginationType": "full_numbers" - * } ); - * } ) - */ - "sPaginationType": "two_button", - - - /** - * Enable horizontal scrolling. When a table is too wide to fit into a certain - * layout, or you have a large number of columns in the table, you can enable - * x-scrolling to show the table in a viewport, which can be scrolled. This - * property can be any CSS unit, or a number (in which case it will be treated - * as a pixel measurement). - * @type string - * @default blank string - i.e. disabled - * @dtopt Features - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "sScrollX": "100%", - * "bScrollCollapse": true - * } ); - * } ); - */ - "sScrollX": "", - - - /** - * This property can be used to force a DataTable to use more width than it - * might otherwise do when x-scrolling is enabled. For example if you have a - * table which requires to be well spaced, this parameter is useful for - * "over-sizing" the table, and thus forcing scrolling. This property can by - * any CSS unit, or a number (in which case it will be treated as a pixel - * measurement). - * @type string - * @default blank string - i.e. disabled - * @dtopt Options - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "sScrollX": "100%", - * "sScrollXInner": "110%" - * } ); - * } ); - */ - "sScrollXInner": "", - - - /** - * Enable vertical scrolling. Vertical scrolling will constrain the DataTable - * to the given height, and enable scrolling for any data which overflows the - * current viewport. This can be used as an alternative to paging to display - * a lot of data in a small area (although paging and scrolling can both be - * enabled at the same time). This property can be any CSS unit, or a number - * (in which case it will be treated as a pixel measurement). - * @type string - * @default blank string - i.e. disabled - * @dtopt Features - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "sScrollY": "200px", - * "bPaginate": false - * } ); - * } ); - */ - "sScrollY": "", - - - /** - * Set the HTTP method that is used to make the Ajax call for server-side - * processing or Ajax sourced data. - * @type string - * @default GET - * @dtopt Options - * @dtopt Server-side - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "bServerSide": true, - * "sAjaxSource": "scripts/post.php", - * "sServerMethod": "POST" - * } ); - * } ); - */ - "sServerMethod": "GET" - }; - - - - /** - * Column options that can be given to DataTables at initialisation time. - * @namespace - */ - DataTable.defaults.columns = { - /** - * Allows a column's sorting to take multiple columns into account when - * doing a sort. For example first name / last name columns make sense to - * do a multi-column sort over the two columns. - * @type array - * @default null Takes the value of the column index automatically - * @dtopt Columns - * - * @example - * // Using aoColumnDefs - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ - * { "aDataSort": [ 0, 1 ], "aTargets": [ 0 ] }, - * { "aDataSort": [ 1, 0 ], "aTargets": [ 1 ] }, - * { "aDataSort": [ 2, 3, 4 ], "aTargets": [ 2 ] } - * ] - * } ); - * } ); - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * { "aDataSort": [ 0, 1 ] }, - * { "aDataSort": [ 1, 0 ] }, - * { "aDataSort": [ 2, 3, 4 ] }, - * null, - * null - * ] - * } ); - * } ); - */ - "aDataSort": null, - - - /** - * You can control the default sorting direction, and even alter the behaviour - * of the sort handler (i.e. only allow ascending sorting etc) using this - * parameter. - * @type array - * @default [ 'asc', 'desc' ] - * @dtopt Columns - * - * @example - * // Using aoColumnDefs - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ - * { "asSorting": [ "asc" ], "aTargets": [ 1 ] }, - * { "asSorting": [ "desc", "asc", "asc" ], "aTargets": [ 2 ] }, - * { "asSorting": [ "desc" ], "aTargets": [ 3 ] } - * ] - * } ); - * } ); - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * null, - * { "asSorting": [ "asc" ] }, - * { "asSorting": [ "desc", "asc", "asc" ] }, - * { "asSorting": [ "desc" ] }, - * null - * ] - * } ); - * } ); - */ - "asSorting": [ 'asc', 'desc' ], - - - /** - * Enable or disable filtering on the data in this column. - * @type boolean - * @default true - * @dtopt Columns - * - * @example - * // Using aoColumnDefs - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ - * { "bSearchable": false, "aTargets": [ 0 ] } - * ] } ); - * } ); - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * { "bSearchable": false }, - * null, - * null, - * null, - * null - * ] } ); - * } ); - */ - "bSearchable": true, - - - /** - * Enable or disable sorting on this column. - * @type boolean - * @default true - * @dtopt Columns - * - * @example - * // Using aoColumnDefs - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ - * { "bSortable": false, "aTargets": [ 0 ] } - * ] } ); - * } ); - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * { "bSortable": false }, - * null, - * null, - * null, - * null - * ] } ); - * } ); - */ - "bSortable": true, - - - /** - * When using fnRender() for a column, you may wish to use the original data - * (before rendering) for sorting and filtering (the default is to used the - * rendered data that the user can see). This may be useful for dates etc. - * - * *NOTE* It is it is advisable now to use mDataProp as a function and make - * use of the 'type' that it gives, allowing (potentially) different data to - * be used for sorting, filtering, display and type detection. - * @type boolean - * @default true - * @dtopt Columns - * - * @example - * // Using aoColumnDefs - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ - * { - * "fnRender": function ( oObj ) { - * return oObj.aData[0] +' '+ oObj.aData[3]; - * }, - * "bUseRendered": false, - * "aTargets": [ 0 ] - * } - * ] - * } ); - * } ); - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * { - * "fnRender": function ( oObj ) { - * return oObj.aData[0] +' '+ oObj.aData[3]; - * }, - * "bUseRendered": false - * }, - * null, - * null, - * null, - * null - * ] - * } ); - * } ); - */ - "bUseRendered": true, - - - /** - * Enable or disable the display of this column. - * @type boolean - * @default true - * @dtopt Columns - * - * @example - * // Using aoColumnDefs - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ - * { "bVisible": false, "aTargets": [ 0 ] } - * ] } ); - * } ); - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * { "bVisible": false }, - * null, - * null, - * null, - * null - * ] } ); - * } ); - */ - "bVisible": true, - - - /** - * Developer definable function that is called whenever a cell is created (Ajax source, - * etc) or processed for input (DOM source). This can be used as a compliment to fnRender - * allowing you to modify the DOM element (add background colour for example) when the - * element is available (since it is not when fnRender is called). - * @type function - * @param {element} nTd The TD node that has been created - * @param {*} sData The Data for the cell - * @param {array|object} oData The data for the whole row - * @param {int} iRow The row index for the aoData data store - * @param {int} iCol The column index for aoColumns - * @dtopt Columns - * - * @example - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ { - * "aTargets": [3], - * "fnCreatedCell": function (nTd, sData, oData, iRow, iCol) { - * if ( sData == "1.7" ) { - * $(nTd).css('color', 'blue') - * } - * } - * } ] - * }); - * } ); - */ - "fnCreatedCell": null, - - - /** - * Custom display function that will be called for the display of each cell in - * this column. - * @type function - * @param {object} o Object with the following parameters: - * @param {int} o.iDataRow The row in aoData - * @param {int} o.iDataColumn The column in question - * @param {array} o.aData The data for the row in question - * @param {object} o.oSettings The settings object for this DataTables instance - * @param {object} o.mDataProp The data property used for this column - * @param {*} val The current cell value - * @returns {string} The string you which to use in the display - * @dtopt Columns - * - * @example - * // Using aoColumnDefs - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ - * { - * "fnRender": function ( o, val ) { - * return o.aData[0] +' '+ o.aData[3]; - * }, - * "aTargets": [ 0 ] - * } - * ] - * } ); - * } ); - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * { "fnRender": function ( o, val ) { - * return o.aData[0] +' '+ o.aData[3]; - * } }, - * null, - * null, - * null, - * null - * ] - * } ); - * } ); - */ - "fnRender": null, - - - /** - * The column index (starting from 0!) that you wish a sort to be performed - * upon when this column is selected for sorting. This can be used for sorting - * on hidden columns for example. - * @type int - * @default -1 Use automatically calculated column index - * @dtopt Columns - * - * @example - * // Using aoColumnDefs - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ - * { "iDataSort": 1, "aTargets": [ 0 ] } - * ] - * } ); - * } ); - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * { "iDataSort": 1 }, - * null, - * null, - * null, - * null - * ] - * } ); - * } ); - */ - "iDataSort": -1, - - - /** - * This property can be used to read data from any JSON data source property, - * including deeply nested objects / properties. mDataProp can be given in a - * number of different ways which effect its behaviour: - *
      - *
    • integer - treated as an array index for the data source. This is the - * default that DataTables uses (incrementally increased for each column).
    • - *
    • string - read an object property from the data source. Note that you can - * use Javascript dotted notation to read deep properties/arrays from the - * data source.
    • - *
    • null - the sDefaultContent option will be used for the cell (null - * by default, so you will need to specify the default content you want - - * typically an empty string). This can be useful on generated columns such - * as edit / delete action columns.
    • - *
    • function - the function given will be executed whenever DataTables - * needs to set or get the data for a cell in the column. The function - * takes three parameters: - *
        - *
      • {array|object} The data source for the row
      • - *
      • {string} The type call data requested - this will be 'set' when - * setting data or 'filter', 'display', 'type', 'sort' or undefined when - * gathering data. Note that when undefined is given for the type - * DataTables expects to get the raw data for the object back
      • - *
      • {*} Data to set when the second parameter is 'set'.
      • - *
      - * The return value from the function is not required when 'set' is the type - * of call, but otherwise the return is what will be used for the data - * requested.
    • - *
    - * @type string|int|function|null - * @default null Use automatically calculated column index - * @dtopt Columns - * - * @example - * // Read table data from objects - * $(document).ready(function() { - * var oTable = $('#example').dataTable( { - * "sAjaxSource": "sources/deep.txt", - * "aoColumns": [ - * { "mDataProp": "engine" }, - * { "mDataProp": "browser" }, - * { "mDataProp": "platform.inner" }, - * { "mDataProp": "platform.details.0" }, - * { "mDataProp": "platform.details.1" } - * ] - * } ); - * } ); - * - * @example - * // Using mDataProp as a function to provide different information for - * // sorting, filtering and display. In this case, currency (price) - * $(document).ready(function() { - * var oTable = $('#example').dataTable( { - * "aoColumnDefs": [ - * { - * "aTargets": [ 0 ], - * "mDataProp": function ( source, type, val ) { - * if (type === 'set') { - * source.price = val; - * // Store the computed dislay and filter values for efficiency - * source.price_display = val=="" ? "" : "$"+numberFormat(val); - * source.price_filter = val=="" ? "" : "$"+numberFormat(val)+" "+val; - * return; - * } - * else if (type === 'display') { - * return source.price_display; - * } - * else if (type === 'filter') { - * return source.price_filter; - * } - * // 'sort', 'type' and undefined all just use the integer - * return source.price; - * } - * ] - * } ); - * } ); - */ - "mDataProp": null, - - - /** - * Change the cell type created for the column - either TD cells or TH cells. This - * can be useful as TH cells have semantic meaning in the table body, allowing them - * to act as a header for a row (you may wish to add scope='row' to the TH elements). - * @type string - * @default td - * @dtopt Columns - * - * @example - * // Make the first column use TH cells - * $(document).ready(function() { - * var oTable = $('#example').dataTable( { - * "aoColumnDefs": [ - * { - * "aTargets": [ 0 ], - * "sCellType": "th" - * ] - * } ); - * } ); - */ - "sCellType": "td", - - - /** - * Class to give to each cell in this column. - * @type string - * @default Empty string - * @dtopt Columns - * - * @example - * // Using aoColumnDefs - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ - * { "sClass": "my_class", "aTargets": [ 0 ] } - * ] - * } ); - * } ); - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * { "sClass": "my_class" }, - * null, - * null, - * null, - * null - * ] - * } ); - * } ); - */ - "sClass": "", - - /** - * When DataTables calculates the column widths to assign to each column, - * it finds the longest string in each column and then constructs a - * temporary table and reads the widths from that. The problem with this - * is that "mmm" is much wider then "iiii", but the latter is a longer - * string - thus the calculation can go wrong (doing it properly and putting - * it into an DOM object and measuring that is horribly(!) slow). Thus as - * a "work around" we provide this option. It will append its value to the - * text that is found to be the longest string for the column - i.e. padding. - * Generally you shouldn't need this, and it is not documented on the - * general DataTables.net documentation - * @type string - * @default Empty string - * @dtopt Columns - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * null, - * null, - * null, - * { - * "sContentPadding": "mmm" - * } - * ] - * } ); - * } ); - */ - "sContentPadding": "", - - - /** - * Allows a default value to be given for a column's data, and will be used - * whenever a null data source is encountered (this can be because mDataProp - * is set to null, or because the data source itself is null). - * @type string - * @default null - * @dtopt Columns - * - * @example - * // Using aoColumnDefs - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ - * { - * "mDataProp": null, - * "sDefaultContent": "Edit", - * "aTargets": [ -1 ] - * } - * ] - * } ); - * } ); - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * null, - * null, - * null, - * { - * "mDataProp": null, - * "sDefaultContent": "Edit" - * } - * ] - * } ); - * } ); - */ - "sDefaultContent": null, - - - /** - * This parameter is only used in DataTables' server-side processing. It can - * be exceptionally useful to know what columns are being displayed on the - * client side, and to map these to database fields. When defined, the names - * also allow DataTables to reorder information from the server if it comes - * back in an unexpected order (i.e. if you switch your columns around on the - * client-side, your server-side code does not also need updating). - * @type string - * @default Empty string - * @dtopt Columns - * - * @example - * // Using aoColumnDefs - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ - * { "sName": "engine", "aTargets": [ 0 ] }, - * { "sName": "browser", "aTargets": [ 1 ] }, - * { "sName": "platform", "aTargets": [ 2 ] }, - * { "sName": "version", "aTargets": [ 3 ] }, - * { "sName": "grade", "aTargets": [ 4 ] } - * ] - * } ); - * } ); - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * { "sName": "engine" }, - * { "sName": "browser" }, - * { "sName": "platform" }, - * { "sName": "version" }, - * { "sName": "grade" } - * ] - * } ); - * } ); - */ - "sName": "", - - - /** - * Defines a data source type for the sorting which can be used to read - * realtime information from the table (updating the internally cached - * version) prior to sorting. This allows sorting to occur on user editable - * elements such as form inputs. - * @type string - * @default std - * @dtopt Columns - * - * @example - * // Using aoColumnDefs - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ - * { "sSortDataType": "dom-text", "aTargets": [ 2, 3 ] }, - * { "sType": "numeric", "aTargets": [ 3 ] }, - * { "sSortDataType": "dom-select", "aTargets": [ 4 ] }, - * { "sSortDataType": "dom-checkbox", "aTargets": [ 5 ] } - * ] - * } ); - * } ); - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * null, - * null, - * { "sSortDataType": "dom-text" }, - * { "sSortDataType": "dom-text", "sType": "numeric" }, - * { "sSortDataType": "dom-select" }, - * { "sSortDataType": "dom-checkbox" } - * ] - * } ); - * } ); - */ - "sSortDataType": "std", - - - /** - * The title of this column. - * @type string - * @default null Derived from the 'TH' value for this column in the - * original HTML table. - * @dtopt Columns - * - * @example - * // Using aoColumnDefs - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ - * { "sTitle": "My column title", "aTargets": [ 0 ] } - * ] - * } ); - * } ); - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * { "sTitle": "My column title" }, - * null, - * null, - * null, - * null - * ] - * } ); - * } ); - */ - "sTitle": null, - - - /** - * The type allows you to specify how the data for this column will be sorted. - * Four types (string, numeric, date and html (which will strip HTML tags - * before sorting)) are currently available. Note that only date formats - * understood by Javascript's Date() object will be accepted as type date. For - * example: "Mar 26, 2008 5:03 PM". May take the values: 'string', 'numeric', - * 'date' or 'html' (by default). Further types can be adding through - * plug-ins. - * @type string - * @default null Auto-detected from raw data - * @dtopt Columns - * - * @example - * // Using aoColumnDefs - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ - * { "sType": "html", "aTargets": [ 0 ] } - * ] - * } ); - * } ); - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * { "sType": "html" }, - * null, - * null, - * null, - * null - * ] - * } ); - * } ); - */ - "sType": null, - - - /** - * Defining the width of the column, this parameter may take any CSS value - * (3em, 20px etc). DataTables applys 'smart' widths to columns which have not - * been given a specific width through this interface ensuring that the table - * remains readable. - * @type string - * @default null Automatic - * @dtopt Columns - * - * @example - * // Using aoColumnDefs - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumnDefs": [ - * { "sWidth": "20%", "aTargets": [ 0 ] } - * ] - * } ); - * } ); - * - * @example - * // Using aoColumns - * $(document).ready(function() { - * $('#example').dataTable( { - * "aoColumns": [ - * { "sWidth": "20%" }, - * null, - * null, - * null, - * null - * ] - * } ); - * } ); - */ - "sWidth": null - }; - - - - /** - * DataTables settings object - this holds all the information needed for a - * given table, including configuration, data and current application of the - * table options. DataTables does not have a single instance for each DataTable - * with the settings attached to that instance, but rather instances of the - * DataTable "class" are created on-the-fly as needed (typically by a - * $().dataTable() call) and the settings object is then applied to that - * instance. - * - * Note that this object is related to {@link DataTable.defaults} but this - * one is the internal data store for DataTables's cache of columns. It should - * NOT be manipulated outside of DataTables. Any configuration should be done - * through the initialisation options. - * @namespace - * @todo Really should attach the settings object to individual instances so we - * don't need to create new instances on each $().dataTable() call (if the - * table already exists). It would also save passing oSettings around and - * into every single function. However, this is a very significant - * architecture change for DataTables and will almost certainly break - * backwards compatibility with older installations. This is something that - * will be done in 2.0. - */ - DataTable.models.oSettings = { - /** - * Primary features of DataTables and their enablement state. - * @namespace - */ - "oFeatures": { - - /** - * Flag to say if DataTables should automatically try to calculate the - * optimum table and columns widths (true) or not (false). - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bAutoWidth": null, - - /** - * Delay the creation of TR and TD elements until they are actually - * needed by a driven page draw. This can give a significant speed - * increase for Ajax source and Javascript source data, but makes no - * difference at all fro DOM and server-side processing tables. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bDeferRender": null, - - /** - * Enable filtering on the table or not. Note that if this is disabled - * then there is no filtering at all on the table, including fnFilter. - * To just remove the filtering input use sDom and remove the 'f' option. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bFilter": null, - - /** - * Table information element (the 'Showing x of y records' div) enable - * flag. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bInfo": null, - - /** - * Present a user control allowing the end user to change the page size - * when pagination is enabled. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bLengthChange": null, - - /** - * Pagination enabled or not. Note that if this is disabled then length - * changing must also be disabled. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bPaginate": null, - - /** - * Processing indicator enable flag whenever DataTables is enacting a - * user request - typically an Ajax request for server-side processing. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bProcessing": null, - - /** - * Server-side processing enabled flag - when enabled DataTables will - * get all data from the server for every draw - there is no filtering, - * sorting or paging done on the client-side. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bServerSide": null, - - /** - * Sorting enablement flag. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bSort": null, - - /** - * Apply a class to the columns which are being sorted to provide a - * visual highlight or not. This can slow things down when enabled since - * there is a lot of DOM interaction. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bSortClasses": null, - - /** - * State saving enablement flag. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bStateSave": null - }, - - - /** - * Scrolling settings for a table. - * @namespace - */ - "oScroll": { - /** - * Indicate if DataTables should be allowed to set the padding / margin - * etc for the scrolling header elements or not. Typically you will want - * this. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bAutoCss": null, - - /** - * When the table is shorter in height than sScrollY, collapse the - * table container down to the height of the table (when true). - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bCollapse": null, - - /** - * Infinite scrolling enablement flag. Now deprecated in favour of - * using the Scroller plug-in. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bInfinite": null, - - /** - * Width of the scrollbar for the web-browser's platform. Calculated - * during table initialisation. - * @type int - * @default 0 - */ - "iBarWidth": 0, - - /** - * Space (in pixels) between the bottom of the scrolling container and - * the bottom of the scrolling viewport before the next page is loaded - * when using infinite scrolling. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type int - */ - "iLoadGap": null, - - /** - * Viewport width for horizontal scrolling. Horizontal scrolling is - * disabled if an empty string. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type string - */ - "sX": null, - - /** - * Width to expand the table to when using x-scrolling. Typically you - * should not need to use this. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type string - * @deprecated - */ - "sXInner": null, - - /** - * Viewport height for vertical scrolling. Vertical scrolling is disabled - * if an empty string. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type string - */ - "sY": null - }, - - /** - * Language information for the table. - * @namespace - * @extends DataTable.defaults.oLanguage - */ - "oLanguage": { - /** - * Information callback function. See - * {@link DataTable.defaults.fnInfoCallback} - * @type function - * @default - */ - "fnInfoCallback": null - }, - - /** - * Array referencing the nodes which are used for the features. The - * parameters of this object match what is allowed by sDom - i.e. - *
      - *
    • 'l' - Length changing
    • - *
    • 'f' - Filtering input
    • - *
    • 't' - The table!
    • - *
    • 'i' - Information
    • - *
    • 'p' - Pagination
    • - *
    • 'r' - pRocessing
    • - *
    - * @type array - * @default [] - */ - "aanFeatures": [], - - /** - * Store data information - see {@link DataTable.models.oRow} for detailed - * information. - * @type array - * @default [] - */ - "aoData": [], - - /** - * Array of indexes which are in the current display (after filtering etc) - * @type array - * @default [] - */ - "aiDisplay": [], - - /** - * Array of indexes for display - no filtering - * @type array - * @default [] - */ - "aiDisplayMaster": [], - - /** - * Store information about each column that is in use - * @type array - * @default [] - */ - "aoColumns": [], - - /** - * Store information about the table's header - * @type array - * @default [] - */ - "aoHeader": [], - - /** - * Store information about the table's footer - * @type array - * @default [] - */ - "aoFooter": [], - - /** - * Search data array for regular expression searching - * @type array - * @default [] - */ - "asDataSearch": [], - - /** - * Store the applied global search information in case we want to force a - * research or compare the old search to a new one. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @namespace - * @extends DataTable.models.oSearch - */ - "oPreviousSearch": {}, - - /** - * Store the applied search for each column - see - * {@link DataTable.models.oSearch} for the format that is used for the - * filtering information for each column. - * @type array - * @default [] - */ - "aoPreSearchCols": [], - - /** - * Sorting that is applied to the table. Note that the inner arrays are - * used in the following manner: - *
      - *
    • Index 0 - column number
    • - *
    • Index 1 - current sorting direction
    • - *
    • Index 2 - index of asSorting for this column
    • - *
    - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type array - * @todo These inner arrays should really be objects - */ - "aaSorting": null, - - /** - * Sorting that is always applied to the table (i.e. prefixed in front of - * aaSorting). - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type array|null - * @default null - */ - "aaSortingFixed": null, - - /** - * Classes to use for the striping of a table. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type array - * @default [] - */ - "asStripeClasses": null, - - /** - * If restoring a table - we should restore its striping classes as well - * @type array - * @default [] - */ - "asDestroyStripes": [], - - /** - * If restoring a table - we should restore its width - * @type int - * @default 0 - */ - "sDestroyWidth": 0, - - /** - * Callback functions array for every time a row is inserted (i.e. on a draw). - * @type array - * @default [] - */ - "aoRowCallback": [], - - /** - * Callback functions for the header on each draw. - * @type array - * @default [] - */ - "aoHeaderCallback": [], - - /** - * Callback function for the footer on each draw. - * @type array - * @default [] - */ - "aoFooterCallback": [], - - /** - * Array of callback functions for draw callback functions - * @type array - * @default [] - */ - "aoDrawCallback": [], - - /** - * Array of callback functions for row created function - * @type array - * @default [] - */ - "aoRowCreatedCallback": [], - - /** - * Callback functions for just before the table is redrawn. A return of - * false will be used to cancel the draw. - * @type array - * @default [] - */ - "aoPreDrawCallback": [], - - /** - * Callback functions for when the table has been initialised. - * @type array - * @default [] - */ - "aoInitComplete": [], - - - /** - * Callbacks for modifying the settings to be stored for state saving, prior to - * saving state. - * @type array - * @default [] - */ - "aoStateSaveParams": [], - - /** - * Callbacks for modifying the settings that have been stored for state saving - * prior to using the stored values to restore the state. - * @type array - * @default [] - */ - "aoStateLoadParams": [], - - /** - * Callbacks for operating on the settings object once the saved state has been - * loaded - * @type array - * @default [] - */ - "aoStateLoaded": [], - - /** - * Cache the table ID for quick access - * @type string - * @default Empty string - */ - "sTableId": "", - - /** - * The TABLE node for the main table - * @type node - * @default null - */ - "nTable": null, - - /** - * Permanent ref to the thead element - * @type node - * @default null - */ - "nTHead": null, - - /** - * Permanent ref to the tfoot element - if it exists - * @type node - * @default null - */ - "nTFoot": null, - - /** - * Permanent ref to the tbody element - * @type node - * @default null - */ - "nTBody": null, - - /** - * Cache the wrapper node (contains all DataTables controlled elements) - * @type node - * @default null - */ - "nTableWrapper": null, - - /** - * Indicate if when using server-side processing the loading of data - * should be deferred until the second draw. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - * @default false - */ - "bDeferLoading": false, - - /** - * Indicate if all required information has been read in - * @type boolean - * @default false - */ - "bInitialised": false, - - /** - * Information about open rows. Each object in the array has the parameters - * 'nTr' and 'nParent' - * @type array - * @default [] - */ - "aoOpenRows": [], - - /** - * Dictate the positioning of DataTables' control elements - see - * {@link DataTable.model.oInit.sDom}. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type string - * @default null - */ - "sDom": null, - - /** - * Which type of pagination should be used. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type string - * @default two_button - */ - "sPaginationType": "two_button", - - /** - * The cookie duration (for bStateSave) in seconds. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type int - * @default 0 - */ - "iCookieDuration": 0, - - /** - * The cookie name prefix. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type string - * @default Empty string - */ - "sCookiePrefix": "", - - /** - * Callback function for cookie creation. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type function - * @default null - */ - "fnCookieCallback": null, - - /** - * Array of callback functions for state saving. Each array element is an - * object with the following parameters: - *
      - *
    • function:fn - function to call. Takes two parameters, oSettings - * and the JSON string to save that has been thus far created. Returns - * a JSON string to be inserted into a json object - * (i.e. '"param": [ 0, 1, 2]')
    • - *
    • string:sName - name of callback
    • - *
    - * @type array - * @default [] - */ - "aoStateSave": [], - - /** - * Array of callback functions for state loading. Each array element is an - * object with the following parameters: - *
      - *
    • function:fn - function to call. Takes two parameters, oSettings - * and the object stored. May return false to cancel state loading
    • - *
    • string:sName - name of callback
    • - *
    - * @type array - * @default [] - */ - "aoStateLoad": [], - - /** - * State that was loaded from the cookie. Useful for back reference - * @type object - * @default null - */ - "oLoadedState": null, - - /** - * Source url for AJAX data for the table. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type string - * @default null - */ - "sAjaxSource": null, - - /** - * Property from a given object from which to read the table data from. This - * can be an empty string (when not server-side processing), in which case - * it is assumed an an array is given directly. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type string - */ - "sAjaxDataProp": null, - - /** - * Note if draw should be blocked while getting data - * @type boolean - * @default true - */ - "bAjaxDataGet": true, - - /** - * The last jQuery XHR object that was used for server-side data gathering. - * This can be used for working with the XHR information in one of the - * callbacks - * @type object - * @default null - */ - "jqXHR": null, - - /** - * Function to get the server-side data. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type function - */ - "fnServerData": null, - - /** - * Functions which are called prior to sending an Ajax request so extra - * parameters can easily be sent to the server - * @type array - * @default [] - */ - "aoServerParams": [], - - /** - * Send the XHR HTTP method - GET or POST (could be PUT or DELETE if - * required). - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type string - */ - "sServerMethod": null, - - /** - * Format numbers for display. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type function - */ - "fnFormatNumber": null, - - /** - * List of options that can be used for the user selectable length menu. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type array - * @default [] - */ - "aLengthMenu": null, - - /** - * Counter for the draws that the table does. Also used as a tracker for - * server-side processing - * @type int - * @default 0 - */ - "iDraw": 0, - - /** - * Indicate if a redraw is being done - useful for Ajax - * @type boolean - * @default false - */ - "bDrawing": false, - - /** - * Draw index (iDraw) of the last error when parsing the returned data - * @type int - * @default -1 - */ - "iDrawError": -1, - - /** - * Paging display length - * @type int - * @default 10 - */ - "_iDisplayLength": 10, - - /** - * Paging start point - aiDisplay index - * @type int - * @default 0 - */ - "_iDisplayStart": 0, - - /** - * Paging end point - aiDisplay index. Use fnDisplayEnd rather than - * this property to get the end point - * @type int - * @default 10 - * @private - */ - "_iDisplayEnd": 10, - - /** - * Server-side processing - number of records in the result set - * (i.e. before filtering), Use fnRecordsTotal rather than - * this property to get the value of the number of records, regardless of - * the server-side processing setting. - * @type int - * @default 0 - * @private - */ - "_iRecordsTotal": 0, - - /** - * Server-side processing - number of records in the current display set - * (i.e. after filtering). Use fnRecordsDisplay rather than - * this property to get the value of the number of records, regardless of - * the server-side processing setting. - * @type boolean - * @default 0 - * @private - */ - "_iRecordsDisplay": 0, - - /** - * Flag to indicate if jQuery UI marking and classes should be used. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bJUI": null, - - /** - * The classes to use for the table - * @type object - * @default {} - */ - "oClasses": {}, - - /** - * Flag attached to the settings object so you can check in the draw - * callback if filtering has been done in the draw. Deprecated in favour of - * events. - * @type boolean - * @default false - * @deprecated - */ - "bFiltered": false, - - /** - * Flag attached to the settings object so you can check in the draw - * callback if sorting has been done in the draw. Deprecated in favour of - * events. - * @type boolean - * @default false - * @deprecated - */ - "bSorted": false, - - /** - * Indicate that if multiple rows are in the header and there is more than - * one unique cell per column, if the top one (true) or bottom one (false) - * should be used for sorting / title by DataTables. - * Note that this parameter will be set by the initialisation routine. To - * set a default use {@link DataTable.defaults}. - * @type boolean - */ - "bSortCellsTop": null, - - /** - * Initialisation object that is used for the table - * @type object - * @default null - */ - "oInit": null, - - /** - * Destroy callback functions - for plug-ins to attach themselves to the - * destroy so they can clean up markup and events. - * @type array - * @default [] - */ - "aoDestroyCallback": [], - - - /** - * Get the number of records in the current record set, before filtering - * @type function - */ - "fnRecordsTotal": function () - { - if ( this.oFeatures.bServerSide ) { - return parseInt(this._iRecordsTotal, 10); - } else { - return this.aiDisplayMaster.length; - } - }, - - /** - * Get the number of records in the current record set, after filtering - * @type function - */ - "fnRecordsDisplay": function () - { - if ( this.oFeatures.bServerSide ) { - return parseInt(this._iRecordsDisplay, 10); - } else { - return this.aiDisplay.length; - } - }, - - /** - * Set the display end point - aiDisplay index - * @type function - * @todo Should do away with _iDisplayEnd and calculate it on-the-fly here - */ - "fnDisplayEnd": function () - { - if ( this.oFeatures.bServerSide ) { - if ( this.oFeatures.bPaginate === false || this._iDisplayLength == -1 ) { - return this._iDisplayStart+this.aiDisplay.length; - } else { - return Math.min( this._iDisplayStart+this._iDisplayLength, - this._iRecordsDisplay ); - } - } else { - return this._iDisplayEnd; - } - }, - - /** - * The DataTables object for this table - * @type object - * @default null - */ - "oInstance": null, - - /** - * Unique identifier for each instance of the DataTables object. If there - * is an ID on the table node, then it takes that value, otherwise an - * incrementing internal counter is used. - * @type string - * @default null - */ - "sInstance": null, - - /** - * tabindex attribute value that is added to DataTables control elements, allowing - * keyboard navigation of the table and its controls. - */ - "iTabIndex": 0, - - /** - * DIV container for the footer scrolling table if scrolling - */ - "nScrollHead": null, - - /** - * DIV container for the footer scrolling table if scrolling - */ - "nScrollFoot": null - }; - - /** - * Extension object for DataTables that is used to provide all extension options. - * - * Note that the DataTable.ext object is available through - * jQuery.fn.dataTable.ext where it may be accessed and manipulated. It is - * also aliased to jQuery.fn.dataTableExt for historic reasons. - * @namespace - * @extends DataTable.models.ext - */ - DataTable.ext = $.extend( true, {}, DataTable.models.ext ); - - $.extend( DataTable.ext.oStdClasses, { - "sTable": "dataTable", - - /* Two buttons buttons */ - "sPagePrevEnabled": "paginate_enabled_previous", - "sPagePrevDisabled": "paginate_disabled_previous", - "sPageNextEnabled": "paginate_enabled_next", - "sPageNextDisabled": "paginate_disabled_next", - "sPageJUINext": "", - "sPageJUIPrev": "", - - /* Full numbers paging buttons */ - "sPageButton": "paginate_button", - "sPageButtonActive": "paginate_active", - "sPageButtonStaticDisabled": "paginate_button paginate_button_disabled", - "sPageFirst": "first", - "sPagePrevious": "previous", - "sPageNext": "next", - "sPageLast": "last", - - /* Striping classes */ - "sStripeOdd": "odd", - "sStripeEven": "even", - - /* Empty row */ - "sRowEmpty": "dataTables_empty", - - /* Features */ - "sWrapper": "dataTables_wrapper", - "sFilter": "dataTables_filter", - "sInfo": "dataTables_info", - "sPaging": "dataTables_paginate paging_", /* Note that the type is postfixed */ - "sLength": "dataTables_length", - "sProcessing": "dataTables_processing", - - /* Sorting */ - "sSortAsc": "sorting_asc", - "sSortDesc": "sorting_desc", - "sSortable": "sorting", /* Sortable in both directions */ - "sSortableAsc": "sorting_asc_disabled", - "sSortableDesc": "sorting_desc_disabled", - "sSortableNone": "sorting_disabled", - "sSortColumn": "sorting_", /* Note that an int is postfixed for the sorting order */ - "sSortJUIAsc": "", - "sSortJUIDesc": "", - "sSortJUI": "", - "sSortJUIAscAllowed": "", - "sSortJUIDescAllowed": "", - "sSortJUIWrapper": "", - "sSortIcon": "", - - /* Scrolling */ - "sScrollWrapper": "dataTables_scroll", - "sScrollHead": "dataTables_scrollHead", - "sScrollHeadInner": "dataTables_scrollHeadInner", - "sScrollBody": "dataTables_scrollBody", - "sScrollFoot": "dataTables_scrollFoot", - "sScrollFootInner": "dataTables_scrollFootInner", - - /* Misc */ - "sFooterTH": "" - } ); - - - $.extend( DataTable.ext.oJUIClasses, DataTable.ext.oStdClasses, { - /* Two buttons buttons */ - "sPagePrevEnabled": "fg-button ui-button ui-state-default ui-corner-left", - "sPagePrevDisabled": "fg-button ui-button ui-state-default ui-corner-left ui-state-disabled", - "sPageNextEnabled": "fg-button ui-button ui-state-default ui-corner-right", - "sPageNextDisabled": "fg-button ui-button ui-state-default ui-corner-right ui-state-disabled", - "sPageJUINext": "ui-icon ui-icon-circle-arrow-e", - "sPageJUIPrev": "ui-icon ui-icon-circle-arrow-w", - - /* Full numbers paging buttons */ - "sPageButton": "fg-button ui-button ui-state-default", - "sPageButtonActive": "fg-button ui-button ui-state-default ui-state-disabled", - "sPageButtonStaticDisabled": "fg-button ui-button ui-state-default ui-state-disabled", - "sPageFirst": "first ui-corner-tl ui-corner-bl", - "sPageLast": "last ui-corner-tr ui-corner-br", - - /* Features */ - "sPaging": "dataTables_paginate fg-buttonset ui-buttonset fg-buttonset-multi "+ - "ui-buttonset-multi paging_", /* Note that the type is postfixed */ - - /* Sorting */ - "sSortAsc": "ui-state-default", - "sSortDesc": "ui-state-default", - "sSortable": "ui-state-default", - "sSortableAsc": "ui-state-default", - "sSortableDesc": "ui-state-default", - "sSortableNone": "ui-state-default", - "sSortJUIAsc": "css_right ui-icon ui-icon-triangle-1-n", - "sSortJUIDesc": "css_right ui-icon ui-icon-triangle-1-s", - "sSortJUI": "css_right ui-icon ui-icon-carat-2-n-s", - "sSortJUIAscAllowed": "css_right ui-icon ui-icon-carat-1-n", - "sSortJUIDescAllowed": "css_right ui-icon ui-icon-carat-1-s", - "sSortJUIWrapper": "DataTables_sort_wrapper", - "sSortIcon": "DataTables_sort_icon", - - /* Scrolling */ - "sScrollHead": "dataTables_scrollHead ui-state-default", - "sScrollFoot": "dataTables_scrollFoot ui-state-default", - - /* Misc */ - "sFooterTH": "ui-state-default" - } ); - - - /* - * Variable: oPagination - * Purpose: - * Scope: jQuery.fn.dataTableExt - */ - $.extend( DataTable.ext.oPagination, { - /* - * Variable: two_button - * Purpose: Standard two button (forward/back) pagination - * Scope: jQuery.fn.dataTableExt.oPagination - */ - "two_button": { - /* - * Function: oPagination.two_button.fnInit - * Purpose: Initialise dom elements required for pagination with forward/back buttons only - * Returns: - - * Inputs: object:oSettings - dataTables settings object - * node:nPaging - the DIV which contains this pagination control - * function:fnCallbackDraw - draw function which must be called on update - */ - "fnInit": function ( oSettings, nPaging, fnCallbackDraw ) - { - var oLang = oSettings.oLanguage.oPaginate; - var oClasses = oSettings.oClasses; - var fnClickHandler = function ( e ) { - if ( oSettings.oApi._fnPageChange( oSettings, e.data.action ) ) - { - fnCallbackDraw( oSettings ); - } - }; - - var sAppend = (!oSettings.bJUI) ? - ''+oLang.sPrevious+''+ - ''+oLang.sNext+'' - : - ''+ - ''; - $(nPaging).append( sAppend ); - - var els = $('a', nPaging); - var nPrevious = els[0], - nNext = els[1]; - - oSettings.oApi._fnBindAction( nPrevious, {action: "previous"}, fnClickHandler ); - oSettings.oApi._fnBindAction( nNext, {action: "next"}, fnClickHandler ); - - /* ID the first elements only */ - if ( !oSettings.aanFeatures.p ) - { - nPaging.id = oSettings.sTableId+'_paginate'; - nPrevious.id = oSettings.sTableId+'_previous'; - nNext.id = oSettings.sTableId+'_next'; - - nPrevious.setAttribute('aria-controls', oSettings.sTableId); - nNext.setAttribute('aria-controls', oSettings.sTableId); - } - }, - - /* - * Function: oPagination.two_button.fnUpdate - * Purpose: Update the two button pagination at the end of the draw - * Returns: - - * Inputs: object:oSettings - dataTables settings object - * function:fnCallbackDraw - draw function to call on page change - */ - "fnUpdate": function ( oSettings, fnCallbackDraw ) - { - if ( !oSettings.aanFeatures.p ) - { - return; - } - - var oClasses = oSettings.oClasses; - var an = oSettings.aanFeatures.p; - - /* Loop over each instance of the pager */ - for ( var i=0, iLen=an.length ; i'+oLang.sFirst+''+ - ''+oLang.sPrevious+''+ - ''+ - ''+oLang.sNext+''+ - ''+oLang.sLast+'' - ); - var els = $('a', nPaging); - var nFirst = els[0], - nPrev = els[1], - nNext = els[2], - nLast = els[3]; - - oSettings.oApi._fnBindAction( nFirst, {action: "first"}, fnClickHandler ); - oSettings.oApi._fnBindAction( nPrev, {action: "previous"}, fnClickHandler ); - oSettings.oApi._fnBindAction( nNext, {action: "next"}, fnClickHandler ); - oSettings.oApi._fnBindAction( nLast, {action: "last"}, fnClickHandler ); - - /* ID the first elements only */ - if ( !oSettings.aanFeatures.p ) - { - nPaging.id = oSettings.sTableId+'_paginate'; - nFirst.id =oSettings.sTableId+'_first'; - nPrev.id =oSettings.sTableId+'_previous'; - nNext.id =oSettings.sTableId+'_next'; - nLast.id =oSettings.sTableId+'_last'; - } - }, - - /* - * Function: oPagination.full_numbers.fnUpdate - * Purpose: Update the list of page buttons shows - * Returns: - - * Inputs: object:oSettings - dataTables settings object - * function:fnCallbackDraw - draw function to call on page change - */ - "fnUpdate": function ( oSettings, fnCallbackDraw ) - { - if ( !oSettings.aanFeatures.p ) - { - return; - } - - var iPageCount = DataTable.ext.oPagination.iFullNumbersShowPages; - var iPageCountHalf = Math.floor(iPageCount / 2); - var iPages = Math.ceil((oSettings.fnRecordsDisplay()) / oSettings._iDisplayLength); - var iCurrentPage = Math.ceil(oSettings._iDisplayStart / oSettings._iDisplayLength) + 1; - var sList = ""; - var iStartButton, iEndButton, i, iLen; - var oClasses = oSettings.oClasses; - var anButtons, anStatic, nPaginateList; - var an = oSettings.aanFeatures.p; - var fnBind = function (j) { - oSettings.oApi._fnBindAction( this, {"page": j+iStartButton-1}, function(e) { - /* Use the information in the element to jump to the required page */ - oSettings.oApi._fnPageChange( oSettings, e.data.page ); - fnCallbackDraw( oSettings ); - e.preventDefault(); - } ); - }; - - /* Pages calculation */ - if ( oSettings._iDisplayLength === -1 ) - { - iStartButton = 1; - iEndButton = 1; - iCurrentPage = 1; - } - else if (iPages < iPageCount) - { - iStartButton = 1; - iEndButton = iPages; - } - else if (iCurrentPage <= iPageCountHalf) - { - iStartButton = 1; - iEndButton = iPageCount; - } - else if (iCurrentPage >= (iPages - iPageCountHalf)) - { - iStartButton = iPages - iPageCount + 1; - iEndButton = iPages; - } - else - { - iStartButton = iCurrentPage - Math.ceil(iPageCount / 2) + 1; - iEndButton = iStartButton + iPageCount - 1; - } - - - /* Build the dynamic list */ - for ( i=iStartButton ; i<=iEndButton ; i++ ) - { - sList += (iCurrentPage !== i) ? - ''+oSettings.fnFormatNumber(i)+'' : - ''+oSettings.fnFormatNumber(i)+''; - } - - /* Loop over each instance of the pager */ - for ( i=0, iLen=an.length ; i y) ? 1 : 0)); - }, - - "string-desc": function ( x, y ) - { - return ((x < y) ? 1 : ((x > y) ? -1 : 0)); - }, - - - /* - * html sorting (ignore html tags) - */ - "html-pre": function ( a ) - { - return a.replace( /<.*?>/g, "" ).toLowerCase(); - }, - - "html-asc": function ( x, y ) - { - return ((x < y) ? -1 : ((x > y) ? 1 : 0)); - }, - - "html-desc": function ( x, y ) - { - return ((x < y) ? 1 : ((x > y) ? -1 : 0)); - }, - - - /* - * date sorting - */ - "date-pre": function ( a ) - { - var x = Date.parse( a ); - - if ( isNaN(x) || x==="" ) - { - x = Date.parse( "01/01/1970 00:00:00" ); - } - return x; - }, - - "date-asc": function ( x, y ) - { - return x - y; - }, - - "date-desc": function ( x, y ) - { - return y - x; - }, - - - /* - * numerical sorting - */ - "numeric-pre": function ( a ) - { - return (a=="-" || a==="") ? 0 : a*1; - }, - - "numeric-asc": function ( x, y ) - { - return x - y; - }, - - "numeric-desc": function ( x, y ) - { - return y - x; - } - } ); - - - $.extend( DataTable.ext.aTypes, [ - /* - * Function: - - * Purpose: Check to see if a string is numeric - * Returns: string:'numeric' or null - * Inputs: mixed:sText - string to check - */ - function ( sData ) - { - /* Allow zero length strings as a number */ - if ( typeof sData === 'number' ) - { - return 'numeric'; - } - else if ( typeof sData !== 'string' ) - { - return null; - } - - var sValidFirstChars = "0123456789-"; - var sValidChars = "0123456789."; - var Char; - var bDecimal = false; - - /* Check for a valid first char (no period and allow negatives) */ - Char = sData.charAt(0); - if (sValidFirstChars.indexOf(Char) == -1) - { - return null; - } - - /* Check all the other characters are valid */ - for ( var i=1 ; i') != -1 ) - { - return 'html'; - } - return null; - } - ] ); - - - // jQuery aliases - $.fn.DataTable = DataTable; - $.fn.dataTable = DataTable; - $.fn.dataTableSettings = DataTable.settings; - $.fn.dataTableExt = DataTable.ext; - - - // Information about events fired by DataTables - for documentation. - /** - * Draw event, fired whenever the table is redrawn on the page, at the same point as - * fnDrawCallback. This may be useful for binding events or performing calculations when - * the table is altered at all. - * @name DataTable#draw - * @event - * @param {event} e jQuery event object - * @param {object} o DataTables settings object {@link DataTable.models.oSettings} - */ - - /** - * Filter event, fired when the filtering applied to the table (using the build in global - * global filter, or column filters) is altered. - * @name DataTable#filter - * @event - * @param {event} e jQuery event object - * @param {object} o DataTables settings object {@link DataTable.models.oSettings} - */ - - /** - * Page change event, fired when the paging of the table is altered. - * @name DataTable#page - * @event - * @param {event} e jQuery event object - * @param {object} o DataTables settings object {@link DataTable.models.oSettings} - */ - - /** - * Sort event, fired when the sorting applied to the table is altered. - * @name DataTable#sort - * @event - * @param {event} e jQuery event object - * @param {object} o DataTables settings object {@link DataTable.models.oSettings} - */ - - /** - * DataTables initialisation complete event, fired when the table is fully drawn, - * including Ajax data loaded, if Ajax data is required. - * @name DataTable#init - * @event - * @param {event} e jQuery event object - * @param {object} oSettings DataTables settings object - * @param {object} json The JSON object request from the server - only - * present if client-side Ajax sourced data is used
  • - */ - - /** - * State save event, fired when the table has changed state a new state save is required. - * This method allows modification of the state saving object prior to actually doing the - * save, including addition or other state properties (for plug-ins) or modification - * of a DataTables core property. - * @name DataTable#stateSaveParams - * @event - * @param {event} e jQuery event object - * @param {object} oSettings DataTables settings object - * @param {object} json The state information to be saved - */ - - /** - * State load event, fired when the table is loading state from the stored data, but - * prior to the settings object being modified by the saved state - allowing modification - * of the saved state is required or loading of state for a plug-in. - * @name DataTable#stateLoadParams - * @event - * @param {event} e jQuery event object - * @param {object} oSettings DataTables settings object - * @param {object} json The saved state information - */ - - /** - * State loaded event, fired when state has been loaded from stored data and the settings - * object has been modified by the loaded data. - * @name DataTable#stateLoaded - * @event - * @param {event} e jQuery event object - * @param {object} oSettings DataTables settings object - * @param {object} json The saved state information - */ - - /** - * Processing event, fired when DataTables is doing some kind of processing (be it, - * sort, filter or anything else). Can be used to indicate to the end user that - * there is something happening, or that something has finished. - * @name DataTable#processing - * @event - * @param {event} e jQuery event object - * @param {object} oSettings DataTables settings object - * @param {boolean} bShow Flag for if DataTables is doing processing or not - */ - - /** - * Ajax (XHR) event, fired whenever an Ajax request is completed from a request to - * made to the server for new data (note that this trigger is called in fnServerData, - * if you override fnServerData and which to use this event, you need to trigger it in - * you success function). - * @name DataTable#xhr - * @event - * @param {event} e jQuery event object - * @param {object} o DataTables settings object {@link DataTable.models.oSettings} - */ - - /** - * Destroy event, fired when the DataTable is destroyed by calling fnDestroy or passing - * the bDestroy:true parameter in the initialisation object. This can be used to remove - * bound events, added DOM nodes, etc. - * @name DataTable#destroy - * @event - * @param {event} e jQuery event object - * @param {object} o DataTables settings object {@link DataTable.models.oSettings} - */ -}(jQuery, window, document, undefined)); +(function(X,l,n){var L=function(h){var j=function(e){function o(a,b){var c=j.defaults.columns,d=a.aoColumns.length,c=h.extend({},j.models.oColumn,c,{sSortingClass:a.oClasses.sSortable,sSortingClassJUI:a.oClasses.sSortJUI,nTh:b?b:l.createElement("th"),sTitle:c.sTitle?c.sTitle:b?b.innerHTML:"",aDataSort:c.aDataSort?c.aDataSort:[d],mData:c.mData?c.oDefaults:d});a.aoColumns.push(c);if(a.aoPreSearchCols[d]===n||null===a.aoPreSearchCols[d])a.aoPreSearchCols[d]=h.extend({},j.models.oSearch);else if(c=a.aoPreSearchCols[d], +c.bRegex===n&&(c.bRegex=!0),c.bSmart===n&&(c.bSmart=!0),c.bCaseInsensitive===n)c.bCaseInsensitive=!0;m(a,d,null)}function m(a,b,c){var d=a.aoColumns[b];c!==n&&null!==c&&(c.mDataProp&&!c.mData&&(c.mData=c.mDataProp),c.sType!==n&&(d.sType=c.sType,d._bAutoType=!1),h.extend(d,c),p(d,c,"sWidth","sWidthOrig"),c.iDataSort!==n&&(d.aDataSort=[c.iDataSort]),p(d,c,"aDataSort"));var i=d.mRender?Q(d.mRender):null,f=Q(d.mData);d.fnGetData=function(a,b){var c=f(a,b);return d.mRender&&b&&""!==b?i(c,b,a):c};d.fnSetData= +L(d.mData);a.oFeatures.bSort||(d.bSortable=!1);!d.bSortable||-1==h.inArray("asc",d.asSorting)&&-1==h.inArray("desc",d.asSorting)?(d.sSortingClass=a.oClasses.sSortableNone,d.sSortingClassJUI=""):-1==h.inArray("asc",d.asSorting)&&-1==h.inArray("desc",d.asSorting)?(d.sSortingClass=a.oClasses.sSortable,d.sSortingClassJUI=a.oClasses.sSortJUI):-1!=h.inArray("asc",d.asSorting)&&-1==h.inArray("desc",d.asSorting)?(d.sSortingClass=a.oClasses.sSortableAsc,d.sSortingClassJUI=a.oClasses.sSortJUIAscAllowed):-1== +h.inArray("asc",d.asSorting)&&-1!=h.inArray("desc",d.asSorting)&&(d.sSortingClass=a.oClasses.sSortableDesc,d.sSortingClassJUI=a.oClasses.sSortJUIDescAllowed)}function k(a){if(!1===a.oFeatures.bAutoWidth)return!1;da(a);for(var b=0,c=a.aoColumns.length;bj[f])d(a.aoColumns.length+j[f],b[i]);else if("string"===typeof j[f]){e=0;for(w=a.aoColumns.length;eb&&a[d]--; -1!=c&&a.splice(c,1)}function S(a,b,c){var d=a.aoColumns[c];return d.fnRender({iDataRow:b,iDataColumn:c,oSettings:a,aData:a.aoData[b]._aData,mDataProp:d.mData},v(a,b,c,"display"))}function ea(a,b){var c=a.aoData[b],d;if(null===c.nTr){c.nTr=l.createElement("tr");c.nTr._DT_RowIndex=b;c._aData.DT_RowId&&(c.nTr.id=c._aData.DT_RowId);c._aData.DT_RowClass&& +(c.nTr.className=c._aData.DT_RowClass);for(var i=0,f=a.aoColumns.length;i=a.fnRecordsDisplay()?0:a.iInitDisplayStart,a.iInitDisplayStart=-1,y(a));if(a.bDeferLoading)a.bDeferLoading=!1,a.iDraw++;else if(a.oFeatures.bServerSide){if(!a.bDestroying&&!wa(a))return}else a.iDraw++;if(0!==a.aiDisplay.length){var g= +a._iDisplayStart;d=a._iDisplayEnd;a.oFeatures.bServerSide&&(g=0,d=a.aoData.length);for(;g")[0];a.nTable.parentNode.insertBefore(b,a.nTable);a.nTableWrapper=h('
    ')[0];a.nTableReinsertBefore=a.nTable.nextSibling;for(var c=a.nTableWrapper,d=a.sDom.split(""),i,f,g,e,w,o,k,m=0;m")[0];w=d[m+ +1];if("'"==w||'"'==w){o="";for(k=2;d[m+k]!=w;)o+=d[m+k],k++;"H"==o?o=a.oClasses.sJUIHeader:"F"==o&&(o=a.oClasses.sJUIFooter);-1!=o.indexOf(".")?(w=o.split("."),e.id=w[0].substr(1,w[0].length-1),e.className=w[1]):"#"==o.charAt(0)?e.id=o.substr(1,o.length-1):e.className=o;m+=k}c.appendChild(e);c=e}else if(">"==g)c=c.parentNode;else if("l"==g&&a.oFeatures.bPaginate&&a.oFeatures.bLengthChange)i=ya(a),f=1;else if("f"==g&&a.oFeatures.bFilter)i=za(a),f=1;else if("r"==g&&a.oFeatures.bProcessing)i=Aa(a),f= +1;else if("t"==g)i=Ba(a),f=1;else if("i"==g&&a.oFeatures.bInfo)i=Ca(a),f=1;else if("p"==g&&a.oFeatures.bPaginate)i=Da(a),f=1;else if(0!==j.ext.aoFeatures.length){e=j.ext.aoFeatures;k=0;for(w=e.length;k'):""===c?'':c+' ',d=l.createElement("div");d.className=a.oClasses.sFilter;d.innerHTML="";a.aanFeatures.f||(d.id=a.sTableId+"_filter");c=h('input[type="text"]',d);d._DT_Input=c[0];c.val(b.sSearch.replace('"',"""));c.bind("keyup.DT",function(){for(var c=a.aanFeatures.f,d=this.value===""?"":this.value, +g=0,e=c.length;g=b.length)a.aiDisplay.splice(0,a.aiDisplay.length),a.aiDisplay=a.aiDisplayMaster.slice();else if(a.aiDisplay.length==a.aiDisplayMaster.length||i.sSearch.length>b.length||1==c||0!==b.indexOf(i.sSearch)){a.aiDisplay.splice(0, +a.aiDisplay.length);la(a,1);for(b=0;b").html(c).text()); +return c.replace(/[\n\r]/g," ")}function ma(a,b,c,d){if(c)return a=b?a.split(" "):oa(a).split(" "),a="^(?=.*?"+a.join(")(?=.*?")+").*$",RegExp(a,d?"i":"");a=b?a:oa(a);return RegExp(a,d?"i":"")}function Ja(a,b){return"function"===typeof j.ext.ofnSearch[b]?j.ext.ofnSearch[b](a):null===a?"":"html"==b?a.replace(/[\r\n]/g," ").replace(/<.*?>/g,""):"string"===typeof a?a.replace(/[\r\n]/g," "):a}function oa(a){return a.replace(RegExp("(\\/|\\.|\\*|\\+|\\?|\\||\\(|\\)|\\[|\\]|\\{|\\}|\\\\|\\$|\\^|\\-)","g"), +"\\$1")}function Ca(a){var b=l.createElement("div");b.className=a.oClasses.sInfo;a.aanFeatures.i||(a.aoDrawCallback.push({fn:Ka,sName:"information"}),b.id=a.sTableId+"_info");a.nTable.setAttribute("aria-describedby",a.sTableId+"_info");return b}function Ka(a){if(a.oFeatures.bInfo&&0!==a.aanFeatures.i.length){var b=a.oLanguage,c=a._iDisplayStart+1,d=a.fnDisplayEnd(),i=a.fnRecordsTotal(),f=a.fnRecordsDisplay(),g;g=0===f?b.sInfoEmpty:b.sInfo;f!=i&&(g+=" "+b.sInfoFiltered);g+=b.sInfoPostFix;g=ja(a,g); +null!==b.fnInfoCallback&&(g=b.fnInfoCallback.call(a.oInstance,a,c,d,i,f,g));a=a.aanFeatures.i;b=0;for(c=a.length;b",c,d,i=a.aLengthMenu;if(2==i.length&&"object"===typeof i[0]&&"object"===typeof i[1]){c=0;for(d=i[0].length;c'+i[1][c]+""}else{c=0;for(d=i.length;c'+i[c]+""}b+="";i=l.createElement("div");a.aanFeatures.l|| +(i.id=a.sTableId+"_length");i.className=a.oClasses.sLength;i.innerHTML="";h('select option[value="'+a._iDisplayLength+'"]',i).attr("selected",!0);h("select",i).bind("change.DT",function(){var b=h(this).val(),i=a.aanFeatures.l;c=0;for(d=i.length;ca.aiDisplay.length||-1==a._iDisplayLength?a.aiDisplay.length:a._iDisplayStart+a._iDisplayLength}function Da(a){if(a.oScroll.bInfinite)return null;var b=l.createElement("div");b.className=a.oClasses.sPaging+a.sPaginationType;j.ext.oPagination[a.sPaginationType].fnInit(a, +b,function(a){y(a);x(a)});a.aanFeatures.p||a.aoDrawCallback.push({fn:function(a){j.ext.oPagination[a.sPaginationType].fnUpdate(a,function(a){y(a);x(a)})},sName:"pagination"});return b}function qa(a,b){var c=a._iDisplayStart;if("number"===typeof b)a._iDisplayStart=b*a._iDisplayLength,a._iDisplayStart>a.fnRecordsDisplay()&&(a._iDisplayStart=0);else if("first"==b)a._iDisplayStart=0;else if("previous"==b)a._iDisplayStart=0<=a._iDisplayLength?a._iDisplayStart-a._iDisplayLength:0,0>a._iDisplayStart&&(a._iDisplayStart= +0);else if("next"==b)0<=a._iDisplayLength?a._iDisplayStart+a._iDisplayLengthh(a.nTable).height()-a.oScroll.iLoadGap&&a.fnDisplayEnd()d.offsetHeight||"scroll"==h(d).css("overflow-y")))a.nTable.style.width=q(h(a.nTable).outerWidth()-a.oScroll.iBarWidth)}else""!==a.oScroll.sXInner?a.nTable.style.width= +q(a.oScroll.sXInner):i==h(d).width()&&h(d).height()i-a.oScroll.iBarWidth&&(a.nTable.style.width=q(i))):a.nTable.style.width=q(i);i=h(a.nTable).outerWidth();C(s,e);C(function(a){p.push(q(h(a).width()))},e);C(function(a,b){a.style.width=p[b]},g);h(e).height(0);null!==a.nTFoot&&(C(s,j),C(function(a){n.push(q(h(a).width()))},j),C(function(a,b){a.style.width=n[b]},o),h(j).height(0));C(function(a,b){a.innerHTML= +"";a.style.width=p[b]},e);null!==a.nTFoot&&C(function(a,b){a.innerHTML="";a.style.width=n[b]},j);if(h(a.nTable).outerWidth()d.offsetHeight||"scroll"==h(d).css("overflow-y")?i+a.oScroll.iBarWidth:i;if(r&&(d.scrollHeight>d.offsetHeight||"scroll"==h(d).css("overflow-y")))a.nTable.style.width=q(g-a.oScroll.iBarWidth);d.style.width=q(g);a.nScrollHead.style.width=q(g);null!==a.nTFoot&&(a.nScrollFoot.style.width=q(g));""===a.oScroll.sX?D(a,1,"The table cannot fit into the current element which will cause column misalignment. The table has been drawn at its minimum possible width."): +""!==a.oScroll.sXInner&&D(a,1,"The table cannot fit into the current element which will cause column misalignment. Increase the sScrollXInner value or remove it to allow automatic calculation")}else d.style.width=q("100%"),a.nScrollHead.style.width=q("100%"),null!==a.nTFoot&&(a.nScrollFoot.style.width=q("100%"));""===a.oScroll.sY&&r&&(d.style.height=q(a.nTable.offsetHeight+a.oScroll.iBarWidth));""!==a.oScroll.sY&&a.oScroll.bCollapse&&(d.style.height=q(a.oScroll.sY),r=""!==a.oScroll.sX&&a.nTable.offsetWidth> +d.offsetWidth?a.oScroll.iBarWidth:0,a.nTable.offsetHeightd.clientHeight||"scroll"==h(d).css("overflow-y");b.style.paddingRight=c?a.oScroll.iBarWidth+"px":"0px";null!==a.nTFoot&&(R.style.width=q(r),l.style.width=q(r),l.style.paddingRight=c?a.oScroll.iBarWidth+"px":"0px");h(d).scroll();if(a.bSorted||a.bFiltered)d.scrollTop=0}function C(a,b,c){for(var d= +0,i=0,f=b.length,g,e;itd",b));j=N(a,f);for(f=d=0;fc)return null;if(null===a.aoData[c].nTr){var d=l.createElement("td");d.innerHTML=v(a,c,b,"");return d}return J(a,c)[b]}function Pa(a,b){for(var c=-1,d=-1,i=0;i/g,"");e.length>c&&(c=e.length,d=i)}return d}function q(a){if(null===a)return"0px";if("number"==typeof a)return 0>a?"0px":a+"px";var b=a.charCodeAt(a.length-1); +return 48>b||57/g,""),i=q[c].nTh,i.removeAttribute("aria-sort"),i.removeAttribute("aria-label"),q[c].bSortable?0d&&d++;f=RegExp(f+"[123]");var o;b=0;for(c=a.length;b
    ')[0];l.body.appendChild(b);a.oBrowser.bScrollOversize= +100===h("#DT_BrowserTest",b)[0].offsetWidth?!0:!1;l.body.removeChild(b)}function Va(a){return function(){var b=[s(this[j.ext.iApiIndex])].concat(Array.prototype.slice.call(arguments));return j.ext.oApi[a].apply(this,b)}}var U=/\[.*?\]$/,Wa=X.JSON?JSON.stringify:function(a){var b=typeof a;if("object"!==b||null===a)return"string"===b&&(a='"'+a+'"'),a+"";var c,d,e=[],f=h.isArray(a);for(c in a)d=a[c],b=typeof d,"string"===b?d='"'+d+'"':"object"===b&&null!==d&&(d=Wa(d)),e.push((f?"":'"'+c+'":')+d);return(f? +"[":"{")+e+(f?"]":"}")};this.$=function(a,b){var c,d,e=[],f;d=s(this[j.ext.iApiIndex]);var g=d.aoData,o=d.aiDisplay,k=d.aiDisplayMaster;b||(b={});b=h.extend({},{filter:"none",order:"current",page:"all"},b);if("current"==b.page){c=d._iDisplayStart;for(d=d.fnDisplayEnd();c=d.fnRecordsDisplay()&&(d._iDisplayStart-=d._iDisplayLength,0>d._iDisplayStart&&(d._iDisplayStart=0));if(c===n||c)y(d),x(d);return g};this.fnDestroy=function(a){var b=s(this[j.ext.iApiIndex]),c=b.nTableWrapper.parentNode,d=b.nTBody,i,f,a=a===n?!1:a;b.bDestroying=!0;A(b,"aoDestroyCallback","destroy",[b]);if(!a){i=0;for(f=b.aoColumns.length;itr>td."+b.oClasses.sRowEmpty,b.nTable).parent().remove();b.nTable!=b.nTHead.parentNode&&(h(b.nTable).children("thead").remove(),b.nTable.appendChild(b.nTHead));b.nTFoot&&b.nTable!=b.nTFoot.parentNode&&(h(b.nTable).children("tfoot").remove(),b.nTable.appendChild(b.nTFoot));b.nTable.parentNode.removeChild(b.nTable);h(b.nTableWrapper).remove();b.aaSorting=[];b.aaSortingFixed=[];P(b);h(T(b)).removeClass(b.asStripeClasses.join(" "));h("th, td",b.nTHead).removeClass([b.oClasses.sSortable,b.oClasses.sSortableAsc, +b.oClasses.sSortableDesc,b.oClasses.sSortableNone].join(" "));b.bJUI&&(h("th span."+b.oClasses.sSortIcon+", td span."+b.oClasses.sSortIcon,b.nTHead).remove(),h("th, td",b.nTHead).each(function(){var a=h("div."+b.oClasses.sSortJUIWrapper,this),c=a.contents();h(this).append(c);a.remove()}));!a&&b.nTableReinsertBefore?c.insertBefore(b.nTable,b.nTableReinsertBefore):a||c.appendChild(b.nTable);i=0;for(f=b.aoData.length;i=t(d);if(!m)for(e=a;et<"F"ip>')):h.extend(g.oClasses,j.ext.oStdClasses);h(this).addClass(g.oClasses.sTable);if(""!==g.oScroll.sX||""!==g.oScroll.sY)g.oScroll.iBarWidth=Qa();g.iInitDisplayStart===n&&(g.iInitDisplayStart=e.iDisplayStart, +g._iDisplayStart=e.iDisplayStart);e.bStateSave&&(g.oFeatures.bStateSave=!0,Sa(g,e),z(g,"aoDrawCallback",ra,"state_save"));null!==e.iDeferLoading&&(g.bDeferLoading=!0,a=h.isArray(e.iDeferLoading),g._iRecordsDisplay=a?e.iDeferLoading[0]:e.iDeferLoading,g._iRecordsTotal=a?e.iDeferLoading[1]:e.iDeferLoading);null!==e.aaData&&(f=!0);""!==e.oLanguage.sUrl?(g.oLanguage.sUrl=e.oLanguage.sUrl,h.getJSON(g.oLanguage.sUrl,null,function(a){pa(a);h.extend(true,g.oLanguage,e.oLanguage,a);ba(g)}),i=!0):h.extend(!0, +g.oLanguage,e.oLanguage);null===e.asStripeClasses&&(g.asStripeClasses=[g.oClasses.sStripeOdd,g.oClasses.sStripeEven]);b=g.asStripeClasses.length;g.asDestroyStripes=[];if(b){c=!1;d=h(this).children("tbody").children("tr:lt("+b+")");for(a=0;a=g.aoColumns.length&&(g.aaSorting[a][0]=0);var k=g.aoColumns[g.aaSorting[a][0]];g.aaSorting[a][2]===n&&(g.aaSorting[a][2]=0);e.aaSorting===n&&g.saved_aaSorting===n&&(g.aaSorting[a][1]= +k.asSorting[0]);c=0;for(d=k.asSorting.length;c=parseInt(n,10)};j.fnIsDataTable=function(e){for(var h=j.settings,m=0;me)return e;for(var h=e+"",e=h.split(""),j="",h=h.length,k=0;k'+k.sPrevious+''+k.sNext+"":'';h(j).append(k);var l=h("a",j), +k=l[0],l=l[1];e.oApi._fnBindAction(k,{action:"previous"},n);e.oApi._fnBindAction(l,{action:"next"},n);e.aanFeatures.p||(j.id=e.sTableId+"_paginate",k.id=e.sTableId+"_previous",l.id=e.sTableId+"_next",k.setAttribute("aria-controls",e.sTableId),l.setAttribute("aria-controls",e.sTableId))},fnUpdate:function(e){if(e.aanFeatures.p)for(var h=e.oClasses,j=e.aanFeatures.p,k,l=0,n=j.length;l'+k.sFirst+''+k.sPrevious+''+k.sNext+''+k.sLast+"");var t=h("a",j),k=t[0],l=t[1],r=t[2],t=t[3];e.oApi._fnBindAction(k,{action:"first"},n);e.oApi._fnBindAction(l,{action:"previous"},n);e.oApi._fnBindAction(r,{action:"next"},n);e.oApi._fnBindAction(t,{action:"last"},n);e.aanFeatures.p||(j.id=e.sTableId+"_paginate",k.id=e.sTableId+"_first",l.id=e.sTableId+"_previous",r.id=e.sTableId+"_next",t.id=e.sTableId+"_last")}, +fnUpdate:function(e,o){if(e.aanFeatures.p){var m=j.ext.oPagination.iFullNumbersShowPages,k=Math.floor(m/2),l=Math.ceil(e.fnRecordsDisplay()/e._iDisplayLength),n=Math.ceil(e._iDisplayStart/e._iDisplayLength)+1,t="",r,B=e.oClasses,u,M=e.aanFeatures.p,L=function(h){e.oApi._fnBindAction(this,{page:h+r-1},function(h){e.oApi._fnPageChange(e,h.data.page);o(e);h.preventDefault()})};-1===e._iDisplayLength?n=k=r=1:l=l-k?(r=l-m+1,k=l):(r=n-Math.ceil(m/2)+1,k=r+m-1);for(m=r;m<=k;m++)t+= +n!==m?''+e.fnFormatNumber(m)+"":''+e.fnFormatNumber(m)+"";m=0;for(k=M.length;mh?1:0},"string-desc":function(e,h){return eh?-1:0},"html-pre":function(e){return e.replace(/<.*?>/g,"").toLowerCase()},"html-asc":function(e,h){return eh?1:0},"html-desc":function(e,h){return e< +h?1:e>h?-1:0},"date-pre":function(e){e=Date.parse(e);if(isNaN(e)||""===e)e=Date.parse("01/01/1970 00:00:00");return e},"date-asc":function(e,h){return e-h},"date-desc":function(e,h){return h-e},"numeric-pre":function(e){return"-"==e||""===e?0:1*e},"numeric-asc":function(e,h){return e-h},"numeric-desc":function(e,h){return h-e}});h.extend(j.ext.aTypes,[function(e){if("number"===typeof e)return"numeric";if("string"!==typeof e)return null;var h,j=!1;h=e.charAt(0);if(-1=="0123456789-".indexOf(h))return null; +for(var k=1;k")?"html":null}]);h.fn.DataTable=j;h.fn.dataTable=j;h.fn.dataTableSettings=j.settings;h.fn.dataTableExt=j.ext};"function"===typeof define&&define.amd?define(["jquery"],L):jQuery&&!jQuery.fn.dataTable&& +L(jQuery)})(window,document); From b30f67b24b003ed3ce1a94acc6d350b285d3f12a Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 14 Feb 2013 15:49:38 -0500 Subject: [PATCH 44/53] CC-4950: builder-feed is called twice on NowPlaying screen load --- airtime_mvc/public/js/airtime/showbuilder/main_builder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js index 98a1915a5..ee19e85fd 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js @@ -86,7 +86,7 @@ AIRTIME = (function(AIRTIME) { .end(); oTable = $('#show_builder_table').dataTable(); - oTable.fnDraw(); + //oTable.fnDraw(); } } From 4f3ea3f4066e39073304d5b872df95352e604a11 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 14 Feb 2013 17:48:32 -0500 Subject: [PATCH 45/53] Update ColReorder Datatables plugin --- .../plugin/dataTables.ColReorder.js | 73 +++++++++++++------ 1 file changed, 49 insertions(+), 24 deletions(-) diff --git a/airtime_mvc/public/js/datatables/plugin/dataTables.ColReorder.js b/airtime_mvc/public/js/datatables/plugin/dataTables.ColReorder.js index 7c7b728a2..35b96594f 100644 --- a/airtime_mvc/public/js/datatables/plugin/dataTables.ColReorder.js +++ b/airtime_mvc/public/js/datatables/plugin/dataTables.ColReorder.js @@ -1,8 +1,8 @@ /* * File: ColReorder.js - * Version: 1.0.5 + * Version: 1.0.8 * CVS: $Id$ - * Description: Controls for column visiblity in DataTables + * Description: Allow columns to be reordered in a DataTable * Author: Allan Jardine (www.sprymedia.co.uk) * Created: Wed Sep 15 18:23:29 BST 2010 * Modified: $Date$ by $Author$ @@ -174,10 +174,10 @@ $.fn.dataTableExt.oApi.fnColReorder = function ( oSettings, iFrom, iTo ) for ( i=0, iLen=iCols ; i Date: Fri, 15 Feb 2013 14:18:32 -0500 Subject: [PATCH 46/53] CC-4955: Datatables saves its parameters twice on every page load -fixed --- airtime_mvc/public/js/airtime/library/library.js | 2 ++ airtime_mvc/public/js/airtime/showbuilder/builder.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/airtime_mvc/public/js/airtime/library/library.js b/airtime_mvc/public/js/airtime/library/library.js index dd0574a03..31caca2fb 100644 --- a/airtime_mvc/public/js/airtime/library/library.js +++ b/airtime_mvc/public/js/airtime/library/library.js @@ -520,6 +520,8 @@ var AIRTIME = (function(AIRTIME) { oData.iLength = parseInt(oData.iLength, 10); oData.iStart = parseInt(oData.iStart, 10); oData.iCreate = parseInt(oData.iCreate, 10); + + return false; }, "sAjaxSource": baseUrl+"Library/contents-feed", diff --git a/airtime_mvc/public/js/airtime/showbuilder/builder.js b/airtime_mvc/public/js/airtime/showbuilder/builder.js index b7d4bda7f..c1e988789 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/builder.js @@ -451,6 +451,8 @@ var AIRTIME = (function(AIRTIME){ } oData.iCreate = parseInt(oData.iCreate, 10); + + return false; }, "fnServerData": mod.fnServerData, From 09baf3a47d82940aa5fdef2ecaa31c5f6fa77c6d Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Fri, 15 Feb 2013 14:19:04 -0500 Subject: [PATCH 47/53] remove unecessary file + better error handling --- .../public/js/airtime/library/library.js | 30 +- .../plugin/dataTables.ColReorderResize.js | 1020 ----------------- 2 files changed, 18 insertions(+), 1032 deletions(-) delete mode 100644 airtime_mvc/public/js/datatables/plugin/dataTables.ColReorderResize.js diff --git a/airtime_mvc/public/js/airtime/library/library.js b/airtime_mvc/public/js/airtime/library/library.js index 31caca2fb..bce74d2ec 100644 --- a/airtime_mvc/public/js/airtime/library/library.js +++ b/airtime_mvc/public/js/airtime/library/library.js @@ -491,9 +491,11 @@ var AIRTIME = (function(AIRTIME) { }, "fnStateLoad": function fnLibStateLoad(oSettings) { var settings = localStorage.getItem('datatables-library'); - - if (settings !== "") { + + try { return JSON.parse(settings); + } catch (e) { + return null; } }, "fnStateLoadParams": function (oSettings, oData) { @@ -501,18 +503,22 @@ var AIRTIME = (function(AIRTIME) { length, a = oData.abVisCols; - // putting serialized data back into the correct js type to make - // sure everything works properly. - for (i = 0, length = a.length; i < length; i++) { - if (typeof(a[i]) === "string") { - a[i] = (a[i] === "true") ? true : false; - } + if (a) { + // putting serialized data back into the correct js type to make + // sure everything works properly. + for (i = 0, length = a.length; i < length; i++) { + if (typeof(a[i]) === "string") { + a[i] = (a[i] === "true") ? true : false; + } + } } - + a = oData.ColReorder; - for (i = 0, length = a.length; i < length; i++) { - if (typeof(a[i]) === "string") { - a[i] = parseInt(a[i], 10); + if (a) { + for (i = 0, length = a.length; i < length; i++) { + if (typeof(a[i]) === "string") { + a[i] = parseInt(a[i], 10); + } } } diff --git a/airtime_mvc/public/js/datatables/plugin/dataTables.ColReorderResize.js b/airtime_mvc/public/js/datatables/plugin/dataTables.ColReorderResize.js deleted file mode 100644 index c1336ffac..000000000 --- a/airtime_mvc/public/js/datatables/plugin/dataTables.ColReorderResize.js +++ /dev/null @@ -1,1020 +0,0 @@ -/* - * File: ColReorderWithResize.js - * Version: 1.0.3 - * CVS: $Id$ - * Description: Controls for column visiblity in DataTables + col resizing - * Author: Allan Jardine (www.sprymedia.co.uk) - * Created: Wed Sep 15 18:23:29 BST 2010 - * Modified: July 2011 by Christophe Battarel - christophe.battarel@altairis.fr (resizing) - * Language: Javascript - * License: GPL v2 or BSD 3 point style - * Project: DataTables - * Contact: www.sprymedia.co.uk/contact - * - * Copyright 2010-2011 Allan Jardine, all rights reserved. - * - * This source file is free software, under either the GPL v2 license or a - * BSD style license, available at: - * http://datatables.net/license_gpl2 - * http://datatables.net/license_bsd - * - */ - - -(function($, window, document) { - - -/** - * Switch the key value pairing of an index array to be value key (i.e. the old value is now the - * key). For example consider [ 2, 0, 1 ] this would be returned as [ 1, 2, 0 ]. - * @method fnInvertKeyValues - * @param array aIn Array to switch around - * @returns array - */ -function fnInvertKeyValues( aIn ) -{ - var aRet=[]; - for ( var i=0, iLen=aIn.length ; i= iCols ) - { - this.oApi._fnLog( oSettings, 1, "ColReorder 'from' index is out of bounds: "+iFrom ); - return; - } - - if ( iTo < 0 || iTo >= iCols ) - { - this.oApi._fnLog( oSettings, 1, "ColReorder 'to' index is out of bounds: "+iTo ); - return; - } - - /* - * Calculate the new column array index, so we have a mapping between the old and new - */ - var aiMapping = []; - for ( i=0, iLen=iCols ; i this.s.fixed-1 ) - { - this._fnMouseListener( i, this.s.dt.aoColumns[i].nTh ); - } - - /* Mark the original column order for later reference */ - this.s.dt.aoColumns[i]._ColReorder_iOrigCol = i; - } - - /* State saving */ - this.s.dt.aoStateSave.push( { - "fn": function (oS, sVal) { - return that._fnStateSave.call( that, sVal ); - }, - "sName": "ColReorder_State" - } ); - - /* An initial column order has been specified */ - var aiOrder = null; - if ( typeof this.s.init.aiOrder != 'undefined' ) - { - aiOrder = this.s.init.aiOrder.slice(); - } - - /* State loading, overrides the column order given */ - if ( this.s.dt.oLoadedState && typeof this.s.dt.oLoadedState.ColReorder != 'undefined' && - this.s.dt.oLoadedState.ColReorder.length == this.s.dt.aoColumns.length ) - { - aiOrder = this.s.dt.oLoadedState.ColReorder; - } - - /* If we have an order to apply - do so */ - if ( aiOrder ) - { - /* We might be called during or after the DataTables initialisation. If before, then we need - * to wait until the draw is done, if after, then do what we need to do right away - */ - if ( !that.s.dt._bInitComplete ) - { - var bDone = false; - this.s.dt.aoDrawCallback.push( { - "fn": function () { - if ( !that.s.dt._bInitComplete && !bDone ) - { - bDone = true; - var resort = fnInvertKeyValues( aiOrder ); - that._fnOrderColumns.call( that, resort ); - } - }, - "sName": "ColReorder_Pre" - } ); - } - else - { - var resort = fnInvertKeyValues( aiOrder ); - that._fnOrderColumns.call( that, resort ); - } - } - }, - - - /** - * Set the column order from an array - * @method _fnOrderColumns - * @param array a An array of integers which dictate the column order that should be applied - * @returns void - * @private - */ - "_fnOrderColumns": function ( a ) - { - if ( a.length != this.s.dt.aoColumns.length ) - { - this.s.dt.oInstance.oApi._fnLog( oDTSettings, 1, "ColReorder - array reorder does not "+ - "match known number of columns. Skipping." ); - return; - } - - for ( var i=0, iLen=a.length ; i 0 ) - { - this.dom.drag.removeChild( this.dom.drag.getElementsByTagName('tbody')[0] ); - } - while ( this.dom.drag.getElementsByTagName('tfoot').length > 0 ) - { - this.dom.drag.removeChild( this.dom.drag.getElementsByTagName('tfoot')[0] ); - } - - $('thead tr:eq(0)', this.dom.drag).each( function () { - $('th:not(:eq('+that.s.mouse.targetIndex+'))', this).remove(); - } ); - $('tr', this.dom.drag).height( $('tr:eq(0)', that.s.dt.nTHead).height() ); - - $('thead tr:gt(0)', this.dom.drag).remove(); - - $('thead th:eq(0)', this.dom.drag).each( function (i) { - this.style.width = $('th:eq('+that.s.mouse.targetIndex+')', that.s.dt.nTHead).width()+"px"; - } ); - - this.dom.drag.style.position = "absolute"; - this.dom.drag.style.zIndex = 1200; - this.dom.drag.style.top = "0px"; - this.dom.drag.style.left = "0px"; - this.dom.drag.style.width = $('th:eq('+that.s.mouse.targetIndex+')', that.s.dt.nTHead).outerWidth()+"px"; - - - this.dom.pointer = document.createElement( 'div' ); - this.dom.pointer.className = "DTCR_pointer"; - this.dom.pointer.style.position = "absolute"; - - if ( this.s.dt.oScroll.sX === "" && this.s.dt.oScroll.sY === "" ) - { - this.dom.pointer.style.top = $(this.s.dt.nTable).offset().top+"px"; - this.dom.pointer.style.height = $(this.s.dt.nTable).height()+"px"; - } - else - { - this.dom.pointer.style.top = $('div.dataTables_scroll', this.s.dt.nTableWrapper).offset().top+"px"; - this.dom.pointer.style.height = $('div.dataTables_scroll', this.s.dt.nTableWrapper).height()+"px"; - } - - document.body.appendChild( this.dom.pointer ); - document.body.appendChild( this.dom.drag ); - } -}; - - - - - -/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Static parameters - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - -/** - * Array of all ColReorder instances for later reference - * @property ColReorder.aoInstances - * @type array - * @default [] - * @static - */ -ColReorder.aoInstances = []; - - - - - -/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Static functions - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - -/** - * Reset the column ordering for a DataTables instance - * @method ColReorder.fnReset - * @param object oTable DataTables instance to consider - * @returns void - * @static - */ -ColReorder.fnReset = function ( oTable ) -{ - for ( var i=0, iLen=ColReorder.aoInstances.length ; i Date: Fri, 15 Feb 2013 14:19:18 -0500 Subject: [PATCH 48/53] add silan to tarball full install --- install_full/ubuntu/airtime-full-install | 1 + install_full/ubuntu/airtime-full-install-nginx | 1 + 2 files changed, 2 insertions(+) diff --git a/install_full/ubuntu/airtime-full-install b/install_full/ubuntu/airtime-full-install index 08596a7e9..5d314d02c 100755 --- a/install_full/ubuntu/airtime-full-install +++ b/install_full/ubuntu/airtime-full-install @@ -80,6 +80,7 @@ fi #Install Sourcefabric's custom Liquidsoap debian package apt-get -y --force-yes install sourcefabric-keyring apt-get -y --force-yes install liquidsoap +apt-get -y --force-yes install silan # Apache Config File diff --git a/install_full/ubuntu/airtime-full-install-nginx b/install_full/ubuntu/airtime-full-install-nginx index 58a7f2af4..e4c1ceca9 100755 --- a/install_full/ubuntu/airtime-full-install-nginx +++ b/install_full/ubuntu/airtime-full-install-nginx @@ -81,6 +81,7 @@ fi #Install Sourcefabric's custom Liquidsoap debian package apt-get -y --force-yes install sourcefabric-keyring apt-get -y --force-yes install liquidsoap +apt-get -y --force-yes install silan # php-fpm Airtime pool file echo "----------------------------------------------------" From d35c8050cf97d4f6f75102253268a36f37dd1462 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Fri, 15 Feb 2013 15:02:14 -0500 Subject: [PATCH 49/53] CC-4956: Merge nginx + apache install full scripts -fixed --- install_full/ubuntu/airtime-full-install | 56 ++++++-- .../ubuntu/airtime-full-install-nginx | 127 +----------------- 2 files changed, 46 insertions(+), 137 deletions(-) diff --git a/install_full/ubuntu/airtime-full-install b/install_full/ubuntu/airtime-full-install index 5d314d02c..6fffe3e1c 100755 --- a/install_full/ubuntu/airtime-full-install +++ b/install_full/ubuntu/airtime-full-install @@ -2,6 +2,9 @@ # # Auto install script for airtime on Ubuntu # +# NGINX changes are contributed by Eugene MechanisM +# Link to the post: +# http://forum.sourcefabric.org/discussion/13563/first-step-to-run-airtime-via-nginx-based-on-airtime-2.0-beta-files exec > >(tee install_log.txt) exec 2>&1 @@ -11,6 +14,8 @@ if [ "$(id -u)" != "0" ]; then exit 1 fi +server="$1" + #Current dir # Absolute path to this script, e.g. /home/user/bin/foo.sh SCRIPT=`readlink -f $0` @@ -60,7 +65,6 @@ pwgen libfaad2 #of Debian, where these packages are unauthorized) apt-get -y --force-yes install libmp3lame-dev lame icecast2 - #Debian Squeeze only has zendframework package. Newer versions of Ubuntu have zend-framework package. #Ubuntu Lucid has both zendframework and zend-framework. Difference appears to be that zendframework is for #1.10 and zend-framework is 1.11 @@ -70,33 +74,59 @@ else apt-get -y --force-yes install libzend-framework-php fi +#get the "timeout" unix command if [ "$code" = "lucid" ]; then apt-get -y --force-yes install timeout else apt-get -y --force-yes install coreutils fi - #Install Sourcefabric's custom Liquidsoap debian package apt-get -y --force-yes install sourcefabric-keyring apt-get -y --force-yes install liquidsoap apt-get -y --force-yes install silan +if [ "$server" = "nginx" ]; then + # NGINX Config File + echo "----------------------------------------------------" + echo "2.1 NGINX Config File" + echo "----------------------------------------------------" + if [ ! -f /etc/nginx/sites-available/airtime ]; then + cp $SCRIPTPATH/../nginx/airtime-vhost /etc/nginx/sites-available/airtime + ln -s /etc/nginx/sites-available/airtime /etc/nginx/sites-enabled/airtime + service nginx reload + else + echo "NGINX config for Airtime already exists..." + fi -# Apache Config File -echo "----------------------------------------------------" -echo "2. Apache Config File" -echo "----------------------------------------------------" -if [ ! -f /etc/apache2/sites-available/airtime ]; then - cp $SCRIPTPATH/../apache/airtime-vhost /etc/apache2/sites-available/airtime - a2dissite default - a2ensite airtime - a2enmod rewrite php5 - service apache2 restart + # php-fpm Airtime pool file + echo "----------------------------------------------------" + echo "2.2 Airtime php pool file" + echo "----------------------------------------------------" + if [ ! -f /etc/php5/fpm/pool.d/airtime.conf ]; then + cp $SCRIPTPATH/../php5-fpm/airtime.conf /etc/php5/fpm/pool.d/airtime.conf + service php5-fpm reload + else + echo "Airtime php pool file already exists..." + fi else - echo "Apache config for Airtime already exists..." + # Apache Config File + echo "----------------------------------------------------" + echo "2. Apache Config File" + echo "----------------------------------------------------" + if [ ! -f /etc/apache2/sites-available/airtime ]; then + cp $SCRIPTPATH/../apache/airtime-vhost /etc/apache2/sites-available/airtime + a2dissite default + a2ensite airtime + a2enmod rewrite php5 + service apache2 restart + else + echo "Apache config for Airtime already exists..." + fi fi + + # Enable Icecast echo "----------------------------------------------------" echo "3. Enable Icecast" diff --git a/install_full/ubuntu/airtime-full-install-nginx b/install_full/ubuntu/airtime-full-install-nginx index e4c1ceca9..7f55a3aa2 100755 --- a/install_full/ubuntu/airtime-full-install-nginx +++ b/install_full/ubuntu/airtime-full-install-nginx @@ -1,131 +1,10 @@ -#!/bin/bash -e -# -# Auto install script for airtime on Ubuntu -# -# NGINX changes are contributed by Eugene MechanisM -# Link to the post: -# http://forum.sourcefabric.org/discussion/13563/first-step-to-run-airtime-via-nginx-based-on-airtime-2.0-beta-files +#!/bin/bash +# Auto install script for airtime + nginx -exec > >(tee install_log.txt) -exec 2>&1 - -if [ "$(id -u)" != "0" ]; then - echo "Please run as root user." - exit 1 -fi - -#Current dir # Absolute path to this script, e.g. /home/user/bin/foo.sh SCRIPT=`readlink -f $0` # Absolute path this script is in, thus /home/user/bin SCRIPTPATH=`dirname $SCRIPT` -#Prerequisite -echo "----------------------------------------------------" -echo " 1. Install Packages" -echo "----------------------------------------------------" - -dist=`lsb_release -is` -code=`lsb_release -cs` - -#enable squeeze backports to get lame packages -if [ "$dist" = "Debian" -a "$code" = "squeeze" ]; then - grep "deb http://backports.debian.org/debian-backports squeeze-backports main" /etc/apt/sources.list - if [ "$?" -ne "0" ]; then - echo "deb http://backports.debian.org/debian-backports squeeze-backports main" >> /etc/apt/sources.list - fi -fi - -apt-get update - -# Updated package list -apt-get -y --force-yes install tar gzip curl nginx php5-pgsql php5-fpm \ -php-pear php5-gd postgresql odbc-postgresql python libsoundtouch-ocaml \ -libtaglib-ocaml libao-ocaml libmad-ocaml ecasound \ -libesd0 libportaudio2 libsamplerate0 rabbitmq-server patch \ -php5-curl mpg123 monit python-virtualenv multitail libcamomile-ocaml-data \ -libpulse0 vorbis-tools lsb-release lsof sudo mp3gain vorbisgain flac vorbis-tools \ -pwgen libfaad2 - -#install packages with --force-yes option (this is useful in the case -#of Debian, where these packages are unauthorized) -apt-get -y --force-yes install libmp3lame-dev lame icecast2 - -#Debian Squeeze only has zendframework package. Newer versions of Ubuntu have zend-framework package. -#Ubuntu Lucid has both zendframework and zend-framework. Difference appears to be that zendframework is for -#1.10 and zend-framework is 1.11 -if [ "$dist" = "Debian" ]; then - apt-get -y install --force-yes zendframework -else - apt-get -y install --force-yes libzend-framework-php -fi - -if [ "$code" = "lucid" ]; then - apt-get -y install --force-yes timeout -else - apt-get -y install --force-yes coreutils -fi - -# NGINX Config File -echo "----------------------------------------------------" -echo "2.1 NGINX Config File" -echo "----------------------------------------------------" -if [ ! -f /etc/nginx/sites-available/airtime ]; then - cp $SCRIPTPATH/../nginx/airtime-vhost /etc/nginx/sites-available/airtime - ln -s /etc/nginx/sites-available/airtime /etc/nginx/sites-enabled/airtime - service nginx reload -else - echo "NGINX config for Airtime already exists..." -fi - -#Install Sourcefabric's custom Liquidsoap debian package -apt-get -y --force-yes install sourcefabric-keyring -apt-get -y --force-yes install liquidsoap -apt-get -y --force-yes install silan - -# php-fpm Airtime pool file -echo "----------------------------------------------------" -echo "2.2 Airtime php pool file" -echo "----------------------------------------------------" -if [ ! -f /etc/php5/fpm/pool.d/airtime.conf ]; then - cp $SCRIPTPATH/../php5-fpm/airtime.conf /etc/php5/fpm/pool.d/airtime.conf - service php5-fpm reload -else - echo "Airtime php pool file already exists..." -fi - -# Enable Icecast -echo "----------------------------------------------------" -echo "3. Enable Icecast" -echo "----------------------------------------------------" -cd /etc/default/ -sed -i 's/ENABLE=false/ENABLE=true/g' icecast2 -set +e -service icecast2 start -set -e -echo "" - -# Enable Monit -echo "----------------------------------------------------" -echo "4. Enable Monit" -echo "----------------------------------------------------" -cd /etc/default/ -sed -i 's/startup=0/startup=1/g' monit - -set +e -grep -q "include /etc/monit/conf.d" /etc/monit/monitrc -RETVAL=$? -set -e -if [ $RETVAL -ne 0 ] ; then - mkdir -p /etc/monit/conf.d - echo "include /etc/monit/conf.d/*" >> /etc/monit/monitrc -fi - -# Run Airtime Install -echo "----------------------------------------------------" -echo "5. Run Airtime Install" -echo "----------------------------------------------------" -cd $SCRIPTPATH/../../install_minimal -./airtime-install - +$SCRIPTPATH/airtime-full-install nginx From fe611e7c6a03fcd845645a6884d3d709285fd4d8 Mon Sep 17 00:00:00 2001 From: Naomi Date: Fri, 15 Feb 2013 16:32:05 -0500 Subject: [PATCH 50/53] CC-4957 : Replay Gain undefined error, json response not being sent back properly. --- airtime_mvc/application/controllers/ApiController.php | 11 +++++------ python_apps/api_clients/api_client.cfg | 2 +- python_apps/pypo/media/update/replaygainupdater.py | 4 +++- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/airtime_mvc/application/controllers/ApiController.php b/airtime_mvc/application/controllers/ApiController.php index 6bbe480da..065352ba7 100644 --- a/airtime_mvc/application/controllers/ApiController.php +++ b/airtime_mvc/application/controllers/ApiController.php @@ -42,8 +42,9 @@ class ApiController extends Zend_Controller_Action ->addActionContext('reload-metadata-group' , 'json') ->addActionContext('notify-webstream-data' , 'json') ->addActionContext('get-stream-parameters' , 'json') - ->addActionContext('push-stream-stats' , 'json') - ->addActionContext('update-stream-setting-table' , 'json') + ->addActionContext('push-stream-stats' , 'json') + ->addActionContext('update-stream-setting-table' , 'json') + ->addActionContext('update-replay-gain-value' , 'json') ->initContext(); } @@ -919,10 +920,6 @@ class ApiController extends Zend_Controller_Action public function updateReplayGainValueAction() { - // disable layout - $this->view->layout()->disableLayout(); - $this->_helper->viewRenderer->setNoRender(true); - $request = $this->getRequest(); $data = json_decode($request->getParam('data')); @@ -933,6 +930,8 @@ class ApiController extends Zend_Controller_Action $file->setDbReplayGain($gain); $file->save(); } + + $this->view->msg = "OK"; } public function updateCueValuesBySilanAction() diff --git a/python_apps/api_clients/api_client.cfg b/python_apps/api_clients/api_client.cfg index d9a67b608..0f1050a61 100644 --- a/python_apps/api_clients/api_client.cfg +++ b/python_apps/api_clients/api_client.cfg @@ -115,7 +115,7 @@ get_bootstrap_info = 'get-bootstrap-info/format/json/api_key/%%api_key%%' get_files_without_replay_gain = 'get-files-without-replay-gain/api_key/%%api_key%%/dir_id/%%dir_id%%' -update_replay_gain_value = 'update-replay-gain-value/api_key/%%api_key%%' +update_replay_gain_value = 'update-replay-gain-value/format/json/api_key/%%api_key%%' notify_webstream_data = 'notify-webstream-data/api_key/%%api_key%%/media_id/%%media_id%%/format/json' diff --git a/python_apps/pypo/media/update/replaygainupdater.py b/python_apps/pypo/media/update/replaygainupdater.py index 2f52c0a23..0d971d432 100644 --- a/python_apps/pypo/media/update/replaygainupdater.py +++ b/python_apps/pypo/media/update/replaygainupdater.py @@ -58,7 +58,9 @@ class ReplayGainUpdater(Thread): try: self.api_client.update_replay_gain_values(processed_data) - except Exception as e: self.unexpected_exception(e) + except Exception as e: + self.logger.error(e) + self.logger.debug(traceback.format_exc()) if len(files) == 0: break self.logger.info("Processed: %d songs" % total) From 9a2b8af7b1339a7d7e059f81f9469038305156b6 Mon Sep 17 00:00:00 2001 From: Naomi Date: Fri, 15 Feb 2013 16:50:43 -0500 Subject: [PATCH 51/53] Revert "CC-4955: Datatables saves its parameters twice on every page load" This reverts commit 39ec07e71c11a04290df988731549b589bddea7b. --- airtime_mvc/public/js/airtime/library/library.js | 2 -- airtime_mvc/public/js/airtime/showbuilder/builder.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/airtime_mvc/public/js/airtime/library/library.js b/airtime_mvc/public/js/airtime/library/library.js index bce74d2ec..11194574a 100644 --- a/airtime_mvc/public/js/airtime/library/library.js +++ b/airtime_mvc/public/js/airtime/library/library.js @@ -526,8 +526,6 @@ var AIRTIME = (function(AIRTIME) { oData.iLength = parseInt(oData.iLength, 10); oData.iStart = parseInt(oData.iStart, 10); oData.iCreate = parseInt(oData.iCreate, 10); - - return false; }, "sAjaxSource": baseUrl+"Library/contents-feed", diff --git a/airtime_mvc/public/js/airtime/showbuilder/builder.js b/airtime_mvc/public/js/airtime/showbuilder/builder.js index c1e988789..b7d4bda7f 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/builder.js @@ -451,8 +451,6 @@ var AIRTIME = (function(AIRTIME){ } oData.iCreate = parseInt(oData.iCreate, 10); - - return false; }, "fnServerData": mod.fnServerData, From 70931e9a5e3566d1fc337ae89f7e43c99d65fe12 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Fri, 15 Feb 2013 17:26:08 -0500 Subject: [PATCH 52/53] CC-4956: Merge nginx + apache install full scripts -install appropriate packages --- install_full/ubuntu/airtime-full-install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install_full/ubuntu/airtime-full-install b/install_full/ubuntu/airtime-full-install index 6fffe3e1c..d574b9adb 100755 --- a/install_full/ubuntu/airtime-full-install +++ b/install_full/ubuntu/airtime-full-install @@ -53,7 +53,7 @@ fi apt-get update # Updated package list -apt-get -y --force-yes install tar gzip curl apache2 php5-pgsql libapache2-mod-php5 \ +apt-get -y --force-yes install tar gzip curl php5-pgsql \ php-pear php5-gd postgresql odbc-postgresql python libsoundtouch-ocaml \ libtaglib-ocaml libao-ocaml libmad-ocaml ecasound \ libesd0 libportaudio2 libsamplerate0 rabbitmq-server patch \ @@ -61,6 +61,7 @@ php5-curl mpg123 monit python-virtualenv multitail libcamomile-ocaml-data \ libpulse0 vorbis-tools lsb-release lsof sudo mp3gain vorbisgain flac vorbis-tools \ pwgen libfaad2 + #install packages with --force-yes option (this is useful in the case #of Debian, where these packages are unauthorized) apt-get -y --force-yes install libmp3lame-dev lame icecast2 @@ -87,6 +88,7 @@ apt-get -y --force-yes install liquidsoap apt-get -y --force-yes install silan if [ "$server" = "nginx" ]; then + apt-get -y --force-yes install nginx php5-fpm # NGINX Config File echo "----------------------------------------------------" echo "2.1 NGINX Config File" @@ -110,6 +112,7 @@ if [ "$server" = "nginx" ]; then echo "Airtime php pool file already exists..." fi else + apt-get -y --force-yes install apache2 libapache2-mod-php5 # Apache Config File echo "----------------------------------------------------" echo "2. Apache Config File" From 8f53871ddcfb1fd3ac2744af74c1bfc722c8d09f Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Wed, 20 Feb 2013 14:40:16 -0500 Subject: [PATCH 53/53] CC-4970: Process return codes aren't "reaped" after exiting - Zombie processes are created. -fixed --- python_apps/media-monitor2/media/metadata/process.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python_apps/media-monitor2/media/metadata/process.py b/python_apps/media-monitor2/media/metadata/process.py index ccaa1f41c..74d008b66 100644 --- a/python_apps/media-monitor2/media/metadata/process.py +++ b/python_apps/media-monitor2/media/metadata/process.py @@ -174,7 +174,8 @@ def normalize_mutagen(path): try: command = ['silan', '-f', 'JSON', md['path']] proc = subprocess.Popen(command, stdout=subprocess.PIPE) - out = proc.stdout.read() + out = proc.communicate()[0].strip('\r\n') + info = json.loads(out) md['cuein'] = info['sound'][0][0] md['cueout'] = info['sound'][-1][1]
    escape($row["track_title"]) ?>escape($row["creator"]) ?>escape($row["album"]) ?>