74 lines
1.8 KiB
Perl
74 lines
1.8 KiB
Perl
package WebGUI::i18n::English::Asset_File;
|
|
|
|
our $I18N = {
|
|
'file add/edit title' => {
|
|
message => q|File, Add/Edit|,
|
|
lastUpdated => 1106683494,
|
|
},
|
|
|
|
'file add/edit body' => {
|
|
message => q|<P>File Assets are files on your site that are available for users to download. If you would like to have multiple files available, try using a FilePile Asset.</P>
|
|
|
|
<P>Since Files are Assets, so they have all the properties that Assets do. Below are the properties that are specific to Image Assets:</P>
|
|
|
|
|,
|
|
context => 'Describing file add/edit form specific fields',
|
|
lastUpdated => 1119068839,
|
|
},
|
|
'file template title' => {
|
|
message => q|File, Template|,
|
|
lastUpdated => 1109287565,
|
|
},
|
|
|
|
'file template body' => {
|
|
message => q|<p>The following variables are available in File Templates:</p>
|
|
|
|
<P><b>attachment.icon</b><br/>
|
|
The icon which describes the type of file.
|
|
|
|
<P><b>attachment.url</b><br/>
|
|
The URL to the file.
|
|
|
|
<P><b>attachment.name</b><br/>
|
|
The name of the file.
|
|
|
|
<P><b>attachment.size</b><br/>
|
|
The size of the file.
|
|
|
|
<P><b>attachment.type</b><br/>
|
|
The type of the file (PDF, etc.)
|
|
|
|
|,
|
|
context => 'Describing the file template variables',
|
|
lastUpdated => 1109287834,
|
|
},
|
|
|
|
|
|
'current file' => {
|
|
message => q|Current file|,
|
|
context => q|label for File asset form|,
|
|
lastUpdated => 1106762086
|
|
},
|
|
|
|
'current file description' => {
|
|
message => q|If this Asset already contains a file, a link to the file with its associated icon will be shown.|,
|
|
lastUpdated => 1119068809
|
|
},
|
|
|
|
|
|
'new file' => {
|
|
message => q|New file to upload|,
|
|
context => q|label for File asset form|,
|
|
lastUpdated => 1106762088
|
|
},
|
|
|
|
|
|
'new file description' => {
|
|
message => q|Enter the path to a file, or use the "Browse" button to find a file on your local hard drive that you would like to be uploaded.|,
|
|
lastUpdated => 1119068745
|
|
},
|
|
|
|
|
|
};
|
|
|
|
1;
|