diff options
| author | Fabio Bas <ctrlaltca@gmail.com> | 2013-12-02 18:22:41 +0100 | 
|---|---|---|
| committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-12-02 18:22:41 +0100 | 
| commit | 1b49bfdc7bf5ebb78a89e93eb74dceb45c8b71cf (patch) | |
| tree | f72c41c59343b731c1d1d32ac6c80de9e78ccbef /framework/Exceptions | |
| parent | d62f5bcf2b80c6db2df4c3ff024a8cb84049a983 (diff) | |
WIP port of TAutoComplete to jQuery-ui
Diffstat (limited to 'framework/Exceptions')
| -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 bcfc7f97..2c4de1da 100644 --- a/framework/Exceptions/messages/messages.txt +++ b/framework/Exceptions/messages/messages.txt @@ -500,4 +500,7 @@ tactivetablecell_control_outoftable		= {0} '{1}' must be enclosed within a TTabl  tactivetablecell_control_notincollection = {0} '{1}' no member of the TTableCellCollection of the parent TTableRow control.  tactivetablerow_control_outoftable		= {0} '{1}' must be enclosed within a TTable control. -tactivetablerow_control_notincollection = {0} '{1}' no member of the TTableRowCollection of the parent TTable control.
\ No newline at end of file +tactivetablerow_control_notincollection = {0} '{1}' no member of the TTableRowCollection of the parent TTable control. + +juioptions_control_invalid				= Control '{0}' must implement IJuiOptions. +juioptions_option_invalid				= '{1}' is not a valid option for control '{0}'.  | 
