webgui/lib/WebGUI/i18n/English/AssetAspect_RssFeed.pm

99 lines
No EOL
2.7 KiB
Perl

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 synopsis 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.|
},
};
1;
#vim:ft=perl