31 lines
657 B
Perl
31 lines
657 B
Perl
package WebGUI::i18n::English::Macro_SpectreCheck;
|
|
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'success' => {
|
|
message => q|Spectre is OK|,
|
|
lastUpdated => 1226175390,
|
|
context => q|Message saying that Spectre is doing okay.|
|
|
},
|
|
|
|
'subnet' => {
|
|
message => q|There is a problem with Spectre's subnet setting.|,
|
|
lastUpdated => 1202771219,
|
|
context => q|Message saying that Spectre has a problem with its subnet setting.|
|
|
},
|
|
|
|
'spectre' => {
|
|
message => q|Spectre is down|,
|
|
lastUpdated => 1202771224,
|
|
context => q|Message saying that Spectre is unable to be contacted.|
|
|
},
|
|
|
|
'macroName' => {
|
|
message => q|My Asset|,
|
|
lastUpdated => 1202771228,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|