Ignore:
Timestamp:
2012/10/29 17:30:27 (14 years ago)
Author:
h_yoshimoto
Message:

#1890 ダミー用のmsgid(クラス名+連番で)に置き換え.

File:
1 edited

Legend:

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

    r22058 r22059  
    102102            $time_end = microtime(true); 
    103103            $time = $time_end - $this->time_start; 
    104             $res .= SC_I18n_Ex::t('SC_VIEW_RESPONSE_TIME', array('T_TIME' => sprintf('%.3f', $time))); 
     104            $res .= SC_I18n_Ex::t('SC_View_001', array('T_TIME' => sprintf('%.3f', $time))); 
    105105        } 
    106106        return $res; 
     
    170170            $time_end = microtime(true); 
    171171            $time = $time_end - $this->time_start; 
    172             echo SC_I18n_Ex::t('SC_VIEW_RESPONSE_TIME', array('T_TIME' => sprintf('%.3f', $time))); 
     172            echo SC_I18n_Ex::t('SC_View_001', array('T_TIME' => sprintf('%.3f', $time))); 
    173173        } 
    174174    } 
Note: See TracChangeset for help on using the changeset viewer.