]> git.mxchange.org Git - friendica-addons.git/blob - windowsphonepush/lang/zh-cn/strings.php
Merge pull request #625 from tobiasd/20180618-lng
[friendica-addons.git] / windowsphonepush / 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["WindowsPhonePush settings updated."] = "WindowsPhonePush 设置已更新。";
10 $a->strings["WindowsPhonePush Settings"] = "WindowsPhonePush 设置";
11 $a->strings["Enable WindowsPhonePush Addon"] = "启用 WindowsPhonePush 插件";
12 $a->strings["Push text of new item"] = "推送新项目的文本";
13 $a->strings["Save Settings"] = "保存设置";