]> git.mxchange.org Git - friendica-addons.git/blob - openstreetmap/lang/fi-fi/strings.php
Now with changed messages.po
[friendica-addons.git] / openstreetmap / lang / fi-fi / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fi_fi")) {
4 function string_plural_select_fi_fi($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Submit"] = "Lähetä";
9 $a->strings["Tile Server URL"] = "";
10 $a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
11 $a->strings["Default zoom"] = "";
12 $a->strings["The default zoom level. (1:world, 18:highest)"] = "";
13 $a->strings["Settings updated."] = "Asetukset päivitetty";