Index: trunk/extensions/RSS/RSS.i18n.php |
— | — | @@ -15,6 +15,9 @@ |
16 | 16 | 'rss-desc' => 'Displays an RSS feed on a wiki page', |
17 | 17 | 'rss-error' => 'Failed to load RSS feed from $1: $2', |
18 | 18 | 'rss-empty' => 'Failed to load RSS feed from $1!', |
| 19 | + 'rss-fetch-nourl' => 'Fetch called without a URL!', |
| 20 | + 'rss-invalid-url' => 'Not a valid URL: $1', |
| 21 | + 'rss-parse-error' => 'Error parsing XML for RSS', |
19 | 22 | 'rss-item' => '{{RSSPost | title = {{{title}}} | link = {{{link}}} | date = {{{date}}} | author = {{{author}}} }}', |
20 | 23 | ); |
21 | 24 | |