Quantcast
if GetLocale() == "deDE" then
	EXPLORER_COORD_OPTION_WORLDMAP = "Zeige Wegpunkte auf der Weltkarte";
	EXPLORER_COORD_OPTION_MINIMAP = "Zeige Wegpunkte auf der Minikarte";
	EXPLORER_COORD_SHOW_MISSING = "Gebe bei Kartenwechsel keine fehlenden Koordinaten aus";
else
	EXPLORER_COORD_OPTION_WORLDMAP = "Show waypoints on Worldmap";
	EXPLORER_COORD_OPTION_MINIMAP = "Show waypoints on Minimap";
	EXPLORER_COORD_SHOW_MISSING = "Disable the printing of missing coords on map change";
end