8 lines
211 B
JavaScript
8 lines
211 B
JavaScript
|
|
"use strict";
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
strings: {
|
||
|
|
// Shown in the Informer if an upload is being canceled because it stalled for too long.
|
||
|
|
timedOut: 'Upload stalled for %{seconds} seconds, aborting.'
|
||
|
|
}
|
||
|
|
};
|