update to the FI translations THX kris
[friendica-addons.git/.git] / nsfw / 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 ($n != 1);;
7 }}
8 ;
9 $a->strings["Content Filter (NSFW and more)"] = "Sisällönsuodatin (NSFW yms.)";
10 $a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = "";
11 $a->strings["Enable Content filter"] = "Ota sisällönsuodatin käyttöön";
12 $a->strings["Comma separated list of keywords to hide"] = "";
13 $a->strings["Save Settings"] = "Tallenna asetukset";
14 $a->strings["Use /expression/ to provide regular expressions"] = "";
15 $a->strings["NSFW Settings saved."] = "NSFW-asetukset tallennettu.";
16 $a->strings["Filtered tag: %s"] = "Suodatettu tunniste: %s";
17 $a->strings["Filtered word: %s"] = "Suodatettu sana: %s";