language_da.h 14.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
/**
 * MK & MK4due 3D Printer Firmware
 *
 * Based on Marlin, Sprinter and grbl
 * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
 * Copyright (C) 2013 - 2016 Alberto Cotronei @MagoKimbra
 *
 * 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/>.
 *
 */

MagoKimbra's avatar
MagoKimbra committed
23 24 25 26 27 28 29 30 31 32 33 34 35
/**
 * Danish
 *
 * LCD Menu Messages
 * See also documentation/LCDLanguageFont.md
 *
 */
#ifndef LANGUAGE_DA_H
#define LANGUAGE_DA_H

#define MAPPER_C2C3
#define DISPLAY_CHARSET_ISO10646_1

MagoKimbra's avatar
MagoKimbra committed
36

MagoKimbra's avatar
MagoKimbra committed
37
#define WELCOME_MSG                         MACHINE_NAME " er klar"
MagoKimbra's avatar
MagoKimbra committed
38 39 40
#define MSG_SD                              "Kort"
#define MSG_SD_INSERTED                     MSG_SD " isat"
#define MSG_SD_REMOVED                      MSG_SD " fjernet"
MagoKimbra's avatar
MagoKimbra committed
41 42 43
#define MSG_MAIN                            "Main"
#define MSG_AUTOSTART                       "Autostart"
#define MSG_DISABLE_STEPPERS                "Disable steppers"
MagoKimbra's avatar
MagoKimbra committed
44
#define MSG_AUTO_HOME                       "Auto home"
MagoKimbra's avatar
MagoKimbra committed
45 46 47 48 49 50 51 52 53 54 55 56 57
#define MSG_MBL_SETTING                     "Manual Bed Leveling"
#define MSG_MBL_BUTTON                      " Press the button   "
#define MSG_MBL_INTRO                       " Leveling bed...    "
#define MSG_MBL_1                           " Adjust first point "
#define MSG_MBL_2                           " Adjust second point"
#define MSG_MBL_3                           " Adjust third point "
#define MSG_MBL_4                           " Adjust fourth point"
#define MSG_MBL_5                           "    Is it ok?       "
#define MSG_MBL_6                           " BED leveled!       "
#define MSG_SET_HOME_OFFSETS                "Set home offsets"
#define MSG_SET_ORIGIN                      "Set origin"
#define MSG_ONFOR                           "On x:"
#define MSG_PWRCONSUMED                     "P.er:"
MagoKimbra's avatar
MagoKimbra committed
58
#define MSG_FILCONSUMED                     "F:"
MagoKimbra's avatar
MagoKimbra committed
59 60 61 62
#define MSG_PREHEAT                         "Forvarm"
#define MSG_PREHEAT_PLA                     MSG_PREHEAT " PLA"
#define MSG_PREHEAT_PLA_ALL                 MSG_PREHEAT_PLA " Alle"
#define MSG_PREHEAT_PLA_BEDONLY             MSG_PREHEAT_PLA " Bed"
MagoKimbra's avatar
MagoKimbra committed
63
#define MSG_PREHEAT_PLA_SETTINGS            "PLA conf."
MagoKimbra's avatar
MagoKimbra committed
64 65 66
#define MSG_PREHEAT_ABS                     MSG_PREHEAT " ABS"
#define MSG_PREHEAT_ABS_ALL                 MSG_PREHEAT_ABS " Alle"
#define MSG_PREHEAT_ABS_BEDONLY             MSG_PREHEAT_ABS " Bed"
MagoKimbra's avatar
MagoKimbra committed
67
#define MSG_PREHEAT_ABS_SETTINGS            "ABS conf."
MagoKimbra's avatar
MagoKimbra committed
68 69 70
#define MSG_PREHEAT_GUM                     MSG_PREHEAT " GUM"
#define MSG_PREHEAT_GUM_ALL                 MSG_PREHEAT_GUM " Alle"
#define MSG_PREHEAT_GUM_BEDONLY             MSG_PREHEAT_GUM " Bed"
MagoKimbra's avatar
MagoKimbra committed
71
#define MSG_PREHEAT_GUM_SETTINGS            "GUM conf."
MagoKimbra's avatar
MagoKimbra committed
72 73
#define MSG_TOO_COLD_FOR_FILAMENTCHANGE     "Hotend too cold to change filament"
#define MSG_COOLDOWN                        "Afkøl"
MagoKimbra's avatar
MagoKimbra committed
74 75 76 77
#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"
MagoKimbra's avatar
MagoKimbra committed
78
#define MSG_PURGE                           "Purge"
MagoKimbra's avatar
MagoKimbra committed
79 80 81 82 83 84 85
#define MSG_LEVEL_BED                       "Level bed"
#define MSG_SPEED                           "Hastighed"
#define MSG_NOZZLE                          "Dyse"
#define MSG_BED                             "Plade"
#define MSG_FAN_SPEED                       "Blæser hastighed"
#define MSG_FLOW                            "Flow"
#define MSG_CONTROL                         "Kontrol"
MagoKimbra's avatar
MagoKimbra committed
86 87 88 89 90 91
#define MSG_STATS                           "Statistics"
#define MSG_FIX_LOSE_STEPS                  "Fix axis steps"
#define MSG_MIN                             LCD_STR_THERMOMETER " Min"
#define MSG_MAX                             LCD_STR_THERMOMETER " Max"
#define MSG_FACTOR                          LCD_STR_THERMOMETER " Fact"
#define MSG_IDLEOOZING                      "Anti oozing"
MagoKimbra's avatar
MagoKimbra committed
92
#define MSG_AUTOTEMP                        "Autotemp"
MagoKimbra's avatar
MagoKimbra committed
93 94
#define MSG_ON                              "ON "
#define MSG_OFF                             "OFF"
MagoKimbra's avatar
MagoKimbra committed
95 96 97
#define MSG_PID_P                           "PID-P"
#define MSG_PID_I                           "PID-I"
#define MSG_PID_D                           "PID-D"
MagoKimbra's avatar
MagoKimbra committed
98
#define MSG_PID_C                           "PID-C"
MagoKimbra's avatar
MagoKimbra committed
99 100 101
#define MSG_H1                              " H1"
#define MSG_H2                              " H2"
#define MSG_H3                              " H3"
MagoKimbra's avatar
MagoKimbra committed
102 103 104 105 106
#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 "
MagoKimbra's avatar
MagoKimbra committed
107 108 109 110 111 112 113 114 115 116 117 118 119
#define MSG_X                               "X"
#define MSG_Y                               "Y"
#define MSG_Z                               "Z"
#define MSG_E                               "E"
#define MSG_MOVE                            "Flyt"
#define MSG_MOVE_AXIS                       MSG_MOVE " akser"
#define MSG_MOVE_X                          MSG_MOVE " " MSG_X
#define MSG_MOVE_Y                          MSG_MOVE " " MSG_Y
#define MSG_MOVE_Z                          MSG_MOVE " " MSG_Z
#define MSG_MOVE_01MM                       MSG_MOVE " 0.1mm"
#define MSG_MOVE_1MM                        MSG_MOVE " 1mm"
#define MSG_MOVE_10MM                       MSG_MOVE " 10mm"
#define MSG_MOVE_E                          "Extruder"
MagoKimbra's avatar
MagoKimbra committed
120 121 122 123
#define MSG_VMIN                            "Vmin"
#define MSG_VTRAV_MIN                       "VTrav min"
#define MSG_AMAX                            "Amax "
#define MSG_A_RETRACT                       "A-retract"
MagoKimbra's avatar
MagoKimbra committed
124 125 126 127 128 129 130 131
#define MSG_A_TRAVEL                        "A-travel"
#define MSG_XSTEPS                          MSG_X " steps/mm"
#define MSG_YSTEPS                          MSG_Y " steps/mm"
#define MSG_ZSTEPS                          MSG_Z " steps/mm"
#define MSG_E0STEPS                         MSG_E "0 steps/mm"
#define MSG_E1STEPS                         MSG_E "1 steps/mm"
#define MSG_E2STEPS                         MSG_E "2 steps/mm"
#define MSG_E3STEPS                         MSG_E "3 steps/mm"
MagoKimbra's avatar
MagoKimbra committed
132 133
#define MSG_TEMPERATURE                     "Temperatur"
#define MSG_MOTION                          "Motion"
MagoKimbra's avatar
MagoKimbra committed
134 135 136
#define MSG_FILAMENT                        "Filament"
#define MSG_VOLUMETRIC_ENABLED              MSG_E " in mm3"
#define MSG_FILAMENT_SIZE_EXTRUDER          "Fil. Dia."
MagoKimbra's avatar
MagoKimbra committed
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
#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"
MagoKimbra's avatar
MagoKimbra committed
159
#define MSG_CONTROL_RETRACTF                "Tilbagetræk F"
MagoKimbra's avatar
MagoKimbra committed
160 161
#define MSG_CONTROL_RETRACT_ZLIFT           "Hop mm"
#define MSG_CONTROL_RETRACT_RECOVER         "UnRet +mm"
MagoKimbra's avatar
MagoKimbra committed
162 163
#define MSG_CONTROL_RETRACT_RECOVER_SWAP    "Swap UnRet +mm"
#define MSG_CONTROL_RETRACT_RECOVERF        "UnRet  F"
MagoKimbra's avatar
MagoKimbra committed
164 165 166 167
#define MSG_AUTORETRACT                     "AutoRetr."
#define MSG_FILAMENTCHANGE                  "Skift filament"
#define MSG_INIT_SDCARD                     "Init. SD card"
#define MSG_CNG_SDCARD                      "Skift SD kort"
MagoKimbra's avatar
MagoKimbra committed
168
#define MSG_ZPROBE_OUT                      "Probe udenfor plade"
MagoKimbra's avatar
MagoKimbra committed
169 170
#define MSG_POSITION_UNKNOWN                "Home X/Y før Z"
#define MSG_ZPROBE_ZOFFSET                  "Z Offset"
MagoKimbra's avatar
MagoKimbra committed
171 172 173 174
#define MSG_BABYSTEP                        "Babystep"
#define MSG_BABYSTEP_X                      MSG_BABYSTEP " " MSG_X
#define MSG_BABYSTEP_Y                      MSG_BABYSTEP " " MSG_Y
#define MSG_BABYSTEP_Z                      MSG_BABYSTEP " " MSG_Z
MagoKimbra's avatar
MagoKimbra committed
175
#define MSG_ENDSTOP_ABORT                   "Endstop abort"
MagoKimbra's avatar
MagoKimbra committed
176 177 178
#define MSG_HEATING_FAILED_LCD              "Heating failed"
#define MSG_ERR_REDUNDANT_TEMP              "REDUNDANT TEMP ERROR"
#define MSG_THERMAL_RUNAWAY                 "THERMAL RUNAWAY"
179
#define MSG_AD595                           "AD595 Offset & Gain"
MagoKimbra's avatar
MagoKimbra committed
180 181 182 183
#define MSG_ERR_MAXTEMP                     "MAXTEMP ERROR"
#define MSG_ERR_MINTEMP                     "MINTEMP ERROR"
#define MSG_ERR_MAXTEMP_BED                 "MAXTEMP BED ERROR"
#define MSG_ERR_MINTEMP_BED                 "MINTEMP BED ERROR"
MagoKimbra's avatar
MagoKimbra committed
184 185
#define MSG_ERR_MAXTEMP_COOLER              "MAXTEMP COOLER ERROR"
#define MSG_ERR_MINTEMP_COOLER              "MINTEMP COOLER ERROR"
MagoKimbra's avatar
MagoKimbra committed
186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
#define MSG_END_DAY                         "days"
#define MSG_END_HOUR                        "timer"
#define MSG_END_MINUTE                      "minutter"

