webgui/lib/WebGUI/i18n/English/Macro_RandomAssetProxy.pm
Colin Kuskie d430f570f4 Added POD to several macros.
Updated POD in Storage/Iimage.pm

Internationalized error messages from RandomAssetProxy.
2005-12-20 17:55:46 +00:00

38 lines
838 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>&#94;RandomAssetProxy</B>();<BR>
<B>&#94;RandomAssetProxy</B>(<i>Asset URL</i>);<BR>
This macro works similarly to the &#94;<B>AssetProxy</B>(); macro except instead of displaying the
Asset, it picks a random Asset from the descendents of the Asset whose URL is supplied as the
argument.
|,
lastUpdated => 1135101114,
},
'childless' => {
message => q|Asset has no children.|,
lastUpdated => 1135101140,
},
'invalid url' => {
message => q|Invalid asset URL.|,
lastUpdated => 1135101140,
},
};
1;