[Svn-src-all:3589] [version-2_12-multilang 22501] #2084 ID振り直し LC_Page_Admin_Products_Class_002からLC_Page_Admin_System_001

kim admin @ mail.ec-cube.net
2013年 2月 5日 (火) 12:54:01 JST


Subversion committed to /home/svn/open 22501
http://svn.ec-cube.net/open_trac/changeset/22501
┌────────────────────────────┐
│更新者 :  kim                                          │
│更新日時:  2013-02-05 12:54:00 +0900 (火, 05  2月 2013)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#2084 ID振り直し LC_Page_Admin_Products_Class_002からLC_Page_Admin_System_001


Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
_U  branches/version-2_12-multilang/
U   branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Class.php
U   branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ClassCategory.php
U   branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Maker.php
U   branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php
U   branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ProductClass.php
U   branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ProductRank.php
U   branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Review.php
U   branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ReviewEdit.php
U   branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_UploadCSV.php
U   branches/version-2_12-multilang/data/class/pages/admin/system/LC_Page_Admin_System.php
U   branches/version-2_12-multilang/data/locales/en-US.mo
U   branches/version-2_12-multilang/data/locales/en-US.po
U   branches/version-2_12-multilang/data/locales/ja.mo
U   branches/version-2_12-multilang/data/locales/ja.po


Property changes on: branches/version-2_12-multilang
___________________________________________________________________
変更: svk:merge
   - 15179af3-f7c7-564b-996f-01402db0ec98:/cube-ml-001:350
8542061c-9c18-c943-b834-b5b361a76c87:/cube-ml-001:255
ca513dc5-e535-214e-9b15-241195261559:/b-cube-ml:217
ca513dc5-e535-214e-9b15-241195261559:/cube-ml-001:863
   + 15179af3-f7c7-564b-996f-01402db0ec98:/cube-ml-001:354
8542061c-9c18-c943-b834-b5b361a76c87:/cube-ml-001:255
ca513dc5-e535-214e-9b15-241195261559:/b-cube-ml:217
ca513dc5-e535-214e-9b15-241195261559:/cube-ml-001:863

変更: branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Class.php
===================================================================
--- branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Class.php	2013-02-05 03:51:23 UTC (rev 22500)
+++ branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Class.php	2013-02-05 03:54:00 UTC (rev 22501)
@@ -255,7 +255,7 @@
         $arrClass = $objQuery->select('class_id, name', 'dtb_class', $where, array($arrForm['name']));
         // 編集中のレコード以外に同じ名称が存在する場合
         if ($arrClass[0]['class_id'] != $arrForm['class_id'] && $arrClass[0]['name'] == $arrForm['name']) {
-            $arrErr['name'] = t('LC_Page_Admin_Products_Class_002');
+            $arrErr['name'] = t('c_* Registration of the same contents already exists.<br>_02');
         }
         return $arrErr;
     }

変更: branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ClassCategory.php
===================================================================
--- branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ClassCategory.php	2013-02-05 03:51:23 UTC (rev 22500)
+++ branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ClassCategory.php	2013-02-05 03:54:00 UTC (rev 22501)
@@ -46,7 +46,7 @@
         $this->tpl_mainpage = 'products/classcategory.tpl';
         $this->tpl_subno = 'class';
         $this->tpl_maintitle = t('c_Products_01');
-        $this->tpl_subtitle = t('LC_Page_Admin_Products_ClassCategory_001');
+        $this->tpl_subtitle = t('c_Standard management>category registration_01');
         $this->tpl_mainno = 'products';
     }
 
@@ -265,7 +265,7 @@
         $arrRet = $objQuery->select('classcategory_id, name', 'dtb_classcategory', $where, array($arrForm['class_id'], $arrForm['name']));
         // 編集中のレコード以外に同じ名称が存在する場合
         if ($arrRet[0]['classcategory_id'] != $arrForm['classcategory_id'] && $arrRet[0]['name'] == $arrForm['name']) {
-            $arrErr['name'] = t('LC_Page_Admin_Products_ClassCategory_002');
+            $arrErr['name'] = t('c_* Registration of the same contents already exists.<br>_03');
         }
         return $arrErr;
     }

変更: branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Maker.php
===================================================================
--- branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Maker.php	2013-02-05 03:51:23 UTC (rev 22500)
+++ branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Maker.php	2013-02-05 03:54:00 UTC (rev 22501)
@@ -46,7 +46,7 @@
         $this->tpl_mainpage = 'products/maker.tpl';
         $this->tpl_subno = 'maker';
         $this->tpl_maintitle = t('c_Products_01');
-        $this->tpl_subtitle = t('LC_Page_Admin_Products_Maker_001');
+        $this->tpl_subtitle = t('c_Manufacturer registration_01');
         $this->tpl_mainno = 'products';
     }
 
