Browse Source

Merge pull request #3420 from DavidBjerreBjoerklund/patch-3

Update language_da.h
Scott Lahteine 8 years ago
parent
commit
13d758c651
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      Marlin/language_da.h

+ 6
- 6
Marlin/language_da.h View File

@@ -84,8 +84,8 @@
84 84
 #define MSG_MAX                             " \002 Max"
85 85
 #define MSG_FACTOR                          " \002 Fact"
86 86
 #define MSG_AUTOTEMP                        "Autotemp"
87
-#define MSG_ON                              "On "
88
-#define MSG_OFF                             "Off"
87
+#define MSG_ON                              "Til "
88
+#define MSG_OFF                             "Fra"
89 89
 #define MSG_PID_P                           "PID-P"
90 90
 #define MSG_PID_I                           "PID-I"
91 91
 #define MSG_PID_D                           "PID-D"
@@ -128,10 +128,10 @@
128 128
 #define MSG_DWELL                           "Dvale..."
129 129
 #define MSG_USERWAIT                        "Venter på bruger..."
130 130
 #define MSG_RESUMING                        "Forsætter printet"
131
-#define MSG_PRINT_ABORTED                   "Print annuleret"
132
-#define MSG_NO_MOVE                         "No move."
133
-#define MSG_KILLED                          "KILLED. "
134
-#define MSG_STOPPED                         "STOPPED. "
131
+#define MSG_PRINT_ABORTED                   "Print annulleret"
132
+#define MSG_NO_MOVE                         "Ingen bevægelse."
133
+#define MSG_KILLED                          "DRÆBT. "
134
+#define MSG_STOPPED                         "STOPPET. "
135 135
 #define MSG_CONTROL_RETRACT                 "Tilbagetraek mm"
136 136
 #define MSG_CONTROL_RETRACT_SWAP            "Skift Re.mm"
137 137
 #define MSG_CONTROL_RETRACTF                "Tilbagetræk V"

Loading…
Cancel
Save