Richard Wackerbarth
9 years ago
1 changed files with 148 additions and 0 deletions
@ -0,0 +1,148 @@ |
|||||
|
/**
|
||||
|
* Danish |
||||
|
* |
||||
|
* LCD Menu Messages |
||||
|
* See also documentation/LCDLanguageFont.md |
||||
|
* |
||||
|
*/ |
||||
|
#ifndef LANGUAGE_DA_H |
||||
|
#define LANGUAGE_DA_H |
||||
|
|
||||
|
#define MAPPER_C2C3 |
||||
|
// Define SIMULATE_ROMFONT to see what is seen on the character based display defined in Configuration.h
|
||||
|
//#define SIMULATE_ROMFONT
|
||||
|
#define DISPLAY_CHARSET_ISO10646_1 |
||||
|
|
||||
|
#define MSG_MAIN "Menu" |
||||
|
#define WELCOME_MSG MACHINE_NAME " er klar" |
||||
|
#define MSG_SD_INSERTED "Kort isat" |
||||
|
#define MSG_SD_REMOVED "Kort fjernet" |
||||
|
#define MSG_AUTOSTART "Autostart" |
||||
|
#define MSG_AUTO_HOME "Home" // G28
|
||||
|
#define MSG_COOLDOWN "Afkøl" |
||||
|
#define MSG_DISABLE_STEPPERS "Slå stepper fra" |
||||
|
#define MSG_SET_HOME_OFFSETS "Sæt home offsets" |
||||
|
#define MSG_SET_ORIGIN "Sæt origin" |
||||
|
#define MSG_SWITCH_PS_ON "Slå strøm til" |
||||
|
#define MSG_SWITCH_PS_OFF "Slå strøm fra" |
||||
|
#define MSG_PREHEAT_PLA "Forvarm PLA" |
||||
|
#define MSG_PREHEAT_PLA_N "Forvarm PLA " |
||||
|
#define MSG_PREHEAT_PLA_ALL "Forvarm PLA Alle" |
||||
|
#define MSG_PREHEAT_PLA_BEDONLY "Forvarm PLA Bed" |
||||
|
#define MSG_PREHEAT_PLA_SETTINGS "Forvarm PLA conf" |
||||
|
#define MSG_PREHEAT_ABS "Forvarm ABS" |
||||
|
#define MSG_PREHEAT_ABS_N "Forvarm ABS " |
||||
|
#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_EXTRUDE "Extruder" |
||||
|
#define MSG_RETRACT "Retract" |
||||
|
#define MSG_MOVE_AXIS "Flyt akser" |
||||
|
#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 "Extruder2" |
||||
|
#define MSG_MOVE_E2 "Extruder3" |
||||
|
#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_NOZZLE "Dyse" |
||||
|
#define MSG_NOZZLE1 "Dyse2" |
||||
|
#define MSG_NOZZLE2 "Dyse3" |
||||
|
#define MSG_BED "Plade" |
||||
|
#define MSG_FAN_SPEED "Blæser hastighed" |
||||
|
#define MSG_FLOW "Flow" |
||||
|
#define MSG_FLOW0 "Flow 0" |
||||
|
#define MSG_FLOW1 "Flow 1" |
||||
|
#define MSG_FLOW2 "Flow 2" |
||||
|
#define MSG_CONTROL "Kontrol" |
||||
|
#define MSG_MIN " \002 Min" |
||||
|
#define MSG_MAX " \002 Max" |
||||
|
#define MSG_FACTOR " \002 Fact" |
||||
|
#define MSG_AUTOTEMP "Autotemp" |
||||
|
#define MSG_ON "On " |
||||
|
#define MSG_OFF "Off" |
||||
|
#define MSG_PID_P "PID-P" |
||||
|
#define MSG_PID_I "PID-I" |
||||
|
#define MSG_PID_D "PID-D" |
||||
|
#define MSG_PID_C "PID-C" |
||||
|
#define MSG_ACC "Accel" |
||||
|
#define MSG_VXY_JERK "Vxy-jerk" |
||||
|
#define MSG_VZ_JERK "Vz-jerk" |
||||
|
#define MSG_VE_JERK "Ve-jerk" |
||||
|
#define MSG_VMAX "Vmax " |
||||
|
#define MSG_X "x" |
||||
|
#define MSG_Y "y" |
||||
|
#define MSG_Z "z" |
||||
|
#define MSG_E "e" |
||||
|
#define MSG_VMIN "Vmin" |
||||
|
#define MSG_VTRAV_MIN "VTrav min" |
||||
|
#define MSG_AMAX "Amax " |
||||
|
#define MSG_A_RETRACT "A-retract" |
||||
|
#define MSG_XSTEPS "Xsteps/mm" |
||||
|
#define MSG_YSTEPS "Ysteps/mm" |
||||
|
#define MSG_ZSTEPS "Zsteps/mm" |
||||
|
#define MSG_ESTEPS "Esteps/mm" |
||||
|
#define MSG_TEMPERATURE "Temperatur" |
||||
|
#define MSG_MOTION "Motion" |
||||
|
#define MSG_VOLUMETRIC "Filament" |
||||
|
#define MSG_VOLUMETRIC_ENABLED "E in mm3" |
||||
|
#define MSG_FILAMENT_SIZE_EXTRUDER_0 "Fil. Dia. 1" |
||||
|
#define MSG_FILAMENT_SIZE_EXTRUDER_1 "Fil. Dia. 2" |
||||
|
#define MSG_FILAMENT_SIZE_EXTRUDER_2 "Fil. Dia. 3" |
||||
|
#define MSG_CONTRAST "LCD kontrast" |
||||
|
#define MSG_STORE_EPROM "Gem i EEPROM" |
||||
|
#define MSG_LOAD_EPROM "Hent fra EEPROM" |
||||
|
#define MSG_RESTORE_FAILSAFE "Gendan failsafe" |
||||
|
#define MSG_REFRESH "Genopfrisk" |
||||
|
#define MSG_WATCH "Info skærm" |
||||
|
#define MSG_PREPARE "Forbered" |
||||
|
#define MSG_TUNE "Tune" |
||||
|
#define MSG_PAUSE_PRINT "Pause printet" |
||||
|
#define MSG_RESUME_PRINT "Forsæt printet" |
||||
|
#define MSG_STOP_PRINT "Stop printet" |
||||
|
#define MSG_CARD_MENU "Print fra SD" |
||||
|
#define MSG_NO_CARD "Intet SD kort" |
||||
|
#define MSG_DWELL "Dvale..." |
||||
|
#define MSG_USERWAIT "Venter på bruger..." |
||||
|
#define MSG_RESUMING "Forsætter printet" |
||||
|
#define MSG_PRINT_ABORTED "Print annuleret" |
||||
|
#define MSG_NO_MOVE "No move." |
||||
|
#define MSG_KILLED "KILLED. " |
||||
|
#define MSG_STOPPED "STOPPED. " |
||||
|
#define MSG_CONTROL_RETRACT "Tilbagetraek mm" |
||||
|
#define MSG_CONTROL_RETRACT_SWAP "Skift Re.mm" |
||||
|
#define MSG_CONTROL_RETRACTF "Tilbagetræk V" |
||||
|
#define MSG_CONTROL_RETRACT_ZLIFT "Hop mm" |
||||
|
#define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm" |
||||
|
#define MSG_CONTROL_RETRACT_RECOVER_SWAP "S UnRet+mm" |
||||
|
#define MSG_CONTROL_RETRACT_RECOVERF "UnRet V" |
||||
|
#define MSG_AUTORETRACT "AutoRetr." |
||||
|
#define MSG_ZPROBE_OUT "Probe udenfor plade" |
||||
|
#define MSG_FILAMENTCHANGE "Skift filament" |
||||
|
#define MSG_INIT_SDCARD "Init. SD card" |
||||
|
#define MSG_CNG_SDCARD "Skift SD kort" |
||||
|
#define MSG_POSITION_UNKNOWN "Home X/Y før Z" |
||||
|
#define MSG_ZPROBE_ZOFFSET "Z Offset" |
||||
|
#define MSG_BABYSTEP_X "Babystep X" |
||||
|
#define MSG_BABYSTEP_Y "Babystep Y" |
||||
|
#define MSG_BABYSTEP_Z "Babystep Z" |
||||
|
#define MSG_END_HOUR "Timer" |
||||
|
#define MSG_END_MINUTE "Minutter" |
||||
|
#define MSG_HEATING "Opvarmer..." |
||||
|
#define MSG_HEATING_COMPLETE "Opvarmet" |
||||
|
#define MSG_BED_HEATING "Opvarmer plade" |
||||
|
#define MSG_BED_DONE "Plade opvarmet" |
||||
|
#define MSG_ENDSTOP_ABORT "Endstop abort" |
||||
|
|
||||
|
#ifdef DELTA_CALIBRATION_MENU |
||||
|
#define MSG_DELTA_CALIBRATE "Delta Kalibrering" |
||||
|
#define MSG_DELTA_CALIBRATE_X "Kalibrer X" |
||||
|
#define MSG_DELTA_CALIBRATE_Y "Kalibrer Y" |
||||
|
#define MSG_DELTA_CALIBRATE_Z "Kalibrer Z" |
||||
|
#define MSG_DELTA_CALIBRATE_CENTER "Kalibrerings Center" |
||||
|
#endif // DELTA_CALIBRATION_MENU
|
||||
|
|
||||
|
#endif // LANGUAGE_DA_H
|
Loading…
Reference in new issue