Ignore:
Timestamp:
2013/01/27 18:38:08 (11 years ago)
Author:
h_yoshimoto
Message:

#2060 IDの振り直し(LC_Page_Admin_Total_020~)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/pages/admin/total/LC_Page_Admin_Total.php

    r22423 r22425  
    529529            $member_key = $arrResult['order_sex']; 
    530530            if ($member_key != '') { 
    531                 $arrResult['member_name'] = (($arrResult['member']) ? t('LC_Page_Admin_Total_009') : t('LC_Page_Admin_Total_010')) . $this->arrSex[$member_key]; 
     531                $arrResult['member_name'] = (($arrResult['member']) ? t('c_Member_01') : t('LC_Page_Admin_Total_010')) . $this->arrSex[$member_key]; 
    532532            } else { 
    533533                $arrResult['member_name'] = t('LC_Page_Admin_Total_011'); 
     
    535535        } 
    536536 
    537         $tpl_image = $this->lfGetGraphPie($arrTotalResults, 'member_name', 'member', t('LC_Page_Admin_Total_039'), $sdate, $edate); 
     537        $tpl_image = $this->lfGetGraphPie($arrTotalResults, 'member_name', 'member', t('c_(Sales ratio)_01'), $sdate, $edate); 
    538538 
    539539        return array($arrTotalResults, $tpl_image); 
     
    572572        $arrTotalResults = $objQuery->select($col, $from, $where, $arrWhereVal); 
    573573 
    574         $tpl_image  = $this->lfGetGraphPie($arrTotalResults, 'product_name', 'products_' . $type, t('LC_Page_Admin_Total_039'), $sdate, $edate); 
     574        $tpl_image  = $this->lfGetGraphPie($arrTotalResults, 'product_name', 'products_' . $type, t('c_(Sales ratio)_01'), $sdate, $edate); 
    575575 
    576576        return array($arrTotalResults, $tpl_image); 
     
    608608 
    609609        } 
    610         $tpl_image     = $this->lfGetGraphPie($arrTotalResults, 'job_name', 'job_' . $type, t('LC_Page_Admin_Total_039'), $sdate, $edate); 
     610        $tpl_image     = $this->lfGetGraphPie($arrTotalResults, 'job_name', 'job_' . $type, t('c_(Sales ratio)_01'), $sdate, $edate); 
    611611 
    612612        return array($arrTotalResults, $tpl_image); 
     
    803803            // 期間別集計の合計行の「期間」項目に不要な値が表示されてしまわない様、'合計'と表示する 
    804804            if (($i === $max -1) && isset($arrRet[$i]['str_date'])) { 
    805                 $arrRet[$i]['str_date'] = t('LC_Page_Admin_Total_020'); 
     805                $arrRet[$i]['str_date'] = t('c_Total_01'); 
    806806            } 
    807807            $csv_data.= SC_Utils_Ex::sfGetCSVList($arrRet[$i]); 
     
    815815            case 'products': 
    816816                $arrTitleCol = array( 
    817                     t('LC_Page_Admin_Total_021'), 
    818                     t('LC_Page_Admin_Total_022'), 
    819                     t('LC_Page_Admin_Total_023'), 
     817                    t('c_Product code_01'), 
     818                    t('c_Product name_01'), 
     819                    t('c_Number of items purchased_01'), 
    820820                    t('c_Quantity_01'), 
    821821                    t('c_Unit price_01'), 
    822                     t('LC_Page_Admin_Total_026'), 
     822                    t('c_Amount_01'), 
    823823                ); 
    824824                $arrDataCol = array( 
     
    835835                $arrTitleCol = array( 
    836836                    t('c_Occupation_01'), 
    837                     t('LC_Page_Admin_Total_023'), 
    838                     t('LC_Page_Admin_Total_028'), 
    839                     t('LC_Page_Admin_Total_029'), 
     837                    t('c_Number of items purchased_01'), 
     838                    t('c_Purchase total_01'), 
     839                    t('c_Purchase average_01'), 
    840840                ); 
    841841                $arrDataCol = array( 
     
    849849            case 'member': 
    850850                $arrTitleCol = array( 
    851                     t('LC_Page_Admin_Total_030'), 
    852                     t('LC_Page_Admin_Total_023'), 
    853                     t('LC_Page_Admin_Total_028'), 
    854                     t('LC_Page_Admin_Total_029'), 
     851                    t('c_Member_01'), 
     852                    t('c_Number of items purchased_01'), 
     853                    t('c_Purchase total_01'), 
     854                    t('c_Purchase average_01'), 
    855855                ); 
    856856                $arrDataCol = array( 
     
    864864            case 'age': 
    865865                $arrTitleCol = array( 
    866                     t('LC_Page_Admin_Total_031'), 
    867                     t('LC_Page_Admin_Total_023'), 
    868                     t('LC_Page_Admin_Total_028'), 
    869                     t('LC_Page_Admin_Total_029'), 
     866                    t('c_Age_01'), 
     867                    t('c_Number of items purchased_01'), 
     868                    t('c_Purchase total_01'), 
     869                    t('c_Purchase average_01'), 
    870870                ); 
    871871                $arrDataCol = array( 
     
    879879            default: 
    880880                $arrTitleCol = array( 
    881                     t('LC_Page_Admin_Total_032'), 
    882                     t('LC_Page_Admin_Total_023'), 
    883                     t('LC_Page_Admin_Total_033'), 
    884                     t('LC_Page_Admin_Total_034'), 
    885                     t('LC_Page_Admin_Total_035'), 
    886                     t('LC_Page_Admin_Total_036'), 
    887                     t('LC_Page_Admin_Total_037'), 
    888                     t('LC_Page_Admin_Total_038'), 
    889                     t('LC_Page_Admin_Total_028'), 
    890                     t('LC_Page_Admin_Total_029'), 
     881                    t('c_Period_01'), 
     882                    t('c_Number of items purchased_01'), 
     883                    t('c_Male_01'), 
     884                    t('c_Female_01'), 
     885                    t('c_Male (member)_01'), 
     886                    t('c_Male (non-member)_01'), 
     887                    t('c_Female (member)_01'), 
     888                    t('c_Female (non-member)_01'), 
     889                    t('c_Purchase total_01'), 
     890                    t('c_Purchase average_01'), 
    891891                ); 
    892892                $arrDataCol = array( 
Note: See TracChangeset for help on using the changeset viewer.