block_rss_client.php 4.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?php
  2. // This file is part of Moodle - http://moodle.org/
  3. //
  4. // Moodle is free software: you can redistribute it and/or modify
  5. // it under the terms of the GNU General Public License as published by
  6. // the Free Software Foundation, either version 3 of the License, or
  7. // (at your option) any later version.
  8. //
  9. // Moodle is distributed in the hope that it will be useful,
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. // GNU General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU General Public License
  15. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
  16. /**
  17. * Strings for component 'block_rss_client', language 'en', branch 'MOODLE_20_STABLE'
  18. *
  19. * @package block_rss_client
  20. * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
  21. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  22. */
  23. $string['addfeed'] = 'Add a news feed URL:';
  24. $string['addheadlineblock'] = 'Add RSS headline block';
  25. $string['addnew'] = 'Add new';
  26. $string['addnewfeed'] = 'Add a new feed';
  27. $string['cannotmakemodification'] = 'You are not allowed to make modifications to this RSS feed at this time.';
  28. $string['clientchannellink'] = 'Source site...';
  29. $string['clientnumentries'] = 'The default number of entries to show per feed.';
  30. $string['clientshowchannellinklabel'] = 'Should a link to the original site (channel link) be displayed? (Note that if no feed link is supplied in the news feed then no link will be shown) :';
  31. $string['clientshowimagelabel'] = 'Show channel image if available :';
  32. $string['configblock'] = 'Configure this block';
  33. $string['couldnotfindfeed'] = 'Could not find feed with id';
  34. $string['couldnotfindloadrssfeed'] = 'Could not find or load the RSS feed.';
  35. $string['customtitlelabel'] = 'Custom title (leave blank to use title supplied by feed):';
  36. $string['deletefeedconfirm'] = 'Are you sure you want to delete this feed?';
  37. $string['disabledrssfeeds'] = 'RSS feeds are disabled';
  38. $string['displaydescriptionlabel'] = 'Display each link\'s description?';
  39. $string['editafeed'] = 'Edit a feed';
  40. $string['editfeeds'] = 'Edit, subscribe or unsubscribe from RSS/Atom news feeds';
  41. $string['editnewsfeeds'] = 'Edit news feeds';
  42. $string['editrssblock'] = 'Edit RSS headline block';
  43. $string['enableautodiscovery'] = 'Enable auto-discovery of feeds?';
  44. $string['enableautodiscovery_help'] = 'If enabled, feeds on web pages are found automatically. For example, if http://docs.moodle.org is entered, then http://docs.moodle.org/en/index.php?title=Special:RecentChanges&feed=rss would be found.';
  45. $string['feed'] = 'Feed';
  46. $string['feedadded'] = 'News feed added';
  47. $string['feeddeleted'] = 'News feed deleted';
  48. $string['feeds'] = 'News feeds';
  49. $string['feedsaddedit'] = 'Add/edit feeds';
  50. $string['feedsconfigurenewinstance'] = 'Click here to configure this block to display RSS feeds.';
  51. $string['feedsconfigurenewinstance2'] = 'Click the edit icon above to configure this block to display RSS feeds.';
  52. $string['feedupdated'] = 'News feed updated';
  53. $string['feedurl'] = 'Feed URL';
  54. $string['findmorefeeds'] = 'Find more RSS feeds';
  55. $string['choosefeedlabel'] = 'Choose the feeds which you would like to make available in this block:';
  56. $string['managefeeds'] = 'Manage all my feeds';
  57. $string['nofeeds'] = 'There are no RSS feeds defined for this site.';
  58. $string['numentries'] = 'Entries per feed';
  59. $string['pickfeed'] = 'Pick a news feed';
  60. $string['pluginname'] = 'Remote RSS feeds';
  61. $string['remotenewsfeed'] = 'Remote news feed';
  62. $string['rss_client:addinstance'] = 'Add a new remote RSS feeds block';
  63. $string['rss_client:createprivatefeeds'] = 'Create private RSS feeds';
  64. $string['rss_client:createsharedfeeds'] = 'Create shared RSS feeds';
  65. $string['rss_client:manageanyfeeds'] = 'Manage any RSS feeds';
  66. $string['rss_client:manageownfeeds'] = 'Manage own RSS feeds';
  67. $string['rss_client:myaddinstance'] = 'Add a new RSS feeds block to Dashboard';
  68. $string['seeallfeeds'] = 'See all feeds';
  69. $string['sharedfeed'] = 'Shared feed';
  70. $string['shownumentrieslabel'] = 'Max number entries to show per block.';
  71. $string['submitters'] = 'Who will be allowed to define new RSS feeds? Defined feeds are available for any page on your site.';
  72. $string['submitters2'] = 'Submitters';
  73. $string['timeout'] = 'Time in minutes before an RSS feed expires in cache. Note that this time defines the minimum time before expiry; the feed will be refreshed in cache on the next cron execution after expiry. Recommended values are 30 mins or greater.';
  74. $string['timeoutdesc'] = 'Time in minutes for an RSS feed to live in cache.';
  75. $string['timeout2'] = 'Timeout';
  76. $string['updatefeed'] = 'Update a news feed URL:';
  77. $string['viewfeed'] = 'View feed';