Add i18n for the Gallery and Album.

This commit is contained in:
Colin Kuskie 2009-03-19 15:45:53 +00:00
parent 9b5309f650
commit ccbff17b14
3 changed files with 33 additions and 0 deletions

View file

@ -574,6 +574,18 @@ our $I18N = {
context => q{template label in the Edit Album template. To pick a thumbnail to use to represent the Album.},
},
'template album thumbnail alt' => {
message => 'Preview thumbnail for',
lastUpdated => 1237404629,
context => 'Alt text for album thumbnail.',
},
'template url_addDescription' => {
message => 'Add a Description',
lastUpdated => 1237405184,
context => 'Label for URL to add an album Description.',
},
};
1;