* Fix bug #34956.
This commit is contained in:
@@ -251,3 +251,6 @@ $lang->product->featureBar['dynamic']['thisWeek'] = 'This Week';
|
||||
$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>.');
|
||||
|
||||
@@ -252,3 +252,6 @@ $lang->product->featureBar['dynamic']['thisWeek'] = 'This Week';
|
||||
$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>.');
|
||||
|
||||
@@ -252,3 +252,6 @@ $lang->product->featureBar['dynamic']['thisWeek'] = 'This Week';
|
||||
$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>.');
|
||||
|
||||
@@ -251,3 +251,6 @@ $lang->product->featureBar['dynamic']['thisWeek'] = '本周';
|
||||
$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> 激活。');
|
||||
|
||||
Reference in New Issue
Block a user