diff 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
line wrap: on
line diff
--- a/src/text_german.inc	Sat Jul 20 16:02:35 2013 +0200
+++ b/src/text_german.inc	Sat Jul 20 22:01:49 2013 +0200
@@ -267,4 +267,16 @@
 ; Sampling rate
     TCODE   tSamplingrate,  "Abtastrate:"       ; 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,            "NO"                ; North-East,23°-67°
+    TCODE   tE,             "O"                 ; E(east),68°-112°
+    TCODE   tSE,            "SO"                ; 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°
+
+