diff options
author | Daniel <darthdaniel85@gmail.com> | 2013-12-24 17:59:22 -0500 |
---|---|---|
committer | Daniel <darthdaniel85@gmail.com> | 2013-12-24 17:59:22 -0500 |
commit | f235957dd296183ff6c427290c7c52397ad95078 (patch) | |
tree | a528753ba3fd3bae43ac982295978a8714031364 /framework/Exceptions | |
parent | ec9ebfe3f0680b6f451829bf0111eb69fe092b24 (diff) | |
parent | de198e5bca106ab71ac1d62b45e332aef0601708 (diff) |
all ready
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}'. |