Index: trunk/extensions/IncludeWP/IncludeWP.i18n.php |
— | — | @@ -26,13 +26,14 @@ |
27 | 27 | 'includewp-show-fragment' => 'Only show the first paragraph', |
28 | 28 | 'includewp-loading-failed' => 'Failed to load page.', |
29 | 29 | |
30 | | - 'includewp-licence-notice' => 'The above content comes from the $1 page <a href="$2">$3</a> licenced under the <a href="$4">$5</a>. A full list of authors can be found <a href="$6">here</a>.', |
| 30 | + 'includewp-licence-notice' => 'The above content comes from the $1 page <a href="$2">$3</a> licenced under the <a href="$4">$5</a>. |
| 31 | +There is a <a href="$6">full list of authors</a> available.', |
31 | 32 | |
32 | 33 | 'includewp-parserhook-desc' => 'Parser hook that allows displaying content of a Wikipedia page.', |
33 | 34 | 'includewp-include-par-page' => 'The name of the (remote) page you want to display.', |
34 | | - 'includewp-include-par-wiki' => 'The name of the wiki you want to pull content from. Needs to be one of the allowed wikis, by default only wikipedia.', |
35 | | - 'includewp-include-par-paragraphs' => 'The number of paragraphs you want to initially display.', |
36 | | - 'includewp-include-par-height' => 'The max height (in px) of the div into which the content is loaded. Set to 0 for no limit.', |
| 35 | + 'includewp-include-par-wiki' => 'The name of the wiki you want to pull content from. Needs to be one of the allowed wikis, by default only Wikipedia.', |
| 36 | + 'includewp-include-par-paragraphs' => 'The number of paragraphs you want to display initially.', |
| 37 | + 'includewp-include-par-height' => 'The maximum height in pixels of the HTML div into which the content is loaded. Set to 0 for no limit.', |
37 | 38 | ); |
38 | 39 | |
39 | 40 | /** Message documentation (Message documentation) |