added buglink addon ZH-CN translation THX steve jobs

This commit is contained in:
Tobias Diekershoff 2020-06-15 09:28:34 +02:00
parent df1669493c
commit 30515aa8aa
2 changed files with 33 additions and 3 deletions

View file

@ -1,3 +1,9 @@
<?php
$a->strings["Report Bug"] = "报案程序错误";
<?php
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
return 0;;
}}
;
$a->strings["Report Bug"] = "报告错误";