2023-10-23 15:51:36 +08:00

29 lines
1.5 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* The zh-cn file of groupsetting module of XXB.
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
* @license ZOSL (https://zpl.pub/page/zoslv1.html)
* @author Deqing Chai <chaideqing@cnezsoft.com>
* @package groupsetting
* @version $Id$
* @link https://xuanim.com
*/
$lang->common = '群组设置';
$lang->enableSystemChatGroup = '开启默认系统群';
$lang->disableSystemGroupChatTip = '修改后需要重新登录客户端';
$lang->systemGroupChatOptions['off'] = $lang->yes;
$lang->systemGroupChatOptions['on'] = $lang->no;
$lang->cleanDismissGroup = '自动清理解散的群';
$lang->enableCleanDismissGroup = '开启';
$lang->disableCleanDismissGroup = '关闭';
$lang->cleanDismissGroupTip = '开启后自动清理解散90天以上的群数据包括群信息、群消息、群文件等';
$lang->cleanDismissGroupOptions['off'] = $lang->disableCleanDismissGroup;
$lang->cleanDismissGroupOptions['on'] = $lang->enableCleanDismissGroup;
$lang->enableSystemConference = '开启系统群音视频会议';
$lang->yes = '是';
$lang->no = '否';
$lang->enableSystemConferenceOptions = array();
$lang->enableSystemConferenceOptions[1] = $lang->yes;
$lang->enableSystemConferenceOptions[0] = $lang->no;