37 lines
916 B
Perl
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>^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;
|