package WebGUI::i18n::English::AssetAspect_RssFeed; use strict; our $I18N = { 'itemsPerFeed' => { message => q|Items Per Feed|, lastUpdated => 1236820473, context => q|The name of the itemsPerFeed field.| }, 'itemsPerFeed hoverHelp' => { message => q|The number of items to include in the feed.|, lastUpdated => 1236820473, context => q|The hoverhelp of the itemsPerFeed field.| }, 'feedCopyright' => { message => q|Feed Copyright|, lastUpdated => 1236820473, context => q|The name of the feedCopyright field.| }, 'feedCopyright hoverHelp' => { message => q|An optional copyright notice for the feed.|, lastUpdated => 1236820473, context => q|The hoverhelp of the feedCopyright field.| }, 'feedTitle' => { message => q|Feed Title|, lastUpdated => 1236820473, context => q|The name of the feedTitle field.| }, 'feedTitle hoverHelp' => { message => q|An optional title for the feed. If not specified the asset's title will be used instead.|, lastUpdated => 1236820473, context => q|The hoverhelp of the feedTitle field.| }, 'feedDescription' => { message => q|Feed Description|, lastUpdated => 1236820473, context => q|The name of the feedDescription field.| }, 'feedDescription hoverHelp' => { message => q|An optional description for the feed. If not specified the asset's summary will be used instead.|, lastUpdated => 1236820473, context => q|The hoverhelp of the feedDescription field.| }, 'feedImage' => { message => q|Feed Image|, lastUpdated => 1236820473, context => q|The name of the feedImage field.| }, 'feedImage hoverHelp' => { message => q|An optional image that can be uploaded for the feed.|, lastUpdated => 1236820473, context => q|The hoverhelp of the feedImage field.| }, 'feedImageLink' => { message => q|Feed Image Link|, lastUpdated => 1236820473, context => q|The name of the feedImageLink field.| }, 'feedImageLink hoverHelp' => { message => q|An optional URL that will link the image to a specific location. If not specified the asset's URL will be used instead.|, lastUpdated => 1236820473, context => q|The hoverhelp of the feedImageLink field.| }, 'feedImageDescription' => { message => q|Feed Image Description|, lastUpdated => 1236820473, context => q|The name of the feedImageDescription field.| }, 'feedImageDescription hoverHelp' => { message => q|An optional description for the image. If not specified the asset's title will be used instead.|, lastUpdated => 1236820473, context => q|The hoverhelp of the feedImageDescription field.| }, 'RSS tab' => { message => q|RSS|, lastUpdated => 1236820473, context => q|The title of the RSS tab on the asset's edit form.| }, 'feedHeaderLinks' => { message => q|HTML Header Feed Links|, lastUpdated => 1236820473, }, 'feedHeaderLinks hoverHelp' => { message => q|Select which feed types to include in the HTML headers, which many browsers will offer as options to users.|, lastUpdated => 1236820473, }, 'rssLinkOption' => { message => q|RSS 2.0|, lastUpdated => 1236820473, }, 'atomLinkOption' => { message => 'Atom', lastUpdated => 1236820473, }, 'rdfLinkOption' => { message => 'RDF/RSS 1.0', lastUpdated => 1236820473, }, }; 1; #vim:ft=perl