webgui/lib/WebGUI/i18n/English/Macro_Thumbnail.pm
2006-05-02 23:00:56 +00:00

28 lines
456 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|
<p><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 => 1146607225,
},
};
1;