Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php |
— | — | @@ -212,7 +212,6 @@ |
213 | 213 | |
214 | 214 | // Messages for ask Special |
215 | 215 | 'ask' => 'Semantic search', |
216 | | - 'querycreator' => 'Query creator', |
217 | 216 | 'smw_ask_doculink' => 'http://semantic-mediawiki.org/wiki/Help:Semantic_search', |
218 | 217 | 'smw_ask_sortby' => 'Sort by column (optional)', |
219 | 218 | 'smw_ask_ascorder' => 'Ascending', |
— | — | @@ -232,6 +231,11 @@ |
233 | 232 | 'smw_ask_hide_embed' => 'Hide embed code', |
234 | 233 | 'smw_ask_embed_instr' => 'To embed this query inline into a wiki page use the code below.', |
235 | 234 | |
| 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 | + |
236 | 240 | // Messages for the search by property special |
237 | 241 | 'searchbyproperty' => 'Search by property', |
238 | 242 | 'smw_sbv_docu' => 'Search for all pages that have a given property and value.', |