mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 02:18:48 +00:00
ZH CN notimeline addon
This commit is contained in:
parent
2f853c2612
commit
3e8eb868a6
2 changed files with 48 additions and 6 deletions
|
@ -1,6 +1,12 @@
|
|||
<?php
|
||||
|
||||
$a->strings["No Timeline settings updated."] = "没有时间链设置更新";
|
||||
$a->strings["No Timeline Settings"] = "没有时间链设置";
|
||||
$a->strings["Disable Archive selector on profile wall"] = "使在简介墙上档案选择器不能用";
|
||||
$a->strings["Submit"] = "提交";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_zh_cn")) {
|
||||
function string_plural_select_zh_cn($n){
|
||||
$n = intval($n);
|
||||
return 0;;
|
||||
}}
|
||||
;
|
||||
$a->strings["No Timeline settings updated."] = "时间轴设置未更新。";
|
||||
$a->strings["No Timeline Settings"] = "无时间轴设置";
|
||||
$a->strings["Disable Archive selector on profile wall"] = "";
|
||||
$a->strings["Submit"] = "提交";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue