webgui/lib/WebGUI/i18n/English/AssetProxy.pm
2005-04-01 00:50:03 +00:00

24 lines
620 B
Perl

package WebGUI::i18n::English::AssetProxy;
our $I18N = {
'asset proxy title' => {
message => q|Asset Proxy Macro|,
lastUpdated => 1112315917,
},
'asset proxy body' => {
message => q|
<P><B>&#94;AssetProxy</B>();<BR>
<B>&#94;AssetProxy</B>(<i>Asset URL</i>);<BR>
This macro is used to render an Asset and display it inline according
to its template. Any Asset can be displayed, including Navigations,
images, links to files for downloading, snippets or for displaying
content from another part of the site on this page.
|,
lastUpdated => 1112315914,
},
};
1;