r105170 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105169‎ | r105170 | r105171 >
Date:12:27, 5 December 2011
Author:raymond
Status:ok
Tags:
Comment:
FU r105167: Fixing parse error, define array
Modified paths:
  • /trunk/extensions/SemanticWebBrowser/SemanticWebBrowser.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticWebBrowser/SemanticWebBrowser.i18n.php
@@ -6,13 +6,15 @@
77 * @ingroup SWBLanguage
88 */
99
 10+$messages = array();
 11+
1012 /** English
1113 *
1214 */
1315 $messages['en'] = array(
1416 'browsewiki' => 'Browse Wiki & Semantic Web',
1517 '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.',
1719 'swb_browse_go' => 'Go',
1820 'swb_browse_show_incoming' => 'show incoming properties that link here',
1921 'swb_browse_hide_incoming' => 'hide incoming properties that link here',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105167r104375: Consistency tweaks in preparation for adding extension to translatew...raymond12:21, 5 December 2011

Status & tagging log