mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
added buglink addon ZH-CN translation THX steve jobs
This commit is contained in:
parent
df1669493c
commit
30515aa8aa
2 changed files with 33 additions and 3 deletions
|
@ -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"] = "报告错误";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue