webgui/lib/WebGUI/i18n/English/FileUrl.pm
2005-04-01 00:50:03 +00:00

21 lines
454 B
Perl

package WebGUI::i18n::English::FileUrl;
our $I18N = {
'file url title' => {
message => q|File Url Macro|,
lastUpdated => 1112315917,
},
'file url body' => {
message => q|
<P><B>&#94;FileUrl</B>();<BR>
<B>&#94;FileUrl</B>(<i>Asset URL</i>);<BR>
This macro is used to return a filesystem URL to an File, Image or Snippet Asset identified by its Asset URL.
|,
lastUpdated => 1112315914,
},
};
1;