Jump to content

Module:Road data/strings/FRA

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 07:35, 7 March 2014 (France). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

-- France
local FRA = {}

FRA.E = {shield = "Tabliczka E%route%.svg",
         link = "European route E%route%",
         abbr = "E %route%"}

FRA.A = {shield = "Tabliczka FR A%route%.svg",
         link = "A%route% autoroute",
         abbr = "A %route%"}

FRA.D = {shield = "",
         link = "",
         abbr = "D %route%"}

FRA.N = {shield = "",
         link = "Route nationale %route%",
         abbr = "N %route%"}

FRA.S = {shield = "",
         link = "",
         abbr = "S %route%"}

return FRA