18 lines
1.0 KiB
PHP
18 lines
1.0 KiB
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_zh_cn")) {
|
|
function string_plural_select_zh_cn($n){
|
|
$n = intval($n);
|
|
return 0;;
|
|
}}
|
|
;
|
|
$a->strings["Content Filter (NSFW and more)"] = "内容过滤 ( NSFW 及其他更多)";
|
|
$a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = "";
|
|
$a->strings["Enable Content filter"] = "启用内容过滤";
|
|
$a->strings["Comma separated list of keywords to hide"] = "以逗号分隔需隐藏关键字列表";
|
|
$a->strings["Save Settings"] = "保存设置";
|
|
$a->strings["Use /expression/ to provide regular expressions"] = "使用 /expression/ 以提供正则表达式";
|
|
$a->strings["NSFW Settings saved."] = "NSFW 设置已保存";
|
|
$a->strings["Filtered tag: %s"] = "已过滤标签:%s";
|
|
$a->strings["Filtered word: %s"] = "已过滤字词:%s";
|