Merge branch 'master' of github.com:easysoft/zentaopms
This commit is contained in:
@@ -34,7 +34,7 @@ $lang->block->dynamic = 'Dynamic';
|
||||
$lang->block->assignToMe = 'Assign To Me';
|
||||
$lang->block->lblFlowchart = 'Workflow';
|
||||
$lang->block->welcome = 'Welcome';
|
||||
$lang->block->lblTesttask = 'Show test task';
|
||||
$lang->block->lblTesttask = 'Show Test Details';
|
||||
|
||||
$lang->block->leftToday = 'Works for Today';
|
||||
$lang->block->myTask = 'My Task';
|
||||
@@ -53,9 +53,9 @@ $lang->block->params->value = 'Value';
|
||||
$lang->block->createBlock = 'Add Block';
|
||||
$lang->block->editBlock = 'Edit';
|
||||
$lang->block->ordersSaved = 'Order is saved.';
|
||||
$lang->block->confirmRemoveBlock = 'Do you want to remove Block?';
|
||||
$lang->block->noticeNewBlock = 'ZenTao 10.+ has a new layout for each view. Do you want to start the new view?';
|
||||
$lang->block->confirmReset = 'Whether to restore the default';
|
||||
$lang->block->confirmRemoveBlock = 'Do you want to remove the Block?';
|
||||
$lang->block->noticeNewBlock = 'ZenTao 10.+ has a new layout. Do you want to start the new layout?';
|
||||
$lang->block->confirmReset = 'Restore';
|
||||
$lang->block->closeForever = 'Permanent Close';
|
||||
$lang->block->confirmClose = 'Do you want to permanently close this block? Once done, it is not available to anyone. It can be activiated at Admin->Custom.';
|
||||
$lang->block->remove = 'Remove';
|
||||
@@ -108,7 +108,7 @@ $lang->block->default['project']['3']['params']['num'] = 15;
|
||||
$lang->block->default['project']['3']['params']['orderBy'] = 'id_desc';
|
||||
$lang->block->default['project']['3']['params']['type'] = 'undone';
|
||||
|
||||
$lang->block->default['project']['4']['title'] = 'My Tasks';
|
||||
$lang->block->default['project']['4']['title'] = 'My Task';
|
||||
$lang->block->default['project']['4']['block'] = 'task';
|
||||
$lang->block->default['project']['4']['grid'] = 4;
|
||||
|
||||
@@ -143,7 +143,7 @@ $lang->block->default['qa']['3']['params']['num'] = 15;
|
||||
$lang->block->default['qa']['3']['params']['orderBy'] = 'id_desc';
|
||||
$lang->block->default['qa']['3']['params']['type'] = 'assigntome';
|
||||
|
||||
$lang->block->default['qa']['4']['title'] = 'Pending Builds';
|
||||
$lang->block->default['qa']['4']['title'] = 'Wait Build';
|
||||
$lang->block->default['qa']['4']['block'] = 'testtask';
|
||||
$lang->block->default['qa']['4']['grid'] = 4;
|
||||
|
||||
@@ -243,7 +243,7 @@ $lang->block->availableBlocks->project = $lang->projectCommon . 'List';
|
||||
$lang->block->availableBlocks->plan = 'Plan';
|
||||
$lang->block->availableBlocks->release = 'Release';
|
||||
$lang->block->availableBlocks->build = 'Build';
|
||||
$lang->block->availableBlocks->testtask = 'Test Build';
|
||||
$lang->block->availableBlocks->testtask = 'Test';
|
||||
|
||||
$lang->block->moduleList['product'] = $lang->productCommon;
|
||||
$lang->block->moduleList['project'] = $lang->projectCommon;
|
||||
@@ -271,7 +271,7 @@ $lang->block->modules['qa']->availableBlocks->statistic = 'Test Report';
|
||||
//$lang->block->modules['qa']->availableBlocks->overview = 'Testcase Overview';
|
||||
$lang->block->modules['qa']->availableBlocks->bug = 'Bug';
|
||||
$lang->block->modules['qa']->availableBlocks->case = 'Case';
|
||||
$lang->block->modules['qa']->availableBlocks->testtask = 'Test Build';
|
||||
$lang->block->modules['qa']->availableBlocks->testtask = 'Build';
|
||||
$lang->block->modules['todo'] = new stdclass();
|
||||
$lang->block->modules['todo']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['todo']->availableBlocks->list = 'Todo';
|
||||
|
||||
@@ -37,7 +37,7 @@ $lang->bug->confirmed = 'Confirmed';
|
||||
$lang->bug->toTask = 'Convert to Task';
|
||||
$lang->bug->toStory = 'Convert to Story';
|
||||
$lang->bug->mailto = 'Mail To';
|
||||
$lang->bug->openedBy = 'Creator';
|
||||
$lang->bug->openedBy = 'Created by';
|
||||
$lang->bug->openedDate = 'Created';
|
||||
$lang->bug->openedDateAB = 'Created';
|
||||
$lang->bug->openedBuild = 'Open Build';
|
||||
@@ -120,9 +120,9 @@ $lang->bug->byQuery = 'Search';
|
||||
$lang->bug->needConfirm = 'Story Changed';
|
||||
$lang->bug->allProduct = 'All' . $lang->productCommon;
|
||||
$lang->bug->my = 'My';
|
||||
$lang->bug->yesterdayResolved = 'Resolved Yesterday ';
|
||||
$lang->bug->yesterdayConfirmed = 'Confirmed Yesterday ';
|
||||
$lang->bug->yesterdayClosed = 'Closed Yesterday ';
|
||||
$lang->bug->yesterdayResolved = 'Bug Resolved Yesterday ';
|
||||
$lang->bug->yesterdayConfirmed = 'Bug Confirmed Yesterday ';
|
||||
$lang->bug->yesterdayClosed = 'Bug Closed Yesterday ';
|
||||
|
||||
$lang->bug->assignToMeAB = 'Assigned To Me';
|
||||
$lang->bug->openedByMeAB = 'Created By Me';
|
||||
|
||||
@@ -18,8 +18,8 @@ $lang->build->delete = "Delete Build";
|
||||
$lang->build->deleted = "Deleted";
|
||||
$lang->build->view = "Build Details";
|
||||
$lang->build->batchUnlink = 'Batch Unlink';
|
||||
$lang->build->batchUnlinkStory = 'Batch Story Unlink';
|
||||
$lang->build->batchUnlinkBug = 'Batch Bug Unlink';
|
||||
$lang->build->batchUnlinkStory = 'Batch Unlink Story';
|
||||
$lang->build->batchUnlinkBug = 'Batch Unlink Bug';
|
||||
|
||||
$lang->build->confirmDelete = "Do you want to delete this Build?";
|
||||
$lang->build->confirmUnlinkStory = "Do you want to unlink this Story?";
|
||||
@@ -37,7 +37,7 @@ $lang->build->builder = 'Builder';
|
||||
$lang->build->scmPath = 'SCM Path';
|
||||
$lang->build->filePath = 'File Path';
|
||||
$lang->build->desc = 'Description';
|
||||
$lang->build->files = 'Files';
|
||||
$lang->build->files = 'File';
|
||||
$lang->build->last = 'Last Build';
|
||||
$lang->build->packageType = 'Package Type';
|
||||
$lang->build->unlinkStory = 'Unlink Story';
|
||||
|
||||
@@ -70,24 +70,24 @@ $lang->collapse = 'Collapse';
|
||||
$lang->saveSuccess = 'Saved';
|
||||
$lang->fail = 'Fail';
|
||||
$lang->addFiles = 'Add';
|
||||
$lang->files = 'File ';
|
||||
$lang->files = 'Files ';
|
||||
$lang->pasteText = 'Paste';
|
||||
$lang->uploadImages = 'Upload';
|
||||
$lang->timeout = 'Timeout. Pease check your connection, or try it again!';
|
||||
$lang->repairTable = 'Database table might be damaged. Please use phpmyadmin or myisamchk to fix it.';
|
||||
$lang->repairTable = 'Database table might be damaged. Execute phpmyadmin or myisamchk to fix it.';
|
||||
$lang->duplicate = '%s has the same title as a file title existed.';
|
||||
$lang->ipLimited = "<html><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /></head><body>Sorry, current IP Login has been restricted. PLease contact Admin to grant it.</body></html>";
|
||||
$lang->ipLimited = "<html><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /></head><body>Sorry, your current IP is restricted. PLease contact your Administer to grant your permissions.</body></html>";
|
||||
$lang->unfold = '+';
|
||||
$lang->fold = '-';
|
||||
$lang->homepage = 'Set Home';
|
||||
$lang->noviceTutorial = 'Novice Tutorial';
|
||||
$lang->noviceTutorial = 'Rookie Tutorial';
|
||||
$lang->changeLog = 'Change Log';
|
||||
$lang->manual = 'Manual';
|
||||
$lang->manualUrl = 'https://www.zentao.pm/book/zentaomanual/zentao-installation-11.html';
|
||||
$lang->customMenu = 'Custom Menu';
|
||||
$lang->customField = 'Custom Field';
|
||||
$lang->lineNumber = 'Line No.';
|
||||
$lang->tutorialConfirm = 'You are using tutorial. Do you want to quit right now?';
|
||||
$lang->tutorialConfirm = 'You are using ZenTao tutorial. Do you want to quit right now?';
|
||||
$lang->youCould = 'You could ';
|
||||
|
||||
$lang->preShortcutKey = '[Shortcut:←]';
|
||||
|
||||
@@ -81,11 +81,11 @@ $lang->task->assignedDate = 'Assigned';
|
||||
$lang->task->openedBy = 'Created by';
|
||||
$lang->task->openedDate = 'Created';
|
||||
$lang->task->openedDateAB = 'Add';
|
||||
$lang->task->finishedBy = 'Finished';
|
||||
$lang->task->finishedBy = 'Finished by';
|
||||
$lang->task->finishedByAB = 'Finished';
|
||||
$lang->task->finishedDate = 'Finished';
|
||||
$lang->task->finishedDateAB = 'Finished';
|
||||
$lang->task->finishedList = 'Finished list';
|
||||
$lang->task->finishedList = 'FinishedBy list';
|
||||
$lang->task->canceledBy = 'Cancelled by';
|
||||
$lang->task->canceledDate = 'Cancelled';
|
||||
$lang->task->closedBy = 'Closed by';
|
||||
@@ -119,7 +119,7 @@ $lang->task->noStory = 'No Story';
|
||||
$lang->task->noAssigned = 'Unassigned';
|
||||
$lang->task->noFinished = 'Unfinished';
|
||||
$lang->task->noClosed = 'Unclosed';
|
||||
$lang->task->yesterdayFinished = 'Finished Yesterday';
|
||||
$lang->task->yesterdayFinished = 'Task Finished Yesterday';
|
||||
$lang->task->allTasks = 'Task';
|
||||
|
||||
$lang->task->statusList[''] = '';
|
||||
@@ -191,7 +191,7 @@ $lang->task->error->assignedTo = 'Multiple task in the current status cann
|
||||
/* Report. */
|
||||
$lang->task->report = new stdclass();
|
||||
$lang->task->report->common = 'Report';
|
||||
$lang->task->report->select = 'Group Tasks by';
|
||||
$lang->task->report->select = 'Group by';
|
||||
$lang->task->report->create = 'Create';
|
||||
$lang->task->report->value = 'Task Count';
|
||||
|
||||
|
||||
@@ -110,7 +110,7 @@ $lang->testtask->checkLinked = "Please check if the product that the test
|
||||
$lang->testtask->assignedToMe = 'AssignToMe';
|
||||
$lang->testtask->allCases = 'All Cases';
|
||||
|
||||
$lang->testtask->lblCases = 'Cases';
|
||||
$lang->testtask->lblCases = 'Case';
|
||||
$lang->testtask->lblUnlinkCase = 'Unlink Case';
|
||||
$lang->testtask->lblRunCase = 'Run Case';
|
||||
$lang->testtask->lblResults = 'Result';
|
||||
|
||||
Reference in New Issue
Block a user