| 1 | efrain | 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 | /**
 | 
        
           |  |  | 18 |  * Strings for component 'block_rss_client', language 'en', branch 'MOODLE_20_STABLE'
 | 
        
           |  |  | 19 |  *
 | 
        
           |  |  | 20 |  * @package   block_rss_client
 | 
        
           |  |  | 21 |  * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
 | 
        
           |  |  | 22 |  * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 | 
        
           |  |  | 23 |  */
 | 
        
           |  |  | 24 |   | 
        
           | 11 | efrain | 25 | $string['addfeed'] = 'Add RSS feed URL';
 | 
        
           | 1 | efrain | 26 | $string['addheadlineblock'] = 'Add RSS headline block';
 | 
        
           |  |  | 27 | $string['addnew'] = 'Add new';
 | 
        
           |  |  | 28 | $string['addnewfeed'] = 'Add a new feed';
 | 
        
           |  |  | 29 | $string['cannotmakemodification'] = 'You are not allowed to make modifications to this RSS feed at this time.';
 | 
        
           |  |  | 30 | $string['clientchannellink'] = 'Source site...';
 | 
        
           |  |  | 31 | $string['clientnumentries'] = 'The default number of entries to show per feed.';
 | 
        
           |  |  | 32 | $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) :';
 | 
        
           | 11 | efrain | 33 | $string['clientshowimagelabel'] = 'Show channel image if available';
 | 
        
           | 1 | efrain | 34 | $string['configblock'] = 'Configure this block';
 | 
        
           | 11 | efrain | 35 | $string['couldnotfindfeed'] = 'Could not find feed with ID.';
 | 
        
           | 1 | efrain | 36 | $string['couldnotfindloadrssfeed'] = 'Could not find or load the RSS feed.';
 | 
        
           | 11 | efrain | 37 | $string['customtitlelabel'] = 'Custom title (leave blank to use title supplied by feed)';
 | 
        
           | 1 | efrain | 38 | $string['deletefeedconfirm'] = 'Are you sure you want to delete this feed?';
 | 
        
           |  |  | 39 | $string['disabledrssfeeds'] = 'RSS feeds are disabled';
 | 
        
           |  |  | 40 | $string['displaydescriptionlabel'] = 'Display each link\'s description?';
 | 
        
           |  |  | 41 | $string['editafeed'] = 'Edit a feed';
 | 
        
           | 11 | efrain | 42 | $string['editfeeds'] = 'Edit, subscribe or unsubscribe from RSS feeds';
 | 
        
           | 1 | efrain | 43 | $string['editnewsfeeds'] = 'Edit news feeds';
 | 
        
           |  |  | 44 | $string['editrssblock'] = 'Edit RSS headline block';
 | 
        
           |  |  | 45 | $string['enableautodiscovery'] = 'Enable auto-discovery of feeds?';
 | 
        
           |  |  | 46 | $string['enableautodiscovery_help'] = 'If enabled, feeds on web pages are found automatically. For example, if https://docs.moodle.org is entered, then https://docs.moodle.org/en/index.php?title=Special:RecentChanges&feed=rss would be found.';
 | 
        
           |  |  | 47 | $string['failedfeed'] = 'Feed failed to download - will retry after {$a}';
 | 
        
           |  |  | 48 | $string['failedfeeds'] = 'One or more RSS feeds have failed';
 | 
        
           |  |  | 49 | $string['feed'] = 'Feed';
 | 
        
           | 11 | efrain | 50 | $string['feedadded'] = 'RSS feed added';
 | 
        
           |  |  | 51 | $string['feeddeleted'] = 'RSS feed deleted';
 | 
        
           |  |  | 52 | $string['feeds'] = 'RSS feeds';
 | 
        
           | 1 | efrain | 53 | $string['feedsaddedit'] = 'Add/edit feeds';
 | 
        
           |  |  | 54 | $string['feedsconfigurenewinstance'] = 'Click here to configure this block to display RSS feeds.';
 | 
        
           |  |  | 55 | $string['feedsconfigurenewinstance2'] = 'Click the edit icon above to configure this block to display RSS feeds.';
 | 
        
           | 11 | efrain | 56 | $string['feedupdated'] = 'RSS feed updated';
 | 
        
           | 1 | efrain | 57 | $string['feedurl'] = 'Feed URL';
 | 
        
           |  |  | 58 | $string['findmorefeeds'] = 'Find more RSS feeds';
 | 
        
           |  |  | 59 | $string['choosefeedlabel'] = 'Choose the feeds which you would like to make available in this block:';
 | 
        
           | 11 | efrain | 60 | $string['managefeeds'] = 'Manage RSS feeds';
 | 
        
           | 1 | efrain | 61 | $string['nofeeds'] = 'There are no RSS feeds defined for this site.';
 | 
        
           |  |  | 62 | $string['numentries'] = 'Entries per feed';
 | 
        
           | 11 | efrain | 63 | $string['pickfeed'] = 'Pick a RSS feed';
 | 
        
           |  |  | 64 | $string['pluginname'] = 'RSS feeds';
 | 
        
           | 1 | efrain | 65 | $string['privacy:metadata:block_rss_client:description'] = 'The description of the RSS feed.';
 | 
        
           |  |  | 66 | $string['privacy:metadata:block_rss_client:preferredtitle'] = 'The preferred (custom) title of the RSS feed.';
 | 
        
           |  |  | 67 | $string['privacy:metadata:block_rss_client:shared'] = 'If the RSS feed is available to all courses.';
 | 
        
           |  |  | 68 | $string['privacy:metadata:block_rss_client:skiptime'] = 'The defined time in seconds that the cron will wait between attempts to retry failing RSS feeds.';
 | 
        
           |  |  | 69 | $string['privacy:metadata:block_rss_client:skipuntil'] = 'The maximum defined time that the cron will attempt to open failing RSS feeds.';
 | 
        
           |  |  | 70 | $string['privacy:metadata:block_rss_client:tableexplanation'] = 'RSS block information is stored here.';
 | 
        
           |  |  | 71 | $string['privacy:metadata:block_rss_client:title'] = 'The title of the RSS feed.';
 | 
        
           |  |  | 72 | $string['privacy:metadata:block_rss_client:url'] = 'The URL of the RSS feed.';
 | 
        
           |  |  | 73 | $string['privacy:metadata:block_rss_client:userid'] = 'The ID of the user that added the RSS feed.';
 | 
        
           | 11 | efrain | 74 | $string['remotenewsfeed'] = 'RSS feed';
 | 
        
           | 1 | efrain | 75 | $string['refreshfeedstask'] = 'Refresh RSS feeds task';
 | 
        
           | 11 | efrain | 76 | $string['rss_client:addinstance'] = 'Add new RSS feeds block';
 | 
        
           | 1 | efrain | 77 | $string['rss_client:createprivatefeeds'] = 'Create private RSS feeds';
 | 
        
           |  |  | 78 | $string['rss_client:createsharedfeeds'] = 'Create shared RSS feeds';
 | 
        
           |  |  | 79 | $string['rss_client:manageanyfeeds'] = 'Manage any RSS feeds';
 | 
        
           |  |  | 80 | $string['rss_client:manageownfeeds'] = 'Manage own RSS feeds';
 | 
        
           | 11 | efrain | 81 | $string['rss_client:myaddinstance'] = 'Add new RSS feeds block to Dashboard';
 | 
        
           | 1 | efrain | 82 | $string['seeallfeeds'] = 'See all feeds';
 | 
        
           |  |  | 83 | $string['sharedfeed'] = 'Shared feed';
 | 
        
           |  |  | 84 | $string['shownumentrieslabel'] = 'Max number entries to show per block.';
 | 
        
           |  |  | 85 | $string['submitters'] = 'Who will be allowed to define new RSS feeds? Defined feeds are available for any page on your site.';
 | 
        
           |  |  | 86 | $string['submitters2'] = 'Submitters';
 | 
        
           |  |  | 87 | $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.';
 | 
        
           |  |  | 88 | $string['timeoutdesc'] = 'Time in minutes for an RSS feed to live in cache.';
 | 
        
           |  |  | 89 | $string['timeout2'] = 'Timeout';
 | 
        
           | 11 | efrain | 90 | $string['updatefeed'] = 'Update RSS feed URL';
 | 
        
           | 1 | efrain | 91 | $string['viewfeed'] = 'View feed';
 |