14 lines
757 B
Perl
14 lines
757 B
Perl
package WebGUI::i18n::English::Asset_RSSCapable;
|
|
use strict;
|
|
|
|
our $I18N =
|
|
{
|
|
'rssEnabled label' => { message => 'Enable RSS', lastUpdate => 1162487361 },
|
|
'rssEnabled hoverHelp' => { message => q|Whether or not to enable the RSS feed for this asset. If enabled, an RSS From Parent asset will be created and managed as an extra child for this purpose. If not enabled, no such child will be created and the existing one will be deleted.|, lastUpdate => 1162487361 },
|
|
'rssTemplateId label' => { message => 'RSS Template', lastUpdate => 1162487361 },
|
|
'rssTemplateId hoverHelp' => { message => q|The template to use for the RSS feed of this asset.|, lastUpdate => 1162487361 },
|
|
|
|
'assetName' => { message => 'RSS Capable', lastUpdate => 1162487361 },
|
|
};
|
|
|
|
1;
|