]> git.mxchange.org Git - friendica-addons.git/blob - windowsphonepush/lang/zh-cn/strings.php
regenerated all the strings
[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 intval(0);
7 }}
8 $a->strings['WindowsPhonePush settings updated.'] = 'WindowsPhonePush 设置已更新。';
9 $a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush 设置';
10 $a->strings['Enable WindowsPhonePush Addon'] = '启用 WindowsPhonePush 插件';
11 $a->strings['Push text of new item'] = '推送新项目的文本';
12 $a->strings['Save Settings'] = '保存设置';