Línea 20... |
Línea 20... |
20 |
* @package block_rss_client
|
20 |
* @package block_rss_client
|
21 |
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
21 |
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
23 |
*/
|
23 |
*/
|
Línea 24... |
Línea 24... |
24 |
|
24 |
|
25 |
$string['addfeed'] = 'Add a news feed URL:';
|
25 |
$string['addfeed'] = 'Add RSS feed URL';
|
26 |
$string['addheadlineblock'] = 'Add RSS headline block';
|
26 |
$string['addheadlineblock'] = 'Add RSS headline block';
|
27 |
$string['addnew'] = 'Add new';
|
27 |
$string['addnew'] = 'Add new';
|
28 |
$string['addnewfeed'] = 'Add a new feed';
|
28 |
$string['addnewfeed'] = 'Add a new feed';
|
29 |
$string['cannotmakemodification'] = 'You are not allowed to make modifications to this RSS feed at this time.';
|
29 |
$string['cannotmakemodification'] = 'You are not allowed to make modifications to this RSS feed at this time.';
|
30 |
$string['clientchannellink'] = 'Source site...';
|
30 |
$string['clientchannellink'] = 'Source site...';
|
31 |
$string['clientnumentries'] = 'The default number of entries to show per feed.';
|
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) :';
|
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) :';
|
33 |
$string['clientshowimagelabel'] = 'Show channel image if available :';
|
33 |
$string['clientshowimagelabel'] = 'Show channel image if available';
|
34 |
$string['configblock'] = 'Configure this block';
|
34 |
$string['configblock'] = 'Configure this block';
|
35 |
$string['couldnotfindfeed'] = 'Could not find feed with id';
|
35 |
$string['couldnotfindfeed'] = 'Could not find feed with ID.';
|
36 |
$string['couldnotfindloadrssfeed'] = 'Could not find or load the RSS feed.';
|
36 |
$string['couldnotfindloadrssfeed'] = 'Could not find or load the RSS feed.';
|
37 |
$string['customtitlelabel'] = 'Custom title (leave blank to use title supplied by feed):';
|
37 |
$string['customtitlelabel'] = 'Custom title (leave blank to use title supplied by feed)';
|
38 |
$string['deletefeedconfirm'] = 'Are you sure you want to delete this feed?';
|
38 |
$string['deletefeedconfirm'] = 'Are you sure you want to delete this feed?';
|
39 |
$string['disabledrssfeeds'] = 'RSS feeds are disabled';
|
39 |
$string['disabledrssfeeds'] = 'RSS feeds are disabled';
|
40 |
$string['displaydescriptionlabel'] = 'Display each link\'s description?';
|
40 |
$string['displaydescriptionlabel'] = 'Display each link\'s description?';
|
41 |
$string['editafeed'] = 'Edit a feed';
|
41 |
$string['editafeed'] = 'Edit a feed';
|
42 |
$string['editfeeds'] = 'Edit, subscribe or unsubscribe from RSS/Atom news feeds';
|
42 |
$string['editfeeds'] = 'Edit, subscribe or unsubscribe from RSS feeds';
|
43 |
$string['editnewsfeeds'] = 'Edit news feeds';
|
43 |
$string['editnewsfeeds'] = 'Edit news feeds';
|
44 |
$string['editrssblock'] = 'Edit RSS headline block';
|
44 |
$string['editrssblock'] = 'Edit RSS headline block';
|
45 |
$string['enableautodiscovery'] = 'Enable auto-discovery of feeds?';
|
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.';
|
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}';
|
47 |
$string['failedfeed'] = 'Feed failed to download - will retry after {$a}';
|
48 |
$string['failedfeeds'] = 'One or more RSS feeds have failed';
|
48 |
$string['failedfeeds'] = 'One or more RSS feeds have failed';
|
49 |
$string['feed'] = 'Feed';
|
49 |
$string['feed'] = 'Feed';
|
50 |
$string['feedadded'] = 'News feed added';
|
50 |
$string['feedadded'] = 'RSS feed added';
|
51 |
$string['feeddeleted'] = 'News feed deleted';
|
51 |
$string['feeddeleted'] = 'RSS feed deleted';
|
52 |
$string['feeds'] = 'News feeds';
|
52 |
$string['feeds'] = 'RSS feeds';
|
53 |
$string['feedsaddedit'] = 'Add/edit feeds';
|
53 |
$string['feedsaddedit'] = 'Add/edit feeds';
|
54 |
$string['feedsconfigurenewinstance'] = 'Click here to configure this block to display RSS 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.';
|
55 |
$string['feedsconfigurenewinstance2'] = 'Click the edit icon above to configure this block to display RSS feeds.';
|
56 |
$string['feedupdated'] = 'News feed updated';
|
56 |
$string['feedupdated'] = 'RSS feed updated';
|
57 |
$string['feedurl'] = 'Feed URL';
|
57 |
$string['feedurl'] = 'Feed URL';
|
58 |
$string['findmorefeeds'] = 'Find more RSS feeds';
|
58 |
$string['findmorefeeds'] = 'Find more RSS feeds';
|
59 |
$string['choosefeedlabel'] = 'Choose the feeds which you would like to make available in this block:';
|
59 |
$string['choosefeedlabel'] = 'Choose the feeds which you would like to make available in this block:';
|
60 |
$string['managefeeds'] = 'Manage all my feeds';
|
60 |
$string['managefeeds'] = 'Manage RSS feeds';
|
61 |
$string['nofeeds'] = 'There are no RSS feeds defined for this site.';
|
61 |
$string['nofeeds'] = 'There are no RSS feeds defined for this site.';
|
62 |
$string['numentries'] = 'Entries per feed';
|
62 |
$string['numentries'] = 'Entries per feed';
|
63 |
$string['pickfeed'] = 'Pick a news feed';
|
63 |
$string['pickfeed'] = 'Pick a RSS feed';
|
64 |
$string['pluginname'] = 'Remote RSS feeds';
|
64 |
$string['pluginname'] = 'RSS feeds';
|
65 |
$string['privacy:metadata:block_rss_client:description'] = 'The description of the RSS feed.';
|
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.';
|
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.';
|
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.';
|
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.';
|
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.';
|
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.';
|
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.';
|
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.';
|
73 |
$string['privacy:metadata:block_rss_client:userid'] = 'The ID of the user that added the RSS feed.';
|
74 |
$string['remotenewsfeed'] = 'Remote news feed';
|
74 |
$string['remotenewsfeed'] = 'RSS feed';
|
75 |
$string['refreshfeedstask'] = 'Refresh RSS feeds task';
|
75 |
$string['refreshfeedstask'] = 'Refresh RSS feeds task';
|
76 |
$string['rss_client:addinstance'] = 'Add a new remote RSS feeds block';
|
76 |
$string['rss_client:addinstance'] = 'Add new RSS feeds block';
|
77 |
$string['rss_client:createprivatefeeds'] = 'Create private RSS feeds';
|
77 |
$string['rss_client:createprivatefeeds'] = 'Create private RSS feeds';
|
78 |
$string['rss_client:createsharedfeeds'] = 'Create shared RSS feeds';
|
78 |
$string['rss_client:createsharedfeeds'] = 'Create shared RSS feeds';
|
79 |
$string['rss_client:manageanyfeeds'] = 'Manage any RSS feeds';
|
79 |
$string['rss_client:manageanyfeeds'] = 'Manage any RSS feeds';
|
80 |
$string['rss_client:manageownfeeds'] = 'Manage own RSS feeds';
|
80 |
$string['rss_client:manageownfeeds'] = 'Manage own RSS feeds';
|
81 |
$string['rss_client:myaddinstance'] = 'Add a new Remote RSS feeds block to Dashboard';
|
81 |
$string['rss_client:myaddinstance'] = 'Add new RSS feeds block to Dashboard';
|
82 |
$string['seeallfeeds'] = 'See all feeds';
|
82 |
$string['seeallfeeds'] = 'See all feeds';
|
83 |
$string['sharedfeed'] = 'Shared feed';
|
83 |
$string['sharedfeed'] = 'Shared feed';
|
84 |
$string['shownumentrieslabel'] = 'Max number entries to show per block.';
|
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.';
|
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';
|
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.';
|
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.';
|
88 |
$string['timeoutdesc'] = 'Time in minutes for an RSS feed to live in cache.';
|
89 |
$string['timeout2'] = 'Timeout';
|
89 |
$string['timeout2'] = 'Timeout';
|
90 |
$string['updatefeed'] = 'Update a news feed URL:';
|
90 |
$string['updatefeed'] = 'Update RSS feed URL';
|