Browse Source

Closes #3351: missing Danish translation

João Brázio 8 years ago
parent
commit
fe4fc88494
No account linked to committer's email address
1 changed files with 17 additions and 5 deletions
  1. 17
    5
      Marlin/language_da.h

+ 17
- 5
Marlin/language_da.h View File

@@ -103,6 +103,7 @@
103 103
 #define MSG_VTRAV_MIN                       "VTrav min"
104 104
 #define MSG_AMAX                            "Amax "
105 105
 #define MSG_A_RETRACT                       "A-retract"
106
+#define MSG_A_TRAVEL                        "A-rejse"
106 107
 #define MSG_XSTEPS                          "Xsteps/mm"
107 108
 #define MSG_YSTEPS                          "Ysteps/mm"
108 109
 #define MSG_ZSTEPS                          "Zsteps/mm"
@@ -157,10 +158,21 @@
157 158
 #define MSG_BED_DONE                        "Plade opvarmet"
158 159
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
159 160
 
160
-#define MSG_DELTA_CALIBRATE                 "Delta Kalibrering"
161
-#define MSG_DELTA_CALIBRATE_X               "Kalibrer X"
162
-#define MSG_DELTA_CALIBRATE_Y               "Kalibrer Y"
163
-#define MSG_DELTA_CALIBRATE_Z               "Kalibrer Z"
164
-#define MSG_DELTA_CALIBRATE_CENTER          "Kalibrerings Center"
161
+#define MSG_BED_Z                           "Plade Z"
162
+#define MSG_HEATING_FAILED_LCD              "Opvarmning mislykkedes"
163
+#define MSG_ERR_REDUNDANT_TEMP              "Fejl: reserve temp"
164
+#define MSG_THERMAL_RUNAWAY                 "Temp løber løbsk"
165
+#define MSG_ERR_MAXTEMP                     "Fejl: Maks temp"
166
+#define MSG_ERR_MINTEMP                     "Fejl: Min temp"
167
+#define MSG_ERR_MAXTEMP_BED                 "Fejl: Maks P temp"
168
+#define MSG_ERR_MINTEMP_BED                 "Fejl: Min P temp"
169
+
170
+#ifdef DELTA_CALIBRATION_MENU
171
+  #define MSG_DELTA_CALIBRATE               "Delta Kalibrering"
172
+  #define MSG_DELTA_CALIBRATE_X             "Kalibrer X"
173
+  #define MSG_DELTA_CALIBRATE_Y             "Kalibrer Y"
174
+  #define MSG_DELTA_CALIBRATE_Z             "Kalibrer Z"
175
+  #define MSG_DELTA_CALIBRATE_CENTER        "Kalibrerings Center"
176
+#endif // DELTA_CALIBRATION_MENU
165 177
 
166 178
 #endif // LANGUAGE_DA_H

Loading…
Cancel
Save