<?php return array (
  'plugins.generic.webfeed.displayName' => 'Web Feed Plugin',
  'plugins.generic.webfeed.description' => 'This plugin produces RSS/Atom web syndication feeds for the current issue.',
  'plugins.generic.webfeed.settings' => 'Settings',
  'plugins.generic.webfeed.settings.issue' => 'Display web feed links on issue pages only.',
  'plugins.generic.webfeed.settings.homepage' => 'Display web feed links on homepage and issue pages only.',
  'plugins.generic.webfeed.settings.all' => 'Display web feed links on all journal pages.',
  'plugins.generic.webfeed.settings.currentIssue' => 'Display items in current published issue.',
  'plugins.generic.webfeed.settings.recent' => 'Display a fixed number of the most recent items.',
  'plugins.generic.webfeed.settings.recentArticles' => 'Number of items to display',
  'plugins.generic.webfeed.settings.recentItemsRequired' => 'Please enter a positive integer for recent published items.',
  'plugins.generic.webfeed.atom.altText' => 'Atom logo',
  'plugins.generic.webfeed.rss1.altText' => 'RSS1 logo',
  'plugins.generic.webfeed.rss2.altText' => 'RSS2 logo',
);