* Merge #d211e7474c,Fix bug #34956.
This commit is contained in:
@@ -258,6 +258,9 @@ $lang->product->featureBar['dynamic']['lastWeek'] = 'Last Week';
|
||||
$lang->product->featureBar['dynamic']['thisMonth'] = 'This Month';
|
||||
$lang->product->featureBar['dynamic']['lastMonth'] = 'Last Month';
|
||||
|
||||
$lang->product->action = new stdclass();
|
||||
$lang->product->action->activate = array('main' => '$date, activated by <strong>$actor</strong>.');
|
||||
|
||||
$lang->product->belongingLine = 'Product Line';
|
||||
$lang->product->testCaseCoverage = 'Case Coverage';
|
||||
$lang->product->activatedBug = 'Activated Bugs';
|
||||
|
||||
@@ -258,6 +258,9 @@ $lang->product->featureBar['dynamic']['lastWeek'] = 'Last Week';
|
||||
$lang->product->featureBar['dynamic']['thisMonth'] = 'This Month';
|
||||
$lang->product->featureBar['dynamic']['lastMonth'] = 'Last Month';
|
||||
|
||||
$lang->product->action = new stdclass();
|
||||
$lang->product->action->activate = array('main' => '$date, activated by <strong>$actor</strong>.');
|
||||
|
||||
$lang->product->belongingLine = 'Product Line';
|
||||
$lang->product->testCaseCoverage = 'Case Coverage';
|
||||
$lang->product->activatedBug = 'Activated Bugs';
|
||||
|
||||
@@ -258,6 +258,9 @@ $lang->product->featureBar['dynamic']['lastWeek'] = 'Last Week';
|
||||
$lang->product->featureBar['dynamic']['thisMonth'] = 'This Month';
|
||||
$lang->product->featureBar['dynamic']['lastMonth'] = 'Last Month';
|
||||
|
||||
$lang->product->action = new stdclass();
|
||||
$lang->product->action->activate = array('main' => '$date, activated by <strong>$actor</strong>.');
|
||||
|
||||
$lang->product->belongingLine = 'Product Line';
|
||||
$lang->product->testCaseCoverage = 'Case Coverage';
|
||||
$lang->product->activatedBug = 'Activated Bugs';
|
||||
|
||||
@@ -259,6 +259,9 @@ $lang->product->featureBar['dynamic']['lastWeek'] = '上周';
|
||||
$lang->product->featureBar['dynamic']['thisMonth'] = '本月';
|
||||
$lang->product->featureBar['dynamic']['lastMonth'] = '上月';
|
||||
|
||||
$lang->product->action = new stdclass();
|
||||
$lang->product->action->activate = array('main' => '$date, 由 <strong>$actor</strong> 激活。');
|
||||
|
||||
$lang->product->belongingLine = '所属产品线';
|
||||
$lang->product->testCaseCoverage = '用例覆盖率';
|
||||
$lang->product->activatedBug = 'Bug激活';
|
||||
|
||||
Reference in New Issue
Block a user