merged to 9933

This commit is contained in:
David Delikat 2009-03-21 12:58:03 +00:00
parent 4fb7b2c81b
commit df234709f4
16 changed files with 474 additions and 295 deletions

View file

@ -127,6 +127,7 @@ our $I18N = {
lastUpdated => 0,
context => 'Label for button to submit search form',
},
"templateIdAddArchive label" => {
message => "Template to Add Multiple",
lastUpdated => 0,
@ -741,6 +742,25 @@ our $I18N = {
lastUpdated => 0,
context => q{Option label for 300 pixels-per-inch images, good for printing images},
},
'template listAlbumsRss' => {
message => 'Subscribe',
lastUpdated => 1237403207,
context => 'Label for link to RSS feed.',
},
'template search basic title' => {
message => 'Search Gallery',
lastUpdated => 1237403442,
context => 'Title for basic search form in page.',
},
'template search basic term' => {
message => 'Search Term',
lastUpdated => 1237403498,
context => 'Title for basic search term field in page.',
},
};
1;

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;

View file

@ -760,6 +760,10 @@ our $I18N = {
context => q{Error message when a user tries to recover password and they don't have an email address},
},
'newUser_username' => {
message => 'Username of registering user',
},
};
1;