2018-04-06 07:58:38 -04:00
< ? php
if ( ! function_exists ( " string_plural_select_fi_fi " )) {
function string_plural_select_fi_fi ( $n ){
2018-05-20 13:16:32 -04:00
$n = intval ( $n );
2021-02-01 12:47:38 -05:00
return intval ( $n != 1 );
2018-04-06 07:58:38 -04:00
}}
;
2018-05-20 13:16:32 -04:00
$a -> strings [ " Error fetching weather data. \\ nError was: " ] = " Säätietojen noutamisessa tapahtui virhe. \\ nLisätietoja: " ;
2018-04-18 02:32:45 -04:00
$a -> strings [ " Current Weather " ] = " Sää " ;
2018-04-09 09:00:17 -04:00
$a -> strings [ " Relative Humidity " ] = " Suhteellinen kosteus " ;
$a -> strings [ " Pressure " ] = " Ilmanpaine " ;
2018-04-06 07:58:38 -04:00
$a -> strings [ " Wind " ] = " Tuuli " ;
2018-04-09 09:00:17 -04:00
$a -> strings [ " Last Updated " ] = " Viimeksi päivitetty " ;
2018-05-20 13:16:32 -04:00
$a -> strings [ " Data by " ] = " Tiedot tuottaa " ;
2018-04-06 07:58:38 -04:00
$a -> strings [ " Show on map " ] = " Näytä kartalla " ;
2018-04-18 02:32:45 -04: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-05-20 13:16:32 -04:00
$a -> strings [ " No APPID found, please contact your admin to obtain one. " ] = " APPID puuttuu, ota yhteyttä ylläpitäjään. " ;
2018-04-06 07:58:38 -04:00
$a -> strings [ " Save Settings " ] = " Tallenna asetukset " ;
$a -> strings [ " Settings " ] = " Asetukset " ;
2018-04-18 02:32:45 -04:00
$a -> strings [ " Enter either the name of your location or the zip code. " ] = " Syötä sijaintisi nimi tai postinumero. " ;
2018-04-06 07:58:38 -04:00
$a -> strings [ " Your Location " ] = " Sijaintisi " ;
2018-05-20 13:16:32 -04:00
$a -> strings [ " Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>. " ] = " Sijantisi (paikka tai postinumero), esim. <em>Helsinki,FI</em> tai <em>00100,FI</em>. " ;
2018-04-09 09:00:17 -04:00
$a -> strings [ " Units " ] = " Yksiköt " ;
2018-04-20 02:32:40 -04: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 09:00:17 -04:00
$a -> strings [ " Show weather data " ] = " Näytä säätiedot " ;
2018-05-20 13:16:32 -04:00
$a -> strings [ " Curweather settings saved. " ] = " Curweather -asetukset tallennettu. " ;
$a -> strings [ " Caching Interval " ] = " Välimuistin aikaväli " ;
$a -> strings [ " no cache " ] = " Ei välimuistia " ;
2018-04-18 02:32:45 -04:00
$a -> strings [ " minutes " ] = " minuuttia " ;
2018-05-20 13:16:32 -04:00
$a -> strings [ " Your APPID " ] = " Sinun APPID " ;
2018-04-18 02:32:45 -04:00
$a -> strings [ " Your API key provided by OpenWeatherMap " ] = " API-avain OpenWeatherMapiltä " ;