|
|
@ -43,9 +43,14 @@ |
|
|
|
#define MSG_YES _UxGT("ÁNO") |
|
|
|
#define MSG_NO _UxGT("NIE") |
|
|
|
#define MSG_BACK _UxGT("Naspäť") |
|
|
|
#define MSG_MEDIA_ABORTING _UxGT("Ruším...") |
|
|
|
#define MSG_MEDIA_INSERTED _UxGT("Karta vložená") |
|
|
|
#define MSG_MEDIA_REMOVED _UxGT("Karta vybraná") |
|
|
|
#define MSG_MEDIA_RELEASED _UxGT("Karta odpojená") |
|
|
|
#define MSG_MEDIA_WAITING _UxGT("Čakám na kartu") |
|
|
|
#define MSG_MEDIA_READ_ERROR _UxGT("Chyba čítania karty") |
|
|
|
#define MSG_MEDIA_USB_REMOVED _UxGT("USB zaria. odstrán.") |
|
|
|
#define MSG_MEDIA_USB_FAILED _UxGT("Chyba spúšťania USB") |
|
|
|
#define MSG_LCD_ENDSTOPS _UxGT("Endstopy") // max 8 znakov
|
|
|
|
#define MSG_LCD_SOFT_ENDSTOPS _UxGT("Soft. endstopy") |
|
|
|
#define MSG_MAIN _UxGT("Hlavná ponuka") |
|
|
@ -100,6 +105,7 @@ |
|
|
|
#define MSG_LEVEL_BED _UxGT("Vyrovnať podložku") |
|
|
|
#define MSG_LEVEL_CORNERS _UxGT("Vyrovnať rohy") |
|
|
|
#define MSG_NEXT_CORNER _UxGT("Ďalší roh") |
|
|
|
#define MSG_MESH_EDITOR _UxGT("Editor sieťe bodov") |
|
|
|
#define MSG_EDIT_MESH _UxGT("Upraviť sieť bodov") |
|
|
|
#define MSG_EDITING_STOPPED _UxGT("Koniec úprav siete") |
|
|
|
#define MSG_PROBING_MESH _UxGT("Skúšam bod") |
|
|
@ -149,6 +155,13 @@ |
|
|
|
#define MSG_UBL_VALIDATE_MESH_M1 _UxGT("Kontrola siete " PREHEAT_1_LABEL) |
|
|
|
#define MSG_UBL_VALIDATE_MESH_M2 _UxGT("Kontrola siete " PREHEAT_2_LABEL) |
|
|
|
#define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Kontrola vlast.siete") |
|
|
|
#define MSG_G26_HEATING_BED _UxGT("G26 ohrev podlž.") |
|
|
|
#define MSG_G26_HEATING_NOZZLE _UxGT("G26 ohrev trysky") |
|
|
|
#define MSG_G26_MANUAL_PRIME _UxGT("Ručné čistenie...") |
|
|
|
#define MSG_G26_FIXED_LENGTH _UxGT("Čistenie pevn. dĺž.") |
|
|
|
#define MSG_G26_PRIME_DONE _UxGT("Čistenie dokončené") |
|
|
|
#define MSG_G26_CANCELED _UxGT("G26 zrušený") |
|
|
|
#define MSG_G26_LEAVING _UxGT("Opúšťam G26") |
|
|
|
#define MSG_UBL_CONTINUE_MESH _UxGT("Pokračovať v sieti") |
|
|
|
#define MSG_UBL_MESH_LEVELING _UxGT("Sieťové rovnanie") |
|
|
|
#define MSG_UBL_3POINT_MESH_LEVELING _UxGT("3-bodové rovnanie") |
|
|
@ -178,6 +191,7 @@ |
|
|
|
#define MSG_UBL_NO_STORAGE _UxGT("Nedostatok miesta") |
|
|
|
#define MSG_UBL_SAVE_ERROR _UxGT("Chyba: Ukladanie UBL") |
|
|
|
#define MSG_UBL_RESTORE_ERROR _UxGT("Chyba: Obnovenie UBL") |
|
|
|
#define MSG_UBL_Z_OFFSET _UxGT("Z-Ofset: ") |
|
|
|
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Koniec kompenz. Z") |
|
|
|
#define MSG_UBL_STEP_BY_STEP_MENU _UxGT("Postupné UBL") |
|
|
|
|
|
|
@ -413,6 +427,8 @@ |
|
|
|
#define MSG_INFO_EXTRUDERS _UxGT("Extrudéry") |
|
|
|
#define MSG_INFO_BAUDRATE _UxGT("Rýchlosť") |
|
|
|
#define MSG_INFO_PROTOCOL _UxGT("Protokol") |
|
|
|
#define MSG_INFO_RUNAWAY_OFF _UxGT("Tepl. ochrana: VYP") |
|
|
|
#define MSG_INFO_RUNAWAY_ON _UxGT("Tepl. ochrana: ZAP") |
|
|
|
#define MSG_CASE_LIGHT _UxGT("Osvetlenie") |
|
|
|
#define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Jas svetla") |
|
|
|
|
|
|
@ -437,8 +453,10 @@ |
|
|
|
#define MSG_INFO_PSU _UxGT("Nap. zdroj") |
|
|
|
#define MSG_DRIVE_STRENGTH _UxGT("Budenie motorov") |
|
|
|
#define MSG_DAC_PERCENT _UxGT("Motor %") |
|
|
|
#define MSG_ERROR_TMC _UxGT("CHYBA KOMUNIKÁ. TMC") |
|
|
|
#define MSG_DAC_EEPROM_WRITE _UxGT("Uložiť do EEPROM") |
|
|
|
|
|
|
|
#define MSG_FILAMENT_CHANGE_HEADER _UxGT("VÝMENA FILAMENTU") |
|
|
|
#define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("PAUZA TLAČE") |
|
|
|
#define MSG_FILAMENT_CHANGE_HEADER_LOAD _UxGT("ZAVEDENIE FILAMENTU") |
|
|
|
#define MSG_FILAMENT_CHANGE_HEADER_UNLOAD _UxGT("VYSUNUTIE FILAMENTU") |
|
|
|