webgui/lib/WebGUI/i18n/English/Macro_AssetProxy.pm
Colin Kuskie 7c619a1ecd Added POD to 5 macros
Internationalized the AssetProxy "Invalid Asset URL" error message.
2005-12-16 21:51:53 +00:00

37 lines
916 B
Perl

package WebGUI::i18n::English::Macro_AssetProxy;
our $I18N = {
'macroName' => {
message => q|Asset Proxy|,
lastUpdated => 1128837929,
},
'asset proxy title' => {
message => q|Asset Proxy Macro|,
lastUpdated => 1112315917,
},
'invalid url' => {
message => q|Invalid Asset URL|,
lastUpdated => 1134769012,
},
'asset proxy body' => {
message => q|
<P><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 or for snippets.
<p>It can also be like a Shortcut Asset, displaying content from another
part of the site on this page. Unlike a Shortcut, it cannot override
any part of the original Asset.
|,
lastUpdated => 1112583827,
},
};
1;