webgui/lib/WebGUI/i18n/English/Macro_SpectreCheck.pm
2008-02-11 23:11:27 +00:00

25 lines
469 B
Perl

package WebGUI::i18n::English::Macro_SpectreCheck;
use strict;
our $I18N = {
'spectre ok' => {
message => q|Spectre is OK|,
lastUpdated => 1202771219,
context => q|Message saying that Spectre is doing okay.|
},
'spectre is down' => {
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;