diff options
Diffstat (limited to 'framework/Exceptions/messages')
| -rw-r--r-- | framework/Exceptions/messages/messages.txt | 12 | 
1 files changed, 11 insertions, 1 deletions
diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt index a60b8226..33a6f752 100644 --- a/framework/Exceptions/messages/messages.txt +++ b/framework/Exceptions/messages/messages.txt @@ -432,4 +432,14 @@ urlmapping_configfile_invalid			= TUrlMapping.ConfigFile '{0}' must point to an  urlmappingpattern_serviceparameter_required = TUrlMappingPattern.ServiceParameter is required for pattern '{0}'.  keyboard_forcontrol_required			= TKeyboard.ForControl cannot be empty. -keyboard_forcontrol_invalid				= TKeyboard.ForControl '{0}' is invalid.
\ No newline at end of file +keyboard_forcontrol_invalid				= TKeyboard.ForControl '{0}' is invalid. + +captcha_tokenimagetheme_invalid			= TCaptcha.TokenImageTheme must be an integer between {0} and {1}. +captcha_tokenfontsize_invalid			= TCaptcha.TokenFontSize must be an integer between {0} and {1}. +captcha_mintokenlength_invalid			= TCaptcha.MinTokenLength must be an integer between {0} and {1}. +captcha_maxtokenlength_invalid			= TCaptcha.MaxTokenLength must be an integer between {0} and {1}. +captcha_tokenalphabet_invalid			= TCaptcha.TokenAlphabet must be a string consisting of at least 2 characters. +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  | 
