Mercurial > public > hwos_code
diff src/text_italian.inc @ 29:50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
author | heinrichsweikamp |
---|---|
date | Sat, 20 Jul 2013 22:01:49 +0200 |
parents | e402813343b6 |
children | 64976f1e0a1c |
line wrap: on
line diff
--- a/src/text_italian.inc Sat Jul 20 16:02:35 2013 +0200 +++ b/src/text_italian.inc Sat Jul 20 22:01:49 2013 +0200 @@ -268,3 +268,14 @@ TCODE tSamplingrate, "Campionamento:" ; Sampling rate: TCODE tSampling2s, "2s)" ; 2s TCODE tSampling10s, "10s" ; 10s + +; Compass directions + TCODE tN, "N" ; N(orth),338°-22° + TCODE tNE, "NE" ; North-East,23°-67° + TCODE tE, "E" ; E(east),68°-112° + TCODE tSE, "SE" ; South-East,113°-157° + TCODE tS, "S" ; S(outh),157°-202° + TCODE tSW, "SW" ; South-West,203°-247° + TCODE tW, "W" ; W(West),248°-292° + TCODE tNW, "NW" ; North-West,293°-337° +