MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git] / lang / en_utf8 / block_rss_client.php
blobb72ddb8b512fd909408ae564703f89db03dc7614
1 <?PHP // $Id$
2 // block_rss_client.php - created with Moodle 1.7 beta + (2006101003)
5 $string['addfeed'] = 'Add a news feed URL:';
6 $string['addheadlineblock'] = 'Add RSS headline block';
7 $string['addnew'] = 'Add New';
8 $string['blockname'] = 'RSS Client';
9 $string['choosefeedlabel'] = 'Choose the feeds which you would like to make available in this block:';
10 $string['clientchannellink'] = 'Source site...';
11 $string['clientnumentries'] = 'The default number of entries to show per feed.';
12 $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) :';
13 $string['clientshowimagelabel'] = 'Show channel image if available :';
14 $string['configblock'] = 'Configure this block';
15 $string['couldnotfindfeed'] = 'Could not find feed with id';
16 $string['customtitlelabel'] = 'Custom title (leave blank to use title supplied by feed):';
17 $string['deletefeedconfirm'] = 'Are you sure you want to delete this feed?';
18 $string['displaydescriptionlabel'] = 'Display each link\'s description?';
19 $string['editfeeds'] = 'Edit, subscribe or unsubsribe from RSS/Atom news feeds';
20 $string['editnewsfeeds'] = 'Edit news feeds';
21 $string['editrssblock'] = 'Edit RSS Headline Block';
22 $string['feed'] = 'Feed';
23 $string['feedadded'] = 'News feed added';
24 $string['feeddeleted'] = 'News feed deleted';
25 $string['feeds'] = 'News Feeds';
26 $string['feedsaddedit'] = 'Add/Edit Feeds';
27 $string['feedsconfigurenewinstance'] = 'Click here to configure this block to display RSS feeds.';
28 $string['feedstitle'] = 'Remote RSS Feeds';
29 $string['feedupdated'] = 'News feed updated';
30 $string['findmorefeeds'] = 'Find more rss feeds';
31 $string['managefeeds'] = 'Manage all my feeds';
32 $string['nofeeds'] = 'There are no RSS feeds defined for this site.';
33 $string['pickfeed'] = 'Pick a news feed';
34 $string['remotenewsfeed'] = 'Remote News Feed';
35 $string['rss_client:createprivatefeeds'] = 'Create private RSS feeds';
36 $string['rss_client:createsharedfeeds'] = 'Create shared RSS feeds';
37 $string['rss_client:manageanyfeeds'] = 'Manage any RSS feeds';
38 $string['rss_client:manageownfeeds'] = 'Manage own RSS feeds';
39 $string['seeallfeeds'] = 'See all feeds';
40 $string['sharedfeed'] = 'Shared feed';
41 $string['shownumentrieslabel'] = 'Max number entries to show per block.';
42 $string['submitters'] = 'Who will be allowed to define new rss feeds? Defined feeds are available for any page on your site.';
43 $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.';
44 $string['timeoutdesc'] = 'Time in minutes for an RSS feed to live in cache.';
45 $string['updatefeed'] = 'Update a news feed URL:';
46 $string['validatefeed'] = 'Validate feed';