|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00026 $string['addfeed'] = 'Add a news feed URL:'; 00027 $string['addheadlineblock'] = 'Add RSS headline block'; 00028 $string['addnew'] = 'Add new'; 00029 $string['addnewfeed'] = 'Add a new feed'; 00030 $string['cannotmakemodification'] = 'You are not allowed to make modifications to this RSS feed at this time.'; 00031 $string['clientchannellink'] = 'Source site...'; 00032 $string['clientnumentries'] = 'The default number of entries to show per feed.'; 00033 $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) :'; 00034 $string['clientshowimagelabel'] = 'Show channel image if available :'; 00035 $string['configblock'] = 'Configure this block'; 00036 $string['couldnotfindfeed'] = 'Could not find feed with id'; 00037 $string['customtitlelabel'] = 'Custom title (leave blank to use title supplied by feed):'; 00038 $string['deletefeedconfirm'] = 'Are you sure you want to delete this feed?'; 00039 $string['disabledrssfeeds'] = 'RSS feeds are disabled'; 00040 $string['displaydescriptionlabel'] = 'Display each link\'s description?'; 00041 $string['editafeed'] = 'Edit a feed'; 00042 $string['editfeeds'] = 'Edit, subscribe or unsubscribe from RSS/Atom news feeds'; 00043 $string['editnewsfeeds'] = 'Edit news feeds'; 00044 $string['editrssblock'] = 'Edit RSS headline block'; 00045 $string['enableautodiscovery'] = 'Enable auto-discovery of feeds?'; 00046 $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.'; 00047 $string['errorloadingfeed'] = 'Error loading this RSS feed ({$a})'; 00048 $string['feed'] = 'Feed'; 00049 $string['feedadded'] = 'News feed added'; 00050 $string['feeddeleted'] = 'News feed deleted'; 00051 $string['feeds'] = 'News feeds'; 00052 $string['feedsaddedit'] = 'Add/edit feeds'; 00053 $string['feedsconfigurenewinstance'] = 'Click here to configure this block to display RSS feeds.'; 00054 $string['feedsconfigurenewinstance2'] = 'Click the edit icon above to configure this block to display RSS feeds.'; 00055 $string['feedstitle'] = 'Remote RSS Feeds'; 00056 $string['feedupdated'] = 'News feed updated'; 00057 $string['feedurl'] = 'Feed URL'; 00058 $string['findmorefeeds'] = 'Find more RSS feeds'; 00059 $string['choosefeedlabel'] = 'Choose the feeds which you would like to make available in this block:'; 00060 $string['managefeeds'] = 'Manage all my feeds'; 00061 $string['nofeeds'] = 'There are no RSS feeds defined for this site.'; 00062 $string['numentries'] = 'Entries per feed'; 00063 $string['pickfeed'] = 'Pick a news feed'; 00064 $string['pluginname'] = 'RSS client'; 00065 $string['remotenewsfeed'] = 'Remote news feed'; 00066 $string['rss_client:createprivatefeeds'] = 'Create private RSS feeds'; 00067 $string['rss_client:createsharedfeeds'] = 'Create shared RSS feeds'; 00068 $string['rss_client:manageanyfeeds'] = 'Manage any RSS feeds'; 00069 $string['rss_client:manageownfeeds'] = 'Manage own RSS feeds'; 00070 $string['seeallfeeds'] = 'See all feeds'; 00071 $string['sharedfeed'] = 'Shared feed'; 00072 $string['shownumentrieslabel'] = 'Max number entries to show per block.'; 00073 $string['submitters'] = 'Who will be allowed to define new RSS feeds? Defined feeds are available for any page on your site.'; 00074 $string['submitters2'] = 'Submitters'; 00075 $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.'; 00076 $string['timeoutdesc'] = 'Time in minutes for an RSS feed to live in cache.'; 00077 $string['timeout2'] = 'Timeout'; 00078 $string['updatefeed'] = 'Update a news feed URL:'; 00079 $string['viewfeed'] = 'View feed';