Files
EasySoft-ZenTaoPMS/module/search/lang/en.php
2011-06-24 10:11:25 +00:00

46 lines
1.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* The search module English file of ZenTaoPMS.
*
* @copyright Copyright 2009-2011 青岛易软天创网络科技有限公司 (QingDao Nature Easy Soft Network Technology Co,LTD www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package search
* @version $Id$
* @link http://www.zentao.net
*/
$lang->search->common = 'Search';
$lang->search->reset = 'Reset';
$lang->search->more = 'More';
$lang->search->lite = 'Lite';
$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 titleexecute searching before save';
$lang->search->storyTitle = 'Story title';
$lang->search->taskTitle = 'Task title';
$lang->search->select = 'Stories/Tasks filter';
$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->andor['and'] = 'And';
$lang->search->andor['or'] = 'Or';
$lang->search->null = 'Null';
$lang->userquery->title = 'Title';
$lang->userquery->myQueries = 'My queries';
$lang->userquery->execut = 'Execute';
$lang->userquery->delete = 'Delete';