fixed some bugs in URL/Content handlers. fixed some bugs in Gallery.

This commit is contained in:
Doug Bell 2007-12-18 15:38:06 +00:00
parent 4c70aa4c71
commit 30f22c9b7a
10 changed files with 96 additions and 67 deletions

View file

@ -294,6 +294,16 @@ our $I18N = {
lastUpdated => 0,
},
'helpvar error' => {
message => 'An error message to show the user. Only defined when something went wrong.',
lastUpdated => 0,
},
'addArchive error too big' => {
message => 'The archive you are trying to upload is too big. Please try again.',
lastUpdated => 0,
},
};
1;