Module:Road data/strings/JOR

-- Jordan
local JOR = {}

JOR.MRN = {
	shield = "Mashreq-M%route%.gif",
	link = "Arab Mashreq International Road Network",
	abbr = "M%route%"
}

JOR.HK = {
	shield = "JOR Route %route%.svg",
	link = "Highway %route% (Jordan)",
	abbr = "Highway %route%",
	translation = "%route% طريق",
	lang = "ar"
}
JOR.Hwy = JOR.HK

return JOR