@@ -294,7 +294,7 @@
                 || !$objDb->sfIsRecord('dtb_maker', 'maker_id', array($arrForm['maker_id']))
             ) {
                 // maker_idが指定されていて、且つその値が不正と思われる場合はエラー
-                $arrErr['maker_id'] = t('LC_Page_Admin_Products_Maker_002');
+                $arrErr['maker_id'] = t('c_* The manufacturer ID is inadequate<br />_01');
             }
         }
         if (!isset($arrErr['name'])) {
@@ -304,7 +304,7 @@
 
             // 編集中のレコード以外に同じ名称が存在する場合
             if ($arrMaker[0]['maker_id'] != $arrForm['maker_id'] && $arrMaker[0]['name'] == $arrForm['name']) {
-                $arrErr['name'] = t('LC_Page_Admin_Products_Maker_003');
+                $arrErr['name'] = t('c_* Registration of the same contents already exists.<br />_01');
             }
         }
 

変更: branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php
===================================================================
--- branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php	2013-02-05 03:51:23 UTC (rev 22500)
+++ branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php	2013-02-05 03:54:00 UTC (rev 22501)
@@ -47,7 +47,7 @@
         $this->tpl_mainno = 'products';
         $this->tpl_subno = 'product';
         $this->tpl_maintitle = t('c_Products_01');
-        $this->tpl_subtitle = t('LC_Page_Admin_Products_Product_001');
+        $this->tpl_subtitle = t('c_Product registration_01');
 
         $masterData = new SC_DB_MasterData_Ex();
         $this->arrProductType = $masterData->getMasterData('mtb_product_type');
@@ -505,7 +505,7 @@
                 if ($select_recommend_id == $arrForm[$key]) {
                     // 重複した場合、選択されたデータをリセットする
                     $arrForm['recommend_id' . $select_recommend_no] = '';
-                    $arrErr['recommend_comment' . $select_recommend_no] = t('LC_Page_Admin_Products_Product_002');
+                    $arrErr['recommend_comment' . $select_recommend_no] = t('c_* This is a related product that is already registered.<br />_01');
                     break;
                 }
             }

変更: branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ProductClass.php
===================================================================
--- branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ProductClass.php	2013-02-05 03:51:23 UTC (rev 22500)
+++ branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ProductClass.php	2013-02-05 03:54:00 UTC (rev 22501)
@@ -47,7 +47,7 @@
         $this->tpl_mainno = 'products';
         $this->tpl_subno = 'product';
         $this->tpl_maintitle = t('c_Products_01');
-        $this->tpl_subtitle = t('LC_Page_Admin_Products_ProductClass_001');
+        $this->tpl_subtitle = t('c_Product registration (product specification)_01');
         $masterData = new SC_DB_MasterData_Ex();
         $this->arrProductType = $masterData->getMasterData('mtb_product_type');
         // 規格プルダウンのリスト
@@ -327,7 +327,7 @@
         $total = $objFormParam->getValue('total');
 
         if (SC_Utils_Ex::isBlank($arrValues['check'])) {
-            $arrErr['check_empty'] = t('LC_Page_Admin_Products_ProductClass_002');
+            $arrErr['check_empty'] = t('c_* A standard is not selected.<br />_01');
         }
 
         for ($i = 0; $i < $total; $i++) {
@@ -342,7 +342,7 @@
                  * 販売価格の必須チェック
                  */
                 if (SC_Utils_Ex::isBlank($arrValues['price02'][$i])) {
-                    $arrErr['price02'][$i] = t('LC_Page_Admin_Products_ProductClass_003', array('T_ARG1' => SALE_PRICE_TITLE));
+                    $arrErr['price02'][$i] = t('c_* T_ARG1 is blank. <br />_01', array('T_ARG1' => SALE_PRICE_TITLE));
                 }
                 /*
                  * 在庫数の必須チェック
@@ -350,23 +350,23 @@
                 if ((SC_Utils_Ex::isBlank($arrValues['stock_unlimited'][$i]) || $arrValues['stock_unlimited'][$i] != 1)
                     && SC_Utils_Ex::isBlank($arrValues['stock'][$i])
                 ) {
-                    $arrErr['stock'][$i] = t('LC_Page_Admin_Products_ProductClass_004');
+                    $arrErr['stock'][$i] = t('c_* Inventory count is not entered.<br />_01');
                 }
                 /*
                  * 商品種別の必須チェック
                  */
                 if (SC_Utils_Ex::isBlank($arrValues['product_type_id'][$i])) {
-                    $arrErr['product_type_id'][$i] = t('LC_Page_Admin_Products_ProductClass_005');
+                    $arrErr['product_type_id'][$i] = t('c_* Select one for the product type.<br />_01');
                 }
                 /*
                  * ダウンロード商品の必須チェック
                  */
                 if ($arrValues['product_type_id'][$i] == PRODUCT_TYPE_DOWNLOAD) {
                     if (SC_Utils_Ex::isBlank($arrValues['down_filename'][$i])) {
-                        $arrErr['down_filename'][$i] = t('LC_Page_Admin_Products_ProductClass_006');
+                        $arrErr['down_filename'][$i] = t('c_* For downloaded products, enter the name of the downloaded file.<br />_01');
                     }
                     if (SC_Utils_Ex::isBlank($arrValues['down_realfilename'][$i])) {
-                        $arrErr['down_realfilename'][$i] = t('LC_Page_Admin_Products_ProductClass_007');
+                        $arrErr['down_realfilename'][$i] = t('c_* For downloaded products, please upload the file for the downloaded product. <br />_01');
                     }
                 }
                 /*
@@ -374,10 +374,10 @@
                  */
                 else if ($arrValues['product_type_id'][$i] == PRODUCT_TYPE_NORMAL) {
                     if (!SC_Utils_Ex::isBlank($arrValues['down_filename'][$i])) {
-                        $arrErr['down_filename'][$i] = t('LC_Page_Admin_Products_ProductClass_008');
+                        $arrErr['down_filename'][$i] = t('c_* For regular products, it is not possible to set a download file name.<br />_01');
                     }
                     if (!SC_Utils_Ex::isBlank($arrValues['down_realfilename'][$i])) {
-                        $arrErr['down_realfilename'][$i] = t('LC_Page_Admin_Products_ProductClass_009');
+                        $arrErr['down_realfilename'][$i] = t('c_* For actual products, it is not possible to upload the file for the downloaded product. <br /> Please cancel the file. <br />_01');
                     }
                 }
             }
