Ignore:
Timestamp:
2012/10/01 09:27:23 (14 years ago)
Author:
pineray
Message:

#1890 コード中のメッセージを集約

SC_Helper_DB.php, SC_Helper_Mail.php, SC_Helper_PageLayout.php の文字列を差し替え.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/helper/SC_Helper_PageLayout.php

    r21977 r22046  
    8484                    $objPage->arrPageLayout[$arrTarget[$target_id]][] = $arrBloc; 
    8585                } else { 
    86                     $error = "ブロックが見つかりません\n" 
     86                    $error = SC_I18n_Ex::t('SC_HELPER_PAGELAYOUT_BLOCK_NOTFOUND') ."\n" 
    8787                        . 'tpl_path: ' . $arrBloc['tpl_path'] . "\n" 
    8888                        . 'php_path: ' . $arrBloc['php_path']; 
Note: See TracChangeset for help on using the changeset viewer.