22 lines
536 B
Perl
22 lines
536 B
Perl
package WebGUI::i18n::English::Fork_ProgressBar;
|
|
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'time elapsed' => {
|
|
message => 'Time Elapsed',
|
|
lastUpdated => 1286466369,
|
|
context => 'Used as a label to indicate how many seconds have gone by since the forked process started running',
|
|
},
|
|
'seconds' => {
|
|
message => 'seconds',
|
|
lastUpdated => 1286466433,
|
|
},
|
|
'current asset' => {
|
|
message => 'Current Asset',
|
|
lastUpdated => 1286466701,
|
|
context => 'Used as a label to indicate which asset is in "focus"',
|
|
},
|
|
};
|
|
|
|
1;
|