]> git.mxchange.org Git - friendica-addons.git/blob - langfilter/lang/zh-cn/strings.php
2de17b0a1fb9ecf483bec8564d8c713b33b0e1ad
[friendica-addons.git] / langfilter / lang / zh-cn / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_zh_cn")) {
4 function string_plural_select_zh_cn($n){
5         return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
6 }}
7 ;
8 $a->strings["Language Filter"] = "";
9 $a->strings["This addon tries to identify the language of a postings. If it does not match any language spoken by you (see below) the posting will be collapsed. Remember detecting the language is not perfect, especially with short postings."] = "";
10 $a->strings["Use the language filter"] = "";
11 $a->strings["I speak"] = "";
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["Save Settings"] = "";
16 $a->strings["Language Filter Settings saved."] = "";
17 $a->strings["unspoken language %s - Click to open/close"] = "";