Index: trunk/extensions/IncludeWP/IncludeWP.i18n.php |
— | — | @@ -19,10 +19,10 @@ |
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 into your wiki', |
24 | 24 | |
25 | 25 | 'includewp-loading-page' => 'Loading page...', |
26 | | - 'includewp-show-full-page' => 'Show full page', |
| 26 | + 'includewp-show-full-page' => 'Show full page', |
27 | 27 | 'includewp-loading-failed' => 'Failed to load page.', |
28 | 28 | |
29 | 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>.', |
— | — | @@ -30,3 +30,4 @@ |
31 | 31 | 'includewp-parserhook-desc' => 'Parser hook that allows displaying content of a Wikipedia article.', |
32 | 32 | 'includewp-include-par-page' => 'The name of the (remote) page you want to display.', |
33 | 33 | ); |
| 34 | + |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -606,6 +606,8 @@ |
607 | 607 | |
608 | 608 | IM Status |
609 | 609 | |
| 610 | +Include WP |
| 611 | + |
610 | 612 | Index Function |
611 | 613 | aliasfile = IndexFunction/IndexFunction.alias.php |
612 | 614 | descmsg = indexfunc-desc |