Index: trunk/extensions/SubPageList/SubPageList.i18n.php |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | 'spl-subpages-par-format' => 'The subpage list can be displayed in several formats. Allowed values: "ol" — ordered (numbered) list, "ul" — unordered (bulleted) lists, "list" plain lists (e. g. comma-separated list).', |
30 | 30 | 'spl-subpages-par-page' => 'The page to show the subpages for, or namespace name (including trailing colon) to show pages in. Defaults to the current page.', |
31 | 31 | 'spl-subpages-par-showpage' => 'Indicates if the page itself should be shown in the list or not.', |
32 | | - 'spl-subpages-par-pathstyle' => 'The style of the path for subpages in the list. Allowed values: "fullpagename" — full page name (including namespace), "pagename" — page name (without namespace), "subpagename" — "relative" page name starting from the page we list subpages for, "none" — just the trailing part of the name after last slash.', |
| 32 | + 'spl-subpages-par-pathstyle' => 'The style of the path for subpages in the list. Allowed values: "fullpagename" — full page name (including namespace), "pagename" — page name (without namespace), "subpagename" — relative page name starting from the page we list subpages for, "none" — just the trailing part of the name after last slash.', |
33 | 33 | 'spl-subpages-par-kidsonly' => 'Allows showing only direct subpages.', |
34 | 34 | 'spl-subpages-par-limit' => 'The maximum number of pages to list.', |
35 | 35 | 'spl-subpages-par-element' => 'The HTML element enclosing the list (including "intro" and "outro" or "default" texts). Allowed values: "div", "p", "span".', |