mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
FI translation updates THX Kris
This commit is contained in:
parent
98dde22a57
commit
8da85c1d56
42 changed files with 137 additions and 125 deletions
|
@ -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-08 15:13+0000\n"
|
||||
"PO-Revision-Date: 2018-04-17 19:26+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"
|
||||
|
@ -26,7 +26,7 @@ msgstr ""
|
|||
|
||||
#: curweather.php:111 curweather.php:172
|
||||
msgid "Current Weather"
|
||||
msgstr "Nykyinen sää"
|
||||
msgstr "Sää"
|
||||
|
||||
#: curweather.php:118
|
||||
msgid "Relative Humidity"
|
||||
|
@ -54,15 +54,15 @@ msgstr "Näytä kartalla"
|
|||
|
||||
#: curweather.php:128
|
||||
msgid "There was a problem accessing the weather data. But have a look"
|
||||
msgstr ""
|
||||
msgstr "Säätietohaussa tapahtui virhe. Voit kuitenkin katsoa"
|
||||
|
||||
#: curweather.php:130
|
||||
msgid "at OpenWeatherMap"
|
||||
msgstr ""
|
||||
msgstr "OpenWeatherMappiä"
|
||||
|
||||
#: curweather.php:146
|
||||
msgid "Current Weather settings updated."
|
||||
msgstr ""
|
||||
msgstr "Sääasetukset päivitetty."
|
||||
|
||||
#: curweather.php:161
|
||||
msgid "No APPID found, please contact your admin to obtain one."
|
||||
|
@ -78,7 +78,7 @@ msgstr "Asetukset"
|
|||
|
||||
#: curweather.php:174
|
||||
msgid "Enter either the name of your location or the zip code."
|
||||
msgstr ""
|
||||
msgstr "Syötä sijaintisi nimi tai postinumero."
|
||||
|
||||
#: curweather.php:175
|
||||
msgid "Your Location"
|
||||
|
@ -122,7 +122,7 @@ msgstr ""
|
|||
|
||||
#: curweather.php:201
|
||||
msgid "minutes"
|
||||
msgstr ""
|
||||
msgstr "minuuttia"
|
||||
|
||||
#: curweather.php:202
|
||||
msgid "Your APPID"
|
||||
|
@ -130,4 +130,4 @@ msgstr ""
|
|||
|
||||
#: curweather.php:202
|
||||
msgid "Your API key provided by OpenWeatherMap"
|
||||
msgstr ""
|
||||
msgstr "API-avain OpenWeatherMapiltä"
|
||||
|
|
|
@ -6,20 +6,20 @@ function string_plural_select_fi_fi($n){
|
|||
}}
|
||||
;
|
||||
$a->strings["Error fetching weather data.\\nError was: "] = "";
|
||||
$a->strings["Current Weather"] = "Nykyinen sää";
|
||||
$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["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["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["Save Settings"] = "Tallenna asetukset";
|
||||
$a->strings["Settings"] = "Asetukset";
|
||||
$a->strings["Enter either the name of your location or the zip code."] = "";
|
||||
$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["Units"] = "Yksiköt";
|
||||
|
@ -29,6 +29,6 @@ $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["minutes"] = "minuuttia";
|
||||
$a->strings["Your APPID"] = "";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "API-avain OpenWeatherMapiltä";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue