Modul:Road data/strings/SRB

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

-- Serbia
local SRB = {}

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

SRB.A = {shield = "A%route%-SRB.svg",
         link = "A%route% motorway (Serbia)",
         abbr = "A%route%"}

SRB.B = {shield = "B%route%-SRB.svg",
         link = "Expressway %route% (Serbia)",
         abbr = "Expressway %route%"}

SRB.IB = {shield = "M%route%-SRB.svg",
         link = "State Road %route% (Serbia)",
         abbr = "IB-%route%"}

SRB.IIA = {shield = "R%route%-SRB.svg",
         link = "State Road %route% (Serbia)",
         abbr = "IIA-%route%"}

SRB.IIB = {shield = "R%route%-SRB.svg",
         link = "State Road %route% (Serbia)",
         abbr = "IIB-%route%"}

SRB.M = {shield = "M%route%-SRB.svg",
         link = "National Road (M)%route% (Serbia)",
         abbr = "M%route%"}

SRB.R = {shield = "R%route%-SRB.svg",
         link = "Regional Road (R)%route% (Serbia)",
         abbr = "R%route%"}

return SRB