<?php return array (
  'plugins.blocks.twitter.title' => 'Twitter Block',
  'plugins.blocks.twitter.desc' => 'This plugin provides a Twitter tweet in the sidebar.',
  'plugins.blocks.twitter.tweet.title' => 'Title of the Twitter block (e.g. "Tweets by @PsychOpen")',
  'plugins.blocks.twitter.tweet.url' => 'URL to the Tweet Feed (e.g. https://twitter.com/psychopen)',
  'plugins.blocks.twitter.tweet.color' => 'Color for the internal links (e.g. #8283c6)',
  'plugins.blocks.twitter.tweet.height' => 'Maximum height of the block (e.g. 500)',
  'plugins.blocks.twitter.tweet.options' => 'More Tweet Options (e.g. "nofooter noborders noheader")',
  'plugins.blocks.twitter.tweet.limit' => 'Number of tweets (e.g. 3). No value causes the complete feed to be loaded.',
  'plugins.blocks.twitter.cookie.warning' => 'This plugin uses a cookie from Twitter! Please add a suitable entry to your cookie policy. You can find further information <a href="https://docs.pkp.sfu.ca/gdpr/en/what-policies#3-cookie-policy" target="_blank" rel="noopener">here</a>.',
);