diff --git a/module/build/lang/en.php b/module/build/lang/en.php index 8e252e5ffb..ce37c7c254 100644 --- a/module/build/lang/en.php +++ b/module/build/lang/en.php @@ -21,7 +21,7 @@ $lang->build->batchUnlink = 'Batch Unlink'; $lang->build->batchUnlinkStory = 'Batch Unlink Stories'; $lang->build->batchUnlinkBug = 'Batch Unlink Bugs'; -$lang->build->confirmDelete = "Do you want to delete this Build?"; +$lang->build->confirmDelete = "Do you want to delete this build?"; $lang->build->confirmUnlinkStory = "Do you want to unlink this Story?"; $lang->build->confirmUnlinkBug = "Do you want to unlink this Bug?"; diff --git a/module/datatable/lang/en.php b/module/datatable/lang/en.php index 14200af128..d9704ab41d 100644 --- a/module/datatable/lang/en.php +++ b/module/datatable/lang/en.php @@ -18,7 +18,7 @@ $lang->datatable->resetGlobal = 'Global Reset'; $lang->datatable->branch = 'Branch'; $lang->datatable->platform = 'Platform'; -$lang->datatable->showModule = 'Show/Hide Module Name'; +$lang->datatable->showModule = 'Show Module Names'; $lang->datatable->showModuleList[] = 'N/A'; $lang->datatable->showModuleList['base'] = 'Base Node'; $lang->datatable->showModuleList['end'] = 'End Node'; diff --git a/module/dept/lang/en.php b/module/dept/lang/en.php index 7fff61dddd..5754c6eeb8 100644 --- a/module/dept/lang/en.php +++ b/module/dept/lang/en.php @@ -22,7 +22,7 @@ $lang->dept->updateOrder = "Sort"; $lang->dept->add = "Add Department"; $lang->dept->dragAndSort = "Drag to order"; -$lang->dept->confirmDelete = " Do you want to delete this Department?"; +$lang->dept->confirmDelete = " Do you want to delete this department?"; $lang->dept->successSave = " Saved!"; $lang->dept->error = new stdclass(); diff --git a/module/doc/lang/en.php b/module/doc/lang/en.php index 9a834819e6..0db91b133d 100644 --- a/module/doc/lang/en.php +++ b/module/doc/lang/en.php @@ -55,11 +55,11 @@ $lang->doc->searchDoc = 'Search'; $lang->doc->fast = 'Qucik Entry'; $lang->doc->allDoc = 'All Documents'; $lang->doc->openedByMe = 'My'; -$lang->doc->orderByOpen = 'Last Added'; +$lang->doc->orderByOpen = 'Recent Added'; $lang->doc->orderByEdit = 'Recent Edited'; $lang->doc->orderByVisit = 'Last Visited'; $lang->doc->todayEdited = 'Update Today'; -$lang->doc->pastEdited = 'Updated'; +$lang->doc->pastEdited = 'Updated Yesterday'; $lang->doc->myDoc = 'My Documents'; $lang->doc->myCollection = 'My Favorites'; diff --git a/module/mail/lang/en.php b/module/mail/lang/en.php index c65e4086b4..3943b0af5e 100755 --- a/module/mail/lang/en.php +++ b/module/mail/lang/en.php @@ -95,7 +95,7 @@ $lang->mail->sendCloudHelp = <<mail->sendCloudSuccess = 'Done'; $lang->mail->closeSendCloud = 'Close SendCloud'; -$lang->mail->addressWhiteList = 'Add email addresses to the whiltelist of your email server to avoid being blocked'; +$lang->mail->addressWhiteList = 'Add it to the whiltelist of your email server to avoid being blocked'; $lang->mail->ztCloudNotice = <<productplan->unlinkedBugs = 'Unlinked Bugs'; $lang->productplan->unexpired = 'Unexpired Plans'; $lang->productplan->all = 'All Plans'; -$lang->productplan->confirmDelete = "Do you want to delete this Plan?"; -$lang->productplan->confirmUnlinkStory = "Do you want to unlink this Story?"; -$lang->productplan->confirmUnlinkBug = "Do you want to unlink this Bug?"; +$lang->productplan->confirmDelete = "Do you want to delete this plan?"; +$lang->productplan->confirmUnlinkStory = "Do you want to unlink this story?"; +$lang->productplan->confirmUnlinkBug = "Do you want to unlink this bug?"; $lang->productplan->noPlan = 'No plans yet. '; $lang->productplan->id = 'ID'; diff --git a/module/release/lang/en.php b/module/release/lang/en.php index 687e8b5156..8348097bd7 100644 --- a/module/release/lang/en.php +++ b/module/release/lang/en.php @@ -23,9 +23,9 @@ $lang->release->batchUnlink = "Batch Unlink"; $lang->release->batchUnlinkStory = "Batch Unlink Story"; $lang->release->batchUnlinkBug = "Batch Unlink Bug"; -$lang->release->confirmDelete = "Do you want to delete this Release?"; -$lang->release->confirmUnlinkStory = "Do you want to remove this Story?"; -$lang->release->confirmUnlinkBug = "Do you want to remove this Bug?"; +$lang->release->confirmDelete = "Do you want to delete this release?"; +$lang->release->confirmUnlinkStory = "Do you want to remove this story?"; +$lang->release->confirmUnlinkBug = "Do you want to remove this bug?"; $lang->release->existBuild = '『Build』『%s』existed. You could change『name』or choose a『build』.'; $lang->release->noRelease = 'No releases yet.'; diff --git a/module/story/lang/en.php b/module/story/lang/en.php index 5e48519e37..c706b70c59 100644 --- a/module/story/lang/en.php +++ b/module/story/lang/en.php @@ -187,15 +187,15 @@ $lang->story->lblActivate = 'Activate'; $lang->story->lblClose = 'Close'; $lang->story->lblTBC = 'Task/Bug/Case'; -$lang->story->checkAffection = 'Impact'; -$lang->story->affectedProjects = '' . $lang->projectCommon; -$lang->story->affectedBugs = 'Bug'; -$lang->story->affectedCases = 'Case'; +$lang->story->checkAffection = 'Influence'; +$lang->story->affectedProjects = '' . $lang->projectCommon . 's'; +$lang->story->affectedBugs = 'Bugs'; +$lang->story->affectedCases = 'Cases'; $lang->story->specTemplate = "As a < type of user >, I want < some goal > so that < some reason >."; $lang->story->needNotReview = 'No Review Required'; $lang->story->successSaved = "Story is saved!"; -$lang->story->confirmDelete = "Do you want to delete this Story?"; +$lang->story->confirmDelete = "Do you want to delete this story?"; $lang->story->errorEmptyChildStory = '『Decomposed Stories』canot be blank.'; $lang->story->mustChooseResult = 'Select Result'; $lang->story->mustChoosePreVersion = 'Select a version to revert to.'; diff --git a/module/task/lang/en.php b/module/task/lang/en.php index a49052d8c0..d9ce685f28 100644 --- a/module/task/lang/en.php +++ b/module/task/lang/en.php @@ -76,7 +76,7 @@ $lang->task->desc = 'Description'; $lang->task->assign = 'Assign'; $lang->task->assignTo = $lang->task->assign; $lang->task->batchAssignTo = 'Batch Assign'; -$lang->task->assignedTo = 'AssignedTo'; +$lang->task->assignedTo = 'AssignTo'; $lang->task->assignedToAB = 'AssignedTo'; $lang->task->assignedDate = 'AssignedDate'; $lang->task->openedBy = 'CreatedBy'; @@ -154,21 +154,21 @@ $lang->task->reasonList['done'] = 'Done'; $lang->task->reasonList['cancel'] = 'Cancelled'; $lang->task->afterChoices['continueAdding'] = ' Continue Adding Tasks'; -$lang->task->afterChoices['toTaskList'] = 'Back to Task List'; -$lang->task->afterChoices['toStoryList'] = 'Back to Story List'; +$lang->task->afterChoices['toTaskList'] = 'Go to Task List Page'; +$lang->task->afterChoices['toStoryList'] = 'Go to Story List Page'; $lang->task->legendBasic = 'Basic Info'; $lang->task->legendEffort = 'Effort'; $lang->task->legendLife = 'Task Life'; $lang->task->legendDesc = 'Task Description'; -$lang->task->confirmDelete = "Do you want to delete this Task?"; +$lang->task->confirmDelete = "Do you want to delete this task?"; $lang->task->confirmDeleteEstimate = "Do you want to delete it?"; $lang->task->copyStoryTitle = "Copy Story"; -$lang->task->afterSubmit = "After it is created, "; +$lang->task->afterSubmit = "Next "; $lang->task->successSaved = "Created!"; $lang->task->delayWarning = " Delay %s days "; -$lang->task->remindBug = "This Task is converted from a Bug. Do you want to update the 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 linked Module, Story and AssignedTo will be changed. Do you want to do it?"; $lang->task->confirmFinish = '"Left Hour" is 0. Do you want to change the Status to "Finished"?'; $lang->task->confirmRecord = '"Left Hour" is 0. Do you want to set Task as "Finished"?'; diff --git a/module/testtask/lang/en.php b/module/testtask/lang/en.php index 57f0caef83..403bbb29ef 100644 --- a/module/testtask/lang/en.php +++ b/module/testtask/lang/en.php @@ -101,7 +101,7 @@ $lang->testtask->fail = 'Failed'; $lang->testtask->showResult = 'Run %s times'; $lang->testtask->showFail = 'Failed %s times'; -$lang->testtask->confirmDelete = 'Do you want to delete this test build?'; +$lang->testtask->confirmDelete = 'Do you want to delete this build?'; $lang->testtask->confirmUnlinkCase = 'Do you want to unlink this case?'; $lang->testtask->noticeNoOther = 'There are no test requests for this product'; $lang->testtask->noTesttask = 'No requests. '; diff --git a/module/todo/lang/en.php b/module/todo/lang/en.php index 4ca542e1e0..292479a5cc 100644 --- a/module/todo/lang/en.php +++ b/module/todo/lang/en.php @@ -87,8 +87,8 @@ global $config; if($config->global->flow == 'onlyTest' or $config->global->flow == 'onlyStory') unset($lang->todo->typeList['task']); if($config->global->flow == 'onlyTask' or $config->global->flow == 'onlyStory') unset($lang->todo->typeList['bug']); -$lang->todo->confirmDelete = "Do you want to delete this Todo?"; -$lang->todo->thisIsPrivate = 'This is a private Todo'; +$lang->todo->confirmDelete = "Do you want to delete this todo?"; +$lang->todo->thisIsPrivate = 'This is a private todo'; $lang->todo->lblDisableDate = 'TBD'; $lang->todo->lblBeforeDays = "Create a todo %s day(s) earlier"; $lang->todo->lblClickCreate = "Click to Add Todo"; diff --git a/module/webhook/lang/en.php b/module/webhook/lang/en.php index 2cd1bcc73f..9280ab02dd 100644 --- a/module/webhook/lang/en.php +++ b/module/webhook/lang/en.php @@ -55,7 +55,7 @@ $lang->webhook->confirmDelete = 'Do you want to delete this hook?'; $lang->webhook->trimWords = ''; $lang->webhook->note = new stdClass(); -$lang->webhook->note->async = 'If the sending type is asynchronous, you have to go to Admin-Notification to turn on the cron.'; +$lang->webhook->note->async = 'If the sending type is asynchronous, you have to go to Admin-System to turn on the cron.'; $lang->webhook->note->product = "All actions will trigger the hook if {$lang->productCommon} is empty, or only actions of {$lang->productCommon} will trigger it."; $lang->webhook->note->project = "All actions will trigger the hook if {$lang->projectCommon} is empty, or only actions of {$lang->projectCommon} will trigger it.";