diff options
author | tof <> | 2007-09-04 08:56:24 +0000 |
---|---|---|
committer | tof <> | 2007-09-04 08:56:24 +0000 |
commit | 918ed9fd995cc3e958bb0d48c8d234717facf181 (patch) | |
tree | 7638b6194cb5af299b6c619463e7497456affed4 /framework/Exceptions/messages | |
parent | 7d27d36860395c140557f415bcde52679fab9e2a (diff) |
Merge TSlider component from 3.2-dev branch.
Diffstat (limited to 'framework/Exceptions/messages')
-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 |