diff options
author | xue <> | 2007-09-24 16:03:13 +0000 |
---|---|---|
committer | xue <> | 2007-09-24 16:03:13 +0000 |
commit | 7fa7f25806e92fe0c4f9c647d413a4fa58680e59 (patch) | |
tree | 324646c670cad16ac27eb3ea9617f0c5709132d4 /framework/Exceptions | |
parent | 230c523ecd7477c80c34d8c662732ea45adae2bc (diff) |
added TConditional.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages/messages.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt index a105f359..086bdb06 100644 --- a/framework/Exceptions/messages/messages.txt +++ b/framework/Exceptions/messages/messages.txt @@ -449,4 +449,6 @@ slider_handle_class_invalid = TSlider.HandleClass '{0}' is not a valid user c cachepagestatepersister_cachemoduleid_invalid = TCachePageStatePersister.CacheModuleID '{0}' does not point to a valid cache module. cachepagestatepersister_cache_required = TCachePageStatePersister requires a cache module to be loaded. cachepagestatepersister_timeout_invalid = TCachePageStatePersister.Timeout must be an integer no less than zero. -cachepagestatepersister_pagestate_corrupted = Page state is corrupted.
\ No newline at end of file +cachepagestatepersister_pagestate_corrupted = Page state is corrupted. + +conditional_condition_invalid = TConditional.Condition '{0}' is not a valid PHP expression: {1}
\ No newline at end of file |