Module:Road data/strings/ESP

Frae Wikipedia, the free beuk o knawledge
-- Spain
local ESP = {}

ESP.E = {shield = "E-%route%europe.svg",
         link = "European route E%route%",
         abbr = "E-%route%"}

ESP.A = {shield = "A-%route%Spain.png",
         link = "Autovía A-%route%",
         abbr = "A-%route%"}

ESP.B = {shield = "B-%route%Spain.png",
         link = "B-%route% motorway (Spain)",
         abbr = "B-%route%"}

ESP.C = {shield = "C-%route%.svg",
         link = "C-%route% highway (Spain)",
         abbr = "C-%route%"}

ESP.M = {shield = {ifexists = true,
                   default = "Indicador M%route%.png"},
         link = "Autopista M-%route%",
         abbr = "M-%route%"}

ESP.N = {shield = "",
         link = "N-%route% road (Spain)",
         abbr = "N-%route%"}

ESP.R = {shield = "",
         link = "R-%route% motorway (Spain)",
         abbr = "R-%route%"}

ESP.AP = {shield = "AP-%route%Spain.png",
          link = "Autopista AP-%route%",
          abbr = "AP-%route%"}

return ESP