friendica-addons/langfilter/lang/fi-fi/strings.php

20 lines
1.3 KiB
PHP

<?php
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
return ($n != 1);;
}}
;
$a->strings["Language Filter"] = "Kielisuodatin";
$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."] = "";
$a->strings["Use the language filter"] = "Ota kielisuodatin käyttöön";
$a->strings["Able to read"] = "";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "";
$a->strings["Minimum confidence in language detection"] = "";
$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."] = "";
$a->strings["Minimum length of message body"] = "";
$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)."] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["Language Filter Settings saved."] = "Kielisuodatinasetukset tallennettu";
$a->strings["Filtered language: %s"] = "Suodatettu kieli: %s";