Mercurial > public > hwos_code
comparison src/text_german.inc @ 23:e402813343b6
new option to switch samplingrate between 10s and 2s
author | heinrichsweikamp |
---|---|
date | Mon, 08 Jul 2013 12:38:16 +0200 |
parents | 4e3f133dfbf4 |
children | 50c3e2c7ba7a |
comparison
equal
deleted
inserted
replaced
22:e01c39be267c | 23:e402813343b6 |
---|---|
261 TCODE tLogOffset, "Logbuch offset" ; Logbook offset | 261 TCODE tLogOffset, "Logbuch offset" ; Logbook offset |
262 TCODE tLogOffsetp1, "+1" ; +1 | 262 TCODE tLogOffsetp1, "+1" ; +1 |
263 TCODE tLogOffsetp10, "+10" ; +10 | 263 TCODE tLogOffsetp10, "+10" ; +10 |
264 TCODE tLogOffsetm1, "-1" ; -1 | 264 TCODE tLogOffsetm1, "-1" ; -1 |
265 TCODE tLogOffsetm10, "-10" ; -10 | 265 TCODE tLogOffsetm10, "-10" ; -10 |
266 | |
267 ; Sampling rate | |
268 TCODE tSamplingrate, "Abtastrate:" ; Sampling rate: | |
269 TCODE tSampling2s, "2s" ; 2s | |
270 TCODE tSampling10s, "10s" ; 10s |