#define MSG_ENDSTOPS_HIT                    "endstops hit: "
#define MSG_BABYSTEPPING                    "Babystepping"
#define MSG_BABYSTEPPING_X                  MSG_BABYSTEPPING " " MSG_X
#define MSG_BABYSTEPPING_Y                  MSG_BABYSTEPPING " " MSG_Y
#define MSG_BABYSTEPPING_Z                  MSG_BABYSTEPPING " " MSG_Z

#define MSG_ENDSTOP_XS                      MSG_X
#define MSG_ENDSTOP_YS                      MSG_Y
#define MSG_ENDSTOP_ZS                      MSG_Z
#define MSG_ENDSTOP_ZPS                     MSG_Z "P"
#define MSG_ENDSTOP_ES                      MSG_E
MagoKimbra's avatar
MagoKimbra committed
201

MagoKimbra's avatar
MagoKimbra committed
202
// Calibrate Delta
MagoKimbra's avatar
MagoKimbra committed
203 204
#if MECH(DELTA)
  #define MSG_DELTA_CALIBRATE               "Delta Kalibrering"
MagoKimbra's avatar
MagoKimbra committed
205 206 207 208
  #define MSG_DELTA_CALIBRATE_X             "Calibrate " MSG_X
  #define MSG_DELTA_CALIBRATE_Y             "Calibrate " MSG_Y
  #define MSG_DELTA_CALIBRATE_Z             "Calibrate " MSG_Z
  #define MSG_DELTA_CALIBRATE_CENTER        "Calibrate Center"
