Fixed missing string in polish language

This commit is contained in:
michalprusa 2016-03-09 17:42:50 +01:00
parent 95dd729904
commit e67d7ed4e3
8 changed files with 39754 additions and 39747 deletions

View File

@ -145,7 +145,7 @@ const char MSGEN28[] PROGMEM = { "Move axis" }; //MSG_MOVE_AXIS
const char MSGCZ28[] PROGMEM = { "Posunout osu" }; //MSG_MOVE_AXIS
const char MSGIT28[] PROGMEM = { "Muovi Asse" }; //MSG_MOVE_AXIS
const char MSGES28[] PROGMEM = { "Mover ejes" }; //MSG_MOVE_AXIS
const char MSGPL28[] PROGMEM = { }; //MSG_MOVE_AXIS
const char MSGPL28[] PROGMEM = { "Ruch osi" }; //MSG_MOVE_AXIS
const char MSGEN29[] PROGMEM = { "Move X" }; //MSG_MOVE_X
const char MSGCZ29[] PROGMEM = { "Posunout X" }; //MSG_MOVE_X
const char MSGIT29[] PROGMEM = { "Muovi X" }; //MSG_MOVE_X

View File

@ -15,6 +15,7 @@
#define MSG_DISABLE_STEPPERS "Wylaczyc silniki"
#define MSG_AUTO_HOME "Auto home"
#define MSG_COOLDOWN "Wychlodzic"
#define MSG_MOVE_AXIS "Ruch osi"
#define MSG_MOVE_X "Przesunac X"
#define MSG_MOVE_Y "Przesunac Y"
#define MSG_MOVE_Z "Przesunac Z"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff