update to the FI translations

This commit is contained in:
Tobias Diekershoff 2018-04-09 15:00:17 +02:00
parent 04a5fc700f
commit eb5eb5986d
92 changed files with 620 additions and 522 deletions

View file

@ -5,12 +5,13 @@
#
# Translators:
# Kris, 2018
# Kris, 2018
msgid ""
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-03 18:27+0000\n"
"PO-Revision-Date: 2018-04-08 15:13+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"
@ -25,15 +26,15 @@ msgstr ""
#: curweather.php:111 curweather.php:172
msgid "Current Weather"
msgstr ""
msgstr "Nykyinen sää"
#: curweather.php:118
msgid "Relative Humidity"
msgstr ""
msgstr "Suhteellinen kosteus"
#: curweather.php:119
msgid "Pressure"
msgstr ""
msgstr "Ilmanpaine"
#: curweather.php:120
msgid "Wind"
@ -41,7 +42,7 @@ msgstr "Tuuli"
#: curweather.php:121
msgid "Last Updated"
msgstr ""
msgstr "Viimeksi päivitetty"
#: curweather.php:122
msgid "Data by"
@ -91,7 +92,7 @@ msgstr ""
#: curweather.php:176
msgid "Units"
msgstr ""
msgstr "Yksiköt"
#: curweather.php:176
msgid "select if the temperature should be displayed in °C or °F"
@ -99,7 +100,7 @@ msgstr ""
#: curweather.php:177
msgid "Show weather data"
msgstr ""
msgstr "Näytä säätiedot"
#: curweather.php:190
msgid "Curweather settings saved."

View file

@ -6,11 +6,11 @@ function string_plural_select_fi_fi($n){
}}
;
$a->strings["Error fetching weather data.\\nError was: "] = "";
$a->strings["Current Weather"] = "";
$a->strings["Relative Humidity"] = "";
$a->strings["Pressure"] = "";
$a->strings["Current Weather"] = "Nykyinen sää";
$a->strings["Relative Humidity"] = "Suhteellinen kosteus";
$a->strings["Pressure"] = "Ilmanpaine";
$a->strings["Wind"] = "Tuuli";
$a->strings["Last Updated"] = "";
$a->strings["Last Updated"] = "Viimeksi päivitetty";
$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"] = "";
@ -22,9 +22,9 @@ $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. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "";
$a->strings["Units"] = "";
$a->strings["Units"] = "Yksiköt";
$a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "";
$a->strings["Show weather data"] = "";
$a->strings["Show weather data"] = "Näytä säätiedot";
$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."] = "";