forked from friendica/friendica-addons
13 lines
371 B
PHP
13 lines
371 B
PHP
<?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"] = "提交";
|