49 lines
2.1 KiB
PHP
49 lines
2.1 KiB
PHP
<?php
|
|
/**
|
|
* The case module en 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 Chunsheng Wang
|
|
* @author Chunsheng Wang <wwccss@263.net>
|
|
* @package case
|
|
* @version $Id: en.php 1145 2009-04-02 11:21:58Z wwccss $
|
|
* @link http://www.zentao.cn
|
|
*/
|
|
$lang['page']['common'] = 'case';
|
|
$lang['page']['index'] = "{$lang['page']['common']}/index";
|
|
$lang['page']['create'] = "{$lang['page']['common']}/create";
|
|
$lang['page']['read'] = "{$lang['page']['common']}/read";
|
|
$lang['page']['update'] = "{$lang['page']['common']}/update";
|
|
$lang['page']['delete'] = "{$lang['page']['common']}/delete";
|
|
$lang['case']['id'] = 'id';
|
|
$lang['case']['product'] = 'product';
|
|
$lang['case']['module'] = 'module';
|
|
$lang['case']['path'] = 'path';
|
|
$lang['case']['story'] = 'story';
|
|
$lang['case']['title'] = 'title';
|
|
$lang['case']['pri'] = 'pri';
|
|
$lang['case']['type'] = 'type';
|
|
$lang['case']['status'] = 'status';
|
|
$lang['case']['frequency'] = 'frequency';
|
|
$lang['case']['order'] = 'order';
|
|
$lang['case']['openedBy'] = 'openedBy';
|
|
$lang['case']['openedDate'] = 'openedDate';
|
|
$lang['case']['lastEditedBy'] = 'lastEditedBy';
|
|
$lang['case']['lastEditedDate'] = 'lastEditedDate';
|
|
$lang['case']['field1'] = 'field1';
|
|
$lang['case']['field2'] = 'field2';
|
|
$lang['case']['feidl3'] = 'feidl3';
|
|
$lang['case']['version'] = 'version';
|