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