{
	"igo": {
		"auth": {
			"accessAnonymous": "Access as anonymous",
			"connection": "Connection",
			"login": "Login",
			"password": "Password",
			"signOut": "Sign out",
			"user": "User",
			"welcome": "Welcome {{name}}!",
			"deconnection": "You are logged out.",
			"home": "Return to the home page",
			"error": {
				"Password expired": "Password expired",
				"Maximun logins exceeded": "Maximun logins exceeded",
				"Wrong password": "Wrong password",
				"Invalid username": "Invalid username"
			}
		},
		"common": {
			"confirmDialog": {
				"cancelBtn": "Cancel",
				"confirmBtn": "Confirm",
				"title": "Confirm"
			},
			"table": {
				"filter": "Filter"
			},
			"form": {
				"errors": {
					"required": "This field is required"
				}
			},
			"actionbar": {
				"scrollUp": "Scroll up",
				"scrollDown": "Scroll down"
			}
		},
		"context": {
			"bookmarkButton": {
				"create": "Create a new context",
				"dialog": {
					"createMsg": "The context '{{value}}' was created",
					"createTitle": "Context created",
					"placeholder": "Title",
					"title": "New context"
				}
			},
			"contextManager": {
				"clone": "Clone this context",
				"delete": "Delete this context",
				"dialog": {
					"cloneMsg": "The context '{{value}}' was cloned",
					"cloneTitle": "Context cloned",
					"confirmDelete": "Are you sure you want to delete this context?",
					"deleteMsg": "The context '{{value}}' was deleted",
					"deleteTitle": "Context deleted",
					"favoriteMsg": "The context '{{value}}' was set as favorite",
					"favoriteTitle": "Favorite saved",
					"saveMsg": "The context '{{value}}' was saved",
					"saveTitle": "Context saved"
				},
				"edit": "Edit this context",
				"errors": {
					"uncaught": {
						"message": "Sorry, service is currently not available. Please try again later",
						"title": "Error server"
					}
				},
				"favorite": "Favorite",
				"form": {
					"edit": "Edit",
					"title": "Title",
					"titleRequired": "Title required",
					"uri": "URI",
					"uriRequired": "URI required"
				},
				"invalid": {
					"text": "Context '{{value}}' is invalid",
					"title": "Invalid context"
				},
				"managePermissions": "Manage permissions context",
				"manageTools": "Manage tools context",
				"ourContexts": "Our contexts",
				"publicContexts": "Public contexts",
				"save": "Save this context",
				"sharedContexts": "Shared contexts"
			},
			"permission": {
				"addBtn": "Add",
				"delete": "Remove permission",
				"dialog": {
					"addMsg": "The permission '{{value}}' was added",
					"addTitle": "Permission added",
					"deleteMsg": "The permission '{{value}}' was removed",
					"deleteTitle": "Permission removed",
					"scopeChangedMsg": "The scope was changed to {{value}}",
					"scopeChangedTitle": "Scope changed"
				},
				"profil": "Profil",
				"profilRequired": "Profil required",
				"read": "Read only",
				"scope": {
					"private": "Private",
					"protected": "Protected",
					"public": "Public"
				},
				"write": "Read and Write"
			},
			"poiButton": {
				"create": "Create a new zone of interest",
				"dialog": {
					"confirmDelete": "Are you sure you want to delete this zone of interest?",
					"createMsg": "The zone of interest '{{value}}' was created",
					"createTitle": "Zone of interest created",
					"deleteMsg": "The zone of interest '{{value}}' was deleted",
					"deleteTitle": "Zone of interest deleted",
					"placeholder": "Title",
					"title": "New zone of interest"
				},
				"placeholder": "Zones of interest"
			},
			"sidenav": {
				"goBack": "Go Back",
				"mainMenu": "Main Menu"
			},
			"shareMap": {
				"button": "Share map",
				"copy": "Copy to clipboard",
				"dialog": {
					"copyMsg": "Link copied to clipboard",
					"copyTitle": "Link"
				},
				"placeholderLink": "Link"
			},
			"tool": {
				"dialog": {
					"addMsg": "The tool '{{value}}' was added",
					"addTitle": "Tool added",
					"deleteMsg": "The tool '{{value}}' was removed",
					"deleteTitle": "Tool removed"
				}
			},
			"userButton": {
				"dialog": {
					"email": "Email",
					"expiration": "Expiration",
					"user": "User"
				},
				"infoTitle": "User info",
				"logout": "Logout"
			}
		},
		"core": {
			"errors": {
				"uncaught": {
					"message": "Sorry, service is currently not available. Please try again later",
					"title": "Error server"
				}
			},
			"network": {
				"online": {
					"message": "Online",
					"title": "Status:"
				},
				"offline": {
					"message": "Offline",
					"title": "Status:"
				}
			}
		},
		"geo": {
			"catalog": {
				"layer.addToMap": "Add to map",
				"layer.addToMapOutRange": "Add to map. The layer is not visible at the current scale. Please zoom in/out",
				"layer.removeFromMap": "Remove from map",
				"layer.removeFromMapOutRange": "Remove from map. The layer is not visible at the current scale. Please zoom in/out",
				"group.addToMap": "Add all layers from this group to map",
				"group.removeFromMap": "Remove all layers from this group to map",
				"baseLayers": "Baselayers"
			},
			"clickOnMap": {
				"clickedFeature": "Clicked Feature"
			},
			"baselayersSwitcher": {
				"title": "Basemaps"
			},
			"dropGeoFile": {
				"invalid": {
					"text": "The file '{{value}}' is invalid ({{mimeType}})",
					"title": "Invalid file"
				},
				"empty": {
					"text": "The file '{{value}}' contained nothing that could be imported.",
					"title": "Nothing to import"
				},
				"success": {
					"text": "Imported file",
					"title": "The layer '{{value}}' was added to the map"
				},
				"unreadable": {
					"text": "Unreadable file",
					"title": "The file '{{value}}' is unreadable"
				},
				"tooLarge": {
					"text": "The file '{{value}}' is too large (Max: 30 MB)",
					"title": "File too large"
				},
				"invalidSRS": {
					"text": "The projection is valid. It must start with EPSG:",
					"title": "Invalid projection"
				}
			},
			"export": {
				"nothing": {
					"text": "No feature could be exported.",
					"title": "Nothing to export"
				},
				"failed": {
					"text": "Failed to export",
					"title": "Failed to export features"
				}
			},
			"importExportForm": {
				"exportButton": "Export",
				"exportFormatPlaceholder": "Format",
				"exportLayerPlaceholder": "Layer",
				"exportTabTitle": "Export",
				"importButton": "Import",
				"importProjPlaceholder": "Coordinate system",
				"importTabTitle": "Import",
				"importClarifications": "Clarifications",
				"importSizeMax": "The file size limit is 30 MB.",
				"importShpZip": "Shapefiles must be zipped."
			},
			"operators": {
				"And": "And",
				"Or": "Or",
				"PropertyIsEqualTo": "=",
				"PropertyIsNotEqualTo": "!=",
				"PropertyIsLike": "≈",
				"PropertyIsGreaterThan": ">",
				"PropertyIsGreaterThanOrEqualTo": ">=",
				"PropertyIsLessThan": "<",
				"PropertyIsLessThanOrEqualTo": "<=",
				"PropertyIsBetween": "between",
				"During": "during",
				"PropertyIsNull": "is null",
				"Intersects": "intersects",
				"Within": "within",
				"Contains": "contains"
			},
			"sourceFields": {
				"selectField": "Choose a field"
			},
			"filter": {
				"addFilter": "Add an empty filter to the current list",
				"removeFilter": "Remove the current filter from the filters's list",
				"toggleFilterState": "Enable/disable the current filter",
				"refreshFilters": "Update this datasource with the active filter(s). To enable this button, the layer must be visible (or in the defined scale ranges) or you must modify the current filter.",
				"layerFiltered": "This layer is currently filtered",
				"layerFilterable": "This layer is filterable",
				"filterBy": "Filter by",
				"advancedOgcFilters": "Advanced filters",
				"placeholder": "Enter a value",
				"placeholderSnrc": "Ex: 21L14",
				"selectOperator": "Select an operator"
			},
			"spatialSelector": {
				"fixedExtent": "Fixed extent",
				"btnSetExtent": "Define the extent of the spatial filter to the current view",
				"snrc": "SNRC",
				"selectFeature": "",
				"drawFeature": ""
			},
			"layer": {
				"hideLayer": "Hide Layer",
				"lowerLayer": "Bring layer backward",
				"filterPlaceholder": "Filter the layers list",
				"opacity": "Opacity",
				"raiseLayer": "Bring layer forward",
				"moreOptions": "More options",
				"removeLayer": "Remove this layer from the map",
				"showFeaturesList": "Show features list",
				"showLayer": "Show Layer",
				"subsetLayersListKeyword": "Subset the layers's list by title or type (wms, wfs,...)",
				"deleteKeyword": "Delete the keyword",
				"subsetLayersListOnlyVisible": "Subset the layers's list by visibility",
				"subsetLayersListOnlyInRange": "Subset the layers's list by resolution range",
				"sortAlphabetically": "Sort the layers's list alphabetically",
				"sortMapOrder": "Sort the layers's list based on layer's order on the map",
				"resetLayersList": "Remove the current applied filter to layers's list",
				"trackFeature": "Track the feature",
				"legend": {
					"default": "Default",
					"loadingLegendText": "Loading legend",
					"noLegendText": "No legend available for this layer",
					"noLegendScale": "No legend available for this scale",
					"selectStyle": "Select the style of the legend"
				}
			},
			"download": {
				"action": "Download data",
				"title": "Downloading file",
				"start": "Started. Check the download progression in your browser",
				"end": "Completed"
			},
			"mapButtons": {
				"baselayerSwitcher": "Change base layer",
				"geolocate": "Geolocate",
				"zoomIn": "Zoom in ({{zoom}})",
				"zoomOut": "Zoom out ({{zoom}})",
				"resetRotation": "Set map to north",
				"tipRotation": "Hold Alt and SHIFT while dragging on map to rotate the map."
			},
			"metadata": {
				"show": "Show metadata"
			},
			"printForm": {
				"corsErrorMessageBody": "Unable to print due to non-owned access rights",
				"corsErrorMessageHeader": "Print",
				"comment": "Comment",
				"doZipFile": "Zip file",
				"outputFormat": "Output format",
				"paperFormat": "Paper format",
				"paperFormats": {
					"A0": "A0",
					"A1": "A1",
					"A2": "A2",
					"A3": "A3",
					"A4": "A4",
					"A5": "A5",
					"Letter": "Letter",
					"Legal": "Legal"
				},
				"imageFormat": "Image format",
				"orientation": "Orientation",
				"landscape": "Landscape",
				"portrait": "Portrait",
				"projection": "Projection",
				"resolution": "Resolution",
				"saveBtn": "Save",
				"scale": "Scale",
				"showLegend": "Show legend",
				"showProjection": "Show projection",
				"showScale": "Show scale",
				"title": "Title"
			},
			"routingForm": {
				"start": "Start",
				"intermediate": "Intermediate",
				"end": "End",
				"routingBtn": "Get route",
				"resetRoutingBtn": "Reset",
				"zoomRoute": "Zoom on route",
				"null": "",
				"directions": "Directions",
				"raiseStop": "Raise stop's priority",
				"lowerStop": "Lower stop's priority",
				"addStop": "Add a stop",
				"removeStop": "Remove this stop",
				"drivingOptions": "Options",
				"summary": "Direction's summary",
				"stopsList": "Stops's list",
				"instructions": "Instructions",
				"copy": "Copy directions",
				"geolocate": "Use current localisation as stop",
				"link": "Link",
				"dialog": {
					"copyMsg": "Directions copied to clipboard",
					"copyMsgLink": "Link for directions copied to clipboard",
					"copyTitle": "Directions"
				}
			},
			"routing": {
				"uturn": "u-turn",
				"sharp right": "sharp right",
				"right": "right",
				"slight right": "slightly on right",
				"sharp left": "sharp left",
				"left": "left",
				"slight left": "slightly on left",
				"straight": "forward"
			},
			"cardinalPoints": {
				"n": "north",
				"ne": "northeast",
				"e": "east",
				"se": "southeast",
				"s": "south",
				"sw": "southwest",
				"w": "west",
				"nw": "northwest"
			},
			"search": {
				"placeholder": "Search for a localisation or a layer",
				"feature.title": "Localisation",
				"feature.placeholder": "Search for a place localisation",
				"layer.title": "Layer",
				"layer.placeholder": "Search for a layer",
				"icherche.name": "iCherche",
				"ichercheReverse.name": "Search by coordinates",
				"ilayer": {
					"name": "Layers",
					"properties": {
						"abstract": "Abstract",
						"groupTitle": "Group",
						"title": "Title",
						"type": "Type",
						"url": "URL",
						"metadataUrl": "Metadata"
					}
				},
				"coordinates": {
					"name": "Coordinates"
				},
				"menu.tooltip": "Search Options",
				"settings": {
					"title": "Settings"
				},
				"searchSources": {
					"settings": {
						"results type": "Results type",
						"ecmax": "Maximum deviation",
						"radius": "Search radius",
						"results limit": "Number of results",
						"multiple object": "Multiple object",
						"country limitation": "Limitation (country)",
						"selectAll": "Select All",
						"unselectAll": "Unselect All"
					}
				}
			},
			"geometry": {
				"geometry": "Geometry",
				"point": "Point",
				"line": "Line",
				"polygon": "Polygon"
			},
			"targetHtmlUrl": "Open the external link",
			"timeFilter": {
				"date": "Date",
				"endDate": "End Date",
				"startDate": "Start Date"
			},
			"measure": {
				"dialog": {
					"title": "Sum of the selection",
					"length.title": "Length",
					"area.title": "Area",
					"lengthInMeters": "Meters",
					"lengthInKilometers": "Kilometers",
					"lengthInMiles": "Miles",
					"lengthInFeet": "Feet",
					"areaInSquareMeters": "Meters²",
					"areaInSquareKilometers": "Kilometers²",
					"areaInSquareMiles": "Miles²",
					"areaInHectares": "Hectares",
					"areaInAcres": "Acres",
					"perimeterInMeters": "Perimeter in meters"
				},
				"area": "Area",
				"areaHeader": "Area",
				"length": "Length",
				"lengthHeader": "Length / Perimeter",
				"perimeter": "Perimeter",
				"meters": "Meters",
				"kilometers": "Kilometers",
				"miles": "Miles",
				"feet": "Feet",
				"squareMeters": "Meters²",
				"squareKilometers": "Kilometers²",
				"squareMiles": "Miles²",
				"squareFeet": "Feet²",
				"hectares": "Hectares",
				"acres": "Acres",
				"toggleActive": "Activate measures",
				"toggleMapTooltips": "Show map tooltips",
				"toggleAutoUnits": "Auto Units",
				"actionbar": {
					"calculate.tooltip": "Calculate",
					"delete.tooltip": "Delete",
					"modify.tooltip": "Modify"
				}
			},
			"workspace": {
				"ogcFilter.close": "Close",
				"ogcFilter.title": "Filters",
				"ogcFilter.tooltip": "Apply filters",
				"wfsDownload.title": "Download",
				"wfsDownload.tooltip": "Download"
			}
		},
		"integration": {
			"tools": {
				"catalog": "Catalog",
				"contexts": "Contexts",
				"directions": "Directions",
				"importExport": "Import & export",
				"ogcFilter": "Filter by",
				"map": "Map",
				"measurer": "Measure",
				"print": "Print",
				"searchResults": "Search Results",
				"shareMap": "Share",
				"timeFilter": "Time Filter",
				"about": "About"
			},
			"searchResultsTool": {
				"noResults": "No results",
				"doSearch": "Do a search in the search bar"
			},
			"about.html": "<h1>About IGO</h1><p>IGO (for Open GIS Infrastructure) is a Free Open Source Software for Geospatial (FOSS4G) developed by organisations in the government of Quebec in Canada. The objective is to make it open, common, modular, based on open governance model supported by multiple organisations. IGO is a Web GIS software with a client & server component to manage and publish massive amount of Geospatial data.</p></hr><a href='mailto:info@igouverte.org target='_top'>info[@]igouverte.org</a></br><a href='http://www.igouverte.org' target='_blank'>www.igouverte.org</a></br><p>Version: {{version.lib}}</p>"
		}
	}
}