mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-08 09:28:49 +00:00
ZH CN viewsrc translation
This commit is contained in:
parent
f511aaa8e8
commit
7c31ba0a40
2 changed files with 32 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
<?php
|
||||
|
||||
$a->strings["View Source"] = "看源代码";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_zh_cn")) {
|
||||
function string_plural_select_zh_cn($n){
|
||||
$n = intval($n);
|
||||
return 0;;
|
||||
}}
|
||||
;
|
||||
$a->strings["View Source"] = "查看源码";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue