package WebGUI::i18n::English::FileManager; our $I18N = { '11' => { message => q|Add a new file.|, lastUpdated => 1038882956 }, '71' => { message => q|The File Manager is designed to help you manage file distribution on your site. It allows you to specify who may view/download files from your site. Viewing access is set by privileges on the page. Download privileges are set on a per file basis.

What next?
This field is available only when you create a File Manager. After hitting the Save button, you may either start loading files into the manager or go back to the page with the File Manager on it.

Template
Choose a layout for the file manager.

Paginate After
How many files should be displayed before splitting the results into separate pages? In other words, how many files should be displayed per page?

|, lastUpdated => 1099611680 }, '7' => { message => q|Group to Download|, lastUpdated => 1031514049 }, '17' => { message => q|Alternate Version #1|, lastUpdated => 1031514049 }, '1' => { message => q|File Manager|, lastUpdated => 1038028463 }, '18' => { message => q|Alternate Version #2|, lastUpdated => 1031514049 }, '72' => { message => q|File, Add/Edit|, lastUpdated => 1038883174 }, '16' => { message => q|Date Uploaded|, lastUpdated => 1031514049 }, '74' => { message => q|Add a new file.|, lastUpdated => 1038262375 }, '6' => { message => q|File|, lastUpdated => 1038882929 }, '75' => { message => q|File Manager Template|, lastUpdated => 1038853712 }, '3' => { message => q|Proceed to add file?|, lastUpdated => 1031514049 }, '61' => { message => q|File Manager, Add/Edit|, lastUpdated => 1038887335 }, '9' => { message => q|Edit File Manager|, lastUpdated => 1038028499 }, '12' => { message => q|Are you certain that you wish to delete this file?|, lastUpdated => 1038882975 }, '20' => { message => q|Paginate After|, lastUpdated => 1031514049 }, '14' => { message => q|File|, lastUpdated => 1031514049 }, '15' => { message => q|Description|, lastUpdated => 1031514049 }, '8' => { message => q|Brief Synopsis|, lastUpdated => 1031514049 }, '73' => { message => q|File Title
The title that will be displayed for this file. If left blank the filename will be used.

File
Choose the file from your hard drive that you wish to upload.

Alternate Version #1
An alternate version of the file. For instance, if the file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.

Alternate Version #2
An alternate version of the file. For instance, if the file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.

Brief Synopsis
A short description of this file. Be sure to include keywords that users may try to search for.

Group To Download
Choose the group that may download this file.

What next?
If you'd like to add another file after this one, then select "Add a new file" otherwise select "Go back to the page".

|, lastUpdated => 1099611855 }, '76' => { message => q|This is the list of template variables available in File Manager templates.

titleColumn.label
The translated label for the title.

titleColumn.url
The URL to sort the displayed files by their titles.

descriptionColumn.label
The translated label for the description.

descriptionColumn.url
The URL to sort the displayed files by their descriptions.

dateColumn.label
The translated label for the upload date.

dateColumn.url
The URL to sort the displayed files by their date uploaded.

search.url
The URL to toggle search mode on and off.

search.label
The translated label for the search link.

addfile.url
The URL to add a file to the file manager.

addfile.label
The translated label for the add file link.

search.form
WebGUI's power search form.

file_loop
A loop containing the information about each file uploaded to this file manager.

file.canView
A condition as to whether the current user has the privileges to view this file.

file.controls
The WebGUI management controls for this file.

file.title
The title for this file.

file.description
The description of this file.

file.date
The last date that any version of this file was uploaded.

file.time
The time that this file was uploaded.

file.version1.name
The filename for the first version of this file.

file.version1.url
The download URL for the first version of this file.

file.version1.icon
The URL to the icon for the file type of the first version of this file.

file.version1.size
The storage size of the first version of this file.

file.version1.type
The type (or file extension) of the first version of this file.

file.version1.thumbnail
The URL to the thumbnail for the first version of this file.

file.version1.isImage
A conditional indicating whether the first version of this file is an image or not.

file.version2.name
The filename for the second version of this file.

file.version2.url
The download URL for the second version of this file.

file.version2.icon
The URL to the icon for the file type of the second version of this file.

file.version2.size
The storage size of the second version of this file.

file.version2.type
The type (or file extension) of the second version of this file.

file.version2.thumbnail
The URL to the thumbnail for the second version of this file.

file.version2.isImage
A conditional indicating whether the second version of this file is an image or not.

file.version3.name
The filename for the third version of this file.

file.version3.url
The download URL for the third version of this file.

file.version3.icon
The URL to the icon for the file type of the third version of this file.

file.version3.size
The storage size of the third version of this file.

file.version3.type
The type (or file extension) of the third version of this file.

file.version3.thumbnail
The URL to the thumbnail for the third version of this file.

file.version3.isImage
A conditional indicating whether the third version of this file is an image or not.

noresults.message
A translated message stating that this file manager has no files for this user to view.

noresults
A conditional indicating whether there are any files for this user to view.

|, lastUpdated => 1099611278 }, '10' => { message => q|Edit File|, lastUpdated => 1038882889 }, '19' => { message => q|You have no files available.|, lastUpdated => 1038882995 }, '5' => { message => q|File Title|, lastUpdated => 1031514049 }, }; 1;