Index: trunk/extensions/SemanticWebBrowser/SemanticWebBrowser.i18n.php |
— | — | @@ -6,13 +6,15 @@ |
7 | 7 | * @ingroup SWBLanguage |
8 | 8 | */ |
9 | 9 | |
| 10 | +$messages = array(); |
| 11 | + |
10 | 12 | /** English |
11 | 13 | * |
12 | 14 | */ |
13 | 15 | $messages['en'] = array( |
14 | 16 | 'browsewiki' => 'Browse Wiki & Semantic Web', |
15 | 17 | 'swb_desc' => 'Adds a special page [[Special:BrowseWiki|Browse Wiki & Semantic Web]]', |
16 | | - 'swb_browse_article' => 'Enter the name of the page to start semantic browsing from.' |
| 18 | + 'swb_browse_article' => 'Enter the name of the page to start semantic browsing from.', |
17 | 19 | 'swb_browse_go' => 'Go', |
18 | 20 | 'swb_browse_show_incoming' => 'show incoming properties that link here', |
19 | 21 | 'swb_browse_hide_incoming' => 'hide incoming properties that link here', |