Changeset 4969

Show
Ignore:
Timestamp:
11/02/09 09:56:43 (4 weeks ago)
Author:
asawada
Message:

Revised l10n. bugzid:102943.

Location:
branches/greyhound/lib/MT
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/lib/MT/L10N/ja.pm

    r4965 r4969  
    23102310## lib/MT/Theme.pm 
    23112311        'Failed to load theme [_1].' => '[_1]テヌマの読蟌に倱敗したした。', 
    2312         'A fatal error occurred while applying element [_1]: [_2].' => '次の頠
    2313 ç›®ã‚’適甚する際に、重倧な゚ラヌが発生したした: [_1]: [_2]', 
    2314         'An error occurred while applying element [_1]: [_2].' => '次の頠
    2315 ç›®ã‚’適甚する際に、゚ラヌが発生したした: [_1] :[_2]', 
     2312        'A fatal error occurred while applying element [_1]: [_2].' => 'é  
     2313目「[_1]」を適甚する際に、重倧な゚ラヌが発生したした: [_2]', 
     2314        'An error occurred while applying element [_1]: [_2].' => 'é  
     2315目「[_1]」を適甚する際に、゚ラヌが発生したした: [_2]', 
    23162316        'Component \'[_1]\' version [_2] or greater is needed to use this theme, but is not installed.' => 'このテヌマには、次の頠
    23172317目の指定のバヌゞョン以䞊が忠
  • branches/greyhound/lib/MT/Theme.pm

    r4953 r4969  
    284284                    MT->translate( 
    285285                        'A fatal error occurred while applying element [_1]: [_2].', 
    286                         $element->{label}, 
     286                        $element->{label} || $element->{id}, 
    287287                        $element->errstr, 
    288288                )); 
     
    295295                    MT->translate( 
    296296                        'An error occurred while applying element [_1]: [_2].', 
    297                         $element->{label}, 
     297                        $element->{label} || $element->{id}, 
    298298                        $element->errstr, 
    299299                ));