diff options
author | wei <> | 2006-08-05 01:05:07 +0000 |
---|---|---|
committer | wei <> | 2006-08-05 01:05:07 +0000 |
commit | 7d868c13a401d13f8777c0db5626832ac3f3a952 (patch) | |
tree | a538d61f69fb59b2d59df67b14065cd08864f488 /framework/Exceptions/messages.txt | |
parent | 93c4193f4a3c315c7785bf5f9f522c955ef6fce7 (diff) |
Fixed #318 and add chmod for each mkdir
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r-- | framework/Exceptions/messages.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 54d9d085..90872e2f 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -320,4 +320,6 @@ databoundcontrol_datamember_invalid = databoundcontrol_datamember_invalid clientscript_invalid_file_position = Invalid file position '{1}' for TClientScript control '{0}', must be 'Head', 'Here' or 'Begin'.
-tdatepicker_autopostback_unsupported = '{0}' does not support AutoPostBack.
\ No newline at end of file +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.
\ No newline at end of file |