58 lines
2.3 KiB
PHP
58 lines
2.3 KiB
PHP
<?php
|
|
/**
|
|
* The search module zh-cn 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 search
|
|
* @version $Id$
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->search->common = '搜索';
|
|
$lang->search->reset = '重置';
|
|
$lang->search->more = '更多';
|
|
$lang->search->lite = '简洁';
|
|
$lang->search->saveQuery = '保存';
|
|
$lang->search->myQuery = '我的查询';
|
|
$lang->search->group1 = '第一组';
|
|
$lang->search->group2 = '第二组';
|
|
$lang->search->buildForm = '搜索表单';
|
|
$lang->search->buildQuery = '执行搜索';
|
|
$lang->search->saveQuery = '保存查询';
|
|
$lang->search->deleteQuery = '删除查询';
|
|
$lang->search->setQueryTitle = '请输入查询标题(保存之前请先查询):';
|
|
$lang->search->storyTitle = '需求名称';
|
|
$lang->search->taskTitle = '任务名称';
|
|
$lang->search->select = '需求/任务筛选';
|
|
|
|
$lang->search->operators['='] = '=';
|
|
$lang->search->operators['!='] = '!=';
|
|
$lang->search->operators['>'] = '>';
|
|
$lang->search->operators['>='] = '>=';
|
|
$lang->search->operators['<'] = '<';
|
|
$lang->search->operators['<='] = '<=';
|
|
$lang->search->operators['include'] = '包含';
|
|
|
|
$lang->search->andor['and'] = '并且';
|
|
$lang->search->andor['or'] = '或者';
|
|
|
|
$lang->search->null = '空';
|
|
|
|
$lang->userquery->title = '查询标题';
|
|
$lang->userquery->myQueries = '我的查询';
|
|
$lang->userquery->execut = '执行';
|
|
$lang->userquery->delete = '删除';
|