MagoKimbra's avatar
MagoKimbra committed
209 210 211 212
#endif // DELTA

// Scara
#if MECH(SCARA)
MagoKimbra's avatar
MagoKimbra committed
213 214 215
  #define MSG_SCALE                         "Scale"
  #define MSG_XSCALE                        MSG_X " " MSG_SCALE
  #define MSG_YSCALE                        MSG_Y " " MSG_SCALE
MagoKimbra's avatar
MagoKimbra committed
216 217
#endif

MagoKimbra's avatar
MagoKimbra committed
218 219 220 221
#define MSG_HEATING                         "Opvarmer..."
#define MSG_HEATING_COMPLETE                "Opvarmet"
#define MSG_BED_HEATING                     "Opvarmer plade"
#define MSG_BED_DONE                        "Plade opvarmet"
MagoKimbra's avatar
MagoKimbra committed
222 223 224
#define MSG_COOLER_COOLING                  "Cooling..."
#define MSG_COOLER_DONE                     "Cooling done."

MagoKimbra's avatar
MagoKimbra committed
225 226 227 228

// Extra
#define MSG_LASER                           "Laser Preset"
#define MSG_CONFIG                          "Configuration"
MagoKimbra's avatar
MagoKimbra committed
229 230 231 232
#define MSG_E_BOWDEN_LENGTH                 MSG_EXTRUDE " " STRINGIFY(BOWDEN_LENGTH) "mm"
#define MSG_R_BOWDEN_LENGTH                 MSG_RETRACT " " STRINGIFY(BOWDEN_LENGTH) "mm"
#define MSG_PURGE_XMM                       MSG_PURGE " " STRINGIFY(LCD_PURGE_LENGTH) "mm"
#define MSG_RETRACT_XMM                     MSG_RETRACT " " STRINGIFY(LCD_RETRACT_LENGTH) "mm"
MagoKimbra's avatar
MagoKimbra committed
233 234 235 236
#define MSG_SAVED_POS                       "Saved position"
#define MSG_RESTORING_POS                   "Restoring position"
#define MSG_INVALID_POS_SLOT                "Invalid slot, total slots: "

