Module:Road data/strings/ECU

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Fredddie at 21:24, 17 December 2021 (add translations). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

-- Ecuador
local ECU = {}

ECU.E = {
	shield = "Ecuador E%route%.svg",
	name = "Highway E%route%",
	link = "Ecuador Highway %route%",
	abbr = "E%route%",
	translation = "Vía E%route%",
	lang = "es-ec"
}
	
ECU.PA = {
	shield = "DISCO Panamericana Ecuador.png",
	name = "Pan-American Highway",
	link = "Pan-American Highway",
	abbr = "Pan-American Highway",
	translation = "Vía Panamericana",
	lang = "es-ec"
}
	
ECU.G = {
	shield = "DISCOGUAYAS%route%.png",
	name = "Route %route%",
	link = "",
	abbr = "Guayas Route %route%"
}

return ECU