Skip to content

Commit

Permalink
* Lang update.
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeteng committed May 10, 2019
1 parent 7ceebbb commit 9d7cafc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions module/tree/lang/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$lang->tree->delete = 'Delete';
$lang->tree->browse = 'Manage General Module';
$lang->tree->browseTask = 'Manage Task Module';
$lang->tree->manage = 'Manage module';
$lang->tree->manage = 'Manage Module';
$lang->tree->fix = 'Fix';
$lang->tree->manageProduct = "Manage {$lang->productCommon}";
$lang->tree->manageProject = "Manage {$lang->projectCommon}";
Expand All @@ -36,12 +36,12 @@
$lang->tree->dragAndSort = "Drag and Sort";
$lang->tree->sort = "Sort";
$lang->tree->addChild = "Add Child Module";
$lang->tree->confirmDelete = 'Do you want to delete this Module and its Children?';
$lang->tree->confirmDelete = 'Do you want to delete this module and its child modules?';
$lang->tree->confirmDeleteLine = 'Do you want to delete this Product Line?';
$lang->tree->confirmRoot = "Modifications on {$lang->productCommon} will change the Story, Bug, Case of {$lang->productCommon} it belongs to, as well as the realtion of {$lang->projectCommon} and {$lang->productCommon}, which is dangerous, please be aware of it. Do you want to change?";
$lang->tree->successSave = 'Saved.';
$lang->tree->successFixed = 'Fixed.';
$lang->tree->repeatName = 'The name "%s" has existed!';
$lang->tree->repeatName = 'The name "%s" exists!';

$lang->tree->module = 'Module';
$lang->tree->name = 'Name';
Expand Down

0 comments on commit 9d7cafc

Please sign in to comment.