Modul:Road data/strings/RUS
Tampilan
-- Russia
local RUS = {}
RUS.AH = {shield = "AH%route%-RUS.svg",
link = "AH%route%",
abbr = "AH%route%"}
RUS.E = {shield = "E%route%-RUS.svg",
link = "European route E%route%",
abbr = "E%route%"}
RUS.M = {shield = "M%route%-RUS.svg",
link = "M%route% highway (Russia)",
abbr = "M%route%"}
RUS["М"] = RUS.M
RUS.R = {shield = "P%route%-RUS.svg",
link = "R%route% highway (Russia)",
abbr= "R%route%"}
RUS.P = RUS.R
RUS["Р"] = RUS.R
RUS.A = {shield = "A%route%-RUS.svg",
link = "Russian route A%route%",
abbr= "A%route%"}
RUS.MKAD = {shield = "MKAD_Москва.svg",
link="Moscow Ring Road",
abbr="MKAD"}
return RUS