2018-04-06 11:58:38 +00:00
< ? php
if ( ! function_exists ( " string_plural_select_fi_fi " )) {
function string_plural_select_fi_fi ( $n ){
return ( $n != 1 );;
}}
;
$a -> strings [ " Error fetching weather data. \\ nError was: " ] = " " ;
2018-04-18 06:32:45 +00:00
$a -> strings [ " Current Weather " ] = " Sää " ;
2018-04-09 13:00:17 +00:00
$a -> strings [ " Relative Humidity " ] = " Suhteellinen kosteus " ;
$a -> strings [ " Pressure " ] = " Ilmanpaine " ;
2018-04-06 11:58:38 +00:00
$a -> strings [ " Wind " ] = " Tuuli " ;
2018-04-09 13:00:17 +00:00
$a -> strings [ " Last Updated " ] = " Viimeksi päivitetty " ;
2018-04-06 11:58:38 +00:00
$a -> strings [ " Data by " ] = " " ;
$a -> strings [ " Show on map " ] = " Näytä kartalla " ;
2018-04-18 06:32:45 +00:00
$a -> strings [ " There was a problem accessing the weather data. But have a look " ] = " Säätietohaussa tapahtui virhe. Voit kuitenkin katsoa " ;
$a -> strings [ " at OpenWeatherMap " ] = " OpenWeatherMappiä " ;
$a -> strings [ " Current Weather settings updated. " ] = " Sääasetukset päivitetty. " ;
2018-04-06 11:58:38 +00:00
$a -> strings [ " No APPID found, please contact your admin to obtain one. " ] = " " ;
$a -> strings [ " Save Settings " ] = " Tallenna asetukset " ;
$a -> strings [ " Settings " ] = " Asetukset " ;
2018-04-18 06:32:45 +00:00
$a -> strings [ " Enter either the name of your location or the zip code. " ] = " Syötä sijaintisi nimi tai postinumero. " ;
2018-04-06 11:58:38 +00:00
$a -> strings [ " Your Location " ] = " Sijaintisi " ;
$a -> strings [ " Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>. " ] = " " ;
2018-04-09 13:00:17 +00:00
$a -> strings [ " Units " ] = " Yksiköt " ;
2018-04-20 06:32:40 +00:00
$a -> strings [ " select if the temperature should be displayed in °C or °F " ] = " ota käyttöön Celsius-asteikko (°C) tai Fahrenheit-asteikko (°F) " ;
2018-04-09 13:00:17 +00:00
$a -> strings [ " Show weather data " ] = " Näytä säätiedot " ;
2018-04-06 11:58:38 +00:00
$a -> strings [ " Curweather settings saved. " ] = " " ;
$a -> strings [ " Caching Interval " ] = " " ;
$a -> strings [ " For how long should the weather data be cached? Choose according your OpenWeatherMap account type. " ] = " " ;
$a -> strings [ " no cache " ] = " " ;
2018-04-18 06:32:45 +00:00
$a -> strings [ " minutes " ] = " minuuttia " ;
2018-04-06 11:58:38 +00:00
$a -> strings [ " Your APPID " ] = " " ;
2018-04-18 06:32:45 +00:00
$a -> strings [ " Your API key provided by OpenWeatherMap " ] = " API-avain OpenWeatherMapiltä " ;