|
@ -1,9 +1,13 @@ |
|
|
|
|
|
/**
|
|
|
|
|
|
* Polish |
|
|
|
|
|
* |
|
|
|
|
|
* LCD Menu Messages |
|
|
|
|
|
* Please note these are limited to 17 characters! |
|
|
|
|
|
* |
|
|
|
|
|
*/ |
|
|
#ifndef LANGUAGE_PL_H |
|
|
#ifndef LANGUAGE_PL_H |
|
|
#define 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 WELCOME_MSG MACHINE_NAME " gotowy." |
|
|
#define MSG_SD_INSERTED "Karta wlozona" |
|
|
#define MSG_SD_INSERTED "Karta wlozona" |
|
|
#define MSG_SD_REMOVED "Karta usunieta" |
|
|
#define MSG_SD_REMOVED "Karta usunieta" |
|
@ -52,7 +56,7 @@ |
|
|
#define MSG_FLOW0 "Przeplyw 0" |
|
|
#define MSG_FLOW0 "Przeplyw 0" |
|
|
#define MSG_FLOW1 "Przeplyw 1" |
|
|
#define MSG_FLOW1 "Przeplyw 1" |
|
|
#define MSG_FLOW2 "Przeplyw 2" |
|
|
#define MSG_FLOW2 "Przeplyw 2" |
|
|
#define MSG_CONTROL "Kontrola" |
|
|
#define MSG_CONTROL "Ustawienia" |
|
|
#define MSG_MIN " \002 Min" |
|
|
#define MSG_MIN " \002 Min" |
|
|
#define MSG_MAX " \002 Max" |
|
|
#define MSG_MAX " \002 Max" |
|
|
#define MSG_FACTOR " \002 Mnoznik" |
|
|
#define MSG_FACTOR " \002 Mnoznik" |
|
@ -80,7 +84,6 @@ |
|
|
#define MSG_YSTEPS "krokiY/mm" |
|
|
#define MSG_YSTEPS "krokiY/mm" |
|
|
#define MSG_ZSTEPS "krokiZ/mm" |
|
|
#define MSG_ZSTEPS "krokiZ/mm" |
|
|
#define MSG_ESTEPS "krokiE/mm" |
|
|
#define MSG_ESTEPS "krokiE/mm" |
|
|
#define MSG_RECTRACT "Wycofanie" |
|
|
|
|
|
#define MSG_TEMPERATURE "Temperatura" |
|
|
#define MSG_TEMPERATURE "Temperatura" |
|
|
#define MSG_MOTION "Ruch" |
|
|
#define MSG_MOTION "Ruch" |
|
|
#define MSG_CONTRAST "Kontrast LCD" |
|
|
#define MSG_CONTRAST "Kontrast LCD" |
|
@ -90,7 +93,6 @@ |
|
|
#define MSG_REFRESH "\004Odswiez" |
|
|
#define MSG_REFRESH "\004Odswiez" |
|
|
#define MSG_WATCH "Ekran glowny" |
|
|
#define MSG_WATCH "Ekran glowny" |
|
|
#define MSG_PREPARE "Przygotuj" |
|
|
#define MSG_PREPARE "Przygotuj" |
|
|
#define MSG_CONTROL "Ustawienia" |
|
|
|
|
|
#define MSG_TUNE "Strojenie" |
|
|
#define MSG_TUNE "Strojenie" |
|
|
#define MSG_PAUSE_PRINT "Pauza" |
|
|
#define MSG_PAUSE_PRINT "Pauza" |
|
|
#define MSG_RESUME_PRINT "Wznowienie" |
|
|
#define MSG_RESUME_PRINT "Wznowienie" |
|
@ -104,7 +106,6 @@ |
|
|
#define MSG_NO_MOVE "Brak ruchu" |
|
|
#define MSG_NO_MOVE "Brak ruchu" |
|
|
#define MSG_KILLED "Ubity. " |
|
|
#define MSG_KILLED "Ubity. " |
|
|
#define MSG_STOPPED "Zatrzymany. " |
|
|
#define MSG_STOPPED "Zatrzymany. " |
|
|
#define MSG_STEPPER_RELEASED "Zwolniony." |
|
|
|
|
|
#define MSG_CONTROL_RETRACT "Wycofaj mm" |
|
|
#define MSG_CONTROL_RETRACT "Wycofaj mm" |
|
|
#define MSG_CONTROL_RETRACT_SWAP "Z Wycof. mm" |
|
|
#define MSG_CONTROL_RETRACT_SWAP "Z Wycof. mm" |
|
|
#define MSG_CONTROL_RETRACTF "Wycofaj V" |
|
|
#define MSG_CONTROL_RETRACTF "Wycofaj V" |
|
@ -123,6 +124,8 @@ |
|
|
#define MSG_BABYSTEP_Y "Babystep Y" |
|
|
#define MSG_BABYSTEP_Y "Babystep Y" |
|
|
#define MSG_BABYSTEP_Z "Babystep Z" |
|
|
#define MSG_BABYSTEP_Z "Babystep Z" |
|
|
#define MSG_ENDSTOP_ABORT "Blad wyl. kranc." |
|
|
#define MSG_ENDSTOP_ABORT "Blad wyl. kranc." |
|
|
#define MSG_CONTRAST "Kontrast" |
|
|
|
|
|
|
|
|
#define MSG_RECTRACT "Wycofanie" |
|
|
|
|
|
#define MSG_STEPPER_RELEASED "Zwolniony." |
|
|
|
|
|
|
|
|
#endif // LANGUAGE_PL_H
|
|
|
#endif // LANGUAGE_PL_H
|
|
|