Ignore:
Timestamp:
2013/02/04 18:12:18 (11 years ago)
Author:
m_uehara
Message:

#2084 メッセージIDの振り直し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/pages/cart/LC_Page_Cart.php

    r22492 r22496  
    5555    function init() { 
    5656        parent::init(); 
    57         $this->tpl_title = t('LC_Page_Cart_001'); 
     57        $this->tpl_title = t('c_Items in cart_01'); 
    5858        $masterData = new SC_DB_MasterData_Ex(); 
    5959        $this->arrProductType = $masterData->getMasterData('mtb_product_type'); 
     
    9090            // 商品購入中にカート内容が変更された。 
    9191            if ($objCartSess->getCancelPurchase($key)) { 
    92                 $this->tpl_message .= t('LC_Page_Cart_002'); 
     92                $this->tpl_message .= t('c_The contents of your cart were modified during product purchase. Please restart the purchasing procedure._01'); 
    9393            } 
    9494        } 
Note: See TracChangeset for help on using the changeset viewer.