My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

language_da.h 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. /**
  2. * Danish
  3. *
  4. * LCD Menu Messages
  5. * See also documentation/LCDLanguageFont.md
  6. *
  7. */
  8. #ifndef LANGUAGE_DA_H
  9. #define LANGUAGE_DA_H
  10. #define MAPPER_C2C3
  11. // Define SIMULATE_ROMFONT to see what is seen on the character based display defined in Configuration.h
  12. //#define SIMULATE_ROMFONT
  13. #define DISPLAY_CHARSET_ISO10646_1
  14. #define MSG_MAIN "Menu"
  15. #define WELCOME_MSG MACHINE_NAME " er klar"
  16. #define MSG_SD_INSERTED "Kort isat"
  17. #define MSG_SD_REMOVED "Kort fjernet"
  18. #define MSG_AUTOSTART "Autostart"
  19. #define MSG_AUTO_HOME "Home" // G28
  20. #define MSG_COOLDOWN "Afkøl"
  21. #define MSG_DISABLE_STEPPERS "Slå stepper fra"
  22. #define MSG_LEVEL_BED_HOMING "Homing"
  23. #define MSG_SET_HOME_OFFSETS "Sæt home offsets"
  24. #define MSG_SET_ORIGIN "Sæt origin"
  25. #define MSG_SWITCH_PS_ON "Slå strøm til"
  26. #define MSG_SWITCH_PS_OFF "Slå strøm fra"
  27. #define MSG_PREHEAT_PLA "Forvarm PLA"
  28. #define MSG_PREHEAT_PLA_N "Forvarm PLA "
  29. #define MSG_PREHEAT_PLA_ALL "Forvarm PLA Alle"
  30. #define MSG_PREHEAT_PLA_BEDONLY "Forvarm PLA Bed"
  31. #define MSG_PREHEAT_PLA_SETTINGS "Forvarm PLA conf"
  32. #define MSG_PREHEAT_ABS "Forvarm ABS"
  33. #define MSG_PREHEAT_ABS_N "Forvarm ABS "
  34. #define MSG_PREHEAT_ABS_ALL "Forvarm ABS Alle"
  35. #define MSG_PREHEAT_ABS_BEDONLY "Forvarm ABS Bed"
  36. #define MSG_PREHEAT_ABS_SETTINGS "Forvarm ABS conf"
  37. #define MSG_EXTRUDE "Extruder"
  38. #define MSG_RETRACT "Retract"
  39. #define MSG_MOVE_AXIS "Flyt akser"
  40. #define MSG_MOVE_X "Flyt X"
  41. #define MSG_MOVE_Y "Flyt Y"
  42. #define MSG_MOVE_Z "Flyt Z"
  43. #define MSG_MOVE_E "Extruder"
  44. #define MSG_MOVE_01MM "Flyt 0.1mm"
  45. #define MSG_MOVE_1MM "Flyt 1mm"
  46. #define MSG_MOVE_10MM "Flyt 10mm"
  47. #define MSG_SPEED "Hastighed"
  48. #define MSG_NOZZLE "Dyse"
  49. #define MSG_NOZZLE1 "Dyse2"
  50. #define MSG_NOZZLE2 "Dyse3"
  51. #define MSG_BED "Plade"
  52. #define MSG_FAN_SPEED "Blæser hastighed"
  53. #define MSG_FLOW "Flow"
  54. #define MSG_CONTROL "Kontrol"
  55. #define MSG_MIN " \002 Min"
  56. #define MSG_MAX " \002 Max"
  57. #define MSG_FACTOR " \002 Fact"
  58. #define MSG_AUTOTEMP "Autotemp"
  59. #define MSG_ON "On "
  60. #define MSG_OFF "Off"
  61. #define MSG_PID_P "PID-P"
  62. #define MSG_PID_I "PID-I"
  63. #define MSG_PID_D "PID-D"
  64. #define MSG_PID_C "PID-C"
  65. #define MSG_ACC "Accel"
  66. #define MSG_VXY_JERK "Vxy-jerk"
  67. #define MSG_VZ_JERK "Vz-jerk"
  68. #define MSG_VE_JERK "Ve-jerk"
  69. #define MSG_VMAX "Vmax "
  70. #define MSG_X "x"
  71. #define MSG_Y "y"
  72. #define MSG_Z "z"
  73. #define MSG_E "e"
  74. #define MSG_VMIN "Vmin"
  75. #define MSG_VTRAV_MIN "VTrav min"
  76. #define MSG_AMAX "Amax "
  77. #define MSG_A_RETRACT "A-retract"
  78. #define MSG_XSTEPS "Xsteps/mm"
  79. #define MSG_YSTEPS "Ysteps/mm"
  80. #define MSG_ZSTEPS "Zsteps/mm"
  81. #define MSG_ESTEPS "Esteps/mm"
  82. #define MSG_TEMPERATURE "Temperatur"
  83. #define MSG_MOTION "Motion"
  84. #define MSG_VOLUMETRIC "Filament"
  85. #define MSG_VOLUMETRIC_ENABLED "E in mm3"
  86. #define MSG_FILAMENT_DIAM "Fil. Dia."
  87. #define MSG_CONTRAST "LCD kontrast"
  88. #define MSG_STORE_EPROM "Gem i EEPROM"
  89. #define MSG_LOAD_EPROM "Hent fra EEPROM"
  90. #define MSG_RESTORE_FAILSAFE "Gendan failsafe"
  91. #define MSG_REFRESH "Genopfrisk"
  92. #define MSG_WATCH "Info skærm"
  93. #define MSG_PREPARE "Forbered"
  94. #define MSG_TUNE "Tune"
  95. #define MSG_PAUSE_PRINT "Pause printet"
  96. #define MSG_RESUME_PRINT "Forsæt printet"
  97. #define MSG_STOP_PRINT "Stop printet"
  98. #define MSG_CARD_MENU "Print fra SD"
  99. #define MSG_NO_CARD "Intet SD kort"
  100. #define MSG_DWELL "Dvale..."
  101. #define MSG_USERWAIT "Venter på bruger..."
  102. #define MSG_RESUMING "Forsætter printet"
  103. #define MSG_PRINT_ABORTED "Print annuleret"
  104. #define MSG_NO_MOVE "No move."
  105. #define MSG_KILLED "KILLED. "
  106. #define MSG_STOPPED "STOPPED. "
  107. #define MSG_CONTROL_RETRACT "Tilbagetraek mm"
  108. #define MSG_CONTROL_RETRACT_SWAP "Skift Re.mm"
  109. #define MSG_CONTROL_RETRACTF "Tilbagetræk V"
  110. #define MSG_CONTROL_RETRACT_ZLIFT "Hop mm"
  111. #define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
  112. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "S UnRet+mm"
  113. #define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
  114. #define MSG_AUTORETRACT "AutoRetr."
  115. #define MSG_ZPROBE_OUT "Probe udenfor plade"
  116. #define MSG_FILAMENTCHANGE "Skift filament"
  117. #define MSG_INIT_SDCARD "Init. SD card"
  118. #define MSG_CNG_SDCARD "Skift SD kort"
  119. #define MSG_POSITION_UNKNOWN "Home X/Y før Z"
  120. #define MSG_ZPROBE_ZOFFSET "Z Offset"
  121. #define MSG_BABYSTEP_X "Babystep X"
  122. #define MSG_BABYSTEP_Y "Babystep Y"
  123. #define MSG_BABYSTEP_Z "Babystep Z"
  124. #define MSG_END_HOUR "Timer"
  125. #define MSG_END_MINUTE "Minutter"
  126. #define MSG_HEATING "Opvarmer..."
  127. #define MSG_HEATING_COMPLETE "Opvarmet"
  128. #define MSG_BED_HEATING "Opvarmer plade"
  129. #define MSG_BED_DONE "Plade opvarmet"
  130. #define MSG_ENDSTOP_ABORT "Endstop abort"
  131. #ifdef DELTA_CALIBRATION_MENU
  132. #define MSG_DELTA_CALIBRATE "Delta Kalibrering"
  133. #define MSG_DELTA_CALIBRATE_X "Kalibrer X"
  134. #define MSG_DELTA_CALIBRATE_Y "Kalibrer Y"
  135. #define MSG_DELTA_CALIBRATE_Z "Kalibrer Z"
  136. #define MSG_DELTA_CALIBRATE_CENTER "Kalibrerings Center"
  137. #endif // DELTA_CALIBRATION_MENU
  138. #endif // LANGUAGE_DA_H