Scott Lahteine
10 years ago
14 changed files with 440 additions and 383 deletions
@ -1,128 +1,131 @@ |
|||
/**
|
|||
* French |
|||
* |
|||
* LCD Menu Messages |
|||
* Please note these are limited to 17 characters! |
|||
* |
|||
*/ |
|||
#ifndef LANGUAGE_FR_H |
|||
#define LANGUAGE_FR_H |
|||
|
|||
// LCD Menu Messages
|
|||
// Please note these are limited to 17 characters!
|
|||
#define WELCOME_MSG MACHINE_NAME " prete." |
|||
#define MSG_SD_INSERTED "Carte inseree" |
|||
#define MSG_SD_REMOVED "Carte retiree" |
|||
#define MSG_MAIN "Menu principal" |
|||
#define MSG_AUTOSTART "Demarrage auto" |
|||
#define MSG_DISABLE_STEPPERS "Arreter moteurs" |
|||
#define MSG_AUTO_HOME "Home auto." |
|||
#define MSG_SET_HOME_OFFSETS "Set home offsets" |
|||
#define MSG_SET_ORIGIN "Regler origine" |
|||
#define MSG_PREHEAT_PLA "Prechauffage PLA" |
|||
#define MSG_PREHEAT_PLA0 "Prechauff. PLA 1" |
|||
#define MSG_PREHEAT_PLA1 "Prechauff. PLA 2" |
|||
#define MSG_PREHEAT_PLA2 "Prechauff. PLA 3" |
|||
#define MSG_PREHEAT_PLA012 "Prech. PLA Tout" |
|||
#define MSG_PREHEAT_PLA_BEDONLY "Prech. PLA Plateau" |
|||
#define MSG_PREHEAT_PLA_SETTINGS "Regl. prech. PLA" |
|||
#define MSG_PREHEAT_ABS "Prechauffage ABS" |
|||
#define MSG_PREHEAT_ABS0 "Prechauff. ABS 1" |
|||
#define MSG_PREHEAT_ABS1 "Prechauff. ABS 2" |
|||
#define MSG_PREHEAT_ABS2 "Prechauff. ABS 3" |
|||
#define MSG_PREHEAT_ABS012 "Prech. ABS Tout" |
|||
#define MSG_PREHEAT_ABS_BEDONLY "Prech. ABS Plateau" |
|||
#define MSG_PREHEAT_ABS_SETTINGS "Regl. prech. ABS" |
|||
#define MSG_COOLDOWN "Refroidir" |
|||
#define MSG_SWITCH_PS_ON "Allumer alim." |
|||
#define MSG_SWITCH_PS_OFF "Eteindre alim." |
|||
#define MSG_EXTRUDE "Extrusion" |
|||
#define MSG_RETRACT "Retraction" |
|||
#define MSG_MOVE_AXIS "Deplacer un axe" |
|||
#define MSG_MOVE_X "Move X" |
|||
#define MSG_MOVE_Y "Move Y" |
|||
#define MSG_MOVE_Z "Move Z" |
|||
#define MSG_MOVE_E "Extruder" |
|||
#define MSG_MOVE_E1 "Extruder2" |
|||
#define MSG_MOVE_E2 "Extruder3" |
|||
#define MSG_MOVE_01MM "Move 0.1mm" |
|||
#define MSG_MOVE_1MM "Move 1mm" |
|||
#define MSG_MOVE_10MM "Move 10mm" |
|||
#define MSG_SPEED " Vitesse" |
|||
#define MSG_NOZZLE "Buse" |
|||
#define MSG_NOZZLE1 "Buse2" |
|||
#define MSG_NOZZLE2 "Buse3" |
|||
#define MSG_BED "Plateau" |
|||
#define MSG_FAN_SPEED "Vite. ventilateur" |
|||
#define MSG_FLOW "Flux" |
|||
#define MSG_FLOW0 "Flux 0" |
|||
#define MSG_FLOW1 "Flux 1" |
|||
#define MSG_FLOW2 "Flux 2" |
|||
#define MSG_CONTROL "Controler" |
|||
#define MSG_MIN " \002 Min" |
|||
#define MSG_MAX " \002 Max" |
|||
#define MSG_FACTOR " \002 Facteur" |
|||
#define MSG_AUTOTEMP "Temp. Auto." |
|||
#define MSG_ON "Marche " |
|||
#define MSG_OFF "Arret" |
|||
#define MSG_PID_P "PID-P" |
|||
#define MSG_PID_I "PID-I" |
|||
#define MSG_PID_D "PID-D" |
|||
#define MSG_PID_C "PID-C" |
|||
#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" |
|||
#define MSG_X "x" |
|||
#define MSG_Y "y" |
|||
#define MSG_Z "z" |
|||
#define MSG_E "e" |
|||
#define MSG_VMIN "Vmin" |
|||
#define MSG_VTRAV_MIN "Vdepl min" |
|||
#define MSG_AMAX "Amax " |
|||
#define MSG_A_RETRACT "A-retract" |
|||
#define MSG_XSTEPS "Xpas/mm" |
|||
#define MSG_YSTEPS "Ypas/mm" |
|||
#define MSG_ZSTEPS "Zpas/mm" |
|||
#define MSG_ESTEPS "Epas/mm" |
|||
#define MSG_TEMPERATURE "Temperature" |
|||
#define MSG_MOTION "Mouvement" |
|||
#define MSG_CONTRAST "Contraste LCD" |
|||
#define MSG_STORE_EPROM "Sauver config" |
|||
#define MSG_LOAD_EPROM "Lire config" |
|||
#define MSG_RESTORE_FAILSAFE "Restaurer defauts" |
|||
#define MSG_REFRESH "Actualiser" |
|||
#define MSG_WATCH "Surveiller" |
|||
#define MSG_PREPARE "Preparer" |
|||
#define MSG_TUNE "Regler" |
|||
#define MSG_PAUSE_PRINT "Interrompre impr." |
|||
#define MSG_RESUME_PRINT "Reprendre impr." |
|||
#define MSG_STOP_PRINT "Arreter impr." |
|||
#define MSG_CARD_MENU "Impr. depuis SD" |
|||
#define MSG_NO_CARD "Pas de carte" |
|||
#define MSG_DWELL "Repos..." |
|||
#define MSG_USERWAIT "Atten. de l'util." |
|||
#define MSG_RESUMING "Repri. de l'impr." |
|||
#define MSG_PRINT_ABORTED "Print aborted" |
|||
#define MSG_NO_MOVE "Aucun mouvement." |
|||
#define MSG_KILLED "MORT." |
|||
#define MSG_STOPPED "STOPPE." |
|||
#define MSG_CONTROL_RETRACT "Retraction mm" |
|||
#define MSG_CONTROL_RETRACT_SWAP "Ech. Retr. mm" |
|||
#define MSG_CONTROL_RETRACTF "Retraction V" |
|||
#define MSG_CONTROL_RETRACT_ZLIFT "Hop mm" |
|||
#define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm" |
|||
#define MSG_CONTROL_RETRACT_RECOVER_SWAP "Ech. UnRet +mm" |
|||
#define MSG_CONTROL_RETRACT_RECOVERF "UnRet V" |
|||
#define MSG_AUTORETRACT "Retract. Auto." |
|||
#define MSG_FILAMENTCHANGE "Changer filament" |
|||
#define MSG_INIT_SDCARD "Init. la carte SD" |
|||
#define MSG_CNG_SDCARD "Changer de carte" |
|||
#define MSG_ZPROBE_OUT "Z sonde exte. lit" |
|||
#define MSG_POSITION_UNKNOWN "Rev. dans XY av.Z" |
|||
#define MSG_ZPROBE_ZOFFSET "Offset Z" |
|||
#define MSG_BABYSTEP_X "Babystep X" |
|||
#define MSG_BABYSTEP_Y "Babystep Y" |
|||
#define MSG_BABYSTEP_Z "Babystep Z" |
|||
#define MSG_ENDSTOP_ABORT "Butee abandon" |
|||
|
|||
#define WELCOME_MSG MACHINE_NAME " prete." |
|||
#define MSG_SD_INSERTED "Carte inseree" |
|||
#define MSG_SD_REMOVED "Carte retiree" |
|||
#define MSG_MAIN "Menu principal" |
|||
#define MSG_AUTOSTART "Demarrage auto" |
|||
#define MSG_DISABLE_STEPPERS "Arreter moteurs" |
|||
#define MSG_AUTO_HOME "Home auto." |
|||
#define MSG_SET_HOME_OFFSETS "Set home offsets" |
|||
#define MSG_SET_ORIGIN "Regler origine" |
|||
#define MSG_PREHEAT_PLA " Prechauffage PLA" |
|||
#define MSG_PREHEAT_PLA0 "Prechauff. PLA 1" |
|||
#define MSG_PREHEAT_PLA1 "Prechauff. PLA 2" |
|||
#define MSG_PREHEAT_PLA2 "Prechauff. PLA 3" |
|||
#define MSG_PREHEAT_PLA012 "Prech. PLA Tout" |
|||
#define MSG_PREHEAT_PLA_BEDONLY "Prech. PLA Plateau" |
|||
#define MSG_PREHEAT_PLA_SETTINGS "Regl. prech. PLA" |
|||
#define MSG_PREHEAT_ABS "Prechauffage ABS" |
|||
#define MSG_PREHEAT_ABS0 "Prechauff. ABS 1" |
|||
#define MSG_PREHEAT_ABS1 "Prechauff. ABS 2" |
|||
#define MSG_PREHEAT_ABS2 "Prechauff. ABS 3" |
|||
#define MSG_PREHEAT_ABS012 "Prech. ABS Tout" |
|||
#define MSG_PREHEAT_ABS_BEDONLY "Prech. ABS Plateau" |
|||
#define MSG_PREHEAT_ABS_SETTINGS "Regl. prech. ABS" |
|||
#define MSG_COOLDOWN "Refroidir" |
|||
#define MSG_SWITCH_PS_ON "Allumer alim." |
|||
#define MSG_SWITCH_PS_OFF "Eteindre alim." |
|||
#define MSG_EXTRUDE "Extrusion" |
|||
#define MSG_RETRACT "Retraction" |
|||
#define MSG_PREHEAT_PLA "Prechauffage PLA" |
|||
#define MSG_PREHEAT_ABS "Prechauffage ABS" |
|||
#define MSG_MOVE_AXIS "Deplacer un axe" |
|||
#define MSG_MOVE_X "Move X" |
|||
#define MSG_MOVE_Y "Move Y" |
|||
#define MSG_MOVE_Z "Move Z" |
|||
#define MSG_MOVE_E "Extruder" |
|||
#define MSG_MOVE_E1 "Extruder2" |
|||
#define MSG_MOVE_E2 "Extruder3" |
|||
#define MSG_MOVE_01MM "Move 0.1mm" |
|||
#define MSG_MOVE_1MM "Move 1mm" |
|||
#define MSG_MOVE_10MM "Move 10mm" |
|||
#define MSG_SPEED " Vitesse" |
|||
#define MSG_NOZZLE "Buse" |
|||
#define MSG_NOZZLE1 "Buse2" |
|||
#define MSG_NOZZLE2 "Buse3" |
|||
#define MSG_BED "Plateau" |
|||
#define MSG_FAN_SPEED "Vite. ventilateur" |
|||
#define MSG_FLOW "Flux" |
|||
#define MSG_FLOW0 "Flux 0" |
|||
#define MSG_FLOW1 "Flux 1" |
|||
#define MSG_FLOW2 "Flux 2" |
|||
#define MSG_CONTROL "Controler" |
|||
#define MSG_MIN " \002 Min" |
|||
#define MSG_MAX " \002 Max" |
|||
#define MSG_FACTOR " \002 Facteur" |
|||
#define MSG_AUTOTEMP "Temp. Auto." |
|||
#define MSG_ON "Marche " |
|||
#define MSG_OFF "Arret" |
|||
#define MSG_PID_P "PID-P" |
|||
#define MSG_PID_I "PID-I" |
|||
#define MSG_PID_D "PID-D" |
|||
#define MSG_PID_C "PID-C" |
|||
#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" |
|||
#define MSG_X "x" |
|||
#define MSG_Y "y" |
|||
#define MSG_Z "z" |
|||
#define MSG_E "e" |
|||
#define MSG_VMIN "Vmin" |
|||
#define MSG_VTRAV_MIN "Vdepl min" |
|||
#define MSG_AMAX "Amax " |
|||
#define MSG_A_RETRACT "A-retract" |
|||
#define MSG_XSTEPS "Xpas/mm" |
|||
#define MSG_YSTEPS "Ypas/mm" |
|||
#define MSG_ZSTEPS "Zpas/mm" |
|||
#define MSG_ESTEPS "Epas/mm" |
|||
#define MSG_TEMPERATURE "Temperature" |
|||
#define MSG_MOTION "Mouvement" |
|||
#define MSG_CONTRAST "Contraste LCD" |
|||
#define MSG_STORE_EPROM "Sauver config" |
|||
#define MSG_LOAD_EPROM "Lire config" |
|||
#define MSG_RESTORE_FAILSAFE "Restaurer defauts" |
|||
#define MSG_REFRESH "Actualiser" |
|||
#define MSG_WATCH "Surveiller" |
|||
#define MSG_PREPARE "Preparer" |
|||
#define MSG_TUNE "Regler" |
|||
#define MSG_PAUSE_PRINT "Interrompre impr." |
|||
#define MSG_RESUME_PRINT "Reprendre impr." |
|||
#define MSG_STOP_PRINT "Arreter impr." |
|||
#define MSG_CARD_MENU "Impr. depuis SD" |
|||
#define MSG_NO_CARD "Pas de carte" |
|||
#define MSG_DWELL "Repos..." |
|||
#define MSG_USERWAIT "Atten. de l'util." |
|||
#define MSG_RESUMING "Repri. de l'impr." |
|||
#define MSG_PRINT_ABORTED "Print aborted" |
|||
#define MSG_NO_MOVE "Aucun mouvement." |
|||
#define MSG_KILLED "MORT." |
|||
#define MSG_STOPPED "STOPPE." |
|||
#define MSG_STEPPER_RELEASED "RELACHE." |
|||
#define MSG_CONTROL_RETRACT "Retraction mm" |
|||
#define MSG_CONTROL_RETRACT_SWAP "Ech. Retr. mm" |
|||
#define MSG_CONTROL_RETRACTF "Retraction V" |
|||
#define MSG_CONTROL_RETRACT_ZLIFT "Hop mm" |
|||
#define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm" |
|||
#define MSG_CONTROL_RETRACT_RECOVER_SWAP "Ech. UnRet +mm" |
|||
#define MSG_CONTROL_RETRACT_RECOVERF "UnRet V" |
|||
#define MSG_AUTORETRACT "Retract. Auto." |
|||
#define MSG_FILAMENTCHANGE "Changer filament" |
|||
#define MSG_INIT_SDCARD "Init. la carte SD" |
|||
#define MSG_CNG_SDCARD "Changer de carte" |
|||
#define MSG_ZPROBE_OUT "Z sonde exte. lit" |
|||
#define MSG_POSITION_UNKNOWN "Rev. dans XY av.Z" |
|||
#define MSG_ZPROBE_ZOFFSET "Offset Z" |
|||
#define MSG_BABYSTEP_X "Babystep X" |
|||
#define MSG_BABYSTEP_Y "Babystep Y" |
|||
#define MSG_BABYSTEP_Z "Babystep Z" |
|||
#define MSG_ENDSTOP_ABORT "Butee abandon" |
|||
#define MSG_CONTRAST "Contrast" |
|||
#define MSG_RECTRACT "Rectract" |
|||
#define MSG_STEPPER_RELEASED "RELACHE." |
|||
|
|||
#endif // LANGUAGE_FR_H
|
|||
|
@ -1,128 +1,131 @@ |
|||
/**
|
|||
* Polish |
|||
* |
|||
* LCD Menu Messages |
|||
* Please note these are limited to 17 characters! |
|||
* |
|||
*/ |
|||
#ifndef LANGUAGE_PL_H |
|||
#define LANGUAGE_PL_H |
|||
|
|||
// LCD Menu Messages
|
|||
// Please note these are limited to 17 characters!
|
|||
#define WELCOME_MSG MACHINE_NAME " gotowy." |
|||
#define MSG_SD_INSERTED "Karta wlozona" |
|||
#define MSG_SD_REMOVED "Karta usunieta" |
|||
#define MSG_MAIN "Menu glowne" |
|||
#define MSG_AUTOSTART "Autostart" |
|||
#define MSG_DISABLE_STEPPERS "Wylacz silniki" |
|||
#define MSG_AUTO_HOME "Auto. poz. zerowa" |
|||
#define MSG_SET_HOME_OFFSETS "Set home offsets" |
|||
#define MSG_SET_ORIGIN "Ustaw punkt zero" |
|||
#define MSG_PREHEAT_PLA "Rozgrzej PLA" |
|||
#define MSG_PREHEAT_PLA0 "Rozgrzej PLA 1" |
|||
#define MSG_PREHEAT_PLA1 "Rozgrzej PLA 2" |
|||
#define MSG_PREHEAT_PLA2 "Rozgrzej PLA 3" |
|||
#define MSG_PREHEAT_PLA012 "Roz. PLA Wszystko" |
|||
#define MSG_PREHEAT_PLA_BEDONLY "Rozgrzej PLA Loze" |
|||
#define MSG_PREHEAT_PLA_SETTINGS "Ustaw. rozg. PLA" |
|||
#define MSG_PREHEAT_ABS "Rozgrzej ABS" |
|||
#define MSG_PREHEAT_ABS0 "Rozgrzej ABS 1" |
|||
#define MSG_PREHEAT_ABS1 "Rozgrzej ABS 2" |
|||
#define MSG_PREHEAT_ABS2 "Rozgrzej ABS 3" |
|||
#define MSG_PREHEAT_ABS012 "Roz. ABS Wszystko" |
|||
#define MSG_PREHEAT_ABS_BEDONLY "Rozgrzej ABS Loze" |
|||
#define MSG_PREHEAT_ABS_SETTINGS "Ustaw. rozg. ABS" |
|||
#define MSG_COOLDOWN "Chlodzenie" |
|||
#define MSG_SWITCH_PS_ON "Wlacz zasilacz" |
|||
#define MSG_SWITCH_PS_OFF "Wylacz zasilacz" |
|||
#define MSG_EXTRUDE "Ekstruzja" |
|||
#define MSG_RETRACT "Cofanie" |
|||
#define MSG_MOVE_AXIS "Ruch osi" |
|||
#define MSG_MOVE_X "Przesun w X" |
|||
#define MSG_MOVE_Y "Przesun w Y" |
|||
#define MSG_MOVE_Z "Przesun w Z" |
|||
#define MSG_MOVE_E "Ekstruzja (os E)" |
|||
#define MSG_MOVE_E1 "Extruder2" |
|||
#define MSG_MOVE_E2 "Extruder3" |
|||
#define MSG_MOVE_01MM "Przesuwaj co .1mm" |
|||
#define MSG_MOVE_1MM "Przesuwaj co 1mm" |
|||
#define MSG_MOVE_10MM "Przesuwaj co 10mm" |
|||
#define MSG_SPEED "Predkosc" |
|||
#define MSG_NOZZLE "Dysza" |
|||
#define MSG_NOZZLE1 "Dysza 2" |
|||
#define MSG_NOZZLE2 "Dysza 3" |
|||
#define MSG_BED "Loze" |
|||
#define MSG_FAN_SPEED "Obroty wiatraka" |
|||
#define MSG_FLOW "Przeplyw" |
|||
#define MSG_FLOW0 "Przeplyw 0" |
|||
#define MSG_FLOW1 "Przeplyw 1" |
|||
#define MSG_FLOW2 "Przeplyw 2" |
|||
#define MSG_CONTROL "Ustawienia" |
|||
#define MSG_MIN " \002 Min" |
|||
#define MSG_MAX " \002 Max" |
|||
#define MSG_FACTOR " \002 Mnoznik" |
|||
#define MSG_AUTOTEMP "Auto. temperatura" |
|||
#define MSG_ON "Wl. " |
|||
#define MSG_OFF "Wyl." |
|||
#define MSG_PID_P "PID-P" |
|||
#define MSG_PID_I "PID-I" |
|||
#define MSG_PID_D "PID-D" |
|||
#define MSG_PID_C "PID-C" |
|||
#define MSG_ACC "Przyspieszenie" |
|||
#define MSG_VXY_JERK "Zryw Vxy" |
|||
#define MSG_VZ_JERK "Zryw Vz" |
|||
#define MSG_VE_JERK "Zryw Ve" |
|||
#define MSG_VMAX "Vmax" |
|||
#define MSG_X "x" |
|||
#define MSG_Y "y" |
|||
#define MSG_Z "z" |
|||
#define MSG_E "e" |
|||
#define MSG_VMIN "Vmin" |
|||
#define MSG_VTRAV_MIN "Vskok min" |
|||
#define MSG_AMAX "Amax" |
|||
#define MSG_A_RETRACT "A-wycofanie" |
|||
#define MSG_XSTEPS "krokiX/mm" |
|||
#define MSG_YSTEPS "krokiY/mm" |
|||
#define MSG_ZSTEPS "krokiZ/mm" |
|||
#define MSG_ESTEPS "krokiE/mm" |
|||
#define MSG_TEMPERATURE "Temperatura" |
|||
#define MSG_MOTION "Ruch" |
|||
#define MSG_CONTRAST "Kontrast LCD" |
|||
#define MSG_STORE_EPROM "Zapisz w pamieci" |
|||
#define MSG_LOAD_EPROM "Wczytaj z pamieci" |
|||
#define MSG_RESTORE_FAILSAFE "Ustaw. fabryczne" |
|||
#define MSG_REFRESH "\004Odswiez" |
|||
#define MSG_WATCH "Ekran glowny" |
|||
#define MSG_PREPARE "Przygotuj" |
|||
#define MSG_TUNE "Strojenie" |
|||
#define MSG_PAUSE_PRINT "Pauza" |
|||
#define MSG_RESUME_PRINT "Wznowienie" |
|||
#define MSG_STOP_PRINT "Stop" |
|||
#define MSG_CARD_MENU "Menu karty SD" |
|||
#define MSG_NO_CARD "Brak karty" |
|||
#define MSG_DWELL "Uspij..." |
|||
#define MSG_USERWAIT "Oczekiwanie..." |
|||
#define MSG_RESUMING "Wznawianie druku" |
|||
#define MSG_PRINT_ABORTED "Print aborted" |
|||
#define MSG_NO_MOVE "Brak ruchu" |
|||
#define MSG_KILLED "Ubity. " |
|||
#define MSG_STOPPED "Zatrzymany. " |
|||
#define MSG_CONTROL_RETRACT "Wycofaj mm" |
|||
#define MSG_CONTROL_RETRACT_SWAP "Z Wycof. mm" |
|||
#define MSG_CONTROL_RETRACTF "Wycofaj V" |
|||
#define MSG_CONTROL_RETRACT_ZLIFT "Skok Z mm:" |
|||
#define MSG_CONTROL_RETRACT_RECOVER "Cof. wycof. +mm" |
|||
#define MSG_CONTROL_RETRACT_RECOVER_SWAP "Z Cof. wyc. +mm" |
|||
#define MSG_CONTROL_RETRACT_RECOVERF "Cof. wycof. V" |
|||
#define MSG_AUTORETRACT "Auto. wycofanie" |
|||
#define MSG_FILAMENTCHANGE "Zmien filament" |
|||
#define MSG_INIT_SDCARD "Inicjal. karty SD" |
|||
#define MSG_CNG_SDCARD "Zmiana karty SD" |
|||
#define MSG_ZPROBE_OUT "Sonda Z za lozem" |
|||
#define MSG_POSITION_UNKNOWN "Wroc w XY przed Z" |
|||
#define MSG_ZPROBE_ZOFFSET "Offset Z" |
|||
#define MSG_BABYSTEP_X "Babystep X" |
|||
#define MSG_BABYSTEP_Y "Babystep Y" |
|||
#define MSG_BABYSTEP_Z "Babystep Z" |
|||
#define MSG_ENDSTOP_ABORT "Blad wyl. kranc." |
|||
|
|||
#define WELCOME_MSG MACHINE_NAME " gotowy." |
|||
#define MSG_SD_INSERTED "Karta wlozona" |
|||
#define MSG_SD_REMOVED "Karta usunieta" |
|||
#define MSG_MAIN "Menu glowne" |
|||
#define MSG_AUTOSTART "Autostart" |
|||
#define MSG_DISABLE_STEPPERS "Wylacz silniki" |
|||
#define MSG_AUTO_HOME "Auto. poz. zerowa" |
|||
#define MSG_SET_HOME_OFFSETS "Set home offsets" |
|||
#define MSG_SET_ORIGIN "Ustaw punkt zero" |
|||
#define MSG_PREHEAT_PLA "Rozgrzej PLA" |
|||
#define MSG_PREHEAT_PLA0 "Rozgrzej PLA 1" |
|||
#define MSG_PREHEAT_PLA1 "Rozgrzej PLA 2" |
|||
#define MSG_PREHEAT_PLA2 "Rozgrzej PLA 3" |
|||
#define MSG_PREHEAT_PLA012 "Roz. PLA Wszystko" |
|||
#define MSG_PREHEAT_PLA_BEDONLY "Rozgrzej PLA Loze" |
|||
#define MSG_PREHEAT_PLA_SETTINGS "Ustaw. rozg. PLA" |
|||
#define MSG_PREHEAT_ABS "Rozgrzej ABS" |
|||
#define MSG_PREHEAT_ABS0 "Rozgrzej ABS 1" |
|||
#define MSG_PREHEAT_ABS1 "Rozgrzej ABS 2" |
|||
#define MSG_PREHEAT_ABS2 "Rozgrzej ABS 3" |
|||
#define MSG_PREHEAT_ABS012 "Roz. ABS Wszystko" |
|||
#define MSG_PREHEAT_ABS_BEDONLY "Rozgrzej ABS Loze" |
|||
#define MSG_PREHEAT_ABS_SETTINGS "Ustaw. rozg. ABS" |
|||
#define MSG_COOLDOWN "Chlodzenie" |
|||
#define MSG_SWITCH_PS_ON "Wlacz zasilacz" |
|||
#define MSG_SWITCH_PS_OFF "Wylacz zasilacz" |
|||
#define MSG_EXTRUDE "Ekstruzja" |
|||
#define MSG_RETRACT "Cofanie" |
|||
#define MSG_MOVE_AXIS "Ruch osi" |
|||
#define MSG_MOVE_X "Przesun w X" |
|||
#define MSG_MOVE_Y "Przesun w Y" |
|||
#define MSG_MOVE_Z "Przesun w Z" |
|||
#define MSG_MOVE_E "Ekstruzja (os E)" |
|||
#define MSG_MOVE_E1 "Extruder2" |
|||
#define MSG_MOVE_E2 "Extruder3" |
|||
#define MSG_MOVE_01MM "Przesuwaj co .1mm" |
|||
#define MSG_MOVE_1MM "Przesuwaj co 1mm" |
|||
#define MSG_MOVE_10MM "Przesuwaj co 10mm" |
|||
#define MSG_SPEED "Predkosc" |
|||
#define MSG_NOZZLE "Dysza" |
|||
#define MSG_NOZZLE1 "Dysza 2" |
|||
#define MSG_NOZZLE2 "Dysza 3" |
|||
#define MSG_BED "Loze" |
|||
#define MSG_FAN_SPEED "Obroty wiatraka" |
|||
#define MSG_FLOW "Przeplyw" |
|||
#define MSG_FLOW0 "Przeplyw 0" |
|||
#define MSG_FLOW1 "Przeplyw 1" |
|||
#define MSG_FLOW2 "Przeplyw 2" |
|||
#define MSG_CONTROL "Kontrola" |
|||
#define MSG_MIN " \002 Min" |
|||
#define MSG_MAX " \002 Max" |
|||
#define MSG_FACTOR " \002 Mnoznik" |
|||
#define MSG_AUTOTEMP "Auto. temperatura" |
|||
#define MSG_ON "Wl. " |
|||
#define MSG_OFF "Wyl." |
|||
#define MSG_PID_P "PID-P" |
|||
#define MSG_PID_I "PID-I" |
|||
#define MSG_PID_D "PID-D" |
|||
#define MSG_PID_C "PID-C" |
|||
#define MSG_ACC "Przyspieszenie" |
|||
#define MSG_VXY_JERK "Zryw Vxy" |
|||
#define MSG_VZ_JERK "Zryw Vz" |
|||
#define MSG_VE_JERK "Zryw Ve" |
|||
#define MSG_VMAX "Vmax" |
|||
#define MSG_X "x" |
|||
#define MSG_Y "y" |
|||
#define MSG_Z "z" |
|||
#define MSG_E "e" |
|||
#define MSG_VMIN "Vmin" |
|||
#define MSG_VTRAV_MIN "Vskok min" |
|||
#define MSG_AMAX "Amax" |
|||
#define MSG_A_RETRACT "A-wycofanie" |
|||
#define MSG_XSTEPS "krokiX/mm" |
|||
#define MSG_YSTEPS "krokiY/mm" |
|||
#define MSG_ZSTEPS "krokiZ/mm" |
|||
#define MSG_ESTEPS "krokiE/mm" |
|||
#define MSG_RECTRACT "Wycofanie" |
|||
#define MSG_TEMPERATURE "Temperatura" |
|||
#define MSG_MOTION "Ruch" |
|||
#define MSG_CONTRAST "Kontrast LCD" |
|||
#define MSG_STORE_EPROM "Zapisz w pamieci" |
|||
#define MSG_LOAD_EPROM "Wczytaj z pamieci" |
|||
#define MSG_RESTORE_FAILSAFE "Ustaw. fabryczne" |
|||
#define MSG_REFRESH "\004Odswiez" |
|||
#define MSG_WATCH "Ekran glowny" |
|||
#define MSG_PREPARE "Przygotuj" |
|||
#define MSG_CONTROL "Ustawienia" |
|||
#define MSG_TUNE "Strojenie" |
|||
#define MSG_PAUSE_PRINT "Pauza" |
|||
#define MSG_RESUME_PRINT "Wznowienie" |
|||
#define MSG_STOP_PRINT "Stop" |
|||
#define MSG_CARD_MENU "Menu karty SD" |
|||
#define MSG_NO_CARD "Brak karty" |
|||
#define MSG_DWELL "Uspij..." |
|||
#define MSG_USERWAIT "Oczekiwanie..." |
|||
#define MSG_RESUMING "Wznawianie druku" |
|||
#define MSG_PRINT_ABORTED "Print aborted" |
|||
#define MSG_NO_MOVE "Brak ruchu" |
|||
#define MSG_KILLED "Ubity. " |
|||
#define MSG_STOPPED "Zatrzymany. " |
|||
#define MSG_STEPPER_RELEASED "Zwolniony." |
|||
#define MSG_CONTROL_RETRACT "Wycofaj mm" |
|||
#define MSG_CONTROL_RETRACT_SWAP "Z Wycof. mm" |
|||
#define MSG_CONTROL_RETRACTF "Wycofaj V" |
|||
#define MSG_CONTROL_RETRACT_ZLIFT "Skok Z mm:" |
|||
#define MSG_CONTROL_RETRACT_RECOVER "Cof. wycof. +mm" |
|||
#define MSG_CONTROL_RETRACT_RECOVER_SWAP "Z Cof. wyc. +mm" |
|||
#define MSG_CONTROL_RETRACT_RECOVERF "Cof. wycof. V" |
|||
#define MSG_AUTORETRACT "Auto. wycofanie" |
|||
#define MSG_FILAMENTCHANGE "Zmien filament" |
|||
#define MSG_INIT_SDCARD "Inicjal. karty SD" |
|||
#define MSG_CNG_SDCARD "Zmiana karty SD" |
|||
#define MSG_ZPROBE_OUT "Sonda Z za lozem" |
|||
#define MSG_POSITION_UNKNOWN "Wroc w XY przed Z" |
|||
#define MSG_ZPROBE_ZOFFSET "Offset Z" |
|||
#define MSG_BABYSTEP_X "Babystep X" |
|||
#define MSG_BABYSTEP_Y "Babystep Y" |
|||
#define MSG_BABYSTEP_Z "Babystep Z" |
|||
#define MSG_ENDSTOP_ABORT "Blad wyl. kranc." |
|||
#define MSG_CONTRAST "Kontrast" |
|||
#define MSG_RECTRACT "Wycofanie" |
|||
#define MSG_STEPPER_RELEASED "Zwolniony." |
|||
|
|||
#endif // LANGUAGE_PL_H
|
|||
|
Loading…
Reference in new issue