ZH CN windowsphonepush translation

This commit is contained in:
Tobias Diekershoff 2018-06-18 11:30:35 +02:00
parent 09cd861a6e
commit 767e7b78e5
2 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<?php
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
return 0;;
}}
;
$a->strings["WindowsPhonePush settings updated."] = "WindowsPhonePush 设置已更新。";
$a->strings["WindowsPhonePush Settings"] = "WindowsPhonePush 设置";
$a->strings["Enable WindowsPhonePush Addon"] = "启用 WindowsPhonePush 插件";
$a->strings["Push text of new item"] = "推送新项目的文本";
$a->strings["Save Settings"] = "保存设置";