mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-13 17:57:07 +00:00
followup r76053 — add missed i18n messages
This commit is contained in:
parent
3aa74a03f8
commit
f3c74eaeb3
|
@ -15,6 +15,9 @@ $messages['en'] = array(
|
|||
'rss-desc' => 'Displays an RSS feed on a wiki page',
|
||||
'rss-error' => 'Failed to load RSS feed from $1: $2',
|
||||
'rss-empty' => 'Failed to load RSS feed from $1!',
|
||||
'rss-fetch-nourl' => 'Fetch called without a URL!',
|
||||
'rss-invalid-url' => 'Not a valid URL: $1',
|
||||
'rss-parse-error' => 'Error parsing XML for RSS',
|
||||
'rss-item' => '{{RSSPost | title = {{{title}}} | link = {{{link}}} | date = {{{date}}} | author = {{{author}}} }}',
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue