|
@@ -43,9 +43,14 @@
|
43
|
43
|
#define MSG_YES _UxGT("ÁNO")
|
44
|
44
|
#define MSG_NO _UxGT("NIE")
|
45
|
45
|
#define MSG_BACK _UxGT("Naspäť")
|
|
46
|
+#define MSG_MEDIA_ABORTING _UxGT("Ruším...")
|
46
|
47
|
#define MSG_MEDIA_INSERTED _UxGT("Karta vložená")
|
47
|
48
|
#define MSG_MEDIA_REMOVED _UxGT("Karta vybraná")
|
48
|
49
|
#define MSG_MEDIA_RELEASED _UxGT("Karta odpojená")
|
|
50
|
+#define MSG_MEDIA_WAITING _UxGT("Čakám na kartu")
|
|
51
|
+#define MSG_MEDIA_READ_ERROR _UxGT("Chyba čítania karty")
|
|
52
|
+#define MSG_MEDIA_USB_REMOVED _UxGT("USB zaria. odstrán.")
|
|
53
|
+#define MSG_MEDIA_USB_FAILED _UxGT("Chyba spúšťania USB")
|
49
|
54
|
#define MSG_LCD_ENDSTOPS _UxGT("Endstopy") // max 8 znakov
|
50
|
55
|
#define MSG_LCD_SOFT_ENDSTOPS _UxGT("Soft. endstopy")
|
51
|
56
|
#define MSG_MAIN _UxGT("Hlavná ponuka")
|
|
@@ -100,6 +105,7 @@
|
100
|
105
|
#define MSG_LEVEL_BED _UxGT("Vyrovnať podložku")
|
101
|
106
|
#define MSG_LEVEL_CORNERS _UxGT("Vyrovnať rohy")
|
102
|
107
|
#define MSG_NEXT_CORNER _UxGT("Ďalší roh")
|
|
108
|
+#define MSG_MESH_EDITOR _UxGT("Editor sieťe bodov")
|
103
|
109
|
#define MSG_EDIT_MESH _UxGT("Upraviť sieť bodov")
|
104
|
110
|
#define MSG_EDITING_STOPPED _UxGT("Koniec úprav siete")
|
105
|
111
|
#define MSG_PROBING_MESH _UxGT("Skúšam bod")
|
|
@@ -149,6 +155,13 @@
|
149
|
155
|
#define MSG_UBL_VALIDATE_MESH_M1 _UxGT("Kontrola siete " PREHEAT_1_LABEL)
|
150
|
156
|
#define MSG_UBL_VALIDATE_MESH_M2 _UxGT("Kontrola siete " PREHEAT_2_LABEL)
|
151
|
157
|
#define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Kontrola vlast.siete")
|
|
158
|
+#define MSG_G26_HEATING_BED _UxGT("G26 ohrev podlž.")
|
|
159
|
+#define MSG_G26_HEATING_NOZZLE _UxGT("G26 ohrev trysky")
|
|
160
|
+#define MSG_G26_MANUAL_PRIME _UxGT("Ručné čistenie...")
|
|
161
|
+#define MSG_G26_FIXED_LENGTH _UxGT("Čistenie pevn. dĺž.")
|
|
162
|
+#define MSG_G26_PRIME_DONE _UxGT("Čistenie dokončené")
|
|
163
|
+#define MSG_G26_CANCELED _UxGT("G26 zrušený")
|
|
164
|
+#define MSG_G26_LEAVING _UxGT("Opúšťam G26")
|
152
|
165
|
#define MSG_UBL_CONTINUE_MESH _UxGT("Pokračovať v sieti")
|
153
|
166
|
#define MSG_UBL_MESH_LEVELING _UxGT("Sieťové rovnanie")
|
154
|
167
|
#define MSG_UBL_3POINT_MESH_LEVELING _UxGT("3-bodové rovnanie")
|
|
@@ -178,6 +191,7 @@
|
178
|
191
|
#define MSG_UBL_NO_STORAGE _UxGT("Nedostatok miesta")
|
179
|
192
|
#define MSG_UBL_SAVE_ERROR _UxGT("Chyba: Ukladanie UBL")
|
180
|
193
|
#define MSG_UBL_RESTORE_ERROR _UxGT("Chyba: Obnovenie UBL")
|
|
194
|
+#define MSG_UBL_Z_OFFSET _UxGT("Z-Ofset: ")
|
181
|
195
|
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Koniec kompenz. Z")
|
182
|
196
|
#define MSG_UBL_STEP_BY_STEP_MENU _UxGT("Postupné UBL")
|
183
|
197
|
|
|
@@ -413,6 +427,8 @@
|
413
|
427
|
#define MSG_INFO_EXTRUDERS _UxGT("Extrudéry")
|
414
|
428
|
#define MSG_INFO_BAUDRATE _UxGT("Rýchlosť")
|
415
|
429
|
#define MSG_INFO_PROTOCOL _UxGT("Protokol")
|
|
430
|
+#define MSG_INFO_RUNAWAY_OFF _UxGT("Tepl. ochrana: VYP")
|
|
431
|
+#define MSG_INFO_RUNAWAY_ON _UxGT("Tepl. ochrana: ZAP")
|
416
|
432
|
#define MSG_CASE_LIGHT _UxGT("Osvetlenie")
|
417
|
433
|
#define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Jas svetla")
|
418
|
434
|
|
|
@@ -437,8 +453,10 @@
|
437
|
453
|
#define MSG_INFO_PSU _UxGT("Nap. zdroj")
|
438
|
454
|
#define MSG_DRIVE_STRENGTH _UxGT("Budenie motorov")
|
439
|
455
|
#define MSG_DAC_PERCENT _UxGT("Motor %")
|
|
456
|
+#define MSG_ERROR_TMC _UxGT("CHYBA KOMUNIKÁ. TMC")
|
440
|
457
|
#define MSG_DAC_EEPROM_WRITE _UxGT("Uložiť do EEPROM")
|
441
|
458
|
|
|
459
|
+#define MSG_FILAMENT_CHANGE_HEADER _UxGT("VÝMENA FILAMENTU")
|
442
|
460
|
#define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("PAUZA TLAČE")
|
443
|
461
|
#define MSG_FILAMENT_CHANGE_HEADER_LOAD _UxGT("ZAVEDENIE FILAMENTU")
|
444
|
462
|
#define MSG_FILAMENT_CHANGE_HEADER_UNLOAD _UxGT("VYSUNUTIE FILAMENTU")
|