Added POD to several macros.
Updated POD in Storage/Iimage.pm Internationalized error messages from RandomAssetProxy.
This commit is contained in:
parent
3b44d47123
commit
d430f570f4
8 changed files with 106 additions and 7 deletions
|
|
@ -12,16 +12,26 @@ our $I18N = {
|
|||
lastUpdated => 1112315917,
|
||||
},
|
||||
|
||||
'random asset proxy body' => {
|
||||
message => q|
|
||||
'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 descendents of the Asset whose URL is supplied as the
|
||||
argument.
|
||||
|,
|
||||
lastUpdated => 1112315914,
|
||||
},
|
||||
|,
|
||||
lastUpdated => 1135101114,
|
||||
},
|
||||
|
||||
'childless' => {
|
||||
message => q|Asset has no children.|,
|
||||
lastUpdated => 1135101140,
|
||||
},
|
||||
|
||||
'invalid url' => {
|
||||
message => q|Invalid asset URL.|,
|
||||
lastUpdated => 1135101140,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue