summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index 273d713d..582195f3 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -313,6 +313,8 @@ callback_invalid_target = Invalid callback target, no such control with ID {
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.
+callback_no_autopostback = Control "{0}" can not enable AutoPostBack.
+
xmltransform_xslextension_required = TXmlTransform require the PHP's XSL extension
xmltransform_transformpath_invalid = TransformPath '{0}' is invalid.
xmltransform_documentpath_invalid = DocumentPath '{0}' is invalid.