webgui/lib/WebGUI/i18n/English/Macro_Include.pm
Colin Kuskie d085152304 Added POD to 4 macros.
Internationalized Error messages for Include and LastModified
2005-12-19 05:34:13 +00:00

44 lines
753 B
Perl

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|
<b>&#94;Include();</b><br>
Allows a content manager or administrator to include a file from the local filesystem.
<p/>
<i>Example:</i> &#94;Include("/this/file.html");
<p>
|,
lastUpdated => 1112466919,
},
};
1;