31 lines
671 B
Perl
31 lines
671 B
Perl
package WebGUI::i18n::English::Macro_FileUrl;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|File Url|,
|
|
lastUpdated => 1128838332,
|
|
},
|
|
|
|
'file url title' => {
|
|
message => q|File Url Macro|,
|
|
lastUpdated => 1112315917,
|
|
},
|
|
|
|
'file url body' => {
|
|
message => q|
|
|
<p><b>^FileUrl</b>();<br />
|
|
<b>^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.</p>
|
|
|,
|
|
lastUpdated => 1146679314,
|
|
},
|
|
|
|
'invalid url' => {
|
|
message => q|Invalid Asset URL|,
|
|
lastUpdated => 1134855446,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|