webgui/lib/WebGUI/i18n/English/Macro_Execute.pm
2007-12-05 04:21:56 +00:00

18 lines
286 B
Perl

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