18 lines
286 B
Perl
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;
|