mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
added FI translations to many addons THX Kris
This commit is contained in:
parent
c4bd245a1a
commit
85815a8810
118 changed files with 5110 additions and 0 deletions
34
curweather/lang/fi-fi/strings.php
Normal file
34
curweather/lang/fi-fi/strings.php
Normal file
|
@ -0,0 +1,34 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
return ($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. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "";
|
||||
$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"] = "";
|
Loading…
Add table
Add a link
Reference in a new issue