From 81514767330333fdcfac3dd347718d3a585ea91f Mon Sep 17 00:00:00 2001 From: mikl <> Date: Mon, 30 Jun 2008 17:04:42 +0000 Subject: Implemented MessageSource_Database --- framework/Exceptions/messages/messages.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'framework/Exceptions/messages') 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 -- cgit v1.2.3