update to the FI translations THX kris

This commit is contained in:
Tobias Diekershoff 2018-05-20 19:16:32 +02:00
parent a2203e3d09
commit ca50db103a
36 changed files with 163 additions and 112 deletions

View file

@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-25 17:17+0200\n"
"PO-Revision-Date: 2018-04-18 14:58+0000\n"
"PO-Revision-Date: 2018-05-12 12:42+0000\n"
"Last-Translator: Kris\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
@ -22,7 +22,7 @@ msgstr ""
#: curweather.php:31
msgid "Error fetching weather data.\\nError was: "
msgstr ""
msgstr "Säätietojen noutamisessa tapahtui virhe.\\nLisätietoja: "
#: curweather.php:111 curweather.php:172
msgid "Current Weather"
@ -46,7 +46,7 @@ msgstr "Viimeksi päivitetty"
#: curweather.php:122
msgid "Data by"
msgstr ""
msgstr "Tiedot tuottaa"
#: curweather.php:123
msgid "Show on map"
@ -66,7 +66,7 @@ msgstr "Sääasetukset päivitetty."
#: curweather.php:161
msgid "No APPID found, please contact your admin to obtain one."
msgstr ""
msgstr "APPID puuttuu, ota yhteyttä ylläpitäjään."
#: curweather.php:171 curweather.php:200
msgid "Save Settings"
@ -88,7 +88,7 @@ msgstr "Sijaintisi"
msgid ""
"Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or "
"<em>14476,DE</em>."
msgstr ""
msgstr "Sijantisi (paikka tai postinumero), esim. <em>Helsinki,FI</em> tai <em>00100,FI</em>."
#: curweather.php:176
msgid "Units"
@ -104,11 +104,11 @@ msgstr "Näytä säätiedot"
#: curweather.php:190
msgid "Curweather settings saved."
msgstr ""
msgstr "Curweather -asetukset tallennettu."
#: curweather.php:201
msgid "Caching Interval"
msgstr ""
msgstr "Välimuistin aikaväli"
#: curweather.php:201
msgid ""
@ -118,7 +118,7 @@ msgstr ""
#: curweather.php:201
msgid "no cache"
msgstr ""
msgstr "Ei välimuistia"
#: curweather.php:201
msgid "minutes"
@ -126,7 +126,7 @@ msgstr "minuuttia"
#: curweather.php:202
msgid "Your APPID"
msgstr ""
msgstr "Sinun APPID"
#: curweather.php:202
msgid "Your API key provided by OpenWeatherMap"

View file

@ -2,33 +2,34 @@
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Error fetching weather data.\\nError was: "] = "";
$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"] = "";
$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."] = "";
$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. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "";
$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>.";
$a->strings["Units"] = "Yksiköt";
$a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "ota käyttöön Celsius-asteikko (&deg;C) tai Fahrenheit-asteikko (&deg;F)";
$a->strings["Show weather data"] = "Näytä säätiedot";
$a->strings["Curweather settings saved."] = "";
$a->strings["Caching Interval"] = "";
$a->strings["Curweather settings saved."] = "Curweather -asetukset tallennettu.";
$a->strings["Caching Interval"] = "Välimuistin aikaväli";
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "";
$a->strings["no cache"] = "";
$a->strings["no cache"] = "Ei välimuistia";
$a->strings["minutes"] = "minuuttia";
$a->strings["Your APPID"] = "";
$a->strings["Your APPID"] = "Sinun APPID";
$a->strings["Your API key provided by OpenWeatherMap"] = "API-avain OpenWeatherMapiltä";