Mercurial > public > hwos_code
diff src/text_spanish.inc @ 29:50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
author | heinrichsweikamp |
---|---|
date | Sat, 20 Jul 2013 22:01:49 +0200 |
parents | 11d4fc797f74 |
children | 0fae975af741 |
line wrap: on
line diff
--- a/src/text_spanish.inc Sat Jul 20 16:02:35 2013 +0200 +++ b/src/text_spanish.inc Sat Jul 20 22:01:49 2013 +0200 @@ -258,3 +258,19 @@ TCODE tLogOffsetp10, "+10" ; +10 TCODE tLogOffsetm1, "-1" ; -1 TCODE tLogOffsetm10, "-10" ; -10 + +; Sampling rate + TCODE tSamplingrate, "Abtastrate:" ; 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° +