Index: trunk/extensions/RSS/RSS.i18n.php |
— | — | @@ -11,6 +11,7 @@ |
12 | 12 | /** English |
13 | 13 | * @author Łukasz Garczewski (TOR) <tor@wikia-inc.com> |
14 | 14 | */ |
| 15 | + |
15 | 16 | $messages['en'] = array( |
16 | 17 | 'rss-desc' => 'Displays RSS feeds on MediaWiki pages in a standard or in user-definable formats using template pages', |
17 | 18 | 'rss-error' => 'Failed to load RSS feed from $1: $2', |
— | — | @@ -21,7 +22,7 @@ |
22 | 23 | 'rss-ns-permission' => 'RSS is not allowed in this namespace', |
23 | 24 | 'rss-url-permission' => 'This URL is not allowed to be included', |
24 | 25 | 'rss-item' => '{{$1 | title = {{{title}}} | link = {{{link}}} | date = {{{date}}} | author = {{{author}}} | description = {{{description}}} }}', |
25 | | - 'rss-feed' => "<!-- the following are two alternative templates. The first is the basic default template for feeds -->; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>''' |
| 26 | + 'rss-feed' => "<!-- the following are two alternative templates. The first is the basic default template for feeds -->; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>''' |
26 | 27 | : {{{description}}} |
27 | 28 | : {{{author}}} {{{date}}}<!-- don't use newline here --><!-- The second is an improved version which requires Extension:ParserFunctions --><!-- ; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''{{#if: {{{description|}}}|: {{{description}}}}}{{#if: {{{author|}}} | {{#if: {{{date|}}} |: — {{{author}}} {{{date}}}}} | {{#if: {{{author|}}}|: — {{{author}}}}} {{#if: {{{date|}}}|:{{{date}}}}}|}} -->", |
28 | 29 | ); |