Changeset 22242


Ignore:
Timestamp:
2013/01/15 16:08:58 (11 years ago)
Author:
m_uehara
Message:

#1991 テキスト切り出しの誤りを修正

Location:
branches/version-2_12-multilang/data
Files:
3 edited

Legend:

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

    r22205 r22242  
    599599                $class_name2 = $arrValues['classcategory_name2'][$i]; 
    600600                $class_name2 = SC_Utils_Ex::isBlank($class_name2) ? t('LC_Page_Admin_Order_Edit_004') : $class_name2;                 
    601                 $arrErr['quantity'][$i] .= t('LC_Page_Admin_Order_Edit_005', array('T_FIELD1' => $arrValues['product_name'][$i], 'T_FIELD2' => $class_name1,'T_FIELD3' => $class_name1, 'T_FIELD4' => ($arrOrderDetail['quantity'][$i] + $arrProduct['stock']))); 
     601                $arrErr['quantity'][$i] .= t('LC_Page_Admin_Order_Edit_005', array('T_FIELD1' => $arrValues['product_name'][$i], 'T_FIELD2' => $class_name1,'T_FIELD3' => $class_name2, 'T_FIELD4' => ($arrOrderDetail['quantity'][$i] + $arrProduct['stock']))); 
    602602            } 
    603603        } 
  • branches/version-2_12-multilang/data/locales/ja.po

    r22240 r22242  
    33"Project-Id-Version: EC-CUBE Core\n" 
    44"POT-Creation-Date: 2012-05-07 13T_39+0900\n" 
    5 "PO-Revision-Date: 2013-01-15 10:32+0900\n" 
     5"PO-Revision-Date: 2013-01-15 15:49+0900\n" 
    66"Last-Translator: MATSUDA Terutaka <matsudaterutaka@gmail.com>\n" 
    77"Language-Team: \n" 
     
    29162916msgstr "" 
    29172917"T_FIELD1/(T_FIELD2)/(T_FIELD3) の在庫が不足しています。 設定できる数量は" 
    2918 "「T_FIELD4」までです。<br />'" 
     2918"「T_FIELD4」までです。<br />" 
    29192919 
    29202920msgid "LC_Page_Admin_Order_Edit_006" 
Note: See TracChangeset for help on using the changeset viewer.