Mercurial > public > hwos_code
comparison 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 |
comparison
equal
deleted
inserted
replaced
28:fcaf94b913db | 29:50c3e2c7ba7a |
---|---|
256 TCODE tLogOffset, "Logbook offset" ; Logbook offset | 256 TCODE tLogOffset, "Logbook offset" ; Logbook offset |
257 TCODE tLogOffsetp1, "+1" ; +1 | 257 TCODE tLogOffsetp1, "+1" ; +1 |
258 TCODE tLogOffsetp10, "+10" ; +10 | 258 TCODE tLogOffsetp10, "+10" ; +10 |
259 TCODE tLogOffsetm1, "-1" ; -1 | 259 TCODE tLogOffsetm1, "-1" ; -1 |
260 TCODE tLogOffsetm10, "-10" ; -10 | 260 TCODE tLogOffsetm10, "-10" ; -10 |
261 | |
262 ; Sampling rate | |
263 TCODE tSamplingrate, "Abtastrate:" ; Sampling rate: | |
264 TCODE tSampling2s, "2s" ; 2s | |
265 TCODE tSampling10s, "10s" ; 10s | |
266 | |
267 ; Compass directions | |
268 TCODE tN, "N" ; N(orth),338°-22° | |
269 TCODE tNE, "NE" ; North-East,23°-67° | |
270 TCODE tE, "E" ; E(east),68°-112° | |
271 TCODE tSE, "SE" ; South-East,113°-157° | |
272 TCODE tS, "S" ; S(outh),157°-202° | |
273 TCODE tSW, "SW" ; South-West,203°-247° | |
274 TCODE tW, "W" ; W(West),248°-292° | |
275 TCODE tNW, "NW" ; North-West,293°-337° | |
276 |