Index: trunk/extensions/SubPageList/SubPageList.i18n.magic.php |
— | — | @@ -20,3 +20,4 @@ |
21 | 21 | 'splist' => array( 0, 'splist' ), |
22 | 22 | 'subpages' => array( 0, 'subpages' ), |
23 | 23 | ); |
| 24 | + |
Index: trunk/extensions/SubPageList/SubPageList.i18n.php |
— | — | @@ -25,8 +25,8 @@ |
26 | 26 | 'spl-subpages-par-sortby' => 'What to sort the subpages by.', |
27 | 27 | 'spl-subpages-par-format' => 'The subpage list can be displayed in several formats. Numbered lists (ol), bulleted lists (ul) and comma-separated lists (list).', |
28 | 28 | 'spl-subpages-par-page' => 'The page to show the subpages for. Defaults to the current page.', |
29 | | - 'spl-subpages-par-showpage' => 'Idicates if the page itself should be shown in the list or not.', |
| 29 | + 'spl-subpages-par-showpage' => 'Indicates if the page itself should be shown in the list or not.', |
30 | 30 | 'spl-subpages-par-pathstyle' => 'The style of the path for subpages in the list.', |
31 | 31 | 'spl-subpages-par-kidsonly' => 'Allows showing only direct subpages.', |
32 | 32 | 'spl-subpages-par-limit' => 'The max amount of pages to list.', |
33 | | -); |
\ No newline at end of file |
| 33 | +); |
Index: trunk/extensions/SubPageList/SubPageList.php |
— | — | @@ -53,9 +53,9 @@ |
54 | 54 | |
55 | 55 | $egSPLIP = dirname( __FILE__ ); |
56 | 56 | |
57 | | -$wgExtensionMessagesFiles['SubPageList'] = $egSPLIP . '/SubPageList.i18n.php'; |
| 57 | +$wgExtensionMessagesFiles['SubPageList'] = $egSPLIP . '/SubPageList.i18n.php'; |
58 | 58 | |
59 | | -$wgAutoloadClasses['SubPageList'] = $egSPLIP . '/SubPageList.class.php'; |
| 59 | +$wgAutoloadClasses['SubPageList'] = $egSPLIP . '/SubPageList.class.php'; |
60 | 60 | |
61 | 61 | if ( version_compare( $wgVersion, '1.16alpha', '>=' ) ) { |
62 | 62 | $wgExtensionMessagesFiles['SubPageListMagic'] = $egSPLIP . '/SubPageList.i18n.magic.php'; |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -1223,6 +1223,10 @@ |
1224 | 1224 | |
1225 | 1225 | String Functions |
1226 | 1226 | |
| 1227 | +Sub Page List |
| 1228 | +descmsg = spl-desc |
| 1229 | +magicfile = SubPageList/SubPageList.i18n.magic.php |
| 1230 | + |
1227 | 1231 | Sub Page List 3 |
1228 | 1232 | descmsg = spl3-desc |
1229 | 1233 | |