Files
EasySoft-ZenTaoPMS/module/search/lang/en.php
T
2017-08-23 14:55:49 +08:00

50 lines
1.9 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';
$lang->search->deleteQuery = 'Delete';
$lang->search->setQueryTitle = 'Please enter the title( Save it before searching.):';
$lang->search->select = 'Stories/Tasks Filter';
$lang->search->me = 'Me';
$lang->search->noQuery = 'No query saved!';
$lang->search->onMenuBar = 'Show in Menu';
$lang->search->account = 'Account';
$lang->search->module = 'Module';
$lang->search->title = 'Title';
$lang->search->form = 'Form Field';
$lang->search->sql = 'SQL Condition';
$lang->search->shortcut = $lang->search->onMenuBar;
$lang->search->operators['='] = '=';
$lang->search->operators['!='] = '!=';
$lang->search->operators['>'] = '>';
$lang->search->operators['>='] = '>=';
$lang->search->operators['<'] = '<';
$lang->search->operators['<='] = '<=';
$lang->search->operators['include'] = 'including';
$lang->search->operators['between'] = 'between';
$lang->search->operators['notinclude'] = 'excluding';
$lang->search->operators['belong'] = 'belong to';
$lang->search->andor['and'] = 'And';
$lang->search->andor['or'] = 'Or';
$lang->search->null = 'Null';