Index: trunk/extensions/AutomaticBoardWelcome/AutomaticBoardWelcome.php |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | * |
9 | 9 | * @file |
10 | 10 | * @ingroup Extensions |
11 | | - * @version 0.1 |
| 11 | + * @version 0.1.1 |
12 | 12 | * @date 30 July 2011 |
13 | 13 | * @author Jack Phoenix <jack@countervandalism.net> |
14 | 14 | * @license http://en.wikipedia.org/wiki/Public_domain Public domain |
— | — | @@ -18,10 +18,11 @@ |
19 | 19 | |
20 | 20 | // Extension credits that will show up on Special:Version |
21 | 21 | $wgExtensionCredits['other'][] = array( |
| 22 | + 'path' => __FILE__, |
22 | 23 | 'name' => 'Automatic Board Welcome', |
23 | | - 'version' => '0.1', |
| 24 | + 'version' => '0.1.1', |
24 | 25 | 'author' => 'Jack Phoenix', |
25 | | - 'description' => 'Automatically posts [[MediaWiki:User-board-welcome-message|a welcome message]] on new users\' user boards after account creation', |
| 26 | + 'descriptionmsg' => 'automaticboardwelcome-desc', |
26 | 27 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Automatic_Board_Welcome', |
27 | 28 | ); |
28 | 29 | |
Index: trunk/extensions/AutomaticBoardWelcome/AutomaticBoardWelcome.i18n.php |
— | — | @@ -0,0 +1,17 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Internationalisation file for extension Automatic Board Welcome. |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | + */ |
| 9 | + |
| 10 | +$messages = array(); |
| 11 | + |
| 12 | +/** English |
| 13 | + * @author Jack Phoenix <jack@countervandalism.net> |
| 14 | + */ |
| 15 | +$messages['en'] = array( |
| 16 | + 'automaticboardwelcome-desc' => "Automatically posts [[MediaWiki:User-board-welcome-message|a welcome message]] on new users' user boards after account creation", |
| 17 | + |
| 18 | +); |
Property changes on: trunk/extensions/AutomaticBoardWelcome/AutomaticBoardWelcome.i18n.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 19 | + native |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -82,10 +82,12 @@ |
83 | 83 | |
84 | 84 | Assert Edit |
85 | 85 | |
| 86 | +Author Protect |
| 87 | + |
86 | 88 | Autoincrement |
87 | 89 | magicfile = Autoincrement/Autoincrement.i18n.magic.php |
88 | 90 | |
89 | | -Author Protect |
| 91 | +Automatic Board Welcome |
90 | 92 | |
91 | 93 | Babel |
92 | 94 | magicfile = Babel/Babel.i18n.magic.php |