summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticResultFormats/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticResultFormats/i18n/en.json')
-rw-r--r--www/wiki/extensions/SemanticResultFormats/i18n/en.json38
1 files changed, 26 insertions, 12 deletions
diff --git a/www/wiki/extensions/SemanticResultFormats/i18n/en.json b/www/wiki/extensions/SemanticResultFormats/i18n/en.json
index 163ec637..57c68e5b 100644
--- a/www/wiki/extensions/SemanticResultFormats/i18n/en.json
+++ b/www/wiki/extensions/SemanticResultFormats/i18n/en.json
@@ -4,8 +4,8 @@
},
"srf-desc": "Additional result formats for Semantic MediaWiki queries",
"srf-name": "Semantic Result Formats",
- "prefs-srf": "Extension:Semantic Result Formats",
- "srf-prefs-intro-text": "You have installed the Semantic Result Formats extension. For additional assistance, please visit the [https://www.semantic-mediawiki.org/wiki/Help:Result_formats result formats] help page.",
+ "prefs-srf": "Semantic Result Formats",
+ "srf-prefs-intro-text": "You have installed the Semantic Result Formats extension. Please visit the [https://www.semantic-mediawiki.org/wiki/Help:Result_formats result formats] help page for additional assistance in regards to the user preferences.",
"prefs-srf-eventcalendar-options": "Event calendar options",
"srf-prefs-eventcalendar-options-update-default": "Enable [https://www.semantic-mediawiki.org/wiki/Help:User_preferences#Automatic_updates automatic updates] of calendar events during page refresh",
"srf-prefs-eventcalendar-options-paneview-default": "Enable the pane view by default",
@@ -264,7 +264,6 @@
"srf-filtered-noscript-error": "Results can not be displayed because Javascript is not enabled. Go to $1.",
"srf-filtered-noscript-link-caption": "results in tabular form",
"srf-filtered-map-provider-missing-error": "No map provider specified for \"map\" view.",
- "srf-filtered-map-geocoordinateparser-missing-error": "Geocoordinate parser not found. You need to install 'data-values/geo'.",
"srf-filtered-value-filter-and": "AND",
"srf-filtered-value-filter-or": "OR",
"srf-filtered-value-filter-placeholder": "Select a filter value",
@@ -297,11 +296,11 @@
"srf-ui-eventcalendar-format-time-agenda": "H:mm( - H:mm)",
"srf-ui-eventcalendar-format-axis": "H:mm",
"srf-ui-eventcalendar-format-title-month": "MMMM YYYY",
- "srf-ui-eventcalendar-format-title-week": "D MMM YYYY",
- "srf-ui-eventcalendar-format-title-day": "dddd, D MMM, YYYY",
+ "srf-ui-eventcalendar-format-title-week": "MMM D, YYYY",
+ "srf-ui-eventcalendar-format-title-day": "MMMM D, YYYY",
"srf-ui-eventcalendar-format-column-month": "ddd",
- "srf-ui-eventcalendar-format-column-week": "ddd d/M",
- "srf-ui-eventcalendar-format-column-day": "dddd d/M",
+ "srf-ui-eventcalendar-format-column-week": "ddd M/D",
+ "srf-ui-eventcalendar-format-column-day": "dddd M/D",
"srf-ui-eventcalendar-label-update-success": "The event calendar update was successful.",
"srf-ui-eventcalendar-label-update-error": "The event calendar update failed.",
"srf-ui-eventcalendar-click-popup": "Do you want to create an event?",
@@ -333,9 +332,24 @@
"srf-ui-mediaplayer-label-repeat-off": "Repeat off",
"srf-ui-mediaplayer-label-full-screen": "Full screen",
"srf-ui-mediaplayer-label-restore-screen": "Restore screen",
- "srf-excel-link": "Excel",
- "srf-excel-missing-phpexcel": "Could not export for MS-Excel because extension [https://www.mediawiki.org/wiki/Extension:PHPExcel PHPExcel] is not installed.",
- "srf-paramdesc-excel-filename": "The download filename for the generated file",
- "srf-paramdesc-excel-templatefile": "The name of an Excel file from the ''File'' namespace used for formatting the generated file",
- "srf-paramdesc-icalendar-timezone": "A comma separated list of timezones"
+ "srf-spreadsheet-link": "Spreadsheet",
+ "srf-paramdesc-spreadsheet-filename": "The filename for the download of the generated spreadsheet file",
+ "srf-paramdesc-spreadsheet-fileformat": "The format to be produced for the spreadsheet file. Allowed values: xlsx, xls, ods, csv. Default: xlsx",
+ "srf-paramdesc-spreadsheet-templatefile": "The name of a spreadsheet file from the ''File'' namespace used for formatting the generated file",
+ "srf-paramdesc-icalendar-timezone": "A comma separated list of timezones",
+ "srf-paramdesc-gantt-diagramtitle": "Diagram name",
+ "srf-paramdesc-gantt-diagramtheme": "Diagram theme",
+ "srf-paramdesc-gantt-axisformat": "X-axis: Date format",
+ "srf-paramdesc-gantt-sortkey": "Key to sort sections and tasks",
+ "srf-paramdesc-gantt-titletopmargin": "Top margin of the diagram title",
+ "srf-paramdesc-gantt-barheight": "Height of task bars",
+ "srf-paramdesc-gantt-leftpadding": "Width of section title",
+ "srf-paramdesc-gantt-bargap": "Vertical distance of tasks bars from the margin",
+ "srf-error-gantt-mapping-assignment": "Wrong assignment of mapped values in '''$1'''",
+ "srf-error-gantt-mapping-keywords": "The key used in your mapping parameter is not supported",
+ "srf-error-gantt-theme" : "The '''theme''' you have choosen is not supported",
+ "srf-error-gantt-sortkey" : "The '''sortkey''' you have choosen is not supported",
+ "srf-error-gantt-mermaid-not-installed": "Mermaid Extension needs to be installed.",
+ "srf-printername-gantt": "Gantt",
+ "srf-paramdesc-nodelabel": "Use a graph node label. Allowed values: displaytitle."
}