跳转到内容

模組:Road data/strings/NLD

维基百科,自由的百科全书
-- Netherlands
local NLD = {}

NLD.E = {shield = "NL-E%route%.svg",
         link = "歐洲E%route%公路",
         abbr = "E %route%"}

NLD.A = {shield = "NL-A%route%.svg",
         link = "A%route% motorway (Netherlands)",
         abbr = "A%route%"}

NLD.N = {shield = "NLD-N%route%.svg",
         link = "Provincial road N%route% (Netherlands)",
         abbr = "N%route%"}

NLD.R = {shield = "NL-R%route%.png",
         link = "Recreational road R%route% (Netherlands)",
         abbr = "R%route%"}

NLD.S = {shield = "NLD-S%route%.svg",
         link = "S%route% [dab||(%dab%)|]",
         abbr = "S%route%"}        

return NLD