* Fix bug #49540.
This commit is contained in:
@@ -350,11 +350,13 @@ $lang->pivot->typeOptions['project'] = 'Project';
|
||||
$lang->pivot->typeOptions['execution'] = 'Execution';
|
||||
$lang->pivot->typeOptions['dept'] = 'Dept';
|
||||
|
||||
$lang->pivot->numNames = array(1 => 'First', 2 => 'Second', 3 => 'Third', 4 => 'fourth', 5 => 'Fifth');
|
||||
|
||||
$lang->pivot->step2 = new stdclass();
|
||||
$lang->pivot->step2->group = 'Row Grouping';
|
||||
$lang->pivot->step2->summary = 'Summary Setting';
|
||||
$lang->pivot->step2->column = 'Column Settings';
|
||||
$lang->pivot->step2->groupTip = 'Select Field';
|
||||
$lang->pivot->step2->groupTip = 's% Group Field';
|
||||
$lang->pivot->step2->groupNum = array('One', 'Two', 'Three');
|
||||
$lang->pivot->step2->selectField = 'Select field';
|
||||
$lang->pivot->step2->selectStat = 'Selective statistical method';
|
||||
|
||||
@@ -350,11 +350,13 @@ $lang->pivot->typeOptions['project'] = 'Project';
|
||||
$lang->pivot->typeOptions['execution'] = 'Execution';
|
||||
$lang->pivot->typeOptions['dept'] = 'Dept';
|
||||
|
||||
$lang->pivot->numNames = array(1 => 'First', 2 => 'Second', 3 => 'Third', 4 => 'fourth', 5 => 'Fifth');
|
||||
|
||||
$lang->pivot->step2 = new stdclass();
|
||||
$lang->pivot->step2->group = 'Row Grouping';
|
||||
$lang->pivot->step2->summary = 'Summary Setting';
|
||||
$lang->pivot->step2->column = 'Column Settings';
|
||||
$lang->pivot->step2->groupTip = 'Select Field';
|
||||
$lang->pivot->step2->groupTip = 's% Group Field';
|
||||
$lang->pivot->step2->groupNum = array('One', 'Two', 'Three');
|
||||
$lang->pivot->step2->selectField = 'Select field';
|
||||
$lang->pivot->step2->selectStat = 'Selective statistical method';
|
||||
|
||||
@@ -350,11 +350,13 @@ $lang->pivot->typeOptions['project'] = 'Project';
|
||||
$lang->pivot->typeOptions['execution'] = 'Execution';
|
||||
$lang->pivot->typeOptions['dept'] = 'Dept';
|
||||
|
||||
$lang->pivot->numNames = array(1 => 'First', 2 => 'Second', 3 => 'Third', 4 => 'fourth', 5 => 'Fifth');
|
||||
|
||||
$lang->pivot->step2 = new stdclass();
|
||||
$lang->pivot->step2->group = 'Row Grouping';
|
||||
$lang->pivot->step2->summary = 'Summary Setting';
|
||||
$lang->pivot->step2->column = 'Column Settings';
|
||||
$lang->pivot->step2->groupTip = 'Select Field';
|
||||
$lang->pivot->step2->groupTip = 's% Group Field';
|
||||
$lang->pivot->step2->groupNum = array('One', 'Two', 'Three');
|
||||
$lang->pivot->step2->selectField = 'Select field';
|
||||
$lang->pivot->step2->selectStat = 'Selective statistical method';
|
||||
|
||||
@@ -350,11 +350,13 @@ $lang->pivot->typeOptions['project'] = '项目';
|
||||
$lang->pivot->typeOptions['execution'] = '执行';
|
||||
$lang->pivot->typeOptions['dept'] = '部门';
|
||||
|
||||
$lang->pivot->numNames = array(1 => '一', 2 => '二', 3 => '三', 4 => '四', 5 => '五');
|
||||
|
||||
$lang->pivot->step2 = new stdclass();
|
||||
$lang->pivot->step2->group = '行分组';
|
||||
$lang->pivot->step2->summary = '汇总设置';
|
||||
$lang->pivot->step2->column = '列设置';
|
||||
$lang->pivot->step2->groupTip = '选择字段';
|
||||
$lang->pivot->step2->groupTip = '第s%分组字段';
|
||||
$lang->pivot->step2->groupNum = array('一', '二', '三');
|
||||
$lang->pivot->step2->selectField = '选择字段';
|
||||
$lang->pivot->step2->selectStat = '选择统计方式';
|
||||
|
||||
Reference in New Issue
Block a user