@@ -567,7 +567,7 @@
         $arrDownRealFiles = $objFormParam->getValue('down_realfilename');
 
         if ($_FILES['down_realfilename']['size'][$index] <= 0) {
-            $this->arrErr['down_realfilename'][$index] = t('LC_Page_Admin_Products_ProductClass_010');
+            $this->arrErr['down_realfilename'][$index] = t('c_* The file is not uploaded._01');
         } else if ($_FILES['down_realfilename']['size'][$index] > DOWN_SIZE *  1024) {
             $size = DOWN_SIZE;
             $byte = 'KB';
@@ -575,7 +575,7 @@
                 $size = $size / 1000;
                 $byte = 'MB';
             }
-            t('LC_Page_Admin_Products_ProductClass_011', array('T_ARG1' => $size, 'T_ARG2' => $byte));
+            t('c_* For the file size of the file name for download sales, use one that is T_ARG1T_ARG2 or less <br />_01', array('T_ARG1' => $size, 'T_ARG2' => $byte));
         } else {
             // SC_CheckError::FILE_EXT_CHECK とのソース互換を強めるための配列
             $value = array(
@@ -598,7 +598,7 @@
 
             if ($match === false) {
                 $str_ext = implode('・', $value[2]);
-                t('LC_Page_Admin_Products_ProductClass_013', array('T_ARG1' => $value[0], 'T_ARG2' => $str_ext));
+                t('c_* The format permitted for T_ARG1 is T_ARG2.<br />_01', array('T_ARG1' => $value[0], 'T_ARG2' => $str_ext));
             // ▲SC_CheckError::FILE_EXT_CHECK から移植
             } else {
                 $uniqname = date('mdHi') . '_' . uniqid('').'.';

変更: branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ProductRank.php
===================================================================
--- branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ProductRank.php	2013-02-05 03:51:23 UTC (rev 22500)
+++ branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ProductRank.php	2013-02-05 03:54:00 UTC (rev 22501)
@@ -47,7 +47,7 @@
         $this->tpl_mainno = 'products';
         $this->tpl_subno = 'product_rank';
         $this->tpl_maintitle = t('c_Products_01');
-        $this->tpl_subtitle = t('LC_Page_Admin_Products_ProductRank_001');
+        $this->tpl_subtitle = t('c_Product rearrangement_01');
     }
 
     /**

変更: branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Review.php
===================================================================
--- branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Review.php	2013-02-05 03:51:23 UTC (rev 22500)
+++ branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_Review.php	2013-02-05 03:54:00 UTC (rev 22501)
@@ -48,7 +48,7 @@
         $this->tpl_subno = 'review';
         $this->tpl_pager = 'pager.tpl';
         $this->tpl_maintitle = t('c_Products_01');
-        $this->tpl_subtitle = t('LC_Page_Admin_Products_Review_001');
+        $this->tpl_subtitle = t('c_Review management_01');
 
         $masterData = new SC_DB_MasterData_Ex();
         $this->arrPageMax = $masterData->getMasterData('mtb_page_max');

変更: branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ReviewEdit.php
===================================================================
--- branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ReviewEdit.php	2013-02-05 03:51:23 UTC (rev 22500)
+++ branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_ReviewEdit.php	2013-02-05 03:54:00 UTC (rev 22501)
@@ -52,7 +52,7 @@
         $masterData = new SC_DB_MasterData_Ex();
         $this->arrRECOMMEND = $masterData->getMasterData('mtb_recommend');
         $this->tpl_maintitle = t('c_Products_01');
-        $this->tpl_subtitle = t('LC_Page_Admin_Products_ReviewEdit_001');
+        $this->tpl_subtitle = t('c_Review management_01');
         $this->arrSex = $masterData->getMasterData('mtb_sex');
     }
 

変更: branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_UploadCSV.php
===================================================================
--- branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_UploadCSV.php	2013-02-05 03:51:23 UTC (rev 22500)
+++ branches/version-2_12-multilang/data/class/pages/admin/products/LC_Page_Admin_Products_UploadCSV.php	2013-02-05 03:54:00 UTC (rev 22501)
@@ -65,7 +65,7 @@
         $this->tpl_mainno = 'products';
         $this->tpl_subno = 'upload_csv';
         $this->tpl_maintitle = t('c_Products_01');
-        $this->tpl_subtitle = t('LC_Page_Admin_Products_UploadCSV_001');
+        $this->tpl_subtitle = t('c_Product registration CSV_01');
         $this->csv_id = '1';
 
         $masterData = new SC_DB_MasterData_Ex();
@@ -142,7 +142,7 @@
      * @return void
      */
     function addRowResult($line_count, $message) {
-        $this->arrRowResult[] = t('LC_Page_Admin_Products_UploadCSV_002', array('T_ARG1' => $line_count, 'T_ARG2' => $message));
+        $this->arrRowResult[] = t('c_Line T_ARG1: T_ARG2_01', array('T_ARG1' => $line_count, 'T_ARG2' => $message));
     }
 
     /**
@@ -153,7 +153,7 @@
      * @return void
      */
     function addRowErr($line_count, $message) {
-        $this->arrRowErr[] = t('LC_Page_Admin_Products_UploadCSV_002', array('T_ARG1' => $line_count, 'T_ARG2' => $message));
+        $this->arrRowErr[] = t('c_Line T_ARG1: T_ARG2_01', array('T_ARG1' => $line_count, 'T_ARG2' => $message));
     }
 
     /**
@@ -224,7 +224,7 @@
             // 列数が異なる場合はエラー
             $col_count = count($arrCSV);
             if ($col_max_count != $col_count) {
-                $this->addRowErr($line_count, t('LC_Page_Admin_Products_UploadCSV_003', array('T_ARG1' => $col_count, 'T_ARG2' => $col_max_count)));
+                $this->addRowErr($line_count, t('c_* T_ARG1 was detected for the item quantity. The item quantity is T_ARG2._01', array('T_ARG1' => $col_count, 'T_ARG2' => $col_max_count)));
                 $errFlag = true;
                 break;
             }
@@ -250,7 +250,7 @@
                 $this->lfRegistProduct($objQuery, $line_count, $objFormParam);
                 $arrParam = $objFormParam->getHashArray();
 
-                $this->addRowResult($line_count, t('LC_Page_Admin_Products_UploadCSV_004', array('T_ARG1' => $arrParam['product_id'], 'T_ARG2' => $arrParam['name'])));
+                $this->addRowResult($line_count, t('c_Product ID: T_ARG1 / Product name: T_ARG2_01', array('T_ARG1' => $arrParam['product_id'], 'T_ARG2' => $arrParam['name'])));
             }
             SC_Utils_Ex::extendTimeOut();
         }
@@ -619,37 +619,37 @@
         // 規格IDの存在チェック
         // FIXME 規格分類ID自体のが有効かを主眼においたチェックをすべきと感じる。
         if (!$this->lfIsDbRecord('dtb_products_class', 'product_class_id', $item)) {
-            $arrErr['product_class_id'] = t('LC_Page_Admin_Products_UploadCSV_005');
+            $arrErr['product_class_id'] = t('c_* The designated product specification ID is not registered._01');
         }
         // 商品ID、規格IDの組合せチェック
         if (array_search('product_class_id', $this->arrFormKeyList) !== FALSE
             && $item['product_class_id'] != ''
         ) {
             if ($item['product_id'] == '') {
-                $arrErr['product_class_id'] = t('LC_Page_Admin_Products_UploadCSV_006');
+                $arrErr['product_class_id'] = t('c_* During product specification ID designation, it is necessary to designate a product ID._01');
             } else {
                 if (!$this->objDb->sfIsRecord('dtb_products_class', 'product_id, product_class_id'
                         , array($item['product_id'], $item['product_class_id']))
                 ) {
-                    $arrErr['product_class_id'] = t('LC_Page_Admin_Products_UploadCSV_007');
+                    $arrErr['product_class_id'] = t('c_* The designated product ID and production specification ID combination is not correct._01');
                 }
             }
         }
         // 表示ステータスの存在チェック
         if (!$this->lfIsArrayRecord($this->arrDISP, 'status', $item)) {
-            $arrErr['status'] = t('LC_Page_Admin_Products_UploadCSV_008');
+            $arrErr['status'] = t('c_* The designated display status is not registered._01');
         }
         // メーカーIDの存在チェック
         if (!$this->lfIsArrayRecord($this->arrMaker, 'maker_id', $item)) {
-            $arrErr['maker_id'] = t('LC_Page_Admin_Products_UploadCSV_009');
+            $arrErr['maker_id'] = t('c_* The designated manufacturer ID is not registered._01');
         }
         // 発送日目安IDの存在チェック
         if (!$this->lfIsArrayRecord($this->arrDELIVERYDATE, 'deliv_date_id', $item)) {
-            $arrErr['deliv_date_id'] = t('LC_Page_Admin_Products_UploadCSV_010');
+            $arrErr['deliv_date_id'] = t('c_* The designated target delivery date ID is not registered._01');
         }
         // 発送日目安IDの存在チェック
         if (!$this->lfIsArrayRecord($this->arrProductType, 'product_type_id', $item)) {
-            $arrErr['product_type_id'] = t('LC_Page_Admin_Products_UploadCSV_011');
+            $arrErr['product_type_id'] = t('c_* The specified product ID does not exist._01');
         }
         // 関連商品IDのチェック
         $arrRecommendProductUnique = array();

変更: branches/version-2_12-multilang/data/class/pages/admin/system/LC_Page_Admin_System.php
===================================================================
--- branches/version-2_12-multilang/data/class/pages/admin/system/LC_Page_Admin_System.php	2013-02-05 03:51:23 UTC (rev 22500)
+++ branches/version-2_12-multilang/data/class/pages/admin/system/LC_Page_Admin_System.php	2013-02-05 03:54:00 UTC (rev 22501)
@@ -52,7 +52,7 @@
         $this->tpl_subno    = 'index';
         $this->tpl_onload   = 'fnGetRadioChecked();';
         $this->tpl_maintitle = t('c_System_01');
-        $this->tpl_subtitle = t('LC_Page_Admin_System_001');
+        $this->tpl_subtitle = t('c_Admin management_01');
 
         $masterData = new SC_DB_MasterData_Ex();
         $this->arrAUTHORITY = $masterData->getMasterData('mtb_authority');

変更: branches/version-2_12-multilang/data/locales/en-US.mo
===================================================================
(バイナリファイルが異なっています)

変更: branches/version-2_12-multilang/data/locales/en-US.po
===================================================================
--- branches/version-2_12-multilang/data/locales/en-US.po	2013-02-05 03:51:23 UTC (rev 22500)
+++ branches/version-2_12-multilang/data/locales/en-US.po	2013-02-05 03:54:00 UTC (rev 22501)
@@ -2955,125 +2955,119 @@
 msgid "LC_Page_Admin_Products_Class_001"
 msgstr "Standard management"
 
-msgid "LC_Page_Admin_Products_Class_002"
+msgid "c_* Registration of the same contents already exists.<br>_02"
 msgstr "* Registration of the same contents already exists.<br>"
 
-msgid "LC_Page_Admin_Products_ClassCategory_001"
+msgid "c_Standard management>category registration_01"
 msgstr "Standard management>category registration"
 
-msgid "LC_Page_Admin_Products_ClassCategory_002"
+msgid "c_* Registration of the same contents already exists.<br>_03"
 msgstr "* Registration of the same contents already exists.<br>"
 
-msgid "LC_Page_Admin_Products_Maker_001"
+msgid "c_Manufacturer registration_01"
 msgstr "Manufacturer registration"
 
-msgid "LC_Page_Admin_Products_Maker_002"
+msgid "c_* The manufacturer ID is inadequate<br />_01"
 msgstr "* The manufacturer ID is inadequate<br />"
 
-msgid "LC_Page_Admin_Products_Maker_003"
+msgid "c_* Registration of the same contents already exists.<br />_01"
 msgstr "* Registration of the same contents already exists.<br />"
 
-msgid "LC_Page_Admin_Products_Product_001"
+msgid "c_Product registration_01"
 msgstr "Product registration"
 
-msgid "LC_Page_Admin_Products_Product_002"
+msgid "c_* This is a related product that is already registered.<br />_01"
 msgstr "* This is a related product that is already registered.<br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_001"
+msgid "c_Product registration (product specification)_01"
 msgstr "Product registration (product specification)"
 
-msgid "LC_Page_Admin_Products_ProductClass_002"
+msgid "c_* A standard is not selected.<br />_01"
 msgstr "* A standard is not selected.<br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_003"
-msgstr "* T_ARG1 is blank. <br />"
-
-msgid "LC_Page_Admin_Products_ProductClass_004"
+msgid "c_* Inventory count is not entered.<br />_01"
 msgstr "* Inventory count is not entered.<br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_005"
+msgid "c_* Select one for the product type.<br />_01"
 msgstr "* Select one for the product type.<br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_006"
+msgid "c_* For downloaded products, enter the name of the downloaded file.<br />_01"
 msgstr ""
 "* For downloaded products, enter the name of the downloaded file.<br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_007"
+msgid "c_* For downloaded products, please upload the file for the downloaded product. <br />_01"
 msgstr ""
 "* For downloaded products, please upload the file for the downloaded "
 "product. <br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_008"
+msgid "c_* For regular products, it is not possible to set a download file name.<br />_01"
 msgstr ""
 "* For regular products, it is not possible to set a download file name.<br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_009"
+msgid "c_* For actual products, it is not possible to upload the file for the downloaded product. <br /> Please cancel the file. <br />_01"
 msgstr ""
 "* For actual products, it is not possible to upload the file for the "
 "downloaded product. <br /> Please cancel the file. <br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_010"
+msgid "c_* The file is not uploaded._01"
 msgstr "* The file is not uploaded."
 
-msgid "LC_Page_Admin_Products_ProductClass_011"
+msgid "c_* For the file size of the file name for download sales, use one that is T_ARG1T_ARG2 or less <br />_01"
 msgstr ""
 "* For the file size of the file name for download sales, use one that is "
-"T_ARG1T_ARG2 or less <br />'"
+"T_ARG1T_ARG2 or less <br />"
 
 msgid "LC_Page_Admin_Products_ProductClass_012"
 msgstr "File name for download sales"
 
-msgid "LC_Page_Admin_Products_ProductClass_013"
+msgid "c_* The format permitted for T_ARG1 is T_ARG2.<br />_01"
 msgstr "* The format permitted for T_ARG1 is T_ARG2.<br />"
 
-msgid "LC_Page_Admin_Products_ProductRank_001"
+msgid "c_Product rearrangement_01"
 msgstr "Product rearrangement"
 
 msgid "LC_Page_Admin_Products_ProductSelect_001"
 msgstr "Product selection"
 
-msgid "LC_Page_Admin_Products_Review_001"
+msgid "c_Review management_01"
 msgstr "Review management"
 
-msgid "LC_Page_Admin_Products_ReviewEdit_001"
-msgstr "Review management"
-
-msgid "LC_Page_Admin_Products_UploadCSV_001"
+msgid "c_Product registration CSV_01"
 msgstr "Product registration CSV"
 
-msgid "LC_Page_Admin_Products_UploadCSV_002"
+msgid "c_Line T_ARG1: T_ARG2_01"
 msgstr "Line T_ARG1: T_ARG2"
 
-msgid "LC_Page_Admin_Products_UploadCSV_003"
+msgid "c_* T_ARG1 was detected for the item quantity. The item quantity is T_ARG2._01"
 msgstr ""
 "* T_ARG1 was detected for the item quantity. The item quantity is T_ARG2."
 
-msgid "LC_Page_Admin_Products_UploadCSV_004"
+msgid "c_Product ID: T_ARG1 / Product name: T_ARG2_01"
 msgstr "Product ID: T_ARG1 / Product name: T_ARG2"
 
-msgid "LC_Page_Admin_Products_UploadCSV_005"
+msgid "c_* The designated product specification ID is not registered._01"
 msgstr "* The designated product specification ID is not registered."
 
-msgid "LC_Page_Admin_Products_UploadCSV_006"
+msgid "c_* During product specification ID designation, it is necessary to designate a product ID._01"
 msgstr ""
 "* During product specification ID designation, it is necessary to designate "
 "a product ID."
 
-msgid "LC_Page_Admin_Products_UploadCSV_007"
+msgid "c_* The designated product ID and production specification ID combination is not correct._01"
 msgstr ""
 "* The designated product ID and production specification ID combination is "
 "not correct."
 
-msgid "LC_Page_Admin_Products_UploadCSV_008"
+msgid "c_* The designated display status is not registered._01"
 msgstr "* The designated display status is not registered."
 
-msgid "LC_Page_Admin_Products_UploadCSV_009"
+msgid "c_* The designated manufacturer ID is not registered._01"
 msgstr "* The designated manufacturer ID is not registered."
 
-msgid "LC_Page_Admin_Products_UploadCSV_010"
+msgid "c_* The designated target delivery date ID is not registered._01"
 msgstr "* The designated target delivery date ID is not registered."
 
-msgid "LC_Page_Admin_Products_UploadCSV_011"
+msgid "c_* The specified product ID does not exist._01"
 msgstr "* The specified product ID does not exist."
 
 msgid "c_* The designated relevant product ID (T_ARG1) is not registered._01"
@@ -3112,13 +3106,6 @@
 msgid "c_Category registration CSV_01"
 msgstr "Category registration CSV"
 
-msgid "c_Line T_ARG1: T_ARG2_01"
-msgstr "Line T_ARG1: T_ARG2"
-
-msgid "c_* T_ARG1 was detected for the item quantity. The item quantity is T_ARG2._01"
-msgstr ""
-"* T_ARG1 was detected for the item quantity. The item quantity is T_ARG2."
-
 msgid "c_Category ID: T_ARG1 /Category name: T_ARG2_01"
 msgstr "Category ID: T_ARG1 /Category name: T_ARG2"
 
@@ -3135,8 +3122,8 @@
 msgid "c_* Registration of the T_ARG1 hierarchy or higher is not possible._01"
 msgstr "* Registration of the T_ARG1 hierarchy or higher is not possible."
 
-msgid "LC_Page_Admin_System_001"
-msgstr "Member management"
+msgid "c_Admin management_01"
+msgstr "Admin management"
 
 msgid "c_Not operating_01"
 msgstr "Not operating"

変更: branches/version-2_12-multilang/data/locales/ja.mo
===================================================================
(バイナリファイルが異なっています)

変更: branches/version-2_12-multilang/data/locales/ja.po
===================================================================
--- branches/version-2_12-multilang/data/locales/ja.po	2013-02-05 03:51:23 UTC (rev 22500)
+++ branches/version-2_12-multilang/data/locales/ja.po	2013-02-05 03:54:00 UTC (rev 22501)
@@ -2931,119 +2931,113 @@
 msgid "LC_Page_Admin_Products_Class_001"
 msgstr "規格管理"
 
-msgid "LC_Page_Admin_Products_Class_002"
+msgid "c_* Registration of the same contents already exists.<br>_02"
 msgstr "※ 既に同じ内容の登録が存在します。<br>"
 
-msgid "LC_Page_Admin_Products_ClassCategory_001"
+msgid "c_Standard management>category registration_01"
 msgstr "規格管理>分類登録"
 
-msgid "LC_Page_Admin_Products_ClassCategory_002"
+msgid "c_* Registration of the same contents already exists.<br>_03"
 msgstr "※ 既に同じ内容の登録が存在します。<br>"
 
-msgid "LC_Page_Admin_Products_Maker_001"
+msgid "c_Manufacturer registration_01"
 msgstr "メーカー登録"
 
-msgid "LC_Page_Admin_Products_Maker_002"
+msgid "c_* The manufacturer ID is inadequate<br />_01"
 msgstr "※ メーカーIDが不正です<br />"
 
-msgid "LC_Page_Admin_Products_Maker_003"
+msgid "c_* Registration of the same contents already exists.<br />_01"
 msgstr "※ 既に同じ内容の登録が存在します。<br />"
 
-msgid "LC_Page_Admin_Products_Product_001"
+msgid "c_Product registration_01"
 msgstr "商品登録"
 
-msgid "LC_Page_Admin_Products_Product_002"
+msgid "c_* This is a related product that is already registered.<br />_01"
 msgstr "※ すでに登録されている関連商品です。<br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_001"
+msgid "c_Product registration (product specification)_01"
 msgstr "商品登録(商品規格)"
 
-msgid "LC_Page_Admin_Products_ProductClass_002"
+msgid "c_* A standard is not selected.<br />_01"
 msgstr "※ 規格が選択されていません。<br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_003"
-msgstr "※ T_ARG1が入力されていません。<br />"
-
-msgid "LC_Page_Admin_Products_ProductClass_004"
+msgid "c_* Inventory count is not entered.<br />_01"
 msgstr "※ 在庫数が入力されていません。<br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_005"
+msgid "c_* Select one for the product type.<br />_01"
 msgstr "※ 商品種別は、いずれかを選択してください。<br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_006"
+msgid "c_* For downloaded products, enter the name of the downloaded file.<br />_01"
 msgstr ""
 "※ ダウンロード商品の場合はダウンロードファイル名を入力してください。<br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_007"
+msgid "c_* For downloaded products, please upload the file for the downloaded product. <br />_01"
 msgstr ""
 "※ ダウンロード商品の場合はダウンロード商品用ファイルをアップロードしてくださ"
 "い。<br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_008"
+msgid "c_* For regular products, it is not possible to set a download file name.<br />_01"
 msgstr "※ 通常商品の場合はダウンロードファイル名を設定できません。<br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_009"
+msgid "c_* For actual products, it is not possible to upload the file for the downloaded product. <br /> Please cancel the file. <br />_01"
 msgstr ""
 "※ 実商品の場合はダウンロード商品用ファイルをアップロードできません。<br />"
 "ファイルを取り消してください。<br />"
 
-msgid "LC_Page_Admin_Products_ProductClass_010"
+msgid "c_* The file is not uploaded._01"
 msgstr "※ ファイルがアップロードされていません"
 
-msgid "LC_Page_Admin_Products_ProductClass_011"
+msgid "c_* For the file size of the file name for download sales, use one that is T_ARG1T_ARG2 or less <br />_01"
 msgstr ""
 "※ ダウンロード販売用ファイル名のファイルサイズはT_ARG1T_ARG2以下のものを"
-"使用してください。<br />'"
+"使用してください。<br />"
 
 msgid "LC_Page_Admin_Products_ProductClass_012"
 msgstr "ダウンロード販売用ファイル名"
 
-msgid "LC_Page_Admin_Products_ProductClass_013"
+msgid "c_* The format permitted for T_ARG1 is T_ARG2.<br />_01"
 msgstr "※ T_ARG1で許可されている形式は、T_ARG2です。<br />"
 
-msgid "LC_Page_Admin_Products_ProductRank_001"
+msgid "c_Product rearrangement_01"
 msgstr "商品並び替え"
 
 msgid "LC_Page_Admin_Products_ProductSelect_001"
 msgstr "商品選択"
 
-msgid "LC_Page_Admin_Products_Review_001"
+msgid "c_Review management_01"
 msgstr "レビュー管理"
 
-msgid "LC_Page_Admin_Products_ReviewEdit_001"
-msgstr "レビュー管理"
-
-msgid "LC_Page_Admin_Products_UploadCSV_001"
+msgid "c_Product registration CSV_01"
 msgstr "商品登録CSV"
 
-msgid "LC_Page_Admin_Products_UploadCSV_002"
+msgid "c_Line T_ARG1: T_ARG2_01"
 msgstr "T_ARG1行目:T_ARG2"
 
-msgid "LC_Page_Admin_Products_UploadCSV_003"
+msgid "c_* T_ARG1 was detected for the item quantity. The item quantity is T_ARG2._01"
 msgstr "※ 項目数がT_ARG1個検出されました。項目数はT_ARG2個になります。"
 
-msgid "LC_Page_Admin_Products_UploadCSV_004"
+msgid "c_Product ID: T_ARG1 / Product name: T_ARG2_01"
 msgstr "商品ID:T_ARG1 / 商品名:T_ARG2"
 
-msgid "LC_Page_Admin_Products_UploadCSV_005"
+msgid "c_* The designated product specification ID is not registered._01"
 msgstr "※ 指定の商品規格IDは、登録されていません。"
 
-msgid "LC_Page_Admin_Products_UploadCSV_006"
+msgid "c_* During product specification ID designation, it is necessary to designate a product ID._01"
 msgstr "※ 商品規格ID指定時には商品IDの指定が必須です。"
 
-msgid "LC_Page_Admin_Products_UploadCSV_007"
+msgid "c_* The designated product ID and production specification ID combination is not correct._01"
 msgstr "※ 指定の商品IDと商品規格IDの組合せは正しくありません。"
 
-msgid "LC_Page_Admin_Products_UploadCSV_008"
+msgid "c_* The designated display status is not registered._01"
 msgstr "※ 指定の表示ステータスは、登録されていません。"
 
-msgid "LC_Page_Admin_Products_UploadCSV_009"
+msgid "c_* The designated manufacturer ID is not registered._01"
 msgstr "※ 指定のメーカーIDは、登録されていません。"
 
-msgid "LC_Page_Admin_Products_UploadCSV_010"
+msgid "c_* The designated target delivery date ID is not registered._01"
 msgstr "※ 指定の発送日目安IDは、登録されていません。"
 
-msgid "LC_Page_Admin_Products_UploadCSV_011"
+msgid "c_* The specified product ID does not exist._01"
 msgstr "※ 指定の商品種別IDは、登録されていません。"
 
 msgid "c_* The designated relevant product ID (T_ARG1) is not registered._01"
@@ -3078,12 +3072,6 @@
 msgid "c_Category registration CSV_01"
 msgstr "カテゴリ登録CSV"
 
-msgid "c_Line T_ARG1: T_ARG2_01"
-msgstr "T_ARG1行目:T_ARG2"
-
-msgid "c_* T_ARG1 was detected for the item quantity. The item quantity is T_ARG2._01"
-msgstr "※ 項目数がT_ARG1個検出されました。項目数はT_ARG2個になります。"
-
 msgid "c_Category ID: T_ARG1 /Category name: T_ARG2_01"
 msgstr "カテゴリID:T_ARG1 / カテゴリ名:T_ARG2"
 
@@ -3099,7 +3087,7 @@
 msgid "c_* Registration of the T_ARG1 hierarchy or higher is not possible._01"
 msgstr "※ T_ARG1階層以上の登録はできません。"
 
-msgid "LC_Page_Admin_System_001"
+msgid "c_Admin management_01"
 msgstr "メンバー管理"
 
 msgid "c_Not operating_01"




Svn-src-all メーリングリストの案内