webgui/lib/WebGUI/i18n/English/Macro_Thumbnail.pm
Matthew Wilson 79333da701 fix
2005-05-17 17:29:45 +00:00

23 lines
389 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>url</i>);</b><br>
This macro will allow you to fetch the thumbnail for any File or Image Asset by its
url.
<p>
|,
lastUpdated => 1112566767,
},
};
1;