added defines present in en but not in da
This commit is contained in:
		
							parent
							
								
									3d7d034fad
								
							
						
					
					
						commit
						a1a8240606
					
				| @ -38,12 +38,17 @@ | ||||
| #define WELCOME_MSG                         MACHINE_NAME " er klar" | ||||
| #define MSG_SD_INSERTED                     "Kort isat" | ||||
| #define MSG_SD_REMOVED                      "Kort fjernet" | ||||
| #define MSG_LCD_ENDSTOPS                    "Endstops" // Max length 8 characters
 | ||||
| #define MSG_MAIN                            "Menu" | ||||
| #define MSG_AUTOSTART                       "Autostart" | ||||
| #define MSG_DISABLE_STEPPERS                "Slå alle steppere fra" | ||||
| #define MSG_AUTO_HOME                       "Home" // G28
 | ||||
| #define MSG_AUTO_HOME                       "Auto Home" // G28
 | ||||
| #define MSG_AUTO_HOME_X                     "Home X" | ||||
| #define MSG_AUTO_HOME_Y                     "Home Y" | ||||
| #define MSG_AUTO_HOME_Z                     "Home Z" | ||||
| #define MSG_LEVEL_BED_HOMING                "Homing XYZ" | ||||
| #define MSG_LEVEL_BED_WAITING               "Tryk for at starte bed level" | ||||
| #define MSG_LEVEL_BED_NEXT_POINT            "Næste punkt" | ||||
| #define MSG_LEVEL_BED_DONE                  "Bed level er færdig!" | ||||
| #define MSG_LEVEL_BED_CANCEL                "Annuller bed level" | ||||
| #define MSG_SET_HOME_OFFSETS                "Sæt forskyding af home" | ||||
| @ -59,22 +64,36 @@ | ||||
| #define MSG_PREHEAT_ABS_ALL                 "Forvarm ABS Alle" | ||||
| #define MSG_PREHEAT_ABS_BEDONLY             "Forvarm ABS Bed" | ||||
| #define MSG_PREHEAT_ABS_SETTINGS            "Forvarm ABS conf" | ||||
| #define MSG_H1                              "1" | ||||
| #define MSG_H2                              "2" | ||||
| #define MSG_H3                              "3" | ||||
| #define MSG_H4                              "4" | ||||
| #define MSG_COOLDOWN                        "Afkøl" | ||||
| #define MSG_SWITCH_PS_ON                    "Slå strøm til" | ||||
| #define MSG_SWITCH_PS_OFF                   "Slå strøm fra" | ||||
| #define MSG_EXTRUDE                         "Extruder" | ||||
| #define MSG_RETRACT                         "Retract" | ||||
| #define MSG_MOVE_AXIS                       "Flyt akser" | ||||
| #define MSG_LEVEL_BED                       "Juster bed" | ||||
| #define MSG_MOVE_X                          "Flyt X" | ||||
| #define MSG_MOVE_Y                          "Flyt Y" | ||||
| #define MSG_MOVE_Z                          "Flyt Z" | ||||
| #define MSG_MOVE_E                          "Extruder" | ||||
| #define MSG_MOVE_E1                         "1" | ||||
| #define MSG_MOVE_E2                         "2" | ||||
| #define MSG_MOVE_E3                         "3" | ||||
| #define MSG_MOVE_E4                         "4" | ||||
| 
 | ||||
| #define MSG_MOVE_01MM                       "Flyt 0.1mm" | ||||
| #define MSG_MOVE_1MM                        "Flyt 1mm" | ||||
| #define MSG_MOVE_10MM                       "Flyt 10mm" | ||||
| #define MSG_SPEED                           "Hastighed" | ||||
| #define MSG_BED_Z                           "Plade Z" | ||||
| #define MSG_NOZZLE                          "Dyse" | ||||
| #define MSG_N1                              " 1" | ||||
| #define MSG_N2                              " 2" | ||||
| #define MSG_N3                              " 3" | ||||
| #define MSG_N4                              " 4" | ||||
| #define MSG_BED                             "Plade" | ||||
| #define MSG_FAN_SPEED                       "Blæser hastighed" | ||||
| #define MSG_FLOW                            "Flow" | ||||
| @ -89,6 +108,10 @@ | ||||
| #define MSG_PID_I                           "PID-I" | ||||
| #define MSG_PID_D                           "PID-D" | ||||
| #define MSG_PID_C                           "PID-C" | ||||
| #define MSG_E1                              " E1" | ||||
| #define MSG_E2                              " E2" | ||||
| #define MSG_E3                              " E3" | ||||
| #define MSG_E4                              " E4" | ||||
| #define MSG_ACC                             "Accel" | ||||
| #define MSG_VXY_JERK                        "Vxy-jerk" | ||||
| #define MSG_VZ_JERK                         "Vz-jerk" | ||||
| @ -108,10 +131,14 @@ | ||||
| #define MSG_ZSTEPS                          "Zsteps/mm" | ||||
| #define MSG_ESTEPS                          "Esteps/mm" | ||||
| #define MSG_TEMPERATURE                     "Temperatur" | ||||
| #define MSG_MOTION                          "Motion" | ||||
| #define MSG_MOTION                          "Bevægelse" | ||||
| #define MSG_VOLUMETRIC                      "Filament" | ||||
| #define MSG_VOLUMETRIC_ENABLED              "E in mm3" | ||||
| #define MSG_FILAMENT_DIAM                   "Fil. Dia." | ||||
| #define MSG_DIAM_E1                         " 1" | ||||
| #define MSG_DIAM_E2                         " 2" | ||||
| #define MSG_DIAM_E3                         " 3" | ||||
| #define MSG_DIAM_E4                         " 4" | ||||
| #define MSG_CONTRAST                        "LCD kontrast" | ||||
| #define MSG_STORE_EPROM                     "Gem i EEPROM" | ||||
| #define MSG_LOAD_EPROM                      "Hent fra EEPROM" | ||||
| @ -132,7 +159,7 @@ | ||||
| #define MSG_NO_MOVE                         "Ingen bevægelse." | ||||
| #define MSG_KILLED                          "DRÆBT. " | ||||
| #define MSG_STOPPED                         "STOPPET. " | ||||
| #define MSG_CONTROL_RETRACT                 "Tilbagetraek mm" | ||||
| #define MSG_CONTROL_RETRACT                 "Tilbagetræk mm" | ||||
| #define MSG_CONTROL_RETRACT_SWAP            "Skift Re.mm" | ||||
| #define MSG_CONTROL_RETRACTF                "Tilbagetræk V" | ||||
| #define MSG_CONTROL_RETRACT_ZLIFT           "Hop mm" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user