webgui/lib/WebGUI/i18n/English/Macro_AdSpace.pm
2007-01-12 17:40:58 +00:00

30 lines
757 B
Perl

package WebGUI::i18n::English::Macro_AdSpace;
our $I18N = {
'adspace title' => {
message => q|Ad Space Macro|,
lastUpdated => 1144979657,
},
'adspace body' => {
message => q|
<p><b>&#94;AdSpace;</b><br />
<b>&#94;AdSpace(adName);</b><br />
This macro is used to display advertisements from the AdSpace system on a page. The macro
takes a single argument, which is the name of the Ad Space from the AdSpace manager to display
from the AdSpace manager.
As a convenience, the AdSpace manager will display the macro code to put into a page to
display each Ad Space.</p>
<p>This Macro may not be nested inside other Macros.</p>
|,
lastUpdated => 1168558375,
},
'macroName' => {
message => q|Ad Space|,
lastUpdated => 1144979669,
},
};
1;