Changeset 22242
- Timestamp:
- 2013/01/15 16:08:58 (10 years ago)
- 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 599 599 $class_name2 = $arrValues['classcategory_name2'][$i]; 600 600 $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_name 1, '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']))); 602 602 } 603 603 } -
branches/version-2_12-multilang/data/locales/ja.po
r22240 r22242 3 3 "Project-Id-Version: EC-CUBE Core\n" 4 4 "POT-Creation-Date: 2012-05-07 13T_39+0900\n" 5 "PO-Revision-Date: 2013-01-15 1 0:32+0900\n"5 "PO-Revision-Date: 2013-01-15 15:49+0900\n" 6 6 "Last-Translator: MATSUDA Terutaka <matsudaterutaka@gmail.com>\n" 7 7 "Language-Team: \n" … … 2916 2916 msgstr "" 2917 2917 "T_FIELD1/(T_FIELD2)/(T_FIELD3) の在庫が不足しています。 設定できる数量は" 2918 "「T_FIELD4」までです。<br /> '"2918 "「T_FIELD4」までです。<br />" 2919 2919 2920 2920 msgid "LC_Page_Admin_Order_Edit_006"
Note: See TracChangeset
for help on using the changeset viewer.