Index: trunk/extensions/IncludeWP/IncludeWP.i18n.php |
— | — | @@ -19,15 +19,15 @@ |
20 | 20 | * @author Jeroen De Dauw |
21 | 21 | */ |
22 | 22 | $messages['en'] = array( |
23 | | - 'includewp-desc' => 'IncludeWP is a lightweight extension for including Wikipedia content into your wiki', |
| 23 | + 'includewp-desc' => 'IncludeWP is a lightweight extension for including Wikipedia content', |
24 | 24 | |
25 | 25 | 'includewp-loading-page' => 'Loading page...', |
26 | 26 | 'includewp-show-full-page' => 'Show full page', |
27 | 27 | 'includewp-loading-failed' => 'Failed to load page.', |
28 | 28 | |
29 | | - 'includewp-licence-notice' => 'The above content comes from the $1 article <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>.', |
| 29 | + '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 | 30 | |
31 | | - 'includewp-parserhook-desc' => 'Parser hook that allows displaying content of a Wikipedia article.', |
| 31 | + 'includewp-parserhook-desc' => 'Parser hook that allows displaying content of a Wikipedia page.', |
32 | 32 | 'includewp-include-par-page' => 'The name of the (remote) page you want to display.', |
33 | 33 | ); |
34 | 34 | |