r89926 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89925‎ | r89926 | r89927 >
Date:12:05, 12 June 2011
Author:devayon
Status:deferred
Tags:
Comment:
Added minor messages for i18n
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php
@@ -212,7 +212,6 @@
213213
214214 // Messages for ask Special
215215 'ask' => 'Semantic search',
216 - 'querycreator' => 'Query creator',
217216 'smw_ask_doculink' => 'http://semantic-mediawiki.org/wiki/Help:Semantic_search',
218217 'smw_ask_sortby' => 'Sort by column (optional)',
219218 'smw_ask_ascorder' => 'Ascending',
@@ -232,6 +231,11 @@
233232 'smw_ask_hide_embed' => 'Hide embed code',
234233 'smw_ask_embed_instr' => 'To embed this query inline into a wiki page use the code below.',
235234
 235+ // Messages for Query Creator Special
 236+ 'querycreator' => 'Query Creator',
 237+ 'smw_show_addnal_opts' => 'Show additional options',
 238+ 'smw_hide_addnal_opts' => 'Hide additional options',
 239+
236240 // Messages for the search by property special
237241 'searchbyproperty' => 'Search by property',
238242 'smw_sbv_docu' => 'Search for all pages that have a given property and value.',