Added internationalisations in Gallery.pm "Return to Album" and "Add Photo"
This commit is contained in:
parent
f1ea8acdaf
commit
bdfe3b545a
3 changed files with 16 additions and 2 deletions
|
|
@ -24,10 +24,21 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'save message' => {
|
||||
message => 'Album settings saved. <a href="%s">Return to Album</a>',
|
||||
message => 'Album settings saved.',
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'add photo' => {
|
||||
message => '<li><a href="%s">Add Photo</a></li>',
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'return to album' => {
|
||||
message => '<li><a href="%s">Return to Album</a></li>',
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
|
||||
'delete message' => {
|
||||
message => 'Album has been deleted. <a href="%s">Return to Gallery</a>',
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue