mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-28 01:20:10 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: Idb3c0486bccc0f63db79b847e424a279671a7688
This commit is contained in:
parent
efaa879472
commit
03cfdd510e
|
@ -44,7 +44,13 @@ $messages['qqq'] = array(
|
|||
* $2 - result which the RSS parser returned',
|
||||
'rss-empty' => 'Used as error message. Parameters:
|
||||
* $1 - URL of RSS feed',
|
||||
'rss-invalid-url' => '$1 is the invalid URL for the RSS feed',
|
||||
'rss-fetch-nourl' => 'Used as fatal error message when a URL has not been given.',
|
||||
'rss-invalid-url' => 'Used as error message. Parameters:
|
||||
* $1 - the invalid URL for the RSS feed',
|
||||
'rss-parse-error' => 'Used as fatal error message.
|
||||
|
||||
Maybe followed by any one of the following messages: "No XML content", "Not passed DOMDocument object.", "No RSS/ATOM items found."',
|
||||
'rss-ns-permission' => 'Used as error message if this namespace is not allowed (the variable <code>$wgRSSNamespaces</code>).',
|
||||
'rss-url-is-not-whitelisted' => 'Used as error message. Parameters:
|
||||
* $1 - URL of RSS feed
|
||||
* $2 - list of allowed servers in the whitelist
|
||||
|
|
Loading…
Reference in a new issue