Ignore:
Timestamp:
2013/01/27 19:31:34 (11 years ago)
Author:
h_yoshimoto
Message:

#2060 IDの振り直し

Location:
branches/version-2_12-multilang
Files:
5 edited

Legend:

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

    r22100 r22429  
    4848        $this->tpl_mainno   = 'system'; 
    4949        $this->tpl_maintitle = t('TPL_MAINTITLE_009'); 
    50         $this->tpl_subtitle = t('LC_Page_Admin_System_System_001'); 
     50        $this->tpl_subtitle = t('c_System information_01'); 
    5151    } 
    5252 
     
    117117 
    118118        $arrSystemInfo = array( 
    119             array('title' => t('LC_Page_Admin_System_System_002'),     'value' => ECCUBE_VERSION), 
    120             array('title' => t('LC_Page_Admin_System_System_003'),    'value' => php_uname()), 
    121             array('title' => t('LC_Page_Admin_System_System_004'),    'value' => $objDB->sfGetDBVersion()), 
    122             array('title' => t('LC_Page_Admin_System_System_005'),   'value' => $_SERVER['SERVER_SOFTWARE']), 
     119            array('title' => t('c_EC-CUBE_01'),     'value' => ECCUBE_VERSION), 
     120            array('title' => t('c_Server OS_01'),    'value' => php_uname()), 
     121            array('title' => t('c_DB server_01'),    'value' => $objDB->sfGetDBVersion()), 
     122            array('title' => t('c_WEB server_01'),   'value' => $_SERVER['SERVER_SOFTWARE']), 
    123123        ); 
    124124 
     
    131131                $arrValue[] = "$key => $val"; 
    132132            } 
    133             $value = t('LC_Page_Admin_System_System_006') . ' (' . implode(', ', $arrValue) . ')'; 
     133            $value = t('c_Enabled_01') . ' (' . implode(', ', $arrValue) . ')'; 
    134134        } else { 
    135             $value = t('LC_Page_Admin_System_System_007'); 
     135            $value = t('c_Inactive_01'); 
    136136        } 
    137         $arrSystemInfo[] = array('title' => t('LC_Page_Admin_System_System_008'), 'value' => $value); 
    138         $arrSystemInfo[] = array('title' => t('LC_Page_Admin_System_System_009'), 'value' => $_SERVER['HTTP_USER_AGENT']); 
     137        $arrSystemInfo[] = array('title' => t('c_GD_01'), 'value' => $value); 
     138        $arrSystemInfo[] = array('title' => t('c_HTTP user agent_01'), 'value' => $_SERVER['HTTP_USER_AGENT']); 
    139139 
    140140        return $arrSystemInfo; 
  • branches/version-2_12-multilang/data/class/pages/admin/total/LC_Page_Admin_Total.php

    r22425 r22429  
    6565 
    6666        // ページタイトル todo あとでなおす 
    67         $this->arrTitle['']         = t('LC_Page_Admin_Total_001'); 
    68         $this->arrTitle['term']     = t('LC_Page_Admin_Total_002'); 
    69         $this->arrTitle['products'] = t('LC_Page_Admin_Total_003'); 
    70         $this->arrTitle['age']      = t('LC_Page_Admin_Total_004'); 
    71         $this->arrTitle['job']      = t('LC_Page_Admin_Total_005'); 
    72         $this->arrTitle['member']   = t('LC_Page_Admin_Total_006'); 
     67        $this->arrTitle['']         = t('c_Sales by period_01'); 
     68        $this->arrTitle['term']     = t('c_Sales by period_01'); 
     69        $this->arrTitle['products'] = t('c_Sales by product_01'); 
     70        $this->arrTitle['age']      = t('c_Sales by age group_01'); 
     71        $this->arrTitle['job']      = t('c_Sales  by occupation_01'); 
     72        $this->arrTitle['member']   = t('c_Sales by member_01'); 
    7373 
    7474        // 月度集計のkey名 
     
    335335            list($sy, $sm, $sd) = preg_split('|[/ ]|' , $sdate); 
    336336            list($ey, $em, $ed) = preg_split('|[/ ]|' , $edate); 
    337             $start_date = t('LC_Page_Admin_Total_007', array('T_FIELD1' => $sy, 'T_FIELD2' => $sm, 'T_FIELD3' => $sd)); 
    338             $end_date = t('LC_Page_Admin_Total_007', array('T_FIELD1' => $ey, 'T_FIELD2' => $em, 'T_FIELD3' => $ed)); 
    339             $objGraphLine->drawTitle(t('LC_Page_Admin_Total_008', array('T_FIELD1' => $start_date, 'T_FIELD2' => $end_date))); 
     337            $start_date = t('c_T_FIELD1/T_FIELD2/T_FIELD3_01', array('T_FIELD1' => $sy, 'T_FIELD2' => $sm, 'T_FIELD3' => $sd)); 
     338            $end_date = t('c_T_FIELD1/T_FIELD2/T_FIELD3_01', array('T_FIELD1' => $ey, 'T_FIELD2' => $em, 'T_FIELD3' => $ed)); 
     339            $objGraphLine->drawTitle(t('c_Sales period: T_FIELD1 - T_FIELD2_01', array('T_FIELD1' => $start_date, 'T_FIELD2' => $end_date))); 
    340340 
    341341            // グラフ描画 
     
    379379            list($sy, $sm, $sd) = preg_split('|[/ ]|' , $sdate); 
    380380            list($ey, $em, $ed) = preg_split('|[/ ]|' , $edate); 
    381             $start_date = t('LC_Page_Admin_Total_007', array('T_FIELD1' => $sy, 'T_FIELD2' => $sm, 'T_FIELD3' => $sd)); 
    382             $end_date = t('LC_Page_Admin_Total_007', array('T_FIELD1' => $ey, 'T_FIELD2' => $em, 'T_FIELD3' => $ed)); 
     381            $start_date = t('c_T_FIELD1/T_FIELD2/T_FIELD3_01', array('T_FIELD1' => $sy, 'T_FIELD2' => $sm, 'T_FIELD3' => $sd)); 
     382            $end_date = t('c_T_FIELD1/T_FIELD2/T_FIELD3_01', array('T_FIELD1' => $ey, 'T_FIELD2' => $em, 'T_FIELD3' => $ed)); 
    383383             
    384             $objGraphPie->drawTitle(t('LC_Page_Admin_Total_008', array('T_FIELD1' => $start_date, 'T_FIELD2' => $end_date))); 
     384            $objGraphPie->drawTitle(t('c_Sales period: T_FIELD1 - T_FIELD2_01', array('T_FIELD1' => $start_date, 'T_FIELD2' => $end_date))); 
    385385 
    386386            // 円グラフ描画 
     
    428428            list($sy, $sm, $sd) = preg_split('|[/ ]|' , $sdate); 
    429429            list($ey, $em, $ed) = preg_split('|[/ ]|' , $edate); 
    430             $start_date = t('LC_Page_Admin_Total_007', array('T_FIELD1' => $sy, 'T_FIELD2' => $sm, 'T_FIELD3' => $sd)); 
    431             $end_date = t('LC_Page_Admin_Total_007', array('T_FIELD1' => $ey, 'T_FIELD2' => $em, 'T_FIELD3' => $ed)); 
    432             $objGraphBar->drawTitle(t('LC_Page_Admin_Total_008', array('T_FIELD1' => $start_date, 'T_FIELD2' => $end_date))); 
     430            $start_date = t('c_T_FIELD1/T_FIELD2/T_FIELD3_01', array('T_FIELD1' => $sy, 'T_FIELD2' => $sm, 'T_FIELD3' => $sd)); 
     431            $end_date = t('c_T_FIELD1/T_FIELD2/T_FIELD3_01', array('T_FIELD1' => $ey, 'T_FIELD2' => $em, 'T_FIELD3' => $ed)); 
     432            $objGraphBar->drawTitle(t('c_Sales period: T_FIELD1 - T_FIELD2_01', array('T_FIELD1' => $start_date, 'T_FIELD2' => $end_date))); 
    433433 
    434434            $objGraphBar->drawGraph(); 
     
    529529            $member_key = $arrResult['order_sex']; 
    530530            if ($member_key != '') { 
    531                 $arrResult['member_name'] = (($arrResult['member']) ? t('c_Member_01') : t('LC_Page_Admin_Total_010')) . $this->arrSex[$member_key]; 
     531                $arrResult['member_name'] = (($arrResult['member']) ? t('c_Member_01') : t('c_Non-member_01')) . $this->arrSex[$member_key]; 
    532532            } else { 
    533                 $arrResult['member_name'] = t('LC_Page_Admin_Total_011'); 
     533                $arrResult['member_name'] = t('c_Not answered_01'); 
    534534            } 
    535535        } 
     
    604604                $arrResult['job_name'] = $this->arrJob[$job_key]; 
    605605            } else { 
    606                 $arrResult['job_name'] = t('LC_Page_Admin_Total_011'); 
     606                $arrResult['job_name'] = t('c_Not answered_01'); 
    607607            } 
    608608 
     
    639639            $age_key = $arrResult['age']; 
    640640            if ($age_key != '') { 
    641                 $arrResult['age_name'] = t('LC_Page_Admin_Total_012', array('T_FIELD' => $arrResult['age'])); 
     641                $arrResult['age_name'] = t('c_T_FIELDs_01', array('T_FIELD' => $arrResult['age'])); 
    642642            } else { 
    643                 $arrResult['age_name'] = t('LC_Page_Admin_Total_011'); 
    644             } 
    645  
    646         } 
    647         $tpl_image = $this->lfGetGraphBar($arrTotalResults, 'age_name', 'age_' . $type, t('LC_Page_Admin_Total_013'), t('LC_Page_Admin_Total_014'), $sdate, $edate); 
     643                $arrResult['age_name'] = t('c_Not answered_01'); 
     644            } 
     645 
     646        } 
     647        $tpl_image = $this->lfGetGraphBar($arrTotalResults, 'age_name', 'age_' . $type, t('c_(Age)_01'), t('c_(Total sales)_01'), $sdate, $edate); 
    648648 
    649649        return array($arrTotalResults, $tpl_image); 
     
    661661        switch ($type) { 
    662662            case 'month': 
    663                 $xtitle = t('LC_Page_Admin_Total_015'); 
    664                 $ytitle = t('LC_Page_Admin_Total_014'); 
     663                $xtitle = t('c_(By month)_01'); 
     664                $ytitle = t('c_(Total sales)_01'); 
    665665                $format = '%m'; 
    666666                break; 
    667667            case 'year': 
    668                 $xtitle = t('LC_Page_Admin_Total_016'); 
    669                 $ytitle = t('LC_Page_Admin_Total_014'); 
     668                $xtitle = t('c_(By year)_01'); 
     669                $ytitle = t('c_(Total sales)_01'); 
    670670                $format = '%Y'; 
    671671                break; 
    672672            case 'wday': 
    673                 $xtitle = t('LC_Page_Admin_Total_017'); 
    674                 $ytitle = t('LC_Page_Admin_Total_014'); 
     673                $xtitle = t('c_(By day)_01'); 
     674                $ytitle = t('c_(Total sales)_01'); 
    675675                $format = '%a'; 
    676676                break; 
    677677            case 'hour': 
    678                 $xtitle = t('LC_Page_Admin_Total_018'); 
    679                 $ytitle = t('LC_Page_Admin_Total_014'); 
     678                $xtitle = t('c_(By time)_01'); 
     679                $ytitle = t('c_(Total sales)_01'); 
    680680                $format = '%H'; 
    681681                break; 
    682682            default: 
    683                 $xtitle = t('LC_Page_Admin_Total_019'); 
    684                 $ytitle = t('LC_Page_Admin_Total_014'); 
     683                $xtitle = t('c_(By date)_01'); 
     684                $ytitle = t('c_(Total sales)_01'); 
    685685                $format = '%Y-%m-%d'; 
    686686                $xincline = true; 
  • branches/version-2_12-multilang/data/locales/en-US.po

    r22428 r22429  
    23412341msgstr "DB type" 
    23422342 
    2343 msgid "LC_Page_Install_034" 
    2344 msgstr "DB server" 
    2345  
    23462343msgid "LC_Page_Install_035" 
    23472344msgstr "DB port" 
     
    32683265msgstr "Parameter settings" 
    32693266 
    3270 msgid "LC_Page_Admin_System_System_001" 
     3267msgid "c_System information_01" 
    32713268msgstr "System information" 
    32723269 
    3273 msgid "LC_Page_Admin_System_System_002" 
     3270msgid "c_EC-CUBE_01" 
    32743271msgstr "EC-CUBE" 
    32753272 
    3276 msgid "LC_Page_Admin_System_System_003" 
     3273msgid "c_Server OS_01" 
    32773274msgstr "Server OS" 
    32783275 
    3279 msgid "LC_Page_Admin_System_System_004" 
     3276msgid "c_DB server_01" 
    32803277msgstr "DB server" 
    32813278 
    3282 msgid "LC_Page_Admin_System_System_005" 
     3279msgid "c_WEB server_01" 
    32833280msgstr "WEB server" 
    32843281 
    3285 msgid "LC_Page_Admin_System_System_006" 
     3282msgid "c_Enabled_01" 
    32863283msgstr "Enabled" 
    32873284 
    3288 msgid "LC_Page_Admin_System_System_007" 
     3285msgid "c_Inactive_01" 
    32893286msgstr "Inactive" 
    32903287 
    3291 msgid "LC_Page_Admin_System_System_008" 
     3288msgid "c_GD_01" 
    32923289msgstr "GD" 
    32933290 
    3294 msgid "LC_Page_Admin_System_System_009" 
     3291msgid "c_HTTP user agent_01" 
    32953292msgstr "HTTP user agent" 
    32963293 
    3297 msgid "LC_Page_Admin_Total_001" 
     3294msgid "c_Sales by period_01" 
    32983295msgstr "Sales by period" 
    32993296 
    3300 msgid "LC_Page_Admin_Total_002" 
    3301 msgstr "Sales by period" 
    3302  
    3303 msgid "LC_Page_Admin_Total_003" 
     3297msgid "c_Sales by product_01" 
    33043298msgstr "Sales by product" 
    33053299 
    3306 msgid "LC_Page_Admin_Total_004" 
     3300msgid "c_Sales by age group_01" 
    33073301msgstr "Sales by age group" 
    33083302 
    3309 msgid "LC_Page_Admin_Total_005" 
     3303msgid "c_Sales  by occupation_01" 
    33103304msgstr "Sales  by occupation" 
    33113305 
    3312 msgid "LC_Page_Admin_Total_006" 
     3306msgid "c_Sales by member_01" 
    33133307msgstr "Sales by member" 
    33143308 
    3315 msgid "LC_Page_Admin_Total_007" 
     3309msgid "c_T_FIELD1/T_FIELD2/T_FIELD3_01" 
    33163310msgstr "T_FIELD1/T_FIELD2/T_FIELD3" 
    33173311 
    3318 msgid "LC_Page_Admin_Total_008" 
     3312msgid "c_Sales period: T_FIELD1 - T_FIELD2_01" 
    33193313msgstr "Sales period: T_FIELD1 - T_FIELD2" 
    33203314 
    3321 msgid "LC_Page_Admin_Total_010" 
     3315msgid "c_Non-member_01" 
    33223316msgstr "Non-member" 
    33233317 
    3324 msgid "LC_Page_Admin_Total_011" 
     3318msgid "c_Not answered_01" 
    33253319msgstr "Not answered" 
    33263320 
    3327 msgid "LC_Page_Admin_Total_012" 
     3321msgid "c_T_FIELDs_01" 
    33283322msgstr "T_FIELD's" 
    33293323 
    3330 msgid "LC_Page_Admin_Total_013" 
     3324msgid "c_(Age)_01" 
    33313325msgstr "(Age)" 
    33323326 
    3333 msgid "LC_Page_Admin_Total_014" 
     3327msgid "c_(Total sales)_01" 
    33343328msgstr "(Total sales)" 
    33353329 
    3336 msgid "LC_Page_Admin_Total_015" 
     3330msgid "c_(By month)_01" 
    33373331msgstr "(By month)" 
    33383332 
    3339 msgid "LC_Page_Admin_Total_016" 
     3333msgid "c_(By year)_01" 
    33403334msgstr "(By year)" 
    33413335 
    3342 msgid "LC_Page_Admin_Total_017" 
     3336msgid "c_(By day)_01" 
    33433337msgstr "(By day)" 
    33443338 
    3345 msgid "LC_Page_Admin_Total_018" 
     3339msgid "c_(By time)_01" 
    33463340msgstr "(By time)" 
    33473341 
    3348 msgid "LC_Page_Admin_Total_019" 
     3342msgid "c_(By date)_01" 
    33493343msgstr "(By date)" 
    33503344 
  • branches/version-2_12-multilang/data/locales/ja.po

    r22428 r22429  
    23262326msgstr "DBの種類" 
    23272327 
    2328 msgid "LC_Page_Install_034" 
    2329 msgstr "DBサーバー" 
    2330  
    23312328msgid "LC_Page_Install_035" 
    23322329msgstr "DBポート" 
     
    32333230msgstr "パラメーター設定" 
    32343231 
    3235 msgid "LC_Page_Admin_System_System_001" 
     3232msgid "c_System information_01" 
    32363233msgstr "システム情報" 
    32373234 
    3238 msgid "LC_Page_Admin_System_System_002" 
     3235msgid "c_EC-CUBE_01" 
    32393236msgstr "EC-CUBE" 
    32403237 
    3241 msgid "LC_Page_Admin_System_System_003" 
     3238msgid "c_Server OS_01" 
    32423239msgstr "サーバーOS" 
    32433240 
    3244 msgid "LC_Page_Admin_System_System_004" 
     3241msgid "c_DB server_01" 
    32453242msgstr "DBサーバー" 
    32463243 
    3247 msgid "LC_Page_Admin_System_System_005" 
     3244msgid "c_WEB server_01" 
    32483245msgstr "WEBサーバー" 
    32493246 
    3250 msgid "LC_Page_Admin_System_System_006" 
     3247msgid "c_Enabled_01" 
    32513248msgstr "有効" 
    32523249 
    3253 msgid "LC_Page_Admin_System_System_007" 
     3250msgid "c_Inactive_01" 
    32543251msgstr "無効" 
    32553252 
    3256 msgid "LC_Page_Admin_System_System_008" 
     3253msgid "c_GD_01" 
    32573254msgstr "GD" 
    32583255 
    3259 msgid "LC_Page_Admin_System_System_009" 
     3256msgid "c_HTTP user agent_01" 
    32603257msgstr "HTTPユーザーエージェント" 
    32613258 
    3262 msgid "LC_Page_Admin_Total_001" 
     3259msgid "c_Sales by period_01" 
    32633260msgstr "期間別集計" 
    32643261 
    3265 msgid "LC_Page_Admin_Total_002" 
    3266 msgstr "期間別集計" 
    3267  
    3268 msgid "LC_Page_Admin_Total_003" 
     3262msgid "c_Sales by product_01" 
    32693263msgstr "商品別集計" 
    32703264 
    3271 msgid "LC_Page_Admin_Total_004" 
     3265msgid "c_Sales by age group_01" 
    32723266msgstr "年代別集計" 
    32733267 
    3274 msgid "LC_Page_Admin_Total_005" 
     3268msgid "c_Sales  by occupation_01" 
    32753269msgstr "職業別集計" 
    32763270 
    3277 msgid "LC_Page_Admin_Total_006" 
     3271msgid "c_Sales by member_01" 
    32783272msgstr "会員別集計" 
    32793273 
    3280 msgid "LC_Page_Admin_Total_007" 
     3274msgid "c_T_FIELD1/T_FIELD2/T_FIELD3_01" 
    32813275msgstr "T_FIELD1年T_FIELD2月T_FIELD3日'" 
    32823276 
    3283 msgid "LC_Page_Admin_Total_008" 
     3277msgid "c_Sales period: T_FIELD1 - T_FIELD2_01" 
    32843278msgstr "集計期間:T_FIELD1 - T_FIELD2" 
    32853279 
    3286 msgid "LC_Page_Admin_Total_010" 
     3280msgid "c_Non-member_01" 
    32873281msgstr "非会員" 
    32883282 
    3289 msgid "LC_Page_Admin_Total_011" 
     3283msgid "c_Not answered_01" 
    32903284msgstr "未回答" 
    32913285 
    3292 msgid "LC_Page_Admin_Total_012" 
     3286msgid "c_T_FIELDs_01" 
    32933287msgstr "T_FIELD代'" 
    32943288 
    3295 msgid "LC_Page_Admin_Total_013" 
     3289msgid "c_(Age)_01" 
    32963290msgstr "(年齢)" 
    32973291 
    3298 msgid "LC_Page_Admin_Total_014" 
     3292msgid "c_(Total sales)_01" 
    32993293msgstr "(売上合計)" 
    33003294 
    3301 msgid "LC_Page_Admin_Total_015" 
     3295msgid "c_(By month)_01" 
    33023296msgstr "(月別)" 
    33033297 
    3304 msgid "LC_Page_Admin_Total_016" 
     3298msgid "c_(By year)_01" 
    33053299msgstr "(年別)" 
    33063300 
    3307 msgid "LC_Page_Admin_Total_017" 
     3301msgid "c_(By day)_01" 
    33083302msgstr "(曜日別)" 
    33093303 
    3310 msgid "LC_Page_Admin_Total_018" 
     3304msgid "c_(By time)_01" 
    33113305msgstr "(時間別)" 
    33123306 
    3313 msgid "LC_Page_Admin_Total_019" 
     3307msgid "c_(By date)_01" 
    33143308msgstr "(日別)" 
    33153309 
  • branches/version-2_12-multilang/html/install/index.php

    r22428 r22429  
    737737 
    738738    $objDBParam->addParam(t('LC_Page_Install_033'), 'db_type', INT_LEN, '', array('EXIST_CHECK', 'MAX_LENGTH_CHECK'), $db_type); 
    739     $objDBParam->addParam(t('LC_Page_Install_034'), 'db_server', MTEXT_LEN, '', array('MAX_LENGTH_CHECK'), $db_server); 
     739    $objDBParam->addParam(t('c_DB server_01'), 'db_server', MTEXT_LEN, '', array('MAX_LENGTH_CHECK'), $db_server); 
    740740    $objDBParam->addParam(t('LC_Page_Install_035'), 'db_port', INT_LEN, '', array('MAX_LENGTH_CHECK'), $db_port); 
    741741    $objDBParam->addParam(t('LC_Page_Install_036'), 'db_name', MTEXT_LEN, '', array('EXIST_CHECK', 'MAX_LENGTH_CHECK'), $db_name); 
Note: See TracChangeset for help on using the changeset viewer.