Модул:Road data/strings/SRB

Документацијата за овој модул можете да ја создадете на Модул:Road data/strings/SRB/док

-- Serbia
local SRB = {}

SRB.E = {shield = "E%route%-SRB.svg",
         link = "Европски пат Е%route%",
         abbr = "Е%route%"}

SRB.A = {shield = "A%route%-SRB.svg",
         link = "Автопат А%route% (Србија)",
         abbr = "А%route%"}

SRB.B = {shield = "B%route%-SRB.svg",
         link = "Брз пат %route% (Србија)",
         abbr = "Брз пат %route%"}

SRB.IB = {shield = "M%route%-SRB.svg",
         link = "Државен пат %route% (Србија)",
         abbr = "IB-%route%"}

SRB.IIA = {shield = "R%route%-SRB.svg",
         link = "Државен пат %route% (Србија)",
         abbr = "IIA-%route%"}

SRB.IIB = {shield = "R%route%-SRB.svg",
         link = "Државен пат %route% (Србија)",
         abbr = "IIB-%route%"}

SRB.M = {shield = "M%route%-SRB.svg",
         link = "Државен пат (M)%route% (Србија)",
         abbr = "M%route%"}

SRB.R = {shield = "R%route%-SRB.svg",
         link = "Регионален пат (R)%route% (Србија)",
         abbr = "R%route%"}

return SRB