My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

language_da.h 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. *
  5. * Based on Sprinter and grbl.
  6. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. /**
  23. * Danish
  24. *
  25. * LCD Menu Messages
  26. * See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
  27. *
  28. */
  29. #ifndef LANGUAGE_DA_H
  30. #define LANGUAGE_DA_H
  31. #define MAPPER_C2C3
  32. // Define SIMULATE_ROMFONT to see what is seen on the character based display defined in Configuration.h
  33. //#define SIMULATE_ROMFONT
  34. #define DISPLAY_CHARSET_ISO10646_1
  35. #define WELCOME_MSG MACHINE_NAME " er klar"
  36. #define MSG_SD_INSERTED "Kort isat"
  37. #define MSG_SD_REMOVED "Kort fjernet"
  38. #define MSG_LCD_ENDSTOPS "Endstops" // Max length 8 characters
  39. #define MSG_MAIN "Menu"
  40. #define MSG_AUTOSTART "Autostart"
  41. #define MSG_DISABLE_STEPPERS "Slå alle steppere fra"
  42. #define MSG_AUTO_HOME "Auto Home" // G28
  43. #define MSG_AUTO_HOME_X "Home X"
  44. #define MSG_AUTO_HOME_Y "Home Y"
  45. #define MSG_AUTO_HOME_Z "Home Z"
  46. #define MSG_LEVEL_BED_HOMING "Homing XYZ"
  47. #define MSG_LEVEL_BED_WAITING "Tryk for at starte bed level"
  48. #define MSG_LEVEL_BED_NEXT_POINT "Næste punkt"
  49. #define MSG_LEVEL_BED_DONE "Bed level er færdig!"
  50. #define MSG_LEVEL_BED_CANCEL "Annuller bed level"
  51. #define MSG_SET_HOME_OFFSETS "Sæt forskyding af home"
  52. #define MSG_HOME_OFFSETS_APPLIED "Forskydninger af home pos. er tilføjet"
  53. #define MSG_SET_ORIGIN "Sæt origin"
  54. #define MSG_PREHEAT_1 "Forvarm PLA"
  55. #define MSG_PREHEAT_1_N "Forvarm PLA "
  56. #define MSG_PREHEAT_1_ALL "Forvarm PLA Alle"
  57. #define MSG_PREHEAT_1_BEDONLY "Forvarm PLA Bed"
  58. #define MSG_PREHEAT_1_SETTINGS "Forvarm PLA conf"
  59. #define MSG_PREHEAT_2 "Forvarm ABS"
  60. #define MSG_PREHEAT_2_N "Forvarm ABS "
  61. #define MSG_PREHEAT_2_ALL "Forvarm ABS Alle"
  62. #define MSG_PREHEAT_2_BEDONLY "Forvarm ABS Bed"
  63. #define MSG_PREHEAT_2_SETTINGS "Forvarm ABS conf"
  64. #define MSG_H1 "1"
  65. #define MSG_H2 "2"
  66. #define MSG_H3 "3"
  67. #define MSG_H4 "4"
  68. #define MSG_COOLDOWN "Afkøl"
  69. #define MSG_SWITCH_PS_ON "Slå strøm til"
  70. #define MSG_SWITCH_PS_OFF "Slå strøm fra"
  71. #define MSG_EXTRUDE "Extruder"
  72. #define MSG_RETRACT "Retract"
  73. #define MSG_MOVE_AXIS "Flyt akser"
  74. #define MSG_LEVEL_BED "Juster bed"
  75. #define MSG_MOVE_X "Flyt X"
  76. #define MSG_MOVE_Y "Flyt Y"
  77. #define MSG_MOVE_Z "Flyt Z"
  78. #define MSG_MOVE_E "Extruder"
  79. #define MSG_MOVE_E1 "1"
  80. #define MSG_MOVE_E2 "2"
  81. #define MSG_MOVE_E3 "3"
  82. #define MSG_MOVE_E4 "4"
  83. #define MSG_MOVE_01MM "Flyt 0.1mm"
  84. #define MSG_MOVE_1MM "Flyt 1mm"
  85. #define MSG_MOVE_10MM "Flyt 10mm"
  86. #define MSG_SPEED "Hastighed"
  87. #define MSG_BED_Z "Plade Z"
  88. #define MSG_NOZZLE "Dyse"
  89. #define MSG_N1 " 1"
  90. #define MSG_N2 " 2"
  91. #define MSG_N3 " 3"
  92. #define MSG_N4 " 4"
  93. #define MSG_BED "Plade"
  94. #define MSG_FAN_SPEED "Blæser hastighed"
  95. #define MSG_FLOW "Flow"
  96. #define MSG_CONTROL "Kontrol"
  97. #define MSG_MIN " \002 Min"
  98. #define MSG_MAX " \002 Max"
  99. #define MSG_FACTOR " \002 Fact"
  100. #define MSG_AUTOTEMP "Autotemp"
  101. #define MSG_ON "Til "
  102. #define MSG_OFF "Fra"
  103. #define MSG_PID_P "PID-P"
  104. #define MSG_PID_I "PID-I"
  105. #define MSG_PID_D "PID-D"
  106. #define MSG_PID_C "PID-C"
  107. #define MSG_E1 " E1"
  108. #define MSG_E2 " E2"
  109. #define MSG_E3 " E3"
  110. #define MSG_E4 " E4"
  111. #define MSG_ACC "Accel"
  112. #define MSG_VXY_JERK "Vxy-jerk"
  113. #define MSG_VZ_JERK "Vz-jerk"
  114. #define MSG_VE_JERK "Ve-jerk"
  115. #define MSG_VMAX "Vmax "
  116. #define MSG_X "X"
  117. #define MSG_Y "Y"
  118. #define MSG_Z "Z"
  119. #define MSG_E "E"
  120. #define MSG_VMIN "Vmin"
  121. #define MSG_VTRAV_MIN "VTrav min"
  122. #define MSG_AMAX "Amax "
  123. #define MSG_A_RETRACT "A-retract"
  124. #define MSG_A_TRAVEL "A-rejse"
  125. #define MSG_XSTEPS "Xsteps/mm"
  126. #define MSG_YSTEPS "Ysteps/mm"
  127. #define MSG_ZSTEPS "Zsteps/mm"
  128. #define MSG_ESTEPS "Esteps/mm"
  129. #define MSG_TEMPERATURE "Temperatur"
  130. #define MSG_MOTION "Bevægelse"
  131. #define MSG_VOLUMETRIC "Filament"
  132. #define MSG_VOLUMETRIC_ENABLED "E in mm3"
  133. #define MSG_FILAMENT_DIAM "Fil. Dia."
  134. #define MSG_DIAM_E1 " 1"
  135. #define MSG_DIAM_E2 " 2"
  136. #define MSG_DIAM_E3 " 3"
  137. #define MSG_DIAM_E4 " 4"
  138. #define MSG_CONTRAST "LCD kontrast"
  139. #define MSG_STORE_EPROM "Gem i EEPROM"
  140. #define MSG_LOAD_EPROM "Hent fra EEPROM"
  141. #define MSG_RESTORE_FAILSAFE "Gendan failsafe"
  142. #define MSG_REFRESH "Genopfrisk"
  143. #define MSG_WATCH "Info skærm"
  144. #define MSG_PREPARE "Forbered"
  145. #define MSG_TUNE "Tune"
  146. #define MSG_PAUSE_PRINT "Pause printet"
  147. #define MSG_RESUME_PRINT "Forsæt printet"
  148. #define MSG_STOP_PRINT "Stop printet"
  149. #define MSG_CARD_MENU "Print fra SD"
  150. #define MSG_NO_CARD "Intet SD kort"
  151. #define MSG_DWELL "Dvale..."
  152. #define MSG_USERWAIT "Venter på bruger..."
  153. #define MSG_RESUMING "Forsætter printet"
  154. #define MSG_PRINT_ABORTED "Print annulleret"
  155. #define MSG_NO_MOVE "Ingen bevægelse."
  156. #define MSG_KILLED "DRÆBT. "
  157. #define MSG_STOPPED "STOPPET. "
  158. #define MSG_CONTROL_RETRACT "Tilbagetræk mm"
  159. #define MSG_CONTROL_RETRACT_SWAP "Skift Re.mm"
  160. #define MSG_CONTROL_RETRACTF "Tilbagetræk V"
  161. #define MSG_CONTROL_RETRACT_ZLIFT "Hop mm"
  162. #define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
  163. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "S UnRet+mm"
  164. #define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
  165. #define MSG_AUTORETRACT "AutoRetr."
  166. #define MSG_FILAMENTCHANGE "Skift filament"
  167. #define MSG_INIT_SDCARD "Init. SD card"
  168. #define MSG_CNG_SDCARD "Skift SD kort"
  169. #define MSG_ZPROBE_OUT "Probe udenfor plade"
  170. #define MSG_HOME "Home" // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
  171. #define MSG_FIRST "first"
  172. #define MSG_ZPROBE_ZOFFSET "Z Offset"
  173. #define MSG_BABYSTEP_X "Babystep X"
  174. #define MSG_BABYSTEP_Y "Babystep Y"
  175. #define MSG_BABYSTEP_Z "Babystep Z"
  176. #define MSG_ENDSTOP_ABORT "Endstop abort"
  177. #define MSG_HEATING_FAILED_LCD "Opvarmning mislykkedes"
  178. #define MSG_ERR_REDUNDANT_TEMP "Fejl: reserve temp"
  179. #define MSG_THERMAL_RUNAWAY "Temp løber løbsk"
  180. #define MSG_ERR_MAXTEMP "Fejl: Maks temp"
  181. #define MSG_ERR_MINTEMP "Fejl: Min temp"
  182. #define MSG_ERR_MAXTEMP_BED "Fejl: Maks Plsde temp"
  183. #define MSG_ERR_MINTEMP_BED "Fejl: Min Plade temp"
  184. #define MSG_HEATING "Opvarmer..."
  185. #define MSG_HEATING_COMPLETE "Opvarmet"
  186. #define MSG_BED_HEATING "Opvarmer plade"
  187. #define MSG_BED_DONE "Plade opvarmet"
  188. #define MSG_DELTA_CALIBRATE "Delta Kalibrering"
  189. #define MSG_DELTA_CALIBRATE_X "Kalibrer X"
  190. #define MSG_DELTA_CALIBRATE_Y "Kalibrer Y"
  191. #define MSG_DELTA_CALIBRATE_Z "Kalibrer Z"
  192. #define MSG_DELTA_CALIBRATE_CENTER "Kalibrerings Center"
  193. #endif // LANGUAGE_DA_H