Index: trunk/extensions/TrustedXFF/TrustedXFF.i18n.php |
— | — | @@ -0,0 +1,12 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Internationalisation file for TrustedXFF extension. |
| 5 | + * |
| 6 | + * @addtogroup Extensions |
| 7 | + */ |
| 8 | + |
| 9 | +$messages = array(); |
| 10 | + |
| 11 | +$messages['en'] = array( |
| 12 | + 'trustedxff-desc' => 'Handling of a list of trusted proxy addresses ([http://meta.wikimedia.org/wiki/XFF_project XFF project])', |
| 13 | +); |
Property changes on: trunk/extensions/TrustedXFF/TrustedXFF.i18n.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 14 | + native |
Index: trunk/extensions/TrustedXFF/TrustedXFF.php |
— | — | @@ -10,6 +10,16 @@ |
11 | 11 | * |
12 | 12 | * For details, see http://meta.wikimedia.org/wiki/XFF_project |
13 | 13 | */ |
| 14 | + |
| 15 | +$wgExtensionCredits['other'][] = array( |
| 16 | + 'name' => 'TrustedXFF', |
| 17 | + 'svn-date' => '$LastChangedDate$', |
| 18 | + 'svn-revision' => '$LastChangedRevision$', |
| 19 | + 'description' => 'Handling of trusted proxy addresses (XFF)', |
| 20 | + 'descriptionmsg' => 'trustedxff-desc', |
| 21 | + 'author' => 'Tim Starling' |
| 22 | +); |
| 23 | +$wgExtensionMessagesFiles['TrustedXFF'] = dirname(__FILE__) . '/TrustedXFF.i18n.php'; |
14 | 24 | $wgTrustedXffFile = dirname(__FILE__).'/trusted-xff.cdb'; |
15 | 25 | |
16 | 26 | /** Hook registration */ |
Property changes on: trunk/extensions/TrustedXFF/TrustedXFF.php |
___________________________________________________________________ |
Added: svn:keywords |
17 | 27 | + LastChangedDate LastChangedRevision |
Index: trunk/extensions/Translate/groups/MediaWikiExtensions.php |
— | — | @@ -362,6 +362,7 @@ |
363 | 363 | 'ext-quiz', |
364 | 364 | 'ext-scanset', |
365 | 365 | 'ext-skinperpage', |
| 366 | + 'ext-trustedxff', |
366 | 367 | 'ext-antibot', // anti spam and such (usually all wikis) |
367 | 368 | 'ext-antispoof', |
368 | 369 | 'ext-spamblacklist', |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -643,6 +643,9 @@ |
644 | 644 | Translate |
645 | 645 | optional = translate-page-paging-links |
646 | 646 | |
| 647 | +Trusted XFF |
| 648 | +file = TrustedXFF/TrustedXFF.i18n.php |
| 649 | + |
647 | 650 | Universal Edit Button |
648 | 651 | |
649 | 652 | Usage Statistics |