Browse Source

added defines present in en but not in da

Bo Herrmannsen 8 years ago
parent
commit
a1a8240606
1 changed files with 30 additions and 3 deletions
  1. 30
    3
      Marlin/language_da.h

+ 30
- 3
Marlin/language_da.h View File

@@ -38,12 +38,17 @@
38 38
 #define WELCOME_MSG                         MACHINE_NAME " er klar"
39 39
 #define MSG_SD_INSERTED                     "Kort isat"
40 40
 #define MSG_SD_REMOVED                      "Kort fjernet"
41
+#define MSG_LCD_ENDSTOPS                    "Endstops" // Max length 8 characters
41 42
 #define MSG_MAIN                            "Menu"
42 43
 #define MSG_AUTOSTART                       "Autostart"
43 44
 #define MSG_DISABLE_STEPPERS                "Slå alle steppere fra"
44
-#define MSG_AUTO_HOME                       "Home" // G28
45
+#define MSG_AUTO_HOME                       "Auto Home" // G28
46
+#define MSG_AUTO_HOME_X                     "Home X"
47
+#define MSG_AUTO_HOME_Y                     "Home Y"
48
+#define MSG_AUTO_HOME_Z                     "Home Z"
45 49
 #define MSG_LEVEL_BED_HOMING                "Homing XYZ"
46 50
 #define MSG_LEVEL_BED_WAITING               "Tryk for at starte bed level"
51
+#define MSG_LEVEL_BED_NEXT_POINT            "Næste punkt"
47 52
 #define MSG_LEVEL_BED_DONE                  "Bed level er færdig!"
48 53
 #define MSG_LEVEL_BED_CANCEL                "Annuller bed level"
49 54
 #define MSG_SET_HOME_OFFSETS                "Sæt forskyding af home"
@@ -59,22 +64,36 @@
59 64
 #define MSG_PREHEAT_ABS_ALL                 "Forvarm ABS Alle"
60 65
 #define MSG_PREHEAT_ABS_BEDONLY             "Forvarm ABS Bed"
61 66
 #define MSG_PREHEAT_ABS_SETTINGS            "Forvarm ABS conf"
67
+#define MSG_H1                              "1"
68
+#define MSG_H2                              "2"
69
+#define MSG_H3                              "3"
70
+#define MSG_H4                              "4"
62 71
 #define MSG_COOLDOWN                        "Afkøl"
63 72
 #define MSG_SWITCH_PS_ON                    "Slå strøm til"
64 73
 #define MSG_SWITCH_PS_OFF                   "Slå strøm fra"
65 74
 #define MSG_EXTRUDE                         "Extruder"
66 75
 #define MSG_RETRACT                         "Retract"
67 76
 #define MSG_MOVE_AXIS                       "Flyt akser"
77
+#define MSG_LEVEL_BED                       "Juster bed"
68 78
 #define MSG_MOVE_X                          "Flyt X"
69 79
 #define MSG_MOVE_Y                          "Flyt Y"
70 80
 #define MSG_MOVE_Z                          "Flyt Z"
71 81
 #define MSG_MOVE_E                          "Extruder"
82
+#define MSG_MOVE_E1                         "1"
83
+#define MSG_MOVE_E2                         "2"
84
+#define MSG_MOVE_E3                         "3"
85
+#define MSG_MOVE_E4                         "4"
86
+
72 87
 #define MSG_MOVE_01MM                       "Flyt 0.1mm"
73 88
 #define MSG_MOVE_1MM                        "Flyt 1mm"
74 89
 #define MSG_MOVE_10MM                       "Flyt 10mm"
75 90
 #define MSG_SPEED                           "Hastighed"
76 91
 #define MSG_BED_Z                           "Plade Z"
77 92
 #define MSG_NOZZLE                          "Dyse"
93
+#define MSG_N1                              " 1"
94
+#define MSG_N2                              " 2"
95
+#define MSG_N3                              " 3"
96
+#define MSG_N4                              " 4"
78 97
 #define MSG_BED                             "Plade"
79 98
 #define MSG_FAN_SPEED                       "Blæser hastighed"
80 99
 #define MSG_FLOW                            "Flow"
@@ -89,6 +108,10 @@
89 108
 #define MSG_PID_I                           "PID-I"
90 109
 #define MSG_PID_D                           "PID-D"
91 110
 #define MSG_PID_C                           "PID-C"
111
+#define MSG_E1                              " E1"
112
+#define MSG_E2                              " E2"
113
+#define MSG_E3                              " E3"
114
+#define MSG_E4                              " E4"
92 115
 #define MSG_ACC                             "Accel"
93 116
 #define MSG_VXY_JERK                        "Vxy-jerk"
94 117
 #define MSG_VZ_JERK                         "Vz-jerk"
@@ -108,10 +131,14 @@
108 131
 #define MSG_ZSTEPS                          "Zsteps/mm"
109 132
 #define MSG_ESTEPS                          "Esteps/mm"
110 133
 #define MSG_TEMPERATURE                     "Temperatur"
111
-#define MSG_MOTION                          "Motion"
134
+#define MSG_MOTION                          "Bevægelse"
112 135
 #define MSG_VOLUMETRIC                      "Filament"
113 136
 #define MSG_VOLUMETRIC_ENABLED              "E in mm3"
114 137
 #define MSG_FILAMENT_DIAM                   "Fil. Dia."
138
+#define MSG_DIAM_E1                         " 1"
139
+#define MSG_DIAM_E2                         " 2"
140
+#define MSG_DIAM_E3                         " 3"
141
+#define MSG_DIAM_E4                         " 4"
115 142
 #define MSG_CONTRAST                        "LCD kontrast"
116 143
 #define MSG_STORE_EPROM                     "Gem i EEPROM"
117 144
 #define MSG_LOAD_EPROM                      "Hent fra EEPROM"
@@ -132,7 +159,7 @@
132 159
 #define MSG_NO_MOVE                         "Ingen bevægelse."
133 160
 #define MSG_KILLED                          "DRÆBT. "
134 161
 #define MSG_STOPPED                         "STOPPET. "
135
-#define MSG_CONTROL_RETRACT                 "Tilbagetraek mm"
162
+#define MSG_CONTROL_RETRACT                 "Tilbagetræk mm"
136 163
 #define MSG_CONTROL_RETRACT_SWAP            "Skift Re.mm"
137 164
 #define MSG_CONTROL_RETRACTF                "Tilbagetræk V"
138 165
 #define MSG_CONTROL_RETRACT_ZLIFT           "Hop mm"

Loading…
Cancel
Save