mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-29 05:03:16 +08:00
Fixed missing string in polish language
This commit is contained in:
parent
95dd729904
commit
e67d7ed4e3
@ -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
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user