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

@ -2,12 +2,13 @@
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Submit"] = "Lähetä";
$a->strings["Tile Server URL"] = "";
$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
$a->strings["Default zoom"] = "";
$a->strings["The default zoom level. (1:world, 18:highest)"] = "";
$a->strings["Default zoom"] = "Oletuszoomaus";
$a->strings["The default zoom level. (1:world, 18:highest)"] = "Oletuszoomaustaso (1: kaukaisin, 18: läheisin)";
$a->strings["Settings updated."] = "Asetukset päivitetty";