41 lines
1.6 KiB
PHP
41 lines
1.6 KiB
PHP
<?php
|
||
/**
|
||
* The search module English file of ZenTaoPMS.
|
||
*
|
||
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
||
* @license ZPL (http://zpl.pub/page/zplv12.html)
|
||
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
||
* @package search
|
||
* @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $
|
||
* @link http://www.zentao.net
|
||
*/
|
||
$lang->search->common = 'Search';
|
||
$lang->search->reset = 'Reset';
|
||
$lang->search->saveQuery = 'Save';
|
||
$lang->search->myQuery = 'My queries';
|
||
$lang->search->group1 = '1';
|
||
$lang->search->group2 = '2';
|
||
$lang->search->buildForm = 'Search form';
|
||
$lang->search->buildQuery = 'Execute query';
|
||
$lang->search->saveQuery = 'Save query';
|
||
$lang->search->deleteQuery = 'Delete query';
|
||
$lang->search->setQueryTitle = 'Please input the title(execute searching before save):';
|
||
$lang->search->select = 'Stories/Tasks filter';
|
||
$lang->search->me = 'Me';
|
||
|
||
$lang->search->operators['='] = '=';
|
||
$lang->search->operators['!='] = '!=';
|
||
$lang->search->operators['>'] = '>';
|
||
$lang->search->operators['>='] = '>=';
|
||
$lang->search->operators['<'] = '<';
|
||
$lang->search->operators['<='] = '<=';
|
||
$lang->search->operators['include'] = 'include';
|
||
$lang->search->operators['between'] = 'between';
|
||
$lang->search->operators['notinclude'] = 'not include';
|
||
$lang->search->operators['belong'] = 'belongs to';
|
||
|
||
$lang->search->andor['and'] = 'And';
|
||
$lang->search->andor['or'] = 'Or';
|
||
|
||
$lang->search->null = 'Null';
|