webgui/lib/WebGUI/i18n/English/Macro_Execute.pm
2005-04-05 17:45:35 +00:00

21 lines
412 B
Perl

package WebGUI::i18n::English::Macro_Execute;
our $I18N = {
'execute title' => {
message => q|Execute Macro|,
lastUpdated => 1112466408,
},
'execute body' => {
message => q|
<b>&#94;Execute();</b><br>
Allows a content manager or administrator to execute an external program. Takes the format of <b>&#94;Execute("/this/file.sh");</b>.
<p>
|,
lastUpdated => 1112466919,
},
};
1;