forked from friendica/friendica-addons
13 lines
393 B
PHP
13 lines
393 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["Startpage Settings"] = "首页设置";
|
|
$a->strings["Home page to load after login - leave blank for profile wall"] = "";
|
|
$a->strings["Examples: "network" or "notifications/system""] = "";
|
|
$a->strings["Submit"] = "提交";
|