webgui/lib/WebGUI/i18n/English/Macro_FileUrl.pm
Colin Kuskie 2b03fdc73d Add another error message to FileUrl so that it's clear that there
are no files, rather than the wrong URL.
Update Page macro docs to show it works on _any_ asset, not just Pages.
2006-07-21 16:10:11 +00:00

36 lines
795 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>&#94;FileUrl</b>();<br />
<b>&#94;FileUrl</b>(<i>Asset URL</i>);<br />
This macro is used to return a filesystem URL to a File or Image Asset identified by its Asset URL.</p>
|,
lastUpdated => 1153476000,
},
'invalid url' => {
message => q|Invalid Asset URL|,
lastUpdated => 1134855446,
},
'no storage' => {
message => q|The Asset you requested does not store files.|,
lastUpdated => 1153498370,
},
};
1;