Add missing datestamps to RssFeed i18n file.

This commit is contained in:
Colin Kuskie 2009-09-17 15:54:40 -07:00
parent eac2099246
commit 6c4d146e10

View file

@ -95,18 +95,27 @@ our $I18N = {
'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,
},
};