translation updates NL, PL, FI and IT
[friendica-addons.git/.git] / blockem / 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["\"Blockem\""] = "\"Blockem\"";
9 $a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "";
10 $a->strings["Comma separated profile URLS:"] = "Profiilien URL-osoitteet pilkulla erotettuina:";
11 $a->strings["Save Settings"] = "Tallenna asetukset";
12 $a->strings["BLOCKEM Settings saved."] = "Blockem -asetukset tallennettu";
13 $a->strings["Filtered user: %s"] = "Suodatettu käyttäjä: %s";
14 $a->strings["Unblock Author"] = "Poista kirjoittaja estolistalta";
15 $a->strings["Block Author"] = "Lisää kirjoittaja estolistalle";
16 $a->strings["blockem settings updated"] = "blockem -asetukset päivitetty";