package WebGUI::i18n::English::Asset_Folder; our $I18N = { 'sort alphabetically' => { message => q|Sort alphabetically?|, lastUpdated => 0 }, 'sort alphabetically help' => { message => q|Do you want to sort the items in this folder alphabetically? If you select no then it will sort according to rank.|, lastUpdated => 0 }, 'visitor cache timeout' => { message => q|Visitor Cache Timeout|, lastUpdated => 0 }, 'visitor cache timeout help' => { message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?|, lastUpdated => 1146454627 }, '847' => { message => qq|Go back to the current page.|, lastUpdated => 1039587250, }, '823' => { message => qq|Go to the new page.|, lastUpdated => 1038706332, }, 'folder add/edit title' => { message => q|Folder, Add/Edit|, lastUpdated => 1106683494, }, 'folder add/edit body' => { message => q|
Folder Assets are used to display lists of Assets and subfolders just like a file browser in an operating system.
Folders are Wobjects, so they have all the same properties as Wobjects and Assets. Folders also have these unique properties and functions:
|, lastUpdated => 1126238060, }, 'folder template description' => { message => q|This menu permits you to select a template to style the display of the Folder contents
|, lastUpdated => 1146797271, }, 'What Next description' => { message => q|After creating a new Folder, do you wish to go back to the original page where you created the Folder to do you want to go to the new Folder?
|, lastUpdated => 1146797272, }, 'folder template title' => { message => q|Folder Template|, lastUpdated => 1106683494, }, 'folder template body' => { message => q|The following variables are available in Folder Templates:
addFile.url
The url for adding files to the Folder.
addFile.label
The internationalized label for adding files to the Folder.
subfolder_loop
A loop containing all Folder assets which are children of the Folder.
id
The assetId of the Folder.
url
The url of the Folder.
title
The title of the Folder.
icon.small
The URL to a small icon of the appropriate type for this Asset.
icon.big
The URL to a big icon of the appropriate type for this Asset.
file_loop
A loop containing all non-Folder assets which are children of the Folder.
id
The assetId of the Asset.
canView
A conditional indicating if the current user can view this Asset.
title
The title of the Asset.
synopsis
The synopsis of the Asset.
size
The size of the Asset, formatted.
date.epoch
The date the Asset was last updated, relative to the epoch.
icon.small
A URL to a small icon that represents the Asset.
icon.big
A URL to an icon that represents the Asset.
type
The type of this Asset.
url
The URL of the Asset.
isImage
A conditional indicating if this Asset is an Image Asset.
canEdit
A conditional indicating if this Asset can be edited by the current user.
controls
The editing control bar for this child
isFile
A conditional indicating if this Asset is a File Asset.
thumbnail.url
If this Asset is an Image, the URL to the thumbnail for it.
file.url
If this Asset is a File Asset (File, Image or Zip Archive), the URL to the actual file for downloading. Otherwise,
this variable will be empty