39 lines
903 B
Perl
39 lines
903 B
Perl
package WebGUI::i18n::English::Macro_RandomAssetProxy;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Random Asset Proxy|,
|
|
lastUpdated => 1128918962,
|
|
},
|
|
|
|
'random asset proxy title' => {
|
|
message => q|Random Asset Proxy Macro|,
|
|
lastUpdated => 1112315917,
|
|
},
|
|
|
|
'random asset proxy body' => {
|
|
message => q|
|
|
<p><b>^RandomAssetProxy</b>();<br />
|
|
<b>^RandomAssetProxy</b>(<i>Asset URL</i>);<br />
|
|
This macro works similarly to the ^<b>AssetProxy</b>(); macro except instead of displaying the
|
|
Asset, it picks a random Asset from the descendants of the Asset whose URL is supplied as the
|
|
argument.</p>
|
|
<p>This Macro may not be nested inside other Macros.</p>
|
|
|,
|
|
lastUpdated => 1168622873,
|
|
},
|
|
|
|
'childless' => {
|
|
message => q|Asset has no children.|,
|
|
lastUpdated => 1135101140,
|
|
},
|
|
|
|
'invalid url' => {
|
|
message => q|Invalid asset URL.|,
|
|
lastUpdated => 1135101140,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|