112 lines
3.1 KiB
Perl
112 lines
3.1 KiB
Perl
package WebGUI::i18n::English::Asset_File;
|
|
|
|
our $I18N = {
|
|
'cache timeout' => {
|
|
message => q|Cache Timeout|,
|
|
lastUpdated => 0
|
|
},
|
|
|
|
'cache timeout help' => {
|
|
message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?|,
|
|
lastUpdated => 1146454555
|
|
},
|
|
|
|
'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 => 1130456105,
|
|
},
|
|
|
|
'file template description' => {
|
|
message => q|File templates allow you to display information about the file, such as its filename, size or an icon representing the file type. In addition to the variables below, the File Asset template also has all the default Asset template variables. |,
|
|
lastUpdated => 1140196488,
|
|
},
|
|
|
|
'file template body' => {
|
|
message => q|<p>The following variables are available in File Templates:</p>
|
|
|
|
<p><b>fileSize</b><br />
|
|
The size (in bytes/kilobytes/megabytes, etc) of the file.
|
|
</p>
|
|
|
|
<p><b>fileIcon</b><br />
|
|
The icon which describes the type of file.
|
|
</p>
|
|
|
|
<p><b>fileUrl</b><br />
|
|
The URL to the file.
|
|
</p>
|
|
|
|
<p><b>controls</b><br />
|
|
A toolbar for working with the file.
|
|
</p>
|
|
|
|
<p><b>filename</b><br />
|
|
The name of the file.
|
|
</p>
|
|
|
|
<p><b>storageId</b><br />
|
|
The internal storage ID used for the file.
|
|
</p>
|
|
|
|
<p><b>title</b><br />
|
|
The title set for the file when it was uploaded, or the filename if none was entered.
|
|
</p>
|
|
|
|
<p><b>menuTitle</b><br />
|
|
The menu title, displayed in navigations, set for the file when it was uploaded, or the filename if none was entered.
|
|
</p>
|
|
|
|
|,
|
|
context => 'Describing the file template variables',
|
|
lastUpdated => 1146775676,
|
|
},
|
|
|
|
|
|
'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
|
|
},
|
|
|
|
'assetName' => {
|
|
message => q|File|,
|
|
context => q|label for Asset Manager, getName|,
|
|
lastUpdated => 1128640132,
|
|
},
|
|
|
|
'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;
|