+ add the new actions to the pri list.

This commit is contained in:
wangchunsheng
2009-10-28 01:40:46 +00:00
parent 7f6d7ec5c3
commit 8ec641e345

View File

@@ -73,6 +73,9 @@ $lang->resource->project->browse = 'browse';
$lang->resource->project->create = 'create';
$lang->resource->project->edit = 'edit';
$lang->resource->project->delete = 'delete';
$lang->resource->project->task = 'tasks';
$lang->resource->project->story = 'stories';
$lang->resource->project->bug = 'bugs';
$lang->resource->project->manageProducts = 'manageProducts';
$lang->resource->project->manageChilds = 'manageChilds';
$lang->resource->project->manageMembers = 'manageMembers';