diff options
author | xue <> | 2006-02-17 01:28:25 +0000 |
---|---|---|
committer | xue <> | 2006-02-17 01:28:25 +0000 |
commit | 3771e00b2e55536a19ec44c87a964a72eab61cfd (patch) | |
tree | 3fe7e4f0d3e4a5a096c43f53dbea0611a8f91bca | |
parent | 2ba72bad594cec828bfc016707f41947741c434c (diff) |
updated error messages.
-rw-r--r-- | framework/Exceptions/messages.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index cc1e85ef..d5b3eb83 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -60,6 +60,9 @@ httpsession_maxlifetime_unchangeable = THttpSession.Timeout cannot be modified a assetmanager_basepath_invalid = TAssetManager.BasePath '%s' is invalid. Make sure it is in namespace form and points to a directory writable by the Web server process.
assetmanager_basepath_unchangeable = TAssetManager.BasePath cannot be modified after the module is initialized.
assetmanager_baseurl_unchangeable = TAssetManager.BaseUrl cannot be modified after the module is initialized.
+assetmanager_filepath_invalid = TAssetManager is publishing an invalid file '%s'.
+assetmanager_tarchecksum_invalid = TAssetManager is publishing a tar file with invalid checksum '%s'.
+assetmanager_tarfile_invalid = TAssetManager is publishing an invalid tar file '%s'.
sqlitecache_extension_required = TSqliteCache requires SQLite PHP extension.
sqlitecache_dbfile_required = TSqliteCache.DbFile is required.
|