diff options
author | knut <> | 2007-06-18 20:25:38 +0000 |
---|---|---|
committer | knut <> | 2007-06-18 20:25:38 +0000 |
commit | 840d142703025927bd2fc5ffd70fcf62b0dccb76 (patch) | |
tree | c44b5c8d0772bee0463efb1d5c9273b406649945 /framework/Exceptions | |
parent | fe75acc9c6bfc76ce70e5e892cbf59c94f374ac5 (diff) |
fixed #654
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index da022afe..e2fc5dce 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -79,6 +79,7 @@ assetmanager_baseurl_unchangeable = TAssetManager.BaseUrl cannot be modified af assetmanager_filepath_invalid = TAssetManager is publishing an invalid file '{0}'.
assetmanager_tarchecksum_invalid = TAssetManager is publishing a tar file with invalid checksum '{0}'.
assetmanager_tarfile_invalid = TAssetManager is publishing an invalid tar file '{0}'.
+assetmanager_source_directory_invalid = TAssetManager is copying an invalid directory '{0}'.
cache_primary_duplicated = At most one primary cache module is allowed. {0} is trying to register as another primary cache.
sqlitecache_extension_required = TSqliteCache requires SQLite PHP extension.
|