]> git.mxchange.org Git - friendica-addons.git/blob - langfilter/lang/fi-fi/strings.php
PL translation statusnet THX waldis
[friendica-addons.git] / langfilter / 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["Language Filter"] = "Kielisuodatin";
9 $a->strings["This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them."] = "";
10 $a->strings["Use the language filter"] = "Ota kielisuodatin käyttöön";
11 $a->strings["Able to read"] = "";
12 $a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "";
13 $a->strings["Minimum confidence in language detection"] = "";
14 $a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "";
15 $a->strings["Minimum length of message body"] = "";
16 $a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "";
17 $a->strings["Save Settings"] = "Tallenna asetukset";
18 $a->strings["Language Filter Settings saved."] = "Kielisuodatinasetukset tallennettu";
19 $a->strings["Filtered language: %s"] = "Suodatettu kieli: %s";