]> git.mxchange.org Git - friendica-addons.git/blob - randplace/lang/zh-cn/strings.php
ZH CN translation of several addons THX 朱陈锬
[friendica-addons.git] / randplace / 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["Randplace Settings"] = "随机站点设置";
10 $a->strings["Enable Randplace Addon"] = "启用随机站点插件";
11 $a->strings["Submit"] = "提交";