Show
Ignore:
Timestamp:
04/21/08 10:34:46 (19 months ago)
Author:
fumiakiy
Message:

L10 Japanese the Cal release, take one.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-35/lib/MT/CMS/Blog.pm

    r1980 r2003  
    21192119    if ( -d $cache_path ) { 
    21202120        $message = MT->translate( 
    2121 'ErrMovable Type cannot write to the template cache directory. Please check the permissions for the directory called <code>[_1]</code> underneath your blog directory.', 
     2121'Error: Movable Type cannot write to the template cache directory. Please check the permissions for the directory called <code>[_1]</code> underneath your blog directory.', 
    21222122            'cache' 
    21232123        ) unless ( -w $cache_path ); 
     
    21252125    else { 
    21262126        $message = MT->translate( 
    2127 'ErrMovable Type was not able to create a directory to cache your dynamic templates. You should create a directory called <code>[_1]</code> underneath your blog directory.', 
     2127'Error: Movable Type was not able to create a directory to cache your dynamic templates. You should create a directory called <code>[_1]</code> underneath your blog directory.', 
    21282128            'cache' 
    21292129        ) unless ( -d $cache_path );