108 lines
4.7 KiB
PHP
108 lines
4.7 KiB
PHP
<?php
|
|
/**
|
|
* The search module English file of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2015 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
|
|
* @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.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->id = 'ID';
|
|
$lang->search->editedDate = 'Edited Date';
|
|
$lang->search->key = 'Key';
|
|
$lang->search->value = 'Value';
|
|
$lang->search->reset = 'Reset';
|
|
$lang->search->saveQuery = 'Save Query';
|
|
$lang->search->myQuery = 'My Query';
|
|
$lang->search->group1 = 'Group 1';
|
|
$lang->search->group2 = 'Group 2';
|
|
$lang->search->buildForm = 'Search Form';
|
|
$lang->search->buildQuery = 'Execute Query';
|
|
$lang->search->savedQuery = 'Saved Query';
|
|
$lang->search->deleteQuery = 'Delete Query';
|
|
$lang->search->setQueryTitle = 'Enter a title. Search then the query is saved.';
|
|
$lang->search->select = 'Story/Task Filter';
|
|
$lang->search->me = 'Me';
|
|
$lang->search->noQuery = 'No query is saved yet!';
|
|
$lang->search->onMenuBar = 'Show in Menu';
|
|
$lang->search->custom = 'Custom';
|
|
$lang->search->setCommon = 'Set as public query criteria';
|
|
$lang->search->saveCondition = 'Save search options';
|
|
|
|
$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'] = 'Include';
|
|
$lang->search->operators['between'] = 'Between';
|
|
$lang->search->operators['notinclude'] = 'Exclude';
|
|
$lang->search->operators['belong'] = 'Belong';
|
|
|
|
$lang->search->andor['and'] = 'And';
|
|
$lang->search->andor['or'] = 'Or';
|
|
|
|
$lang->search->null = 'Null';
|
|
|
|
$lang->userquery = new stdclass();
|
|
$lang->userquery->title = 'Title';
|
|
|
|
$lang->searchObjects['todo'] = 'Todo';
|
|
$lang->searchObjects['effort'] = 'Effort';
|
|
$lang->searchObjects['testsuite'] = 'Test Suite';
|
|
|
|
$lang->search->objectType = 'Object Type';
|
|
$lang->search->objectID = 'Object ID';
|
|
$lang->search->content = 'Content';
|
|
$lang->search->addedDate = 'Added';
|
|
|
|
$lang->search->index = 'Full Text Search';
|
|
$lang->search->buildIndex = 'Rebuild Index';
|
|
$lang->search->preview = 'Preview';
|
|
|
|
$lang->search->result = 'Search Results';
|
|
$lang->search->buildSuccessfully = 'Search index initialized.';
|
|
$lang->search->executeInfo = '%s search results for you in %s seconds.';
|
|
$lang->search->buildResult = "Create index %s and created <strong class='%scount'>%s</strong> records.";
|
|
$lang->search->queryTips = "Separate ids with comma";
|
|
|
|
$lang->search->modules['all'] = 'All';
|
|
$lang->search->modules['task'] = 'Task';
|
|
$lang->search->modules['bug'] = 'Bug';
|
|
$lang->search->modules['case'] = 'Case';
|
|
$lang->search->modules['doc'] = 'Doc';
|
|
$lang->search->modules['todo'] = 'Todo';
|
|
$lang->search->modules['build'] = 'Build';
|
|
$lang->search->modules['effort'] = 'Effort';
|
|
$lang->search->modules['caselib'] = 'CaseLib';
|
|
$lang->search->modules['product'] = $lang->productCommon;
|
|
$lang->search->modules['release'] = 'Release';
|
|
$lang->search->modules['testtask'] = 'Test Request';
|
|
$lang->search->modules['testsuite'] = 'Test Suite';
|
|
$lang->search->modules['testreport'] = 'Testing Report';
|
|
$lang->search->modules['productplan'] = 'Plan';
|
|
$lang->search->modules['program'] = 'Program';
|
|
$lang->search->modules['project'] = $lang->projectCommon;
|
|
$lang->search->modules['execution'] = $lang->execution->common;
|
|
$lang->search->modules['story'] = $lang->SRCommon;
|
|
$lang->search->modules['requirement'] = $lang->URCommon;
|
|
|
|
$lang->search->objectTypeList['story'] = $lang->SRCommon;
|
|
$lang->search->objectTypeList['requirement'] = $lang->URCommon;
|
|
$lang->search->objectTypeList['stage'] = 'stage';
|
|
$lang->search->objectTypeList['sprint'] = $lang->execution->common;
|
|
$lang->search->objectTypeList['kanban'] = 'kanban';
|
|
$lang->search->objectTypeList['commonIssue'] = 'Issue';
|
|
$lang->search->objectTypeList['stakeholderIssue'] = 'Stakeholder Issue';
|