webgui/lib/WebGUI/i18n/English/Macro_Thumbnail.pm
2005-10-10 05:22:37 +00:00

28 lines
450 B
Perl

package WebGUI::i18n::English::Macro_Thumbnail;
our $I18N = {
'macroName' => {
message => q|Thumbnail|,
lastUpdated => 1128919124,
},
'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;