2016-03-25 06:19:46 +00:00
|
|
|
/**
|
2016-03-24 18:01:20 +00:00
|
|
|
* Marlin 3D Printer Firmware
|
|
|
|
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
|
|
|
*
|
|
|
|
* Based on Sprinter and grbl.
|
|
|
|
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
|
|
|
|
*
|
|
|
|
* This program is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2015-07-30 23:03:34 +00:00
|
|
|
/**
|
|
|
|
* Danish
|
|
|
|
*
|
|
|
|
* LCD Menu Messages
|
2016-03-22 10:58:41 +00:00
|
|
|
* See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
2015-07-30 23:03:34 +00:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
#ifndef LANGUAGE_DA_H
|
|
|
|
#define LANGUAGE_DA_H
|
|
|
|
|
|
|
|
#define MAPPER_C2C3
|
|
|
|
#define DISPLAY_CHARSET_ISO10646_1
|
|
|
|
|
|
|
|
#define WELCOME_MSG MACHINE_NAME " er klar"
|
|
|
|
#define MSG_SD_INSERTED "Kort isat"
|
|
|
|
#define MSG_SD_REMOVED "Kort fjernet"
|
2016-05-31 12:57:52 +00:00
|
|
|
#define MSG_LCD_ENDSTOPS "Endstops" // Max length 8 characters
|
2016-05-08 16:38:28 +00:00
|
|
|
#define MSG_MAIN "Menu"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_AUTOSTART "Autostart"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_DISABLE_STEPPERS "Slå alle steppere fra"
|
2016-05-31 12:57:52 +00:00
|
|
|
#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"
|
2016-04-02 00:43:04 +00:00
|
|
|
#define MSG_LEVEL_BED_HOMING "Homing XYZ"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_LEVEL_BED_WAITING "Klik når du er klar"
|
|
|
|
#define MSG_LEVEL_BED_NEXT_POINT "Næste punkt"
|
|
|
|
#define MSG_LEVEL_BED_DONE "Bed level er færdig!"
|
2016-05-31 12:24:33 +00:00
|
|
|
#define MSG_LEVEL_BED_CANCEL "Annuller bed level"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_SET_HOME_OFFSETS "Sæt forsk. af home"
|
2016-08-15 11:26:32 +00:00
|
|
|
#define MSG_HOME_OFFSETS_APPLIED "Forsk. er nu aktiv"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_SET_ORIGIN "Sæt origin"
|
2016-07-09 22:20:12 +00:00
|
|
|
#define MSG_PREHEAT_1 "Forvarm PLA"
|
|
|
|
#define MSG_PREHEAT_1_N "Forvarm PLA "
|
|
|
|
#define MSG_PREHEAT_1_ALL "Forvarm PLA Alle"
|
|
|
|
#define MSG_PREHEAT_1_BEDONLY "Forvarm PLA Bed"
|
|
|
|
#define MSG_PREHEAT_1_SETTINGS "Forvarm PLA conf"
|
|
|
|
#define MSG_PREHEAT_2 "Forvarm ABS"
|
|
|
|
#define MSG_PREHEAT_2_N "Forvarm ABS "
|
|
|
|
#define MSG_PREHEAT_2_ALL "Forvarm ABS Alle"
|
|
|
|
#define MSG_PREHEAT_2_BEDONLY "Forvarm ABS Bed"
|
|
|
|
#define MSG_PREHEAT_2_SETTINGS "Forvarm ABS conf"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_COOLDOWN "Afkøl"
|
|
|
|
#define MSG_SWITCH_PS_ON "Slå strøm til"
|
|
|
|
#define MSG_SWITCH_PS_OFF "Slå strøm fra"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_EXTRUDE "Extruder"
|
|
|
|
#define MSG_RETRACT "Retract"
|
|
|
|
#define MSG_MOVE_AXIS "Flyt akser"
|
2016-05-31 12:57:52 +00:00
|
|
|
#define MSG_LEVEL_BED "Juster bed"
|
2015-07-30 23:03:34 +00:00
|
|
|
#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_01MM "Flyt 0.1mm"
|
|
|
|
#define MSG_MOVE_1MM "Flyt 1mm"
|
|
|
|
#define MSG_MOVE_10MM "Flyt 10mm"
|
|
|
|
#define MSG_SPEED "Hastighed"
|
2016-05-08 16:38:28 +00:00
|
|
|
#define MSG_BED_Z "Plade Z"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_NOZZLE "Dyse"
|
2016-08-15 11:26:32 +00:00
|
|
|
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_BED "Plade"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_FAN_SPEED "Blæser hastighed"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_FLOW "Flow"
|
|
|
|
#define MSG_CONTROL "Kontrol"
|
|
|
|
#define MSG_MIN " \002 Min"
|
|
|
|
#define MSG_MAX " \002 Max"
|
|
|
|
#define MSG_FACTOR " \002 Fact"
|
|
|
|
#define MSG_AUTOTEMP "Autotemp"
|
2016-04-07 11:42:27 +00:00
|
|
|
#define MSG_ON "Til "
|
|
|
|
#define MSG_OFF "Fra"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_PID_P "PID-P"
|
|
|
|
#define MSG_PID_I "PID-I"
|
|
|
|
#define MSG_PID_D "PID-D"
|
|
|
|
#define MSG_PID_C "PID-C"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_SELECT "Vælg"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_ACC "Accel"
|
2016-10-02 09:37:13 +00:00
|
|
|
#define MSG_VX_JERK "Vx-jerk"
|
|
|
|
#define MSG_VY_JERK "Vy-jerk"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_VZ_JERK "Vz-jerk"
|
|
|
|
#define MSG_VE_JERK "Ve-jerk"
|
|
|
|
#define MSG_VMAX "Vmax "
|
|
|
|
#define MSG_VMIN "Vmin"
|
|
|
|
#define MSG_VTRAV_MIN "VTrav min"
|
|
|
|
#define MSG_AMAX "Amax "
|
|
|
|
#define MSG_A_RETRACT "A-retract"
|
2016-04-07 10:40:47 +00:00
|
|
|
#define MSG_A_TRAVEL "A-rejse"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_XSTEPS "Xsteps/mm"
|
|
|
|
#define MSG_YSTEPS "Ysteps/mm"
|
|
|
|
#define MSG_ZSTEPS "Zsteps/mm"
|
|
|
|
#define MSG_ESTEPS "Esteps/mm"
|
2016-12-08 10:57:41 +00:00
|
|
|
#define MSG_E1STEPS "E1steps/mm"
|
|
|
|
#define MSG_E2STEPS "E2steps/mm"
|
|
|
|
#define MSG_E3STEPS "E3steps/mm"
|
|
|
|
#define MSG_E4STEPS "E4steps/mm"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_TEMPERATURE "Temperatur"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_MOTION "Bevægelse"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_VOLUMETRIC "Filament"
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_VOLUMETRIC_ENABLED "E i mm3"
|
2015-09-12 02:52:01 +00:00
|
|
|
#define MSG_FILAMENT_DIAM "Fil. Dia."
|
2015-07-30 23:03:34 +00:00
|
|
|
#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"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_WATCH "Info skærm"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_PREPARE "Forbered"
|
|
|
|
#define MSG_TUNE "Tune"
|
|
|
|
#define MSG_PAUSE_PRINT "Pause printet"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_RESUME_PRINT "Forsæt printet"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_STOP_PRINT "Stop printet"
|
|
|
|
#define MSG_CARD_MENU "Print fra SD"
|
|
|
|
#define MSG_NO_CARD "Intet SD kort"
|
|
|
|
#define MSG_DWELL "Dvale..."
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_USERWAIT "Venter på bruger..."
|
|
|
|
#define MSG_RESUMING "Forsætter printet"
|
2016-04-07 11:42:27 +00:00
|
|
|
#define MSG_PRINT_ABORTED "Print annulleret"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_NO_MOVE "Ingen bevægelse."
|
|
|
|
#define MSG_KILLED "DRÆBT. "
|
2016-04-07 11:42:27 +00:00
|
|
|
#define MSG_STOPPED "STOPPET. "
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_CONTROL_RETRACT "Tilbagetræk mm"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_CONTROL_RETRACT_SWAP "Skift Re.mm"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_CONTROL_RETRACTF "Tilbagetræk V"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_CONTROL_RETRACT_ZLIFT "Hop mm"
|
|
|
|
#define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_CONTROL_RETRACT_RECOVER_SWAP "Skift UnRet+mm"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
|
|
|
|
#define MSG_AUTORETRACT "AutoRetr."
|
|
|
|
#define MSG_FILAMENTCHANGE "Skift filament"
|
|
|
|
#define MSG_INIT_SDCARD "Init. SD card"
|
|
|
|
#define MSG_CNG_SDCARD "Skift SD kort"
|
2016-04-23 04:27:05 +00:00
|
|
|
#define MSG_ZPROBE_OUT "Probe udenfor plade"
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_BLTOUCH_SELFTEST "BLTouch Selv-Test"
|
|
|
|
#define MSG_BLTOUCH_RESET "Reset BLTouch"
|
2016-06-27 22:46:40 +00:00
|
|
|
#define MSG_HOME "Home" // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_FIRST "først"
|
2015-07-30 23:03:34 +00:00
|
|
|
#define MSG_ZPROBE_ZOFFSET "Z Offset"
|
|
|
|
#define MSG_BABYSTEP_X "Babystep X"
|
|
|
|
#define MSG_BABYSTEP_Y "Babystep Y"
|
|
|
|
#define MSG_BABYSTEP_Z "Babystep Z"
|
2016-04-23 04:27:05 +00:00
|
|
|
#define MSG_ENDSTOP_ABORT "Endstop abort"
|
2016-08-15 11:26:32 +00:00
|
|
|
#define MSG_HEATING_FAILED_LCD "Opvarmning fejlet"
|
2016-04-07 10:40:47 +00:00
|
|
|
#define MSG_ERR_REDUNDANT_TEMP "Fejl: reserve temp"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_THERMAL_RUNAWAY "Temp løber løbsk"
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_ERR_MAXTEMP "Fejl: Maks temp"
|
|
|
|
#define MSG_ERR_MINTEMP "Fejl: Min temp"
|
|
|
|
#define MSG_ERR_MAXTEMP_BED "Fejl: Maks Plade temp"
|
|
|
|
#define MSG_ERR_MINTEMP_BED "Fejl: Min Plade temp"
|
|
|
|
#define MSG_ERR_Z_HOMING "G28 Z Forbudt"
|
|
|
|
#define MSG_HALTED "PRINTER STOPPET"
|
|
|
|
#define MSG_PLEASE_RESET "Reset Venligst"
|
|
|
|
#define MSG_SHORT_DAY "d" // Kun et bogstav
|
|
|
|
#define MSG_SHORT_HOUR "h" // Kun et bogstav
|
|
|
|
#define MSG_SHORT_MINUTE "m" // Kun et bogstav
|
2016-05-08 16:38:28 +00:00
|
|
|
#define MSG_HEATING "Opvarmer..."
|
|
|
|
#define MSG_HEATING_COMPLETE "Opvarmet"
|
|
|
|
#define MSG_BED_HEATING "Opvarmer plade"
|
|
|
|
#define MSG_BED_DONE "Plade opvarmet"
|
2016-06-16 08:41:03 +00:00
|
|
|
#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"
|
2015-07-30 23:03:34 +00:00
|
|
|
|
2016-08-15 11:26:32 +00:00
|
|
|
#define MSG_INFO_MENU "Om Printer"
|
|
|
|
#define MSG_INFO_PRINTER_MENU "Printer Info"
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_INFO_STATS_MENU "Printer Stats"
|
|
|
|
#define MSG_INFO_BOARD_MENU "Kort Info"
|
2016-08-15 11:26:32 +00:00
|
|
|
#define MSG_INFO_THERMISTOR_MENU "Thermistors"
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_INFO_EXTRUDERS "Extruders"
|
2016-08-15 11:26:32 +00:00
|
|
|
#define MSG_INFO_BAUDRATE "Baud"
|
|
|
|
#define MSG_INFO_PROTOCOL "Protocol"
|
|
|
|
|
2016-11-18 04:17:14 +00:00
|
|
|
#if LCD_WIDTH >= 20
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_INFO_PRINT_COUNT "Ant. Prints"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_INFO_COMPLETED_PRINTS "Færdige"
|
2016-08-15 11:26:32 +00:00
|
|
|
#define MSG_INFO_PRINT_TIME "Total print tid"
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_INFO_PRINT_LONGEST "Længste print"
|
|
|
|
#define MSG_INFO_PRINT_FILAMENT "Total Extruderet"
|
2016-08-15 11:26:32 +00:00
|
|
|
#else
|
|
|
|
#define MSG_INFO_PRINT_COUNT "Prints"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_INFO_COMPLETED_PRINTS "Færdige"
|
2016-08-15 11:26:32 +00:00
|
|
|
#define MSG_INFO_PRINT_TIME "Total"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_INFO_PRINT_LONGEST "Længste"
|
2016-08-15 11:26:32 +00:00
|
|
|
#define MSG_INFO_PRINT_FILAMENT "Extruderet"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define MSG_INFO_MIN_TEMP "Min Temp"
|
|
|
|
#define MSG_INFO_MAX_TEMP "Max Temp"
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_INFO_PSU "Strømfors."
|
2016-08-15 11:26:32 +00:00
|
|
|
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_DRIVE_STRENGTH "Driv Styrke"
|
|
|
|
#define MSG_DAC_PERCENT "Driv %"
|
|
|
|
#define MSG_DAC_EEPROM_WRITE "DAC EEPROM Skriv"
|
2016-12-07 05:16:58 +00:00
|
|
|
|
2016-08-15 11:26:32 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_HEADER "SKIFT FILAMENT"
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_OPTION_HEADER "Skift muligheder:"
|
2016-08-15 11:26:32 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE "Extruder mere"
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_OPTION_RESUME "Forsæt print"
|
2016-08-15 11:26:32 +00:00
|
|
|
|
|
|
|
#if LCD_HEIGHT >= 4
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_1 "Vent på start"
|
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_2 "af filament"
|
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_3 "skift"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 "Vent på"
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_2 "filament udskyd."
|
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_1 "Indsæt filament"
|
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_2 "og tryk på knap"
|
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_3 "for at fortsætte..."
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_1 "Vent på"
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_2 "filament indtag"
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 "Vent på"
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_2 "filament extrudering"
|
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_1 "Vent på at print"
|
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_2 "fortsætter"
|
2016-08-15 11:26:32 +00:00
|
|
|
#else // LCD_HEIGHT < 4
|
|
|
|
#define MSG_FILAMENT_CHANGE_INIT_1 "Vent venligst..."
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 "Udskyder..."
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_INSERT_1 "Indsæt og klik"
|
2016-11-10 19:53:42 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_1 "Indtager..."
|
2016-08-15 11:26:32 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 "Extrudere..."
|
2016-08-28 14:51:06 +00:00
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_1 "Fortsætter..."
|
2016-08-15 11:26:32 +00:00
|
|
|
#endif // LCD_HEIGHT < 4
|
|
|
|
|
2015-07-30 23:03:34 +00:00
|
|
|
#endif // LANGUAGE_DA_H
|