]> git.mxchange.org Git - friendica-addons.git/blob - geonames/lang/fi-fi/strings.php
geonames addon FR translation updated THX bob lebonche
[friendica-addons.git] / geonames / 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         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Geonames settings updated."] = "Geonames -asetukset päivitetty.";
10 $a->strings["Geonames Settings"] = "Geonames -asetukset";
11 $a->strings["Enable Geonames Addon"] = "Ota Geonames -lisäosa käyttöön";
12 $a->strings["Submit"] = "Lähetä";