diff options
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 5fa94202..273d713d 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -310,6 +310,9 @@ callback_not_support_no_priority_state_update = Callback request does not suppor callback_invalid_handler = Invalid callback handler, control {0} must implement ICallbackEventHandler. callback_invalid_target = Invalid callback target, no such control with ID {0}. +callback_interval_be_positive = Interval for TCallbackTimer "{0}" must be strictly greater than zero seconds. +callback_decay_be_not_negative = Decay rate for TCallbackTimer "{0}" must be not negative. + xmltransform_xslextension_required = TXmlTransform require the PHP's XSL extension xmltransform_transformpath_invalid = TransformPath '{0}' is invalid. xmltransform_documentpath_invalid = DocumentPath '{0}' is invalid. |