Changeset 22502 for branches/version-2_12-multilang/data/class
- Timestamp:
- 2013/02/05 13:58:27 (14 years ago)
- Location:
- branches/version-2_12-multilang/data/class
- Files:
-
- 6 edited
-
pages/admin/order/LC_Page_Admin_Order_ProductSelect.php (modified) (1 diff)
-
pages/admin/order/LC_Page_Admin_Order_Status.php (modified) (1 diff)
-
pages/admin/ownersstore/LC_Page_Admin_OwnersStore.php (modified) (1 diff)
-
pages/admin/products/LC_Page_Admin_Products_ProductClass.php (modified) (1 diff)
-
pages/admin/products/LC_Page_Admin_Products_ProductSelect.php (modified) (1 diff)
-
util/SC_Utils.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/class/pages/admin/order/LC_Page_Admin_Order_ProductSelect.php
r22496 r22502 48 48 $this->tpl_subno = ''; 49 49 $this->tpl_maintitle = t('c_Orders_01'); 50 $this->tpl_subtitle = t(' LC_Page_Admin_Order_ProductSelect_001');50 $this->tpl_subtitle = t('c_Product selection_01'); 51 51 52 52 $masterData = new SC_DB_MasterData_Ex(); -
branches/version-2_12-multilang/data/class/pages/admin/order/LC_Page_Admin_Order_Status.php
r22496 r22502 48 48 $this->tpl_subno = 'status'; 49 49 $this->tpl_maintitle = t('c_Orders_01'); 50 $this->tpl_subtitle = t(' LC_Page_Admin_Order_Status_001');50 $this->tpl_subtitle = t('c_Response status_02'); 51 51 52 52 $masterData = new SC_DB_MasterData_Ex(); -
branches/version-2_12-multilang/data/class/pages/admin/ownersstore/LC_Page_Admin_OwnersStore.php
r22500 r22502 497 497 } 498 498 if (!isset($arrPluginInfo['CLASS_NAME'])) { 499 $arrErr['plugin_file'] = t(' LC_Page_Admin_OwnersStore_006');499 $arrErr['plugin_file'] = t('c_* CLASS_NAME is not defined.<br/>_01'); 500 500 return $arrErr; 501 501 } -
branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ProductClass.php
r22501 r22502 580 580 // SC_CheckError::FILE_EXT_CHECK とのソース互換を強めるための配列 581 581 $value = array( 582 0 => t(' LC_Page_Admin_Products_ProductClass_012'),582 0 => t('c_File name for download sales_01'), 583 583 1 => 'down_realfilename', 584 584 2 => explode(',', DOWNLOAD_EXTENSION), -
branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ProductSelect.php
r22496 r22502 48 48 $this->tpl_subno = ''; 49 49 $this->tpl_maintitle = t('c_Products_01'); 50 $this->tpl_subtitle = t(' LC_Page_Admin_Products_ProductSelect_001');50 $this->tpl_subtitle = t('c_Product selection_01'); 51 51 52 52 $masterData = new SC_DB_MasterData_Ex(); -
branches/version-2_12-multilang/data/class/util/SC_Utils.php
r22489 r22502 49 49 $path = HTML_REALDIR . 'install/' . DIR_INDEX_FILE; 50 50 if (file_exists($path)) { 51 SC_Utils_Ex::sfErrorHeader(t(' SC_Utils_001', array('T_ARG1' => DIR_INDEX_FILE)));51 SC_Utils_Ex::sfErrorHeader(t('c_>> /install/T_ARG1, delete this file after completing installation._01', array('T_ARG1' => DIR_INDEX_FILE))); 52 52 } 53 53 } … … 1148 1148 } else { 1149 1149 if (!$override && file_exists($des.$data)) { 1150 $mess.= t(' SC_Utils_003', array('T_ARG1' => $des, 'T_ARG2' => $data));1150 $mess.= t('c_T_ARG1T_ARG2: File exists_01', array('T_ARG1' => $des, 'T_ARG2' => $data)); 1151 1151 } else { 1152 1152 if (@copy($data_, $des.$data)) { 1153 $mess.= t(' SC_Utils_004', array('T_ARG1' => $des, 'T_ARG2' => $data));1153 $mess.= t('c_T_ARG1T_ARG2: Copy success_01', array('T_ARG1' => $des, 'T_ARG2' => $data)); 1154 1154 } else { 1155 $mess.= t(' SC_Utils_005', array('T_ARG1' => $des, 'T_ARG2' => $data));1155 $mess.= t('c_T_ARG1T_ARG2: Copy failure_01', array('T_ARG1' => $des, 'T_ARG2' => $data)); 1156 1156 } 1157 1157 }
Note: See TracChangeset
for help on using the changeset viewer.
