var Locale=Locale||{};Locale.Resources=[];Locale.Current=null;Locale.Load=function(n){Locale.Current=_.findWhere(Locale.Resources,{lang:n})};Locale.String=function(n){try{return Locale.Current?_.findWhere(Locale.Current.strings,{key:n}).value:"Localization did not initialize properly. {Key: "+n+"}"}catch(t){return"Resource string not found for {Key: "+n+", Error: "+t+"}"}};Locale.Resources.push({lang:"en-AU",strings:[{key:"ciob-null",value:"Current item of business is not currently available."},{key:"ciob-load",value:"Loading current item of business. Please wait..."},{key:"dp-null",value:"The Daily Program is available approximately one hour before the {0} sits."},{key:"dp-load",value:"Loading the daily program. Please wait..."},{key:"np-null",value:"There are currently no items of business before the Chamber."},{key:"minutes-load",value:"Loading {0}. Please wait..."}]})