Index: trunk/extensions/AjaxLogin/AjaxLogin.i18n.php |
— | — | @@ -12,7 +12,9 @@ |
13 | 13 | * @author Inez Korczyński <korczynski@gmail.com> |
14 | 14 | */ |
15 | 15 | $messages['en'] = array( |
16 | | - 'ajaxLogin1' => 'To complete your log in, you must enter a new password. This will take you away from this edit page and you may lose your current edit.', |
| 16 | + 'ajaxlogin-desc' => 'Dynamic box which allow users to login and remind password', |
| 17 | + 'ajaxLogin1' => 'To complete your log in, you must enter a new password. |
| 18 | +This will take you away from this edit page and you may lose your current edit.', |
17 | 19 | 'ajaxLogin2' => 'Are you sure? You may lose your edits if you leave this page now.', |
18 | 20 | 'ajaxlogin-create' => 'Create an account', |
19 | 21 | ); |
Index: trunk/extensions/AjaxLogin/AjaxLogin.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * |
6 | 6 | * @file |
7 | 7 | * @ingroup Extensions |
8 | | - * @version 1.1 |
| 8 | + * @version 1.1.1 |
9 | 9 | * @author Inez Korczyński <korczynski(at)gmail(dot)com> |
10 | 10 | * @author Jack Phoenix <jack@countervandalism.net> |
11 | 11 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
— | — | @@ -17,10 +17,11 @@ |
18 | 18 | // Extension credits that will show up on Special:Version |
19 | 19 | $wgExtensionCredits['other'][] = array( |
20 | 20 | 'name' => 'AjaxLogin', |
21 | | - 'version' => '1.1', |
| 21 | + 'version' => '1.1.1', |
22 | 22 | 'author' => array( 'Inez Korczyński', 'Jack Phoenix' ), |
23 | 23 | 'description' => 'Dynamic box which allow users to login and remind password', |
24 | 24 | 'url' => 'http://www.mediawiki.org/wiki/Extension:AjaxLogin', |
| 25 | + 'descmsg' => 'ajaxlogin-desc', |
25 | 26 | ); |
26 | 27 | |
27 | 28 | // Array of skins for which AjaxLogin is enabled. |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -10,6 +10,8 @@ |
11 | 11 | Advanced Random |
12 | 12 | file = AdvancedRandom/SpecialAdvancedRandom.i18n.php |
13 | 13 | |
| 14 | +Ajax Login |
| 15 | + |
14 | 16 | Ajax Query Pages |
15 | 17 | descmsg = ajax-qp-desc |
16 | 18 | |