mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-23 23:34:07 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: I0a51e2da3a0848a7274b7b36365705c683dee0be
This commit is contained in:
parent
cf119adfce
commit
784a97b751
11
RSS.i18n.php
11
RSS.i18n.php
|
@ -39,7 +39,18 @@ $messages['en'] = array(
|
|||
$messages['qqq'] = array(
|
||||
'rss-desc' => '{{desc|name=RSS|url=http://www.mediawiki.org/wiki/Extension:RSS}}',
|
||||
'rss-tracking-category' => 'The name of a category for all pages which use the <rss> parser extension tag. The category is automatically added unless the feature is disabled.',
|
||||
'rss-error' => 'Used as error message. Parameters:
|
||||
* $1 - URL of RSS feed
|
||||
* $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-url-is-not-whitelisted' => 'Used as error message. Parameters:
|
||||
* $1 - URL of RSS feed
|
||||
* $2 - list of allowed servers in the whitelist
|
||||
* $3 - number of allowed servers in the whitelist',
|
||||
'rss-empty-whitelist' => 'Used as error message. Parameters:
|
||||
* $1 - URL of RSS feed',
|
||||
'rss-deprecated-wgrssallowedfeeds-found' => '{{doc-important|Do not translate <code>$wgRSSAllowedFeeds</code> and <code>$wgRSSUrlWhitelist</code>.}}',
|
||||
'rss-item' => '{{notranslate}}',
|
||||
'rss-feed' => "; $1
|
||||
|
|
Loading…
Reference in a new issue