Files
EasySoft-ZenTaoPMS/module/search/lang/zh-cn.php
wangyidong ecf44af91d * fix bugs.
2015-07-01 10:29:06 +08:00

51 lines
2.0 KiB
PHP

<?php
/**
* The search module zh-cn file of ZenTaoPMS.
*
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv11.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package search
* @version $Id: zh-cn.php 4129 2013-01-18 01:58:14Z wwccss $
* @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->me = '自己';
$lang->search->operators['='] = '=';
$lang->search->operators['!='] = '!=';
$lang->search->operators['>'] = '>';
$lang->search->operators['>='] = '>=';
$lang->search->operators['<'] = '<';
$lang->search->operators['<='] = '<=';
$lang->search->operators['include'] = '包含';
$lang->search->operators['between'] = '介于';
$lang->search->operators['notinclude'] = '不包含';
$lang->search->operators['belong'] = '从属于';
$lang->search->andor['and'] = '并且';
$lang->search->andor['or'] = '或者';
$lang->search->null = '空';
$lang->userquery = new stdclass();
$lang->userquery->title = '查询标题';
$lang->userquery->myQueries = '我的查询';
$lang->userquery->execut = '执行';
$lang->userquery->delete = '删除';