Merge branch '3.6-rc'
[friendica-addons.git] / langfilter / lang / zh-cn / strings.php
diff --git a/langfilter/lang/zh-cn/strings.php b/langfilter/lang/zh-cn/strings.php
new file mode 100644 (file)
index 0000000..75f6b6b
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+
+if(! function_exists("string_plural_select_zh_cn")) {
+function string_plural_select_zh_cn($n){
+       return 0;;
+}}
+;
+$a->strings["Language Filter"] = "";
+$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."] = "";
+$a->strings["Use the language filter"] = "";
+$a->strings["I speak"] = "";
+$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["Save Settings"] = "保存设置";
+$a->strings["Language Filter Settings saved."] = "";
+$a->strings["unspoken language %s - Click to open/close"] = "";