diff options
author | mikl <> | 2008-06-30 17:04:42 +0000 |
---|---|---|
committer | mikl <> | 2008-06-30 17:04:42 +0000 |
commit | 81514767330333fdcfac3dd347718d3a585ea91f (patch) | |
tree | 793a3008a569549d185f2708cb23de997dcc3571 /framework/Exceptions/messages | |
parent | 4fdb3675a79f80e8d9400aad7015250d125c92dd (diff) |
Implemented MessageSource_Database
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 36a23701..3edd5d49 100644 --- a/framework/Exceptions/messages/messages.txt +++ b/framework/Exceptions/messages/messages.txt @@ -349,6 +349,9 @@ clientscript_invalid_package_path = Invalid PackagePath '{0}' for TClientScript tdatepicker_autopostback_unsupported = '{0}' does not support AutoPostBack. globalization_cache_path_failed = Unable to create translation message cache path '{0}'. Make sure the parent directory exists and is writable by the Web process. globalization_source_path_failed = Unable to create translation message path '{0}'. Make sure the parent directory exists and is writable by the Web process. +messagesource_connectionid_invalid = MessageSource_Database.source '{0}' does not point to a valid TDataSourceConfig module. +messagesource_connectionid_required = ConnectionID in MessageSource_Database.source is required. + callback_not_support_no_priority_state_update = Callback request does not support unprioritized pagestate update. callback_invalid_callback_options = '{1}' is not a valid TCallbackOptions control for Callback control '{0}'. callback_invalid_clientside_options = Callback ClientSide property must be either a string that is the ID of a TCallbackOptions control or an instance of TCallbackClientSideOptions.======= @@ -462,4 +465,4 @@ ar_delete_invalid = The {0} instance cannot be deleted because it is either datasource_dbconnection_invalid = TDataSourceConfig.DbConnection '{0}' is invalid. Please make sure it points to a valid application module. response_status_reason_missing = HTTP 1.1 need reason for extended status-codes -response_status_reason_badchars = For HTTP 1.1 header, the token status-reason must not contain token CR or LF
\ No newline at end of file +response_status_reason_badchars = For HTTP 1.1 header, the token status-reason must not contain token CR or LF |