Modul:Road data/strings/NLD

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

-- Netherlands
local NLD = {}

NLD.E = {shield = "NL-E%route%.svg",
         link = "European route E%route% in the Netherlands",
         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%"}        

NLD.road = {shield = '',
			name = "%route%",
			link = '',
			abbr = "%route%",
			browse = ''}
		
return NLD