107 lines
5.1 KiB
PHP
107 lines
5.1 KiB
PHP
<?php
|
|
$lang->dev->common = 'Develop';
|
|
$lang->dev->api = 'API';
|
|
$lang->dev->db = 'Database';
|
|
$lang->dev->editor = 'Editor';
|
|
$lang->dev->dbList = 'Database';
|
|
$lang->dev->moduleList = 'Modules';
|
|
$lang->dev->params = 'Parameters';
|
|
$lang->dev->type = 'Type';
|
|
$lang->dev->desc = 'Description';
|
|
$lang->dev->noParams = 'No Parameters';
|
|
|
|
$lang->dev->fields = array();
|
|
$lang->dev->fields['id'] = 'ID';
|
|
$lang->dev->fields['name'] = 'Feild';
|
|
$lang->dev->fields['desc'] = 'Description';
|
|
$lang->dev->fields['type'] = 'Type';
|
|
$lang->dev->fields['length'] = 'Length';
|
|
$lang->dev->fields['null'] = 'Null';
|
|
|
|
$lang->dev->tableList = array();
|
|
$lang->dev->tableList['action'] = 'Action';
|
|
$lang->dev->tableList['bug'] = 'Bug';
|
|
$lang->dev->tableList['build'] = 'Build';
|
|
$lang->dev->tableList['burn'] = 'Burndown';
|
|
$lang->dev->tableList['case'] = 'Test Case';
|
|
$lang->dev->tableList['casestep'] = 'Case Steps';
|
|
$lang->dev->tableList['company'] = 'Company';
|
|
$lang->dev->tableList['config'] = 'Config';
|
|
$lang->dev->tableList['custom'] = 'Custom';
|
|
$lang->dev->tableList['dept'] = 'Dept';
|
|
$lang->dev->tableList['doc'] = 'Doc';
|
|
$lang->dev->tableList['doclib'] = 'Doc Lib';
|
|
$lang->dev->tableList['effort'] = 'Effort';
|
|
$lang->dev->tableList['extension'] = 'Extension';
|
|
$lang->dev->tableList['file'] = 'File';
|
|
$lang->dev->tableList['group'] = 'Group';
|
|
$lang->dev->tableList['grouppriv'] = 'Privilege';
|
|
$lang->dev->tableList['history'] = 'History';
|
|
$lang->dev->tableList['lang'] = 'Language';
|
|
$lang->dev->tableList['module'] = 'Module';
|
|
$lang->dev->tableList['product'] = $lang->productCommon;
|
|
$lang->dev->tableList['productplan'] = $lang->productCommon . 'Plan';
|
|
$lang->dev->tableList['project'] = $lang->projectCommon;
|
|
$lang->dev->tableList['projectproduct'] = $lang->projectCommon . $lang->productCommon;
|
|
$lang->dev->tableList['projectstory'] = $lang->projectCommon . 'Story';
|
|
$lang->dev->tableList['release'] = 'Release';
|
|
$lang->dev->tableList['story'] = 'Story';
|
|
$lang->dev->tableList['storyspec'] = 'Description';
|
|
$lang->dev->tableList['task'] = 'Task';
|
|
$lang->dev->tableList['taskestimate'] = 'Est. Task';
|
|
$lang->dev->tableList['team'] = 'Team';
|
|
$lang->dev->tableList['testresult'] = 'Testing Result';
|
|
$lang->dev->tableList['testrun'] = 'Run Testing ';
|
|
$lang->dev->tableList['testtask'] = 'Test Task';
|
|
$lang->dev->tableList['todo'] = 'Todo';
|
|
$lang->dev->tableList['user'] = 'User';
|
|
$lang->dev->tableList['usercontact'] = 'User Contact';
|
|
$lang->dev->tableList['usergroup'] = 'User Group';
|
|
$lang->dev->tableList['userquery'] = 'User Query';
|
|
$lang->dev->tableList['usertpl'] = 'User Template';
|
|
$lang->dev->tableList['admin'] = 'Admin';
|
|
$lang->dev->tableList['api'] = 'API';
|
|
$lang->dev->tableList['backup'] = 'Backup';
|
|
$lang->dev->tableList['common'] = 'Common';
|
|
$lang->dev->tableList['convert'] = 'Convert';
|
|
$lang->dev->tableList['dev'] = 'Develope';
|
|
$lang->dev->tableList['git'] = 'GIT';
|
|
$lang->dev->tableList['index'] = 'Home';
|
|
$lang->dev->tableList['install'] = 'Install';
|
|
$lang->dev->tableList['mail'] = 'Email';
|
|
$lang->dev->tableList['misc'] = 'Misc';
|
|
$lang->dev->tableList['my'] = 'Dashboard';
|
|
$lang->dev->tableList['qa'] = 'QA';
|
|
$lang->dev->tableList['report'] = 'Report';
|
|
$lang->dev->tableList['search'] = 'Search';
|
|
$lang->dev->tableList['sso'] = 'SSO';
|
|
$lang->dev->tableList['svn'] = 'SVN';
|
|
$lang->dev->tableList['testcase'] = 'Test Case';
|
|
$lang->dev->tableList['testreport'] = 'Test Report';
|
|
$lang->dev->tableList['testsuite'] = 'Test Suite';
|
|
$lang->dev->tableList['tree'] = 'Module Tree';
|
|
$lang->dev->tableList['upgrade'] = 'Update';
|
|
$lang->dev->tableList['cron'] = 'Scheduled Task';
|
|
$lang->dev->tableList['datatable'] = 'Data Table';
|
|
$lang->dev->tableList['block'] = 'Block';
|
|
$lang->dev->tableList['branch'] = 'Branch';
|
|
$lang->dev->tableList['doccontent'] = 'Doc Content';
|
|
$lang->dev->tableList['storystage'] = 'Story Phase';
|
|
$lang->dev->tableList['tutorial'] = 'Tutorial';
|
|
$lang->dev->tableList['suitecase'] = 'Suite Case';
|
|
$lang->dev->tableList['score'] = 'Score';
|
|
$lang->dev->tableList['entry'] = 'Entry';
|
|
$lang->dev->tableList['webhook'] = 'WebHook';
|
|
$lang->dev->tableList['log'] = 'Log';
|
|
$lang->dev->tableList['message'] = 'Message';
|
|
$lang->dev->tableList['notify'] = 'Notify';
|
|
|
|
$lang->dev->groupList['my'] = 'Dashboard';
|
|
$lang->dev->groupList['product'] = $lang->productCommon;
|
|
$lang->dev->groupList['project'] = $lang->projectCommon;
|
|
$lang->dev->groupList['qa'] = 'QA';
|
|
$lang->dev->groupList['doc'] = 'Doc';
|
|
$lang->dev->groupList['company'] = 'Company';
|
|
$lang->dev->groupList['admin'] = 'Admin';
|
|
$lang->dev->groupList['other'] = 'Others';
|