]> git.mxchange.org Git - friendica-addons.git/blobdiff - ijpost/lang/fi-fi/strings.php
newmemberwidget IT translation THX Sylke Vicious
[friendica-addons.git] / ijpost / lang / fi-fi / strings.php
index 3d79787cd498b43fa22650408a8117a5841b4be0..a6ec9cca3c481cfcb56ca91e0822c8e8f6f3d002 100644 (file)
@@ -2,13 +2,14 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
 ;
-$a->strings["Post to Insanejournal"] = "";
-$a->strings["InsaneJournal Post Settings"] = "";
-$a->strings["Enable InsaneJournal Post Addon"] = "";
+$a->strings["Post to Insanejournal"] = "Lähetä InsaneJournaliin";
+$a->strings["InsaneJournal Post Settings"] = "InsaneJournal -viestin asetukset";
+$a->strings["Enable InsaneJournal Post Addon"] = "Ota InsaneJournal -viestilisäosa käyttöön";
 $a->strings["InsaneJournal username"] = "InsaneJournal -käyttäjätunnus";
 $a->strings["InsaneJournal password"] = "InsaneJournal -salasana";
-$a->strings["Post to InsaneJournal by default"] = "";
+$a->strings["Post to InsaneJournal by default"] = "Lähetä InsaneJournaliin oletuksena";
 $a->strings["Submit"] = "Lähetä";