Index: trunk/extensions/SemanticResultFormats/SRF_Messages.php |
— | — | @@ -29,20 +29,39 @@ |
30 | 30 | // format "iCalendar" |
31 | 31 | 'srf_icalendar_link' => 'iCalendar', |
32 | 32 | 'srf_printername_icalendar' => 'iCalendar export', |
| 33 | + 'srf_paramdesc_icalendartitle' => 'The title of the calendar file', |
| 34 | + 'srf_paramdesc_icalendardescription' => 'The description of the calendar file', |
33 | 35 | // format "BibTeX" |
34 | 36 | 'srf_bibtex_link' => 'BibTeX', |
35 | 37 | 'srf_printername_bibtex' => 'BibTeX export', |
36 | 38 | // format "outline" |
37 | 39 | 'srf_outline_novalue' => 'No value', |
38 | 40 | 'srf_printername_outline' => 'Outline', |
| 41 | + 'srf_paramdesc_outlineproperties' => 'The list of properties to be displayed as outline headers, separated by commas', |
39 | 42 | // format "math" |
40 | 43 | 'srf_printername_sum' => 'Sum of numbers', |
41 | 44 | 'srf_printername_average' => 'Average of numbers', |
42 | 45 | 'srf_printername_min' => 'Maximum number', |
43 | 46 | 'srf_printername_max' => 'Minimum number', |
| 47 | + 'srf_paramdesc_limit' => 'The maximum number of pages to query', |
44 | 48 | // format "timeline" |
45 | 49 | 'srf_printername_timeline' => 'Timeline', |
46 | 50 | 'srf_printername_eventline' => 'Eventline', |
| 51 | + 'srf_paramdesc_timelinebands' => 'Defines which bands are displayed in the result.', |
| 52 | + 'srf_paramdesc_timelineposition' => 'Defines where the timeline initially focuses at.', |
| 53 | + 'srf_paramdesc_timelinestart' => 'A property name used to define a first time point', |
| 54 | + 'srf_paramdesc_timelineend' => 'A property name used to define a second time point', |
| 55 | + 'srf_paramdesc_timelinesize' => 'The height of the timeline (default is 300px)', |
| 56 | + |
| 57 | + // format "Exhibit" |
| 58 | + 'srf_paramdesc_views' => 'The views to be displayed', |
| 59 | + 'srf_paramdesc_facets' => 'The set of properties to be displayed for each page', |
| 60 | + 'srf_paramdesc_lens' => 'The name of a template with which to display page properties', |
| 61 | + // format "googlebar" and "googlepie" |
| 62 | + 'srf_printername_googlebar' => 'Google bar chart', |
| 63 | + 'srf_printername_googlepie' => 'Google pie chart', |
| 64 | + 'srf_paramdesc_chartheight' => 'The height of the chart, in pixels', |
| 65 | + 'srf_paramdesc_chartwidth' => 'The width of the chart, in pixels', |
47 | 66 | ); |
48 | 67 | |
49 | 68 | /** Message documentation (Message documentation) |