Index: trunk/extensions/EditSectionHiliteLink/EditSectionHiliteLink.i18n.php |
— | — | @@ -0,0 +1,23 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Internationalisation file for extension EditSectionHiliteLink. |
| 5 | + * |
| 6 | + * @addtogroup Extensions |
| 7 | + */ |
| 8 | + |
| 9 | +$messages = array(); |
| 10 | + |
| 11 | +/** English |
| 12 | + * @author Arash Boostani |
| 13 | + */ |
| 14 | +$messages['en'] = array( |
| 15 | + 'Editsectionhilitelink-desc' => 'Hilight the appropriate section of an article when you mouse over the edit link', |
| 16 | +); |
| 17 | + |
| 18 | +/** Message documentation (Message documentation) |
| 19 | + * @author Raimond Spekking |
| 20 | + */ |
| 21 | +$messages['qqq'] = array( |
| 22 | + 'Editsectionhilitelink-desc' => 'Extension description displayed on [[Special:Version]].', |
| 23 | +); |
| 24 | + |
Property changes on: trunk/extensions/EditSectionHiliteLink/EditSectionHiliteLink.i18n.php |
___________________________________________________________________ |
Name: svn:eol-style |
1 | 25 | + native |
Index: trunk/extensions/EditSectionHiliteLink/EditSectionHiliteLink.php |
— | — | @@ -29,9 +29,10 @@ |
30 | 30 | 'path' => __FILE__, |
31 | 31 | 'name' => 'EditSectionHiliteLink', |
32 | 32 | 'author' => 'Arash Boostani', |
| 33 | + 'version' => '0.1.0', |
33 | 34 | 'url' => 'http://www.mediawiki.org/wiki/Extension:EditSectionHiliteLink', |
34 | 35 | 'description' => 'Hilight the appropriate section of an article when you mouse over the edit link', |
35 | | - 'description-msg' => 'EditSectionHiliteLink-desc', |
| 36 | + 'description-msg' => 'Editsectionhilitelink-desc', |
36 | 37 | ); |
37 | 38 | |
38 | 39 | // Turn on the section container divs in the Parser |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -254,6 +254,8 @@ |
255 | 255 | |
256 | 256 | Edit Own |
257 | 257 | |
| 258 | +Edit Section Hilite Link |
| 259 | + |
258 | 260 | Edit Similar |
259 | 261 | |
260 | 262 | Edit Subpages |