Modul:Road data/strings/IRL

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

-- Ireland
local IRL = {}

IRL.E = {shield = "E-%route% euroroute IE.png",
         link = "European route E%route% in the Republic of Ireland",
         abbr = "E %route%"}

IRL.M = {shield = "M%route% motorway IE.png",
         link = "M%route% motorway (Ireland)",
         abbr = "M%route%"}    
         
IRL.N = {shield = "IRL N%route%.svg",
         link = "N%route% road (Ireland)",
         abbr = "N%route%"}  
         
IRL.R = {shield = "R%route% Regional Route Shield Ireland.png",
         link = "R%route% road (Ireland)",
         abbr = "R%route%"}    
         

return IRL