fixed some bugs in URL/Content handlers. fixed some bugs in Gallery.
This commit is contained in:
parent
4c70aa4c71
commit
30f22c9b7a
10 changed files with 96 additions and 67 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue