package WebGUI::i18n::English::Macro_Include; our $I18N = { 'macroName' => { message => q|Include|, lastUpdated => 1128838682, }, 'security' => { message => q|SECURITY VIOLATION|, lastUpdated => 1134968524, }, 'not found' => { message => q|INCLUDED FILE DOES NOT EXIST|, lastUpdated => 1134968522, }, 'include title' => { message => q|Include Macro|, lastUpdated => 1112466408, }, 'include title' => { message => q|Include Macro|, lastUpdated => 1112466408, }, 'include body' => { message => q|
^Include();
Allows a content manager or administrator to include a file from the local filesystem.
Example: ^Include("/this/file.html");
This Macro may be nested inside other Macros if the included text does not contain commas or quotes.
|, lastUpdated => 1168622508, }, }; 1;