webgui/lib/WebGUI/i18n/English/Macro_Execute.pm
2007-07-17 17:27:42 +00:00

17 lines
274 B
Perl

package WebGUI::i18n::English::Macro_Execute;
our $I18N = {
'macroName' => {
message => q|Execute|,
lastUpdated => 1128838230,
},
'execute error' => {
message => q|SECURITY VIOLATION|,
lastUpdated => 1134850023,
},
};
1;