Index: trunk/extensions/JS2Support/JS2Support.i18n.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Internationalisation file for extension FirefoggChunkedUploading. |
| 4 | + * Internationalisation file for extension JS2 support. |
5 | 5 | * |
6 | 6 | * @file |
7 | 7 | * @ingroup Extensions |
— | — | @@ -9,5 +9,6 @@ |
10 | 10 | $messages = array(); |
11 | 11 | |
12 | 12 | $messages['en'] = array( |
13 | | - 'js2support-desc' => "JS2 support as an extension", |
| 13 | + 'js2support-desc' => 'JS2 support as an extension', |
14 | 14 | ); |
| 15 | + |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -572,6 +572,8 @@ |
573 | 573 | |
574 | 574 | JS Kit |
575 | 575 | |
| 576 | +JS2 Support |
| 577 | + |
576 | 578 | Labeled Section Transclusion |
577 | 579 | file = LabeledSectionTransclusion/lst.i18n.php |
578 | 580 | descmsg = lst-desc |