29 lines
537 B
Perl
29 lines
537 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>^Thumbnail(<i>url</i>);</b><br />
|
|
This macro will allow you to fetch the filesystem URL for the thumbnail of any File or Image Asset by its
|
|
Asset URL.
|
|
</p>
|
|
<p>This Macro may be nested inside other Macros.</p>
|
|
|
|
|,
|
|
lastUpdated => 1168623188,
|
|
},
|
|
};
|
|
|
|
1;
|