38 lines
983 B
Perl
38 lines
983 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>
|
|
|
|
<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.</p>
|
|
<p>This Macro may not be nested inside other Macros.</p>
|
|
|
|
|,
|
|
lastUpdated => 1168558479,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|