]> git.mxchange.org Git - friendica-addons.git/blobdiff - pumpio/lang/fi-fi/strings.php
Merge pull request #1082 from annando/no-item
[friendica-addons.git] / pumpio / lang / fi-fi / strings.php
index 2976f626cfe9b11bae2cb88e55a76c382e0d941f..baee12a8b8b9174356390418b327c24014385076 100644 (file)
@@ -2,26 +2,19 @@
 
 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["Permission denied."] = "Lupa kielletty.";
-$a->strings["Unable to register the client at the pump.io server '%s'."] = "";
-$a->strings["You are now authenticated to pumpio."] = "";
-$a->strings["return to the connector page"] = "";
 $a->strings["Post to pumpio"] = "Lähetä pump.ioon";
-$a->strings["Pump.io Import/Export/Mirror"] = "";
 $a->strings["pump.io username (without the servername)"] = "pump.io käyttäjätunnus (ilman palvelinnimeä)";
 $a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "pump.io palvelinnimi (ilman \"http://\" tai \"https://\" )";
-$a->strings["Authenticate your pump.io connection"] = "";
-$a->strings["Import the remote timeline"] = "";
+$a->strings["Import the remote timeline"] = "Tuo etäaikajana";
 $a->strings["Enable pump.io Post Addon"] = "Ota pump.io -viestilisäosa käyttöön";
 $a->strings["Post to pump.io by default"] = "Lähetä pump.iohon oletuksena";
-$a->strings["Should posts be public?"] = "";
-$a->strings["Mirror all public posts"] = "";
-$a->strings["Check to delete this preset"] = "";
+$a->strings["Mirror all public posts"] = "Peilaa kaikki julkiset julkaisut";
 $a->strings["Save Settings"] = "Tallenna asetukset";
-$a->strings["Pump.io post failed. Queued for retry."] = "";
-$a->strings["Pump.io like failed. Queued for retry."] = "";
+$a->strings["Pump.io post failed. Queued for retry."] = "Pump.io -julkaisu epäonnistui. Jonossa uudelleenyritykseen.";
+$a->strings["Pump.io like failed. Queued for retry."] = "Pump.io -tykkäys epäonnistui. Jonossa uudelleenyritykseen.";
 $a->strings["status"] = "tila";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "";