diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-02-18 00:07:50 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-02-18 00:07:50 +0000 |
commit | 14691cd854be3e9ee272c9619a6368c83d72267b (patch) | |
tree | 89215d53db8d6f01bb24a5c1d30d9dd4c8d7a5b9 /h-source/Library/Lang/Eng/UploadStrings.php | |
parent | a2c0b2c4f80463a94e2dd87b59f193ab3aa925eb (diff) |
upload new EasyGiant library and added added a new filter for the model name (part 2)
Diffstat (limited to 'h-source/Library/Lang/Eng/UploadStrings.php')
-rw-r--r-- | h-source/Library/Lang/Eng/UploadStrings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Library/Lang/Eng/UploadStrings.php b/h-source/Library/Lang/Eng/UploadStrings.php index 00809f6..2ae4c9b 100644 --- a/h-source/Library/Lang/Eng/UploadStrings.php +++ b/h-source/Library/Lang/Eng/UploadStrings.php @@ -38,6 +38,7 @@ class Lang_Eng_UploadStrings extends Lang_ResultStrings { "no-upload-file" => "<div class='alert'>There is no file to upload</div>\n", "size-over" => "<div class='alert'>The size of the file is too big</div>\n", "not-allowed-ext" => "<div class='alert'>The extension of the file you want to upload is not allowed</div>\n", + "not-allowed-mime-type" => "<div class='alert'>The MIME type of the file you want to upload is not allowed</div>\n", "file-exists" => "<div class='alert'>The file is already present in the current folder</div>\n" ); |