Przeglądaj źródła

Add Danish translations

Richard Wackerbarth 9 lat temu
rodzic
commit
866efc14fe
1 zmienionych plików z 148 dodań i 0 usunięć
  1. 148
    0
      Marlin/language_da.h

+ 148
- 0
Marlin/language_da.h Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz