mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 17:08:48 +00:00
CS, ZH CN startpage addon
This commit is contained in:
parent
4b60073ab4
commit
81469bcd1f
2 changed files with 48 additions and 6 deletions
|
@ -1,6 +1,12 @@
|
|||
<?php
|
||||
|
||||
$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"] = "提交";
|
||||
<?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"] = "提交";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue