diff --git a/module/misc/lang/de.php b/module/misc/lang/de.php index 624ef1d4e1..d26e41d4c5 100644 --- a/module/misc/lang/de.php +++ b/module/misc/lang/de.php @@ -236,6 +236,7 @@ $lang->misc->releaseDate['7.1.stable'] = '2015-03-07'; $lang->misc->releaseDate['6.3.stable'] = '2014-11-07'; /* Release Detail. */ +$lang->misc->feature->all['20.7'][] = array('title' => "Optimized the new user guide; Menu can be custimized now; Improved the workflow; A contribution module has been added to the OR interface.", 'desc' => ''); $lang->misc->feature->all['20.6'][] = array('title' => "The workflow now allows for the configuration of multiple interfaces. The approval workflow can be customized to include conditional logic based on workflow fields. Bug fixes implemented.", 'desc' => ''); $lang->misc->feature->all['20.5'][] = array('title' => 'Document optimized; 23 new built-in metric items added.', 'desc' => ''); $lang->misc->feature->all['18.13'][] = array('title' => "Enhanced list views for My Work, Story, Task, and Bug, along with improved detail pages for Product and Project. ZenTao now offers compatibility with Dameng database. Copying Stories, Tasks, Bugs, and Test Cases now includes the ability to copy custom fields and values added through workflow customization. Bug fixes implemented.", 'desc' => ''); diff --git a/module/misc/lang/en.php b/module/misc/lang/en.php index ea879e2123..6a2dab3f8c 100644 --- a/module/misc/lang/en.php +++ b/module/misc/lang/en.php @@ -236,7 +236,7 @@ $lang->misc->releaseDate['7.1.stable'] = '2015-03-07'; $lang->misc->releaseDate['6.3.stable'] = '2014-11-07'; /* Release Detail. */ -$lang->misc->feature->all['20.7'][] = array('title' => "", 'desc' => ''); +$lang->misc->feature->all['20.7'][] = array('title' => "Optimized the new user guide; Menu can be custimized now; Improved the workflow; A contribution module has been added to the OR interface.", 'desc' => ''); $lang->misc->feature->all['20.6'][] = array('title' => "The workflow now allows for the configuration of multiple interfaces. The approval workflow can be customized to include conditional logic based on workflow fields. Bug fixes implemented.", 'desc' => ''); $lang->misc->feature->all['20.5'][] = array('title' => 'Document optimized; 23 new built-in metric items added.', 'desc' => ''); $lang->misc->feature->all['18.13'][] = array('title' => "Enhanced list views for My Work, Story, Task, and Bug, along with improved detail pages for Product and Project. ZenTao now offers compatibility with Dameng database. Copying Stories, Tasks, Bugs, and Test Cases now includes the ability to copy custom fields and values added through workflow customization. Bug fixes implemented.", 'desc' => ''); diff --git a/module/misc/lang/fr.php b/module/misc/lang/fr.php index 7c3ec1e98a..5ac80033bf 100644 --- a/module/misc/lang/fr.php +++ b/module/misc/lang/fr.php @@ -236,6 +236,7 @@ $lang->misc->releaseDate['7.1.stable'] = '2015-03-07'; $lang->misc->releaseDate['6.3.stable'] = '2014-11-07'; /* Release Detail. */ +$lang->misc->feature->all['20.7'][] = array('title' => "Optimized the new user guide; Menu can be custimized now; Improved the workflow; A contribution module has been added to the OR interface.", 'desc' => ''); $lang->misc->feature->all['20.6'][] = array('title' => "The workflow now allows for the configuration of multiple interfaces. The approval workflow can be customized to include conditional logic based on workflow fields. Bug fixes implemented.", 'desc' => ''); $lang->misc->feature->all['20.5'][] = array('title' => 'Document optimized; 23 new built-in metric items added.', 'desc' => ''); $lang->misc->feature->all['18.13'][] = array('title' => "Enhanced list views for My Work, Story, Task, and Bug, along with improved detail pages for Product and Project. ZenTao now offers compatibility with Dameng database. Copying Stories, Tasks, Bugs, and Test Cases now includes the ability to copy custom fields and values added through workflow customization. Bug fixes implemented.", 'desc' => '');