diff options
Diffstat (limited to 'framework/Exceptions/messages/messages.txt')
-rw-r--r-- | framework/Exceptions/messages/messages.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt index 33a6f752..1514ed2f 100644 --- a/framework/Exceptions/messages/messages.txt +++ b/framework/Exceptions/messages/messages.txt @@ -442,4 +442,7 @@ captcha_tokenalphabet_invalid = TCaptcha.TokenAlphabet must be a string consis captcha_privatekey_unknown = TCaptcha.PrivateKey is unknown. Please make sure that your assets directory is writable by the Web server process. captcha_gd2_required = TCaptcha requires PHP GD2 extension. captcha_imagettftext_required = TCaptcha requires PHP GD2 extension with TrueType font support. -captcha_imagepng_required = TCaptcha requires PHP GD2 extension with PNG image format support.
\ No newline at end of file +captcha_imagepng_required = TCaptcha requires PHP GD2 extension with PNG image format support. + +slider_handle_class_invalid = TSlider.HandleClass '{0}' is not a valid user class. The class must extends TSliderHandle. +slider_track_class_invalid = TSliderHandle track class '{0}' must be a TSlider instance.
\ No newline at end of file |