Build a progress bar for exporting data from a Thing. Fixes bug #11925.
This commit is contained in:
parent
4f95507485
commit
dcae5190da
3 changed files with 37 additions and 7 deletions
|
|
@ -1127,6 +1127,24 @@ search has been done.|,
|
|||
lastUpdated => 1231180362,
|
||||
},
|
||||
|
||||
'Creating column headers' => {
|
||||
message => q|Creating column headers.|,
|
||||
lastUpdated => 1231180362,
|
||||
context => q|Status message in the Export Thingy progress bar.|,
|
||||
},
|
||||
|
||||
'Writing data' => {
|
||||
message => q|Writing data.|,
|
||||
lastUpdated => 1231180362,
|
||||
context => q|Status message in the Export Thingy progress bar.|,
|
||||
},
|
||||
|
||||
'Return to %s' => {
|
||||
message => q|Return to %s.|,
|
||||
lastUpdated => 1231180362,
|
||||
context => q|Status message in the Export Thingy progress bar. %s is the name of the Thing that is being exported.|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue