Module:Road data/strings/PAK

-- Pakistan
local PAK = {}

PAK.L = {
	shield = "Pakistan L-%route%.svg",
	link = "Lahore Ring Road",
	abbr = "L-%route%",
	color = "primary-white",
	translation = "لاہور رنگ روڈ",
	lang = "none"
}

PAK.M = {
	shield = "Pakistan M-%route%.svg",
	link = "M%route% motorway (Pakistan)",
	abbr = "M-%route%",
	color = "primary-white",
	translation = "ایم %route% موٹروے",
	lang = "none"
}

PAK.N = {
	shield = "Pakistan N-%route%.svg",
	link = "N-%route% National Highway",
	name = "National Highway %route%",
	abbr = "N-%route%",
	translation = "قومی شاہراہ %route%",
	lang = "none"
}

PAK.E = {
	shield = "Pakistan motorway symbol.svg",
	link = "E%route% expressway (Pakistan)",
	abbr = "E-%route%"
}
	
PAK.S = {shield = "",
	link = "",
	abbr = "S-%route% Strategic Highway",
	name = "Strategic Highway S%route%"
}	

PAK.KP = {
	shield = PAK.M.shield,
	link = "Khyber Pakhtunkhwa Highway S-%route%",
	abbr = "S-%route%"
}
	    
PAK.R = {
	shield = PAK.M.shield,
	link = "%route% Road",
	abbr = "%route% Road"
}

return PAK