21 lines
725 B
PHP
Executable File
21 lines
725 B
PHP
Executable File
<?php
|
|
/**
|
|
* The zh-cn file of company module of RanZhi.
|
|
*
|
|
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
|
|
* @license ZOSL (https://zpl.pub/page/zoslv1.html)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package company
|
|
* @version $Id: zh-cn.php 4029 2016-08-26 06:50:41Z liugang $
|
|
* @link http://www.ranzhi.org
|
|
*/
|
|
$lang->company->common = '公司';
|
|
$lang->company->index = '关于我们';
|
|
|
|
$lang->company->name = '公司名称';
|
|
$lang->company->desc = '公司简介';
|
|
$lang->company->content = '公司介绍';
|
|
|
|
$lang->company->setBasic = '设置基本信息';
|
|
$lang->company->unset = '未设置';
|