Show
Ignore:
Timestamp:
12/01/2006 01:51:21 PM (2 years ago)
Author:
xue
Message:

fixed #468.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/framework/Exceptions/messages.txt

    r1403 r1536  
    125125template_content_unexpected                             = Unexpected content is encountered when instantiating template: {0}. 
    126126template_include_invalid                                = Invalid template inclusion. Make sure {0} is a valid namespace pointing to an existing template file whose extension is .tpl. 
     127template_tag_unexpected                                 = Initialization for property {0} contains an unknown tag type {1}. 
    127128 
    128129xmldocument_file_read_failed                    = TXmlDocument is unable to read file '{0}'. 
     
    157158theme_property_readonly                                 = Skin is being applied to a read-only control property '{0}.{1}'. 
    158159theme_property_undefined                                = Skin is being applied to an inexistent control property '{0}.{1}'. 
     160theme_tag_unexpected                                    = Initialization for property {0} contains an unknown tag type {1}. 
    159161 
    160162control_object_reregistered                             = Duplicated object ID '{0}' found.