]> git.mxchange.org Git - friendica-addons.git/blob - nsfw/lang/zh-cn/strings.php
nitter: replace mobile link to twitter as well
[friendica-addons.git] / nsfw / 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         $n = intval($n);
6         return intval(0);
7 }}
8 ;
9 $a->strings["Content Filter (NSFW and more)"] = "内容过滤 ( NSFW 及其他更多)";
10 $a->strings["Enable Content filter"] = "启用内容过滤";
11 $a->strings["Comma separated list of keywords to hide"] = "以逗号分隔需隐藏关键字列表";
12 $a->strings["Save Settings"] = "保存设置";
13 $a->strings["Use /expression/ to provide regular expressions"] = "使用 /expression/ 以提供正则表达式";
14 $a->strings["NSFW Settings saved."] = "NSFW 设置已保存";
15 $a->strings["Filtered tag: %s"] = "已过滤标签:%s";
16 $a->strings["Filtered word: %s"] = "已过滤字词:%s";