MagoKimbra's avatar
MagoKimbra committed
237 238 239 240
// Rfid module
#if ENABLED(RFID_MODULE)
  #define MSG_RFID_SPOOL                    "Spool on E"
  #define MSG_RFID_BRAND                    "Brand: "
241
  #define MSG_RFID_TYPE                     "Type: "
MagoKimbra's avatar
MagoKimbra committed
242 243
  #define MSG_RFID_COLOR                    "Color: "
  #define MSG_RFID_SIZE                     "Size: "
244 245 246 247
  #define MSG_RFID_TEMP_HOTEND              "Temperature Hotend: "
  #define MSG_RFID_TEMP_BED                 "Temperature Bed: "
  #define MSG_RFID_TEMP_USER_HOTEND         "User temperature Hotend: "
  #define MSG_RFID_TEMP_USER_BED            "User temperatura Bed: "
MagoKimbra's avatar
MagoKimbra committed
248 249 250 251
  #define MSG_RFID_DENSITY                  "Density: "
  #define MSG_RFID_SPOOL_LENGHT             "Spool Lenght: "
#endif

MagoKimbra's avatar
MagoKimbra committed
252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268
// Firmware Test
#if ENABLED(FIRMWARE_TEST)
  #define MSG_FWTEST_YES                    "Put the Y command to go next"
  #define MSG_FWTEST_NO                     "Put the N command to go next"
  #define MSG_FWTEST_YES_NO                 "Put the Y or N command to go next"
  #define MSG_FWTEST_ENDSTOP_ERR            "ENDSTOP ERROR! Check wire and connection"
  #define MSG_FWTEST_PRESS                  "Press and hold the endstop "
  #define MSG_FWTEST_INVERT                 "Reverse value of "
  #define MSG_FWTEST_XAXIS                  "Has the nozzle moved to the right?"
  #define MSG_FWTEST_YAXIS                  "Has the nozzle moved forward?"
  #define MSG_FWTEST_ZAXIS                  "Has the nozzle moved up?"
  #define MSG_FWTEST_01                     "Manually move the axes X, Y and Z away from the endstop"
  #define MSG_FWTEST_02                     "Do you want check ENDSTOP?"
  #define MSG_FWTEST_03                     "Start check ENDSTOP"
  #define MSG_FWTEST_04                     "Start check MOTOR"
  #define MSG_FWTEST_ATTENTION              "ATTENTION! Check that the three axes are more than 5 mm from the endstop!"
  #define MSG_FWTEST_END                    "Finish Test. Disable FIRMWARE_TEST and recompile."
MagoKimbra's avatar
MagoKimbra committed
269 270 271 272
  #define MSG_FWTEST_INTO                   "into "
  #define MSG_FWTEST_ERROR                  "ERROR"
  #define MSG_FWTEST_OK                     "OK"
  #define MSG_FWTEST_NDEF                   "not defined"
MagoKimbra's avatar
MagoKimbra committed
273 274 275
#endif // FIRMWARE_TEST

#endif // LANGUAGE_DA_H