X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=curweather%2Flang%2Ffi-fi%2Fstrings.php;h=df84451e607e2f16f7ee5d366410a6631a4af91f;hb=25ba6023d0ac5d3fed79edeb207f00c0faa132e5;hp=43be175e69f5e418a6c3518c53629498700bbd5f;hpb=8e00b7db5b22286f5de1c829ed28b73c8d20ff8a;p=friendica-addons.git diff --git a/curweather/lang/fi-fi/strings.php b/curweather/lang/fi-fi/strings.php index 43be175e..df84451e 100644 --- a/curweather/lang/fi-fi/strings.php +++ b/curweather/lang/fi-fi/strings.php @@ -2,33 +2,32 @@ if(! function_exists("string_plural_select_fi_fi")) { function string_plural_select_fi_fi($n){ - return ($n != 1);; + $n = intval($n); + return intval($n != 1); }} -; -$a->strings["Error fetching weather data.\\nError was: "] = ""; -$a->strings["Current Weather"] = ""; -$a->strings["Relative Humidity"] = ""; -$a->strings["Pressure"] = ""; -$a->strings["Wind"] = "Tuuli"; -$a->strings["Last Updated"] = ""; -$a->strings["Data by"] = ""; -$a->strings["Show on map"] = "Näytä kartalla"; -$a->strings["There was a problem accessing the weather data. But have a look"] = ""; -$a->strings["at OpenWeatherMap"] = ""; -$a->strings["Current Weather settings updated."] = ""; -$a->strings["No APPID found, please contact your admin to obtain one."] = ""; -$a->strings["Save Settings"] = "Tallenna asetukset"; -$a->strings["Settings"] = "Asetukset"; -$a->strings["Enter either the name of your location or the zip code."] = ""; -$a->strings["Your Location"] = "Sijaintisi"; -$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = ""; -$a->strings["Units"] = ""; -$a->strings["select if the temperature should be displayed in °C or °F"] = ""; -$a->strings["Show weather data"] = ""; -$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"] = ""; -$a->strings["minutes"] = ""; -$a->strings["Your APPID"] = ""; -$a->strings["Your API key provided by OpenWeatherMap"] = ""; +$a->strings['Error fetching weather data.\nError was: '] = 'Säätietojen noutamisessa tapahtui virhe.\nLisätietoja: '; +$a->strings['Current Weather'] = 'Sää'; +$a->strings['Relative Humidity'] = 'Suhteellinen kosteus'; +$a->strings['Pressure'] = 'Ilmanpaine'; +$a->strings['Wind'] = 'Tuuli'; +$a->strings['Last Updated'] = 'Viimeksi päivitetty'; +$a->strings['Data by'] = 'Tiedot tuottaa'; +$a->strings['Show on map'] = 'Näytä kartalla'; +$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.'; +$a->strings['No APPID found, please contact your admin to obtain one.'] = 'APPID puuttuu, ota yhteyttä ylläpitäjään.'; +$a->strings['Save Settings'] = 'Tallenna asetukset'; +$a->strings['Settings'] = 'Asetukset'; +$a->strings['Enter either the name of your location or the zip code.'] = 'Syötä sijaintisi nimi tai postinumero.'; +$a->strings['Your Location'] = 'Sijaintisi'; +$a->strings['Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE.'] = 'Sijantisi (paikka tai postinumero), esim. Helsinki,FI tai 00100,FI.'; +$a->strings['Units'] = 'Yksiköt'; +$a->strings['select if the temperature should be displayed in °C or °F'] = 'ota käyttöön Celsius-asteikko (°C) tai Fahrenheit-asteikko (°F)'; +$a->strings['Show weather data'] = 'Näytä säätiedot'; +$a->strings['Curweather settings saved.'] = 'Curweather -asetukset tallennettu.'; +$a->strings['Caching Interval'] = 'Välimuistin aikaväli'; +$a->strings['no cache'] = 'Ei välimuistia'; +$a->strings['minutes'] = 'minuuttia'; +$a->strings['Your APPID'] = 'Sinun APPID'; +$a->strings['Your API key provided by OpenWeatherMap'] = 'API-avain OpenWeatherMapiltä';