Add missing datestamps to RssFeed i18n file.
This commit is contained in:
parent
eac2099246
commit
6c4d146e10
1 changed files with 9 additions and 0 deletions
|
|
@ -95,18 +95,27 @@ our $I18N = {
|
||||||
|
|
||||||
'feedHeaderLinks' => {
|
'feedHeaderLinks' => {
|
||||||
message => q|HTML Header Feed Links|,
|
message => q|HTML Header Feed Links|,
|
||||||
|
lastUpdated => 1236820473,
|
||||||
},
|
},
|
||||||
|
|
||||||
'feedHeaderLinks hoverHelp' => {
|
'feedHeaderLinks hoverHelp' => {
|
||||||
message => q|Select which feed types to include in the HTML headers, which many browsers will offer as options to users.|,
|
message => q|Select which feed types to include in the HTML headers, which many browsers will offer as options to users.|,
|
||||||
|
lastUpdated => 1236820473,
|
||||||
},
|
},
|
||||||
|
|
||||||
'rssLinkOption' => {
|
'rssLinkOption' => {
|
||||||
message => q|RSS 2.0|,
|
message => q|RSS 2.0|,
|
||||||
|
lastUpdated => 1236820473,
|
||||||
},
|
},
|
||||||
|
|
||||||
'atomLinkOption' => {
|
'atomLinkOption' => {
|
||||||
message => 'Atom',
|
message => 'Atom',
|
||||||
|
lastUpdated => 1236820473,
|
||||||
},
|
},
|
||||||
|
|
||||||
'rdfLinkOption' => {
|
'rdfLinkOption' => {
|
||||||
message => 'RDF/RSS 1.0',
|
message => 'RDF/RSS 1.0',
|
||||||
|
lastUpdated => 1236820473,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue