ZH CN notimeline addon

This commit is contained in:
Tobias Diekershoff 2018-06-18 10:58:28 +02:00
parent 2f853c2612
commit 3e8eb868a6
2 changed files with 48 additions and 6 deletions

View file

@ -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"] = "提交";