53 lines
2.0 KiB
PHP
53 lines
2.0 KiB
PHP
<?php
|
|
/**
|
|
* The push module en file of XXB.
|
|
*
|
|
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
|
|
* @license ZOSL (https://zpl.pub/page/zoslv1.html)
|
|
* @author
|
|
* @package push
|
|
* @version $Id:
|
|
* @link https://xuanim.com
|
|
*/
|
|
$lang->push->commo = 'Push';
|
|
$lang->push->admin = 'Push';
|
|
$lang->push->edit = 'Edit';
|
|
$lang->push->ios = 'iOS';
|
|
$lang->push->all = 'Common';
|
|
$lang->push->android = 'Android';
|
|
$lang->push->accessId = 'ACCESS ID';
|
|
$lang->push->accessKey = 'ACCESS KEY';
|
|
$lang->push->secretKey = 'SECRET KEY';
|
|
$lang->push->goToGet = 'Visit TPNS website and get one.';
|
|
$lang->push->privacyTitle = 'Privacy Level';
|
|
$lang->push->enable = 'Enable Push';
|
|
$lang->push->openPush = 'Open Push';
|
|
$lang->push->closePush = 'Close Push';
|
|
|
|
$lang->push->accessIdNote = 'TPNS ID';
|
|
$lang->push->accessKeyNote = 'TPNS Key';
|
|
$lang->push->secretKeyNote = 'TPNS Secret Key';
|
|
$lang->push->iOSIdNote = 'Xuan ID';
|
|
$lang->push->iOSKeyNote = 'Xuan Key';
|
|
$lang->push->accessIdEmpty = 'ACCESS ID cannot be empty.';
|
|
$lang->push->accessKeyEmpty = 'ACCESS KEY cannot be empty.';
|
|
$lang->push->secretKeyEmpty = 'SECRET KEY cannot be empty.';
|
|
$lang->push->iosPushWaiting = 'iOS push in development.';
|
|
|
|
$lang->push->placeholder = new stdClass();
|
|
$lang->push->placeholder->accessId = 'access ID';
|
|
$lang->push->placeholder->accessKey = 'access Key';
|
|
$lang->push->placeholder->secretKey = 'secret Key';
|
|
|
|
$lang->push->privacyLevel = array();
|
|
$lang->push->privacyLevel[0] = 'Show sender.';
|
|
$lang->push->privacyLevel[1] = 'Do not show sender.';
|
|
|
|
$lang->push->youHaveNewMessage = 'You have new message.';
|
|
$lang->push->sentYouNewMessage = '%s send you new message.';
|
|
$lang->push->sentGroupNewMessage = '%s send new message in %s';
|
|
|
|
$lang->push->newImageMessage = '[Image]';
|
|
$lang->push->newFileMessage = '[File]';
|
|
$lang->push->newCodeMessage = '[Code]';
|