Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php |
— | — | @@ -346,6 +346,21 @@ |
347 | 347 | 'smw_csv_link' => '{{optional}}', |
348 | 348 | 'smw_printername_auto' => '{{Identical|Automatic}}', |
349 | 349 | 'smw_printername_template' => '{{Identical|Template}}', |
| 350 | + 'smw_paramdesc_limit' => 'A description of the "limit" parameter for inline queries', |
| 351 | + 'smw_paramdesc_headers' => 'A description of the "headers" parameter for inline queries', |
| 352 | + 'smw_paramdesc_mainlabel' => 'A description of the "mainlabel" parameter for inline queries', |
| 353 | + 'smw_paramdesc_link' => 'A description of the "link" parameter for inline queries', |
| 354 | + 'smw_paramdesc_intro' => 'A description of the "intro" parameter for inline queries', |
| 355 | + 'smw_paramdesc_outro' => 'A description of the "outro" parameter for inline queries', |
| 356 | + 'smw_paramdesc_default' => 'A description of the "default" parameter for inline queries', |
| 357 | + 'smw_paramdesc_searchlabel' => 'A description of the "searchlabel" parameter for inline queries', |
| 358 | + 'smw_paramdesc_sep' => 'A description of the "sep" (value separator) parameter for inline queries', |
| 359 | + 'smw_paramdesc_template' => 'A description of the "template" parameter for inline queries', |
| 360 | + 'smw_paramdesc_columns' => 'A description of the "columns" parameter for inline queries', |
| 361 | + 'smw_paramdesc_embedformat' => 'A description of the "embedformat" parameter for the "embedded" format inline queries', |
| 362 | + 'smw_paramdesc_embedonly' => 'A description of the "embedonly" parameter for the "embedded" format for inline queries', |
| 363 | + 'smw_paramdesc_rsstitle' => 'A description of the "title" parameter for the "rss" format for inline queries', |
| 364 | + 'smw_paramdesc_rssdescription' => 'A description of the "description" parameter for the "rss" format for inline queries', |
350 | 365 | 'smw_decseparator' => "This message is as a separator symbol for decimal digits in numbers, like \".\" in English 1,234.23. It is used for formatting number output '''and''' for reading user input. Therefore it should be carefully considered whether to change an existing value, since existing installations may depend on this value for their content to be read properly. |
351 | 366 | |
352 | 367 | Note that spaces and space-like HTML entities are always ignored when reading numbers.", |