1<?php 2/** 3 * english language file for feedaggregator plugin 4 * 5 * @author Sam Wilson <sam@samwilson.id.au> 6 */ 7 8// keys need to match the config setting name 9$lang['force_feed'] = 'Force the given data/URL to be treated as a feed. ' 10 . 'This tells SimplePie to ignore the content-type provided by the server. ' 11 . 'Be careful when using this option, as it will also disable autodiscovery.'; 12$lang['force_fsockopen'] = 'Force SimplePie to use fsockopen() instead of cURL'; 13$lang['token'] = "A 'secret' token that will have to be supplied in the URL in order " 14 . "for the aggregation script to work. For example, for a token of " 15 . "<code>123abc</code> the URL must be of the form " 16 . "<code>https://example.com/dokuwiki?do=feedaggregator&token=123abc</code>"; 17