Mercurial > public > hwos_code
diff src/text_english.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_english.inc Sat Jul 20 16:02:35 2013 +0200 +++ b/src/text_english.inc Sat Jul 20 22:01:49 2013 +0200 @@ -267,4 +267,15 @@ ; Sampling rate TCODE tSamplingrate, "Sampling rate:" ; Sampling rate: TCODE tSampling2s, "2s" ; 2s - TCODE tSampling10s, "10s" ; 10s \ No newline at end of file + 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),158°-202° + TCODE tSW, "SW" ; South-West,203°-247° + TCODE tW, "W" ; W(West),248°-292° + TCODE tNW, "NW" ; North-West,293°-337° +