webgui/lib/WebGUI/i18n/English/Macro_Thumbnail.pm
2005-04-05 17:45:35 +00:00

23 lines
397 B
Perl

package WebGUI::i18n::English::Macro_Thumbnail;
our $I18N = {
'thumbnail title' => {
message => q|Thumbnail Macro|,
lastUpdated => 1112566765,
},
'thumbnail body' => {
message => q|
<b>&#94;Thumbnail(<i>assetId</i>);</b><br>
This macro will allow you to fetch the thumbnail for any File or Image Asset by its
AssetId.
<p>
|,
lastUpdated => 1112566767,
},
};
1;