Merge branch 'master' of github.com:easysoft/zentaopms
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
$lang->productplan->common = $lang->productCommon . ' Plan';
|
||||
$lang->productplan->browse = "View";
|
||||
$lang->productplan->browse = "Plans";
|
||||
$lang->productplan->index = "List";
|
||||
$lang->productplan->create = "Create Plan";
|
||||
$lang->productplan->edit = "Edit Plan";
|
||||
|
||||
@@ -17,7 +17,7 @@ $lang->release->linkBug = "Link Bug";
|
||||
$lang->release->delete = "Delete Release";
|
||||
$lang->release->deleted = 'Deleted';
|
||||
$lang->release->view = "Overview";
|
||||
$lang->release->browse = "Release";
|
||||
$lang->release->browse = "Releases";
|
||||
$lang->release->changeStatus = "Change Status";
|
||||
$lang->release->batchUnlink = "Batch Unlink";
|
||||
$lang->release->batchUnlinkStory = "Batch Unlink Story";
|
||||
|
||||
@@ -38,7 +38,7 @@ $lang->tree->sort = "Sort";
|
||||
$lang->tree->addChild = "Add Child Module";
|
||||
$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->confirmRoot = "Any changes to the {$lang->productCommon} will change the stories, bugs, cases of {$lang->productCommon} it belongs to, as well as the relation of {$lang->projectCommon} and {$lang->productCommon}, which is dangerous. Do you want to change it?";
|
||||
$lang->tree->successSave = 'Saved.';
|
||||
$lang->tree->successFixed = 'Fixed.';
|
||||
$lang->tree->repeatName = 'The name "%s" exists!';
|
||||
|
||||
Reference in New Issue
Block a user