summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Maps/i18n/en.json
blob: 1b5fa3b2c7711df3d1994fbff947548219663d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
{
	"@metadata": {
		"authors": [
			"Jeroen De Dauw",
			"Karsten Hoffmeyer (kghbln)"
		]
	},
	"maps-desc": "Enables embedding of dynamic maps into wiki pages, geocoding of addresses and other geographical operations",
	"right-geocode": "Geocode",
	"action-geocode": "do geocoding on this wiki",
	"maps_map": "Map",
	"maps-tracking-category": "Pages with a map rendered by the Maps extension",
	"maps-loading-map": "Loading map...",
	"maps-load-failed": "Could not load the map!",
	"maps-markers": "Markers",
	"maps-copycoords-prompt": "CTRL+C, ENTER",
	"maps-searchmarkers-text": "Filter markers",
	"maps-others": "others",
	"maps-kml-parsing-failed": "Failed parsing one or more KML files. Usually this happens because of retrieval failure or malformed XML.",
	"maps-ns-layer": "Layer",
	"maps-ns-layer-talk": "Layer talk",
	"maps-layer-property": "Property",
	"maps-layer-value": "Value",
	"maps-layer-errors": "Errors",
	"maps-layerdef-invalid": "Invalid {{PLURAL:$1|definition|definitions}}",
	"maps-layerdef-invalid-fatal": "Fatal invalid definition",
	"maps-layerdef-wrong-namespace": "Layer definitions are only valid on pages of namespace \"$1\"",
	"maps-layerdef-equal-layer-name": "Layer names must be unique within the same layer page. \"$1\" is already being used by another layer.",
	"maps-layerpage-usage": "Pages with maps using layer \"$1\"",
	"maps-layerpage-nousage": "No pages are using this layer at the moment.",
	"maps-error-invalid-layertype": "There are no layers of type \"$1\". Only {{PLURAL:$3|this type is|these types are}} supported: $2",
	"maps-error-no-layertype": "You need to specify the layer type. {{PLURAL:$2|Only this type is|These types are}} supported: $1",
	"validation-error-invalid-layer": "Parameter \"$1\" must be a valid layer.",
	"validation-error-invalid-layers": "Parameter \"$1\" must be one or more valid layers.",
	"validation-error-no-non-numeric": "Parameter \"$1\" must be a non-numeric string.",
	"validation-error-no-non-numerics": "Parameter \"$1\" must be one or more non-numeric strings.",
	"maps-layer-of-type": "Layer of type \"$1\"",
	"maps-layer-of-type-and-name": "Layer \"$2\" of type \"$1\"",
	"maps-layer-type-supported-by": "This layer type can {{PLURAL:$2|only be used with the $1 mapping service|be used with these mapping services: $1}}.",
	"maps-coordinates-description": "Parser hook to format coordinates, from and to any of the supported formats.",
	"maps-displaymap-description": "Display geographical maps without any wiki-defined markers on them.",
	"maps-distance-description": "Convert a distance using a certain supported unit to its equivalent using another unit.",
	"maps-finddestination-description": "Find a destination given a starting point (that can be in any of the supported formats), an initial bearing and a distance.",
	"maps-geocode-description": "Enables the geocoding of addresses, in other words, turning human readable locations into sets of coordinates. There is support for several geocoding services, which should not be confused with mapping services.",
	"maps-geodistance-description": "Calculate the geographical distance between two points, from and to any of the supported formats.",
	"maps-mapsdoc-description": "Display a table with the parameters for a specified mapping service together with their default values and descriptions.",
	"maps-layerdefinition-description": "Describes a custom layer which can be displayed with other Map functions.",
	"maps-mapsdoc-par-service": "The mapping service to display parameter documentation for.",
	"maps-mapsdoc-par-language": "The language in which to display the documentation. If no such translation is available, English will be used instead.",
	"maps-coordinates-par-location": "The coordinates you want to format.",
	"maps-coordinates-par-format": "The target format for the coordinates.",
	"maps-coordinates-par-directional": "Indicates if the coordinates should be outputted directional or not.",
	"maps-par-scrollwheelzoom": "Indicates if mouse scrolling should be enabled or not.",
	"maps-distance-par-distance": "The distance to convert to its equivalent with a specified unit.",
	"maps-distance-par-decimals": "The maximum number of fractional digits to use in the resulting value.",
	"maps-distance-par-unit": "The unit to output the distance in.",
	"maps-finddestination-par-location": "The initial location.",
	"maps-finddestination-par-bearing": "The initial bearing.",
	"maps-finddestination-par-distance": "The distance to travel.",
	"maps-finddestination-par-format": "The format in which to output the destination.",
	"maps-finddestination-par-directional": "Indicates if the format of the destination should be directional or not.",
	"maps-geocode-par-location": "The address you want to geocode.",
	"maps-geocode-par-format": "The format for the resulting coordinates.",
	"maps-geocode-par-directional": "Indicates if the coordinates should be outputted directional or not.",
	"maps-geodistance-par-location1": "The first point in the set to calculate the distance between.",
	"maps-geodistance-par-location2": "The second point in the set to calculate the distance between.",
	"maps-geodistance-par-unit": "The unit to output the distance in.",
	"maps-geodistance-par-decimals": "The maximum number of fractional digits to use in the resulting value.",
	"maps-displaymap-par-mappingservice": "Allows setting the mapping service that will be used to generate the map.",
	"maps-displaymap-par-coordinates": "One or more locations to display on the map. They will be indicated with a marker.",
	"maps-displaymap-par-visitedicon": "The filename of an image to be used for marker icons after the original markers have been clicked",
	"maps-displaymap-par-zoom": "Allows setting the zoom level of the map.\nWhen not provided and multiple markers are present on the map, the best fitting zoom will be taken, not the configurable default.",
	"maps-displaymap-par-centre": "Allows setting the coordinates of the map's center for display_point(s).\nAccepts both addresses and coordinates.\nWhen this property is not provided, the map will center itself on the provided marker, or between the provided markers.",
	"maps-displaymap-par-title": "Allows setting text that will be displayed in the pop-ups of all markers that do not have a specific title.\nWhen used together with label, the title will be bold and underlined.",
	"maps-displaymap-par-label": "Allows setting text that will be displayed in the pop-ups of all markers that do not have a specific label.",
	"maps-displaymap-par-icon": "Allows setting the icon used for all markers.",
	"maps-displaymap-par-circles": "Circles to display",
	"maps-displaymap-par-copycoords": "Show a dialog when clicking on a location from which its coordinates may be copied",
	"maps-displaymap-par-lines": "Lines to display",
	"maps-displaymap-par-maxzoom": "The maximum zoom level",
	"maps-displaymap-par-minzoom": "The minimum zoom level",
	"maps-displaymap-par-polygons": "Polygons to display",
	"maps-displaymap-par-rectangles": "Rectangles to display",
	"maps-displaymap-par-static": "Make the map static",
	"maps-displaymap-par-wmsoverlay": "Use a WMS overlay",
	"maps-displaymap-par-geojson": "URL of a file or name of the page containing GeoJSON data",
	"maps-fullscreen-button": "Toggle fullscreen",
	"maps-fullscreen-button-tooltip": "View the map as fullscreen or embedded.",
	"validation-error-invalid-location": "Parameter \"$1\" must be a valid location.",
	"validation-error-invalid-locations": "Parameter \"$1\" must be one or more valid locations.",
	"validation-error-invalid-width": "Parameter \"$1\" must be a valid width.",
	"validation-error-invalid-height": "Parameter \"$1\" must be a valid height.",
	"validation-error-invalid-distance": "Parameter \"$1\" must be a valid distance.",
	"validation-error-invalid-distances": "Parameter \"$1\" must be one or more valid distances.",
	"validation-error-invalid-image": "Parameter \"$1\" must be a valid image.",
	"validation-error-invalid-images": "Parameter \"$1\" must be one or more valid images.",
	"validation-error-invalid-goverlay": "Parameter \"$1\" must be a valid overlay.",
	"validation-error-invalid-goverlays": "Parameter \"$1\" must be one or more valid overlays.",
	"maps-abb-north": "N",
	"maps-abb-east": "E",
	"maps-abb-south": "S",
	"maps-abb-west": "W",
	"maps-latitude": "Latitude:",
	"maps-longitude": "Longitude:",
	"maps-invalid-coordinates": "The value $1 was not recognized as a valid set of coordinates.",
	"maps_coordinates_missing": "No coordinates provided for the map.",
	"maps_geocoding_failed": "The following {{PLURAL:$2|address|addresses}} could not be geocoded: $1.",
	"maps_geocoding_failed_for": "The following {{PLURAL:$2|address|addresses}} could not be geocoded and {{PLURAL:$2|has|have}} been omitted from the map:\n$1",
	"maps_unrecognized_coords": "The following {{PLURAL:$2|coordinate was|coordinates were}} not recognized: $1.",
	"maps_unrecognized_coords_for": "The following {{PLURAL:$2|coordinate was|coordinates were}} not recognized and {{PLURAL:$2|has|have}} been omitted from the map:\n$1",
	"maps_map_cannot_be_displayed": "The map cannot be displayed.",
	"maps-geocoder-not-available": "The geocoding feature of Maps is not available. Your location cannot be geocoded.",
	"maps_googlemaps3": "Google Maps v3",
	"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-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_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.",
	"maps-par-resizable": "Makes the map resizable by dragging at its lower right corner.",
	"maps-par-searchmarkers": "Allows to search for specific markers via a field embedded into the map.",
	"maps-par-zoom": "The zoom level for the map. For maps with markers this will default to the most zoomed in level that still shows all markers.",
	"maps-par-width": "Allows setting the width of the map. By default pixels will be assumed as unit, but you can explicitly specify one of these units: px, ex, em, %.",
	"maps-par-height": "Allows setting the height of the map. By default pixels will be assumed as unit, but you can explicitly specify one of these units: px, ex, em.",
	"maps-par-centre": "The location on which the map should be centered",
	"maps-par-enable-fullscreen": "Enable fullscreen button",
	"maps-par-kml": "KML files to load onto the map.",
	"maps-par-markercluster": "Allows merging of multiple nearby markers into one marker",
	"maps-googlemaps3-incompatbrowser": "Your browser is not compatible with Google Maps v3.",
	"maps-googlemaps3-par-imageoverlays": "Allows adding an image to be shown on the specified location on the map.",
	"maps-googlemaps3-par-type": "The map type to initially show.",
	"maps-googlemaps3-par-types": "The map types that will be available via the type control.",
	"maps-googlemaps3-par-layers": "Special layers to load onto the map.",
	"maps-googlemaps3-par-controls": "The controls to place on the map.",
	"maps-googlemaps3-par-zoomstyle": "The style of the zoom control.",
	"maps-googlemaps3-par-typestyle": "The style of the type control.",
	"maps-googlemaps3-par-autoinfowindows": "Automatically open all info windows after the page has loaded.",
	"maps-googlemaps3-par-gkml": "KML files hosted by Google to load onto the map.",
	"maps-googlemaps3-par-kmlrezoom": "Rezoom the map after the KML layers have been loaded.",
	"maps-googlemaps3-par-poi": "Show points of interest.",
	"maps-googlemaps3-par-clustergridsize": "The grid size of a cluster in pixels.",
	"maps-par-clustermaxzoom": "The maximum zoom level where clusters may exist.",
	"maps-par-clusterzoomonclick": "Whether the default behaviour of clicking on a cluster is to zoom into it.",
	"maps-par-maxclusterradius": "The maximum radius that a cluster will cover.",
	"maps-googlemaps3-par-clusteraveragecenter": "Whether the center of each cluster should be the average of all markers in the cluster.",
	"maps-googlemaps3-par-clusterminsize": "The minimum number of markers to be in a cluster before the markers are hidden and a count is shown.",
	"mapeditor": "Map editor",
	"specialpages-group-maps": "Maps",
	"mapeditor-parser-error": "An error occurred when parsing metadata. Ignoring user input.",
	"mapeditor-none-text": "None",
	"mapeditor-done-button": "Done",
	"mapeditor-remove-button": "Remove",
	"mapeditor-import-button2": "Import",
	"mapeditor-export-button": "Export to wiki code",
	"mapeditor-import-button": "Import from wiki code",
	"mapeditor-select-button": "Select this polygon",
	"mapeditor-mapparam-button": "Edit map parameters",
	"mapeditor-clear-button": "Clear map",
	"mapeditor-code-title": "Wiki code",
	"mapeditor-import-title": "Import wiki code",
	"mapeditor-import-note": "Please note that the parser expects a very strict format on the wiki code. The code inputted here should match code outputted by the export functionality.",
	"mapeditor-form-title": "Edit details",
	"mapeditor-link-title-switcher-popup-text": "Popup with text",
	"mapeditor-link-title-switcher-link-text": "Link",
	"mapeditor-form-field-title": "Title",
	"mapeditor-form-field-text": "Text",
	"mapeditor-form-field-link": "Link",
	"mapeditor-form-field-icon": "Icon",
	"mapeditor-form-field-group": "Group",
	"mapeditor-form-field-inlinelabel": "Inline label",
	"mapeditor-form-field-strokecolor": "Stroke color",
	"mapeditor-form-field-strokeopacity": "Stroke opacity",
	"mapeditor-form-field-strokeweight": "Stroke weight",
	"mapeditor-form-field-fillcolor": "Fill color",
	"mapeditor-form-field-fillopcaity": "Fill opacity",
	"mapeditor-form-field-showonhover": "Show only on hover",
	"mapeditor-mapparam-title": "Edit map parameters",
	"mapeditor-mapparam-defoption": "-Select parameter-",
	"mapeditor-imageoverlay-button": "Add image overlay",
	"mapeditor-form-field-image": "Image",
	"mapeditor-imageoverlay-title": "Image overlay details",
	"mapeditor-form-field-visitedicon": "Visited icon",
	"semanticmaps-unrecognizeddistance": "The value $1 is not a valid distance.",
	"semanticmaps-kml-link": "View the KML file",
	"semanticmaps-kml": "KML",
	"semanticmaps-default-kml-pagelink": "View page $1",
	"semanticmaps-latitude": "Latitude: $1",
	"semanticmaps-longitude": "Longitude: $1",
	"semanticmaps-altitude": "Altitude: $1",
	"semanticmaps-forminput-locations": "Locations",
	"semanticmaps-par-staticlocations": "A list of locations to add to the map together with the queried data. Like with display_points, you can add a title, description and icon per location using the tilde \"~\" as separator.",
	"semanticmaps-par-showtitle": "Show a title in the marker info window or not. Disabling this is often useful when using a template to format the info window content.",
	"semanticmaps-par-hidenamespace": "Show the namespace title in the marker info window",
	"semanticmaps-par-centre": "The center of the map. When not provided, the map will automatically pick the optimal center to display all markers on the map.",
	"semanticmaps-par-template": "A template to use to format the info window contents.",
	"semanticmaps-par-geocodecontrol": "Show the geocoding control.",
	"semanticmaps-par-activeicon": "Icon to be displayed instead of default marker, when active page is equal to query result",
	"semanticmaps-par-pagelabel": "When set to \"yes\", all markers will have an \"inlineLabel\" with a link to the page containing the coordinates for the marker",
	"semanticmaps-par-ajaxcoordproperty": "Name of the coordinate property which is used to build the ajax query.",
	"semanticmaps-par-ajaxquery": "A second query that is sent via ajax to fetch additional coordinates.",
	"semanticmaps-par-userparam": "A value passed into each template call, if a template is used",
	"semanticmaps-kml-text": "The text associated with each page. Overridden by the additional queried properties if any.",
	"semanticmaps-kml-title": "The default title for results",
	"semanticmaps-kml-linkabsolute": "Should links be absolute (as opposed to relative)",
	"semanticmaps-kml-pagelinktext": "The text to use for the links to the page, in which $1 will be replaced by the page title",
	"semanticmaps-shapes-improperformat": "Improper formatting of $1. Please see documentation for formatting",
	"semanticmaps-shapes-missingshape": "No shapes found for $1. Please see documentation for available shapes",
	"validator-type-mapscircle": "Geographical circle",
	"validator-type-mapscircle-list": "List of circles",
	"validator-type-mapsimageoverlay": "Image overlay",
	"validator-type-mapsimageoverlay-list": "List of image overlays",
	"validator-type-mapsline": "Geographical line",
	"validator-type-mapsline-list": "List of lines",
	"validator-type-mapslocation": "Geographical location",
	"validator-type-mapslocation-list": "List of locations",
	"validator-type-mapsrectangle": "Geographical rectangle",
	"validator-type-mapsrectangle-list": "List of rectangles",
	"validator-type-mapspolygon": "Geographical polygon",
	"validator-type-mapspolygon-list": "List of geographical polygons",
	"validator-type-wmsoverlay": "Web Map Service overlay",
	"validator-type-jsonfile": "text"
}