32 lines
1.1 KiB
PHP
32 lines
1.1 KiB
PHP
<?php
|
|
/**
|
|
* The report module zh-tw file of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2012 青島易軟天創網絡科技有限公司 (QingDao Nature Easy Soft Network Technology Co,LTD www.cnezsoft.com)
|
|
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package report
|
|
* @version $Id: zh-tw.php 2605 2012-02-21 07:22:58Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->report->common = '報表';
|
|
$lang->report->item = '條目';
|
|
$lang->report->value = '值';
|
|
$lang->report->percent = '百分比';
|
|
$lang->report->undefined = '未設定';
|
|
|
|
$lang->report->colors[] = 'AFD8F8';
|
|
$lang->report->colors[] = 'F6BD0F';
|
|
$lang->report->colors[] = '8BBA00';
|
|
$lang->report->colors[] = 'FF8E46';
|
|
$lang->report->colors[] = '008E8E';
|
|
$lang->report->colors[] = 'D64646';
|
|
$lang->report->colors[] = '8E468E';
|
|
$lang->report->colors[] = '588526';
|
|
$lang->report->colors[] = 'B3AA00';
|
|
$lang->report->colors[] = '008ED6';
|
|
$lang->report->colors[] = '9D080D';
|
|
$lang->report->colors[] = 'A186BE';
|
|
|
|
$lang->report->singleColor[] = 'F6BD0F';
|