diff options
author | xue <> | 2006-01-29 09:14:14 +0000 |
---|---|---|
committer | xue <> | 2006-01-29 09:14:14 +0000 |
commit | 976e3aa06ebe82fe6d1c7317c827425111be5df6 (patch) | |
tree | 7ca22e6681cd1203a70acb4710c1ee3cfa2bc337 /framework/Exceptions/messages.txt | |
parent | 80c39c977568b5b84f5ea2b93f8c1e8d799d558a (diff) |
Added support to template tag.
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r-- | framework/Exceptions/messages.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 55c2f112..602efcdd 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -106,6 +106,7 @@ template_databind_forbidden = %s is a non-control component. No databinding e template_component_required = '%s' is not a component. Only components can appear in a template.
template_format_invalid = Error in %s (line %d) : %s
template_format_invalid2 = Error at line %d of the following template: %s %s
+template_eventhandler_invalid = An invalid event handler is attached to %s's event '%s'.
xmldocument_file_read_failed = TXmlDocument is unable to read file '%s'.
xmldocument_file_write_failed = TXmlDocument is unable to write file '%s'.
|