adding the SpectreCheck Macro, per the RFE

This commit is contained in:
Colin Kuskie 2008-02-11 23:11:27 +00:00
parent 563e3101d9
commit 6c72ee9a41
2 changed files with 72 additions and 0 deletions

View file

@ -0,0 +1,25 @@
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;