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