/*Routes*/ function localizeWeatherRoute(){ return 'vaer'; } function localizeSearchRoute(){ return 'sok'; } function localizeModuleAdvancedMapRoute(){ return 'kart'; } function localizeModuleWeekendRoute(){ return 'helg'; } function localizeModuleOverviewRoute(){ return 'oversikt'; } function localizeModuleHourlyRoute(){ return 'timefortime'; } function localizeMeteogramRoute(){ return 'Translate(modulenames,meteogram_route)'; } function localizeModuleSeasonRoute(){ return 'sesong'; } function localizeModulePrecipitationRoute(){ return 'nedborkart'; } function localizeModuleRadarRoute(){ return 'radar'; } function localizeModuleSatellittRoute(){ return 'satellitt'; } function localizeModuleClimateRoute(){ return 'klima'; } function localizeTrafficRoute() { return 'trafikk'; } function localizeTrafficPrintRoute() { return 'trafikkSkrivUt'; } /*label*/ function localizeDay(){ return 'dag'; } function localizeModuleOverviewForecastRoute(){ return 'oversiktsver'; } function localizeTable(){ return 'Tabell'; } function localizeChart(){ return 'Diagram'; } function localizeBasicUV(){ return 'UV'; } function localizeBasicPollen(){ return 'pollen'; } function localizeBasicBath(){ return 'bathtemperature'; } function localizeUVHover(){ return 'Maksimal UV indeks ved klarvær'; } function localizeTimestepTime(){ return 'Klokken'; } function localizeTimestepWeather(){ return 'Været'; } function localizeTimestepTemp(){ return 'Temp.'; } function localizeTimestepFeelas(){ return 'Føles som'; } function localizeTimestepPrecipitation(){ return 'Nedbør'; } function localizeTimestepWind(){ return 'Vind'; } function localizeTimestepTextforecast(){ return 'Tekstvarsel'; } function localizeTimestepHumidity(){ return 'Luftfuktighet'; } function localizeTimestepAirPressure(){ return 'Lufttrykk'; } function localizeTimestepThunder(){ return 'Tordenfare'; } function localizeTimestepTomorrow(){ return 'I MORGEN'; } function localizeTimestepThunderTextForNone(){ return 'Ingen'; } function localizeTimestepThunderTextForLow(){ return 'Lav'; } function localizeTimestepThunderTextForMedium(){ return 'Middels'; } function localizeTimestepThunderTextForHigh(){ return 'Høy'; } function localizeDefaultSearchText(){ return 'Skriv inn ditt sted her'; } function localizeSymbolTexts(symbolId){ var textarray = ['', 'Skyfritt', 'Lettskyet', 'Halvskyet', 'Skyet', 'Regnbyger', 'Tordenbyger', 'Sluddbyger', 'Snøbyger', 'Lett regn', 'Regn', 'Regn/torden', 'Sludd', 'Snø', 'Snø/torden', 'Tåke', 'Klarvær', 'Halvskyet', 'Regnbyger', 'Snøbyger', 'Klarvær', 'Lettskyet', 'Halvskyet', 'Regnbyger', 'Regn/torden', 'Sluddbyger', 'Snøbyger' ]; return textarray[symbolId]; } function localizeWindSpeedTexts(windId){ var textarray = []; textarray['speed'] = 'Translate(windspeedtext,speed)'; textarray['speed00'] = 'Stille'; textarray['speed05'] = 'Flau vind'; textarray['speed10'] = 'Svak vind'; textarray['speed15'] = 'Lett bris'; textarray['speed20'] = 'Laber bris'; textarray['speed25'] = 'Frisk bris'; textarray['speed30'] = 'Liten kuling'; textarray['speed35'] = 'Stiv kuling'; textarray['speed40'] = 'Sterk kuling'; textarray['speed45'] = 'Liten storm'; textarray['speed50'] = 'Full storm'; textarray['speed55'] = 'Sterk storm'; textarray['speed60'] = 'Orkan'; textarray['speed65'] = 'Orkan'; return textarray[windId]; } function localizeWindDirectionTexts(windDirection){ var textarray = []; textarray['E'] = 'fra nord'; textarray['N'] = 'fra øst'; textarray['NE'] = 'fra nordøst'; textarray['NW'] = 'fra nordvest'; textarray['S'] = 'fra sør'; textarray['SE'] = 'fra sørøst'; textarray['SW'] = 'fra sørvest'; textarray['W'] = 'fra vest'; return textarray[windDirection]; } /*Traffic weather*/ function localizeCloudcover(){ return 'Skydekke'; } function localizePerHour(){ return 'denne timen'; } function localizePrecipitation(){ return 'Nedbør'; } function localizeApparentTemperature(){ return 'Opplevd temperatur'; } function localizeFromStart(){ return 'fra start'; } function localizeSeeFullForecastAtStorm(){ return 'Se full varsel på storm.no >'; } function localizeTimeShortcut(){ return 'Kl'; } function localizeGoToLinkPreffix(){ return 'http://www.storm.no/vaer'; }