|
@@ -408,6 +408,55 @@
|
408
|
408
|
#define MSG_ERR_PROBING_FAILED _UxGT("Kalibrácia zlyhala")
|
409
|
409
|
#define MSG_M600_TOO_COLD _UxGT("M600: Príliš studený")
|
410
|
410
|
|
|
411
|
+#define MSG_MMU2_FILAMENT_CHANGE_HEADER _UxGT("VÝMENA FILAMENTU")
|
|
412
|
+#define MSG_MMU2_CHOOSE_FILAMENT_HEADER _UxGT("VYBERTE FILAMENT")
|
|
413
|
+#define MSG_MMU2_MENU _UxGT("MMU2")
|
|
414
|
+#define MSG_MMU2_WRONG_FIRMWARE _UxGT("Aktualizujte FW MMU!")
|
|
415
|
+#define MSG_MMU2_NOT_RESPONDING _UxGT("MMU potrebuje zásah.")
|
|
416
|
+#define MSG_MMU2_RESUME _UxGT("Obnoviť tlač")
|
|
417
|
+#define MSG_MMU2_RESUMING _UxGT("Obnovovanie...")
|
|
418
|
+#define MSG_MMU2_LOAD_FILAMENT _UxGT("Zaviesť filament")
|
|
419
|
+#define MSG_MMU2_LOAD_ALL _UxGT("Zaviesť všetky")
|
|
420
|
+#define MSG_MMU2_LOAD_TO_NOZZLE _UxGT("Zaviesť po trysku")
|
|
421
|
+#define MSG_MMU2_EJECT_FILAMENT _UxGT("Vysunúť filament")
|
|
422
|
+#define MSG_MMU2_EJECT_FILAMENT0 _UxGT("Vysunúť filament 1")
|
|
423
|
+#define MSG_MMU2_EJECT_FILAMENT1 _UxGT("Vysunúť filament 2")
|
|
424
|
+#define MSG_MMU2_EJECT_FILAMENT2 _UxGT("Vysunúť filament 3")
|
|
425
|
+#define MSG_MMU2_EJECT_FILAMENT3 _UxGT("Vysunúť filament 4")
|
|
426
|
+#define MSG_MMU2_EJECT_FILAMENT4 _UxGT("Vysunúť filament 5")
|
|
427
|
+#define MSG_MMU2_UNLOAD_FILAMENT _UxGT("Vyňať filament")
|
|
428
|
+#define MSG_MMU2_LOADING_FILAMENT _UxGT("Zavádzanie fil. %i...")
|
|
429
|
+#define MSG_MMU2_EJECTING_FILAMENT _UxGT("Vysúvanie fil. ...")
|
|
430
|
+#define MSG_MMU2_UNLOADING_FILAMENT _UxGT("Vysúvanie fil. ...")
|
|
431
|
+#define MSG_MMU2_ALL _UxGT("Všetky")
|
|
432
|
+#define MSG_MMU2_FILAMENT0 _UxGT("Filament 1")
|
|
433
|
+#define MSG_MMU2_FILAMENT1 _UxGT("Filament 2")
|
|
434
|
+#define MSG_MMU2_FILAMENT2 _UxGT("Filament 3")
|
|
435
|
+#define MSG_MMU2_FILAMENT3 _UxGT("Filament 4")
|
|
436
|
+#define MSG_MMU2_FILAMENT4 _UxGT("Filament 5")
|
|
437
|
+#define MSG_MMU2_RESET _UxGT("Reštartovať MMU")
|
|
438
|
+#define MSG_MMU2_RESETTING _UxGT("Reštart MMU...")
|
|
439
|
+#define MSG_MMU2_EJECT_RECOVER _UxGT("Odstráňte, kliknite")
|
|
440
|
+
|
|
441
|
+#define MSG_MIX _UxGT("Mix")
|
|
442
|
+#define MSG_MIX_COMPONENT _UxGT("Zložka")
|
|
443
|
+#define MSG_MIXER _UxGT("Mixér")
|
|
444
|
+#define MSG_GRADIENT _UxGT("Gradient")
|
|
445
|
+#define MSG_FULL_GRADIENT _UxGT("Plný gradient")
|
|
446
|
+#define MSG_TOGGLE_MIX _UxGT("Prepnúť mix")
|
|
447
|
+#define MSG_CYCLE_MIX _UxGT("Cyklický mix")
|
|
448
|
+#define MSG_GRADIENT_MIX _UxGT("Gradientný mix")
|
|
449
|
+#define MSG_REVERSE_GRADIENT _UxGT("Otočiť gradient")
|
|
450
|
+#define MSG_ACTIVE_VTOOL _UxGT("Aktívny V-tool")
|
|
451
|
+#define MSG_START_VTOOL _UxGT("Počiat. V-tool")
|
|
452
|
+#define MSG_END_VTOOL _UxGT("Konečn. V-tool")
|
|
453
|
+#define MSG_GRADIENT_ALIAS _UxGT("Alias V-tool")
|
|
454
|
+#define MSG_RESET_VTOOLS _UxGT("Resetovať V-tools")
|
|
455
|
+#define MSG_COMMIT_VTOOL _UxGT("Uložiť V-tool Mix")
|
|
456
|
+#define MSG_VTOOLS_RESET _UxGT("V-tools resetované")
|
|
457
|
+#define MSG_START_Z _UxGT("Počiat.Z")
|
|
458
|
+#define MSG_END_Z _UxGT("Konečn.Z")
|
|
459
|
+
|
411
|
460
|
//
|
412
|
461
|
// Filament Change screens show up to 3 lines on a 4-line display
|
413
|
462
|
// ...or up to 2 lines on a 3-line display
|