mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
ZH CN windowsphonepush translation
This commit is contained in:
parent
09cd861a6e
commit
767e7b78e5
2 changed files with 53 additions and 0 deletions
13
windowsphonepush/lang/zh-cn/strings.php
Normal file
13
windowsphonepush/lang/zh-cn/strings.php
Normal 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"] = "保存设置";
|
Loading…
Add table
Add a link
Reference in a new issue