Module:Road data/strings/URY

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Fredddie at 23:31, 19 December 2021 (add maint). 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

-- Uruguay
local URY = {}

URY.Route = {
	shield = "R%route%-UY.svg",
	name = {
		["IB"] = "Ruta Interbalnearia",
		default = "Route %route%"
	},
	name = {
		["IB"] = "Ruta Interbalnearia",
		default = "Route %route% (Uruguay)"
	},
	abbr = "Route %route%",
	translation = {
		["IB"] = "",
		default = "Ruta %route%"
	},
	lang = "es-uy",
	maint = "[[Ministry of Transport and Public Works (Uruguay)|Ministry of Transport & Public Works]]"
}

URY.route = URY.Route

return URY