Modul:Road data/strings/LUX

-- Luxembourg
local LUX = {}

LUX.E = {shield = "E%route%-L.png",
         link = "European route E%route%",
         abbr = "E %route%"}

LUX.A = {shield = "LU-A%route%.svg",
         link = "A%route% motorway (Luxembourg)",
         abbr = "A%route%"}
         
LUX.B = {shield = "",
         link = "B%route% motorway (Luxembourg)",
         abbr = "B%route%"}     

LUX.N = {shield = "Route nationale française %route%.svg",
         link = "N%route% road (Luxembourg)",
         abbr = "N%route%"}

LUX.CR = {shield = "",
         link = "CR%route% road (Luxembourg)",
         abbr = "CR%route%"}

return LUX