Changeset 2588

Show
Ignore:
Timestamp:
12/06/07 13:17:22 (6 years ago)
Author:
tasuku
Message:

r316@dhcp158 (orig r59): tasuku | 2007-09-12 19:59:51 +0900
error added


Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/php/mumu/trunk/mumu.php

    r2587 r2588  
    204204    'numofparam_firstof_tag' => 'Number of parameters are invalid to firstof tag', 
    205205    'numofparam_ifequal_tag' => 'Number of parameters are invalid to ifequal/ifnotequal tag', 
     206    'numofparam_templatetag_tag' => 'Number of parameters are invalid to templatetag tag', 
     207    'invalidparam_templatetag_tag' => 'Invalid parameter(s) specified to templatetag tag', 
     208    'numofparam_widthratio_tag' => 'Number of parameters are invalid to widthratio tag', 
     209    'invalidparam_widthratio_tag' => 'Invalid parameter(s) specified to widthratio tag', 
    206210    'invalidparam_filter_variable' => 'Invalid filter name', 
    207211    'unknown_tag' => 'Unknown tag is specified',