Add a progress bar to uploading zip archives in Gallery Albums. Fixes bug #10994.

This commit is contained in:
Colin Kuskie 2009-09-25 11:24:12 -07:00
parent 9b74ab24cf
commit c5e9abe10e
4 changed files with 62 additions and 16 deletions

View file

@ -597,6 +597,36 @@ our $I18N = {
context => 'Label for URL to add an album Description.',
},
'Uploading archive' => {
message => 'Uploading archive',
lastUpdated => 1237403498,
context => 'label for progress bar in addArchive',
},
'Extracting archive' => {
message => 'Extracting archive',
lastUpdated => 1237403498,
context => 'label for progress bar in addArchive',
},
'Found file: %s' => {
message => 'Found file %s',
lastUpdated => 1237403498,
context => 'label for progress bar in addArchive',
},
'Adding %s to album' => {
message => 'Adding %s to album',
lastUpdated => 1237403498,
context => 'label for progress bar in addArchive',
},
'Requesting commit for version tag' => {
message => 'Requesting commit for version tag',
lastUpdated => 1237403498,
context => 'label for progress bar in addArchive',
},
};
1;