mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
41 lines
2.2 KiB
PHP
41 lines
2.2 KiB
PHP
<?php // $Id$
|
|
|
|
$string['addfeed'] = 'Add a news feed URL: ';
|
|
$string['addheadlineblock'] = 'Add RSS headline block';
|
|
$string['addnew'] = 'Add New';
|
|
$string['choosefeedlabel'] = 'Choose the feeds which you would like to make available in this block:';
|
|
$string['clientchannellink'] = 'Source site...';
|
|
$string['clientnumentries'] = 'The default number of entries to show per feed.';
|
|
$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) :';
|
|
$string['clientshowimagelabel'] = 'Show channel image if available :';
|
|
$string['configblock'] = 'Configure this block';
|
|
$string['couldnotfindfeed'] = 'Could not find feed with id';
|
|
$string['customtitlelabel'] = 'Custom title (leave blank to use title supplied by feed):';
|
|
$string['deletefeedconfirm'] = 'Are you sure you want to delete this feed?';
|
|
$string['displaydescriptionlabel'] = 'Display each link\'s description?';
|
|
$string['editfeeds'] = 'Edit, subscribe or unsubsribe from RSS/Atom news feeds';
|
|
$string['editnewsfeeds'] = 'Edit news feeds';
|
|
$string['editrssblock'] = 'Edit RSS Headline Block';
|
|
$string['feedadded'] = 'News feed added';
|
|
$string['feeddeleted'] = 'News feed deleted';
|
|
$string['feed'] = 'Feed';
|
|
$string['feedsaddedit'] = 'Add/Edit Feeds';
|
|
$string['feedsconfigurenewinstance'] = 'Click here to configure this block to display RSS feeds.';
|
|
$string['feeds'] = 'News Feeds';
|
|
$string['feedstitle'] = 'Remote RSS Feeds';
|
|
$string['feedupdated'] = 'News feed updated';
|
|
$string['findmorefeeds'] = 'Find more rss feeds';
|
|
$string['managefeeds'] = 'Manage all my feeds';
|
|
$string['nofeeds'] = 'There are no RSS feeds defined for this site.';
|
|
$string['pickfeed'] = 'Pick a news feed';
|
|
$string['remotenewsfeed'] = 'Remote News Feed';
|
|
$string['seeallfeeds'] = 'See all feeds';
|
|
$string['shownumentrieslabel'] = 'Max number entries to show per block.';
|
|
$string['submitters'] = 'Who will be allowed to define new rss feeds? Defined feeds are available for any page on your site.';
|
|
$string['timeout'] = 'blockrsstimeout';
|
|
$string['timeoutdesc'] = 'Time in minutes for an RSS feed to live in cache.';
|
|
$string['updatefeed'] = 'Update a news feed URL: ';
|
|
$string['validatefeed'] = 'Validate feed';
|
|
|
|
?>
|