mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
regenerated all strings.php files from the current translation strings (message.po)
This commit is contained in:
parent
7f3704ae54
commit
500aab3c53
716 changed files with 1081 additions and 1607 deletions
|
@ -2,18 +2,12 @@
|
|||
|
||||
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["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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue