*delete a

This commit is contained in:
reneteng
2018-06-26 15:18:51 +08:00
parent f61a53e9a3
commit 73ff01c889
16 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ $lang->action->undelete = 'Restore';
$lang->action->hideOne = 'Hide';
$lang->action->hideAll = 'Hide All';
$lang->action->editComment = 'Edit';
$lang->action->create = 'Add a Comment';
$lang->action->create = 'Add Comment';
$lang->action->comment = 'Comment';
$lang->action->trashTips = 'Note: All Deletion in ZenTao are logical.';
@@ -153,7 +153,7 @@ $lang->action->label->blocked = 'Blocked';
$lang->action->label->resolved = 'Resolved';
$lang->action->label->reviewed = 'Reviewed';
$lang->action->label->moved = 'Moved';
$lang->action->label->confirmed = 'Confirm a Story';
$lang->action->label->confirmed = 'Confirm Story';
$lang->action->label->bugconfirmed = 'Confirmed';
$lang->action->label->tostory = 'Convert to Story';
$lang->action->label->frombug = 'Converted from Bug';
+4 -4
View File
@@ -48,7 +48,7 @@ $lang->block->params = new stdclass();
$lang->block->params->name = 'Name';
$lang->block->params->value = 'Value';
$lang->block->createBlock = 'Add a Block';
$lang->block->createBlock = 'Add Block';
$lang->block->editBlock = 'Edit';
$lang->block->ordersSaved = 'Order is saved.';
$lang->block->confirmRemoveBlock = 'Do you want to remove Block?';
@@ -390,8 +390,8 @@ $lang->block->gridOptions[8] = 'Left';
$lang->block->gridOptions[4] = 'Right';
$lang->block->flowchart = array();
$lang->block->flowchart[] = array('Administlrator', 'Add a Department', 'Add a User', 'Maintain Privileges');
$lang->block->flowchart[] = array($lang->productCommon . ' Owner', 'Add a ' . $lang->productCommon, 'Maintain Modules', 'Maintain Plans', 'Maintain Stories', 'Create Releases');
$lang->block->flowchart[] = array('Scrum Master', 'Add a ' . $lang->projectCommon, 'Maintain Teams', 'Link ' . $lang->productCommon . 's', 'Link Stories', 'Decompose Tasks');
$lang->block->flowchart[] = array('Administlrator', 'Add Department', 'Add User', 'Maintain Privileges');
$lang->block->flowchart[] = array($lang->productCommon . ' Owner', 'Add ' . $lang->productCommon, 'Maintain Modules', 'Maintain Plans', 'Maintain Stories', 'Create Releases');
$lang->block->flowchart[] = array('Scrum Master', 'Add ' . $lang->projectCommon, 'Maintain Teams', 'Link ' . $lang->productCommon . 's', 'Link Stories', 'Decompose Tasks');
$lang->block->flowchart[] = array('Dev Team', 'Claim Tasks/Bugs', 'Update Status', 'Finish Tasks/Bugs');
$lang->block->flowchart[] = array('QA Team', 'Write Cases', 'Run Cases', 'Report Bugs', 'Verify Bugs', 'Close Bugs');
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
$lang->branch->common = 'Branch';
$lang->branch->manage = 'Manage a Branch';
$lang->branch->manage = 'Manage Branch';
$lang->branch->sort = 'Sort';
$lang->branch->delete = 'Delete Branch';
$lang->branch->add = 'Add';
+2 -2
View File
@@ -67,8 +67,8 @@ $lang->bug->keywords = 'Tags';
$lang->bug->lastEditedByAB = 'Edited By';
$lang->bug->lastEditedDateAB = 'Edit On';
$lang->bug->lastEditedDate = 'Edit On';
$lang->bug->fromCase = 'From a Case';
$lang->bug->toCase = 'To a Case';
$lang->bug->fromCase = 'From Case';
$lang->bug->toCase = 'To Case';
$lang->bug->colorTag = 'Color Tag';
/* 方法列表。*/
+1 -1
View File
@@ -61,7 +61,7 @@ $lang->doc->myCollection = 'My Favorites';
/* 方法列表。*/
$lang->doc->index = 'Home';
$lang->doc->create = 'Create a Doc';
$lang->doc->create = 'Create Doc';
$lang->doc->edit = 'Edit';
$lang->doc->delete = 'Delete';
$lang->doc->browse = 'List';
+2 -2
View File
@@ -15,11 +15,11 @@ $lang->file->uploadImages = 'Batch Upload Images';
$lang->file->download = 'Download Files';
$lang->file->uploadDate = 'Uploaded on';
$lang->file->edit = 'Rename';
$lang->file->inputFileName = 'Enter a File Name';
$lang->file->inputFileName = 'Enter File Name';
$lang->file->delete = 'Delete File';
$lang->file->label = 'Label:';
$lang->file->maxUploadSize = "<span class='text-red'>%s</span>";
$lang->file->applyTemplate = "Apply a Template";
$lang->file->applyTemplate = "Apply Template";
$lang->file->tplTitle = "Template Name";
$lang->file->setPublic = "Set Public Template";
$lang->file->exportFields = "Fileds to be Exported";
+1 -1
View File
@@ -11,7 +11,7 @@
*/
$lang->group->common = 'Privilege';
$lang->group->browse = 'Group Privilges';
$lang->group->create = 'Add a Group';
$lang->group->create = 'Add Group';
$lang->group->edit = 'Edit';
$lang->group->copy = 'Copy';
$lang->group->delete = 'Delete';
+3 -3
View File
@@ -45,7 +45,7 @@ $lang->project->progress = 'Progress';
$lang->project->hours = '%s Estimates, %s Cost, %s Left.';
$lang->project->viewBug = 'Bugs';
$lang->project->noProduct = "No {$lang->productCommon}";
$lang->project->createStory = "Create a Story";
$lang->project->createStory = "Create Story";
$lang->project->all = 'All';
$lang->project->undone = 'Unfinished';
$lang->project->unclosed = 'Unclosed';
@@ -130,7 +130,7 @@ $lang->project->unlinkStoryTasks = 'Unlink';
$lang->project->linkedProducts = 'Linked Products';
$lang->project->unlinkedProducts = 'Unlinked Products';
$lang->project->view = "Overview";
$lang->project->create = "Create a Project";
$lang->project->create = "Create Project";
$lang->project->copy = "Copy {$lang->projectCommon}";
$lang->project->delete = "Delete";
$lang->project->browse = "Browse";
@@ -234,7 +234,7 @@ $lang->project->tips = 'Note';
$lang->project->afterInfo = "{$lang->projectCommon} is created. Next you can ";
$lang->project->setTeam = 'Set Team';
$lang->project->linkStory = 'Link Story';
$lang->project->createTask = 'Create a Task';
$lang->project->createTask = 'Create Task';
$lang->project->goback = "Return";
$lang->project->noweekend = 'Without Weekend';
$lang->project->withweekend = 'With Weekend';
+1 -1
View File
@@ -86,7 +86,7 @@ $lang->report->overduePlan = 'Expired Plan';
/* daily reminder. */
$lang->report->idAB = 'ID';
$lang->report->bugTitle = 'Bug Title';
$lang->report->bugTitle = 'Bug Name';
$lang->report->taskName = 'Task Name';
$lang->report->todoName = 'Todo Name';
$lang->report->testTaskName = 'TestTask Name';
+4 -4
View File
@@ -9,7 +9,7 @@
* @version $Id: en.php 5141 2013-07-15 05:57:15Z chencongzhi520@gmail.com $
* @link http://www.zentao.net
*/
$lang->story->create = "Add a Story";
$lang->story->create = "Add Story";
$lang->story->batchCreate = "Batch Add";
$lang->story->change = "Change";
$lang->story->changed = 'Change';
@@ -92,7 +92,7 @@ $lang->story->keywords = 'Tags';
$lang->story->newStory = 'Continue adding';
$lang->story->colorTag = 'Color Tag';
$lang->story->files = 'Files';
$lang->story->copy = "Copy a Story";
$lang->story->copy = "Copy Story";
$lang->story->total = "Total Stories";
$lang->story->allStories = 'All';
$lang->story->unclosed = 'Unclosed';
@@ -192,8 +192,8 @@ $lang->story->needNotReview = 'No Review';
$lang->story->successSaved = "Story is saved!";
$lang->story->confirmDelete = "Do you want to delete this Story?";
$lang->story->errorEmptyChildStory = '『Subdivide Story』canot be blank.';
$lang->story->mustChooseResult = 'Select a result.';
$lang->story->mustChoosePreVersion = 'Select a Version to revert to.';
$lang->story->mustChooseResult = 'Select Result';
$lang->story->mustChoosePreVersion = 'Select the Version to revert to.';
$lang->story->noStory = 'No stories. ';
$lang->story->form = new stdclass();
+2 -2
View File
@@ -38,7 +38,7 @@ $lang->task->case = 'Related Case';
$lang->task->confirmStoryChange = "Confirm Story Change";
$lang->task->progress = 'Progress';
$lang->task->progressTips = 'Cost/(Cost+Left)';
$lang->task->copy = 'Duplicate a Task';
$lang->task->copy = 'Duplicate Task';
$lang->task->common = 'Task';
$lang->task->id = 'ID';
@@ -163,7 +163,7 @@ $lang->task->copyStoryTitle = "Copy Story";
$lang->task->afterSubmit = "After Created,";
$lang->task->successSaved = "Created!";
$lang->task->delayWarning = " <strong class='text-danger'> Delay %s days </strong>";
$lang->task->remindBug = "This Task is converted from a Bug. Do you want to update te Bug:%s?";
$lang->task->remindBug = "This Task is converted from a Bug. Do you want to update the Bug:%s?";
$lang->task->confirmChangeProject = "If you change {$lang->projectCommon}, the related Module, Story and Assignor will be changed. Do you want to do it?";
$lang->task->confirmFinish = '"Left Hour" is 0. Do you want to change the Status to "Done"?';
$lang->task->confirmRecord = '"Left Hour" is 0. Do you want to set Task as "Done"?';
+1 -1
View File
@@ -72,7 +72,7 @@ $lang->testcase->stepVersion = 'Version';
$lang->testcase->common = 'Case';
$lang->testcase->index = "Home";
$lang->testcase->create = "Add a Case";
$lang->testcase->create = "Add Case";
$lang->testcase->batchCreate = "Batch Add";
$lang->testcase->delete = "Delete";
$lang->testcase->view = "Overview";
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
$lang->testreport->common = 'Test Report';
$lang->testreport->browse = 'Test Report';
$lang->testreport->create = 'Create a Report';
$lang->testreport->create = 'Create Report';
$lang->testreport->edit = 'Edit Report';
$lang->testreport->delete = 'Delete';
$lang->testreport->export = 'Export';
+1 -1
View File
@@ -10,7 +10,7 @@
* @link http://www.zentao.net
*/
$lang->testtask->index = "Home";
$lang->testtask->create = "Create a Test";
$lang->testtask->create = "Create Test";
$lang->testtask->reportChart = 'Report';
$lang->testtask->delete = "Delete";
$lang->testtask->view = "Overview";
+1 -1
View File
@@ -11,7 +11,7 @@
*/
$lang->todo->common = 'Todo';
$lang->todo->index = "Home";
$lang->todo->create = "Add a Todo";
$lang->todo->create = "Add Todo";
$lang->todo->createCycle = "Add Recurring Todo";
$lang->todo->assignTo = "Assign";
$lang->todo->activate = "Activate";
+1 -1
View File
@@ -49,7 +49,7 @@ $lang->user->resetPassword = 'Forgot Password?';
$lang->user->index = "Home";
$lang->user->view = "Overview";
$lang->user->create = "Add a User";
$lang->user->create = "Add User";
$lang->user->batchCreate = "Batch Add";
$lang->user->edit = "Edit";
$lang->user->batchEdit = "Batch Edit";