]> git.mxchange.org Git - friendica-addons.git/blob - langfilter/lang/en-us/strings.php
regenerated all the strings
[friendica-addons.git] / langfilter / lang / en-us / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_en_us")) {
4 function string_plural_select_en_us($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['Language Filter'] = 'Language Filter';
9 $a->strings['This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.'] = 'This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them.';
10 $a->strings['Use the language filter'] = 'Use the language filter';
11 $a->strings['Able to read'] = 'Able to read';
12 $a->strings['List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".'] = 'List of abbreviations (iso2 codes) for languages you speak, comma separated. For example "de,it".';
13 $a->strings['Minimum confidence in language detection'] = '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.'] = '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'] = '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).'] = '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'] = 'Save Settings';
18 $a->strings['Language Filter Settings saved.'] = 'Language Filter Settings saved.';
19 $a->strings['Filtered language: %s'] = 'Filtered language: %s';