32 lines
1.3 KiB
PHP
32 lines
1.3 KiB
PHP
<?php
|
|
/**
|
|
* The admin module zh-tw file of ZenTaoMS.
|
|
*
|
|
* ZenTaoMS is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* ZenTaoMS is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* along with ZenTaoMS. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
* @copyright Copyright 2009-2010 青島易軟天創網絡科技有限公司(www.cnezsoft.com)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package admin
|
|
* @version $Id: zh-tw.php 1068 2010-09-11 07:11:57Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->admin->common = '後台管理';
|
|
$lang->admin->index = '後台管理首頁';
|
|
$lang->admin->company = '公司管理';
|
|
$lang->admin->user = '用戶管理';
|
|
$lang->admin->group = '分組管理';
|
|
$lang->admin->welcome = '歡迎使用禪道管理軟件後台管理系統';
|
|
|
|
$lang->admin->browseCompany = '瀏覽公司';
|