adding the SpectreCheck Macro, per the RFE
This commit is contained in:
parent
563e3101d9
commit
6c72ee9a41
2 changed files with 72 additions and 0 deletions
25
lib/WebGUI/i18n/English/Macro_SpectreCheck.pm
Normal file
25
lib/WebGUI/i18n/English/Macro_SpectreCheck.pm
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue