diff options
author | xue <> | 2006-09-13 12:37:23 +0000 |
---|---|---|
committer | xue <> | 2006-09-13 12:37:23 +0000 |
commit | 348fb25264f6cc9251f5ae9cb8c7a8a1013e2d67 (patch) | |
tree | ca03f23737bfdb09ab509a8b788277fc218400c2 /framework/Exceptions | |
parent | 3e76d1b8b3c71108f5a9ca1af5c9d40613546a90 (diff) |
Merge from 3.0 branch till 1409.
Diffstat (limited to 'framework/Exceptions')
-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 dfa88750..40e5110e 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -124,6 +124,7 @@ template_eventhandler_invalid = {0}.{1} can only accept a static string. template_controlid_invalid = {0}.ID can only accept a static text string.
template_controlskinid_invalid = {0}.SkinID can only accept a static text string.
template_content_unexpected = Unexpected content is encountered when instantiating template: {0}.
+template_include_invalid = Invalid template inclusion. Make sure {0} is a valid namespace pointing to an existing template file whose extension is .tpl.
xmldocument_file_read_failed = TXmlDocument is unable to read file '{0}'.
xmldocument_file_write_failed = TXmlDocument is unable to write file '{0}'.
|