Module:Road data/strings/BOL

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Fredddie at 05:03, 9 November 2022 (fix). 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

-- Bolivia
local BOL = {}

BOL.RF = {
	shield = "Bolivia RF %route%.svg",
	name = "Route %route%",
	link = "Route %route% (Bolivia)",
	abbr = "Route %route%",
	translation = "Ruta %route%",
	lang = "es-bo"
}
BOL.BO = BOL.RF

BOL.RD = {
	shield = "Bolivia RD%route%.svg",
	name = "Route %route%",
	link = "Route %route% (Bolivia)",
	abbr = "Route %route%",
	translation = "Ruta %route%",
	lang = "es-bo"
}

BOL.RM = {
	shield = "Bolivia RM%route%.svg",
	name = "Route %route%",
	link = "Route %route% (Bolivia)",
	abbr = "Route %route%",
	translation = "Ruta %route%",
	lang = "es-bo"
}
         
return BOL