Modul:Road data/strings/ISL

-- Iceland
local ISL = {}

ISL.Primary = {shield = "ISL %route%.svg",
               link = "Route %route% (Iceland)",
               abbr = "Route %route%"}

ISL.Track = {shield = "ISL F%route%.svg",
             link = "Route F%route% (Iceland)",
             abbr = "Route F%route%"}

return ISL