summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Maps/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/Maps/i18n/en.json')
-rw-r--r--www/wiki/extensions/Maps/i18n/en.json54
1 files changed, 52 insertions, 2 deletions
diff --git a/www/wiki/extensions/Maps/i18n/en.json b/www/wiki/extensions/Maps/i18n/en.json
index 1b5fa3b2..7eb770f6 100644
--- a/www/wiki/extensions/Maps/i18n/en.json
+++ b/www/wiki/extensions/Maps/i18n/en.json
@@ -5,7 +5,7 @@
"Karsten Hoffmeyer (kghbln)"
]
},
- "maps-desc": "Enables embedding of dynamic maps into wiki pages, geocoding of addresses and other geographical operations",
+ "maps-desc": "Allows embedding of dynamic maps into wiki pages using Google Maps or Leaflet. Has a visual editor, optionally integrates with Semantic MediaWiki, supports GeoJSON and adds geocoding capabilities.",
"right-geocode": "Geocode",
"action-geocode": "do geocoding on this wiki",
"maps_map": "Map",
@@ -114,9 +114,11 @@
"maps_leaflet": "Leaflet",
"maps-leaflet-par-defzoom": "Allows setting the default zoom level of the map.",
"maps-leaflet-par-layers": "The layers that will be available in the layer selector. The first layer will be shown when the map loads.",
+ "maps-leaflet-par-layers-dark": "The layers that will be available in the layer selector when a dark mode is activated. The first layer will be shown when the map loads.",
"maps-leaflet-par-overlaylayers": "The overlay layers that will be shown when the map loads.",
"maps-leaflet-par-maxclusterradius": "The maximum radius that a cluster will cover from the central marker (in pixels).",
"maps-leaflet-par-clusterspiderfy": "When you click a cluster at the bottom zoom level we spiderfy it so you can see all of its markers.",
+ "maps-leaflet-par-clicktarget": "When clicking on the map you will be send to this URL. %lat% is replaced by the latitude and %long% by the longitude",
"maps_click_to_activate": "Click to activate map",
"maps_centred_on": "Map centered on $1, $2.",
"maps-par-mappingservice": "Allows setting the mapping service that will be used to generate the map.",
@@ -221,5 +223,53 @@
"validator-type-mapspolygon": "Geographical polygon",
"validator-type-mapspolygon-list": "List of geographical polygons",
"validator-type-wmsoverlay": "Web Map Service overlay",
- "validator-type-jsonfile": "text"
+
+ "maps-json-editor-button-marker": "Place a marker",
+ "maps-json-editor-button-line": "Draw a line",
+ "maps-json-editor-button-polygon": "Draw a polygon",
+ "maps-json-editor-button-rectangle": "Place a rectangle",
+ "maps-json-editor-button-circle": "Place a circle",
+
+ "maps-json-editor-tooltip-marker": "Click map to place marker.",
+ "maps-json-editor-tooltip-line": "Click map to draw line.",
+ "maps-json-editor-tooltip-polygon": "Click map to draw polygon.",
+ "maps-json-editor-tooltip-rectangle": "Click map to place rectangle.",
+ "maps-json-editor-tooltip-circle": "Click map to place circle.",
+
+ "maps-json-editor-added-marker": "Added marker",
+ "maps-json-editor-added-line": "Added line",
+ "maps-json-editor-added-polygon": "Added polygon",
+ "maps-json-editor-added-rectangle": "Added rectangle",
+ "maps-json-editor-added-circle": "Added circle",
+
+ "maps-json-editor-edit-removed-shapes": "Removed $1 {{PLURAL:$1|shape|shapes}}",
+ "maps-json-editor-edit-modified": "Modified existing map shapes",
+ "maps-json-editor-edit-other": "Visual map edit",
+ "maps-json-editor-edit-failed": "Failed to save the map",
+
+ "maps-json-editor-toolbar-save-title": "Exit edit mode while keeping all changes",
+ "maps-json-editor-toolbar-save-text": "Done",
+ "maps-json-editor-toolbar-cancel-title": "Exit edit mode, discards all changes",
+ "maps-json-editor-toolbar-cancel-text": "Cancel",
+ "maps-json-editor-toolbar-clear-title": "Clear all layers",
+ "maps-json-editor-toolbar-clear-text": "Clear All",
+
+ "maps-json-editor-toolbar-button-edit": "Edit layers",
+ "maps-json-editor-toolbar-button-edit-disabled": "No layers to edit",
+ "maps-json-editor-toolbar-button-remove": "Delete layers",
+ "maps-json-editor-toolbar-button-remove-disabled": "No layers to delete",
+
+ "maps-json-editor-toolbar-button-save": "Save changes",
+ "maps-json-editor-changes-saved": "Your changes have been saved",
+
+ "maps-geo-json-edit-source": "Edit source",
+ "maps-geo-json-create-source": "Create from GeoJSON source",
+ "maps-geo-json-create-page-button": "Create this page",
+ "maps-geo-json-create-page-creating": "Creating page...",
+ "maps-geo-json-create-page-summary": "Created GeoJSON page",
+
+ "maps-editor-edit-geojson": "Edit GeoJSON layer",
+
+ "tag-maps-visual-edit": "Visual map edit",
+ "tag-maps-visual-edit-description": "Edit made with the visual editor provided by the [https://www.mediawiki.org/wiki/Extension:Maps Maps extension]"
}