Mercurial > public > hwos_code
comparison src/text_german.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 |
comparison
equal
deleted
inserted
replaced
28:fcaf94b913db | 29:50c3e2c7ba7a |
---|---|
266 | 266 |
267 ; Sampling rate | 267 ; Sampling rate |
268 TCODE tSamplingrate, "Abtastrate:" ; Sampling rate: | 268 TCODE tSamplingrate, "Abtastrate:" ; Sampling rate: |
269 TCODE tSampling2s, "2s" ; 2s | 269 TCODE tSampling2s, "2s" ; 2s |
270 TCODE tSampling10s, "10s" ; 10s | 270 TCODE tSampling10s, "10s" ; 10s |
271 | |
272 ; Compass directions | |
273 TCODE tN, "N" ; N(orth),338°-22° | |
274 TCODE tNE, "NO" ; North-East,23°-67° | |
275 TCODE tE, "O" ; E(east),68°-112° | |
276 TCODE tSE, "SO" ; South-East,113°-157° | |
277 TCODE tS, "S" ; S(outh),157°-202° | |
278 TCODE tSW, "SW" ; South-West,203°-247° | |
279 TCODE tW, "W" ; W(West),248°-292° | |
280 TCODE tNW, "NW" ; North-West,293°-337° | |
281 | |
282 |