english.php 521 B

12345678910111213141516
  1. <?php
  2. /**
  3. * @copyright (c) 2012 University of Geneva
  4. * @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html
  5. * @author Laurent Opprecht <laurent@opprecht.info>
  6. */
  7. $strings['plugin_title'] = "RSS";
  8. $strings['plugin_comment'] = "Display RSS content.";
  9. $strings['rss'] = "RSS";
  10. $strings['block_title'] = "Block title";
  11. $strings['title'] = "Title";
  12. $strings['no_rss'] = "There is no RSS configured. Please add a RSS";
  13. $strings['no_valid_rss'] = "Please check if the URL contains a valid RSS URL";