]> git.mxchange.org Git - friendica-addons.git/blob - startpage/lang/zh-cn/strings.php
Showmore: Ignore addon for screen readers
[friendica-addons.git] / startpage / lang / zh-cn / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_zh_cn")) {
4 function string_plural_select_zh_cn($n){
5         $n = intval($n);
6         return 0;;
7 }}
8 ;
9 $a->strings["Startpage Settings"] = "首页设置";
10 $a->strings["Home page to load after login  - leave blank for profile wall"] = "";
11 $a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "";
12 $a->strings["Submit"] = "提交";