Browse Source

Add some Polish language

Thanks @SCiunczyk
Scott Lahteine 6 years ago
parent
commit
33f379fe88

+ 1
- 0
Marlin/src/lcd/language/language_pl-DOGM.h View File

@@ -43,6 +43,7 @@
43 43
 #define MSG_LEVEL_BED_WAITING               _UxGT("Kliknij by rozp.")
44 44
 #define MSG_LEVEL_BED_NEXT_POINT            _UxGT("Następny punkt")
45 45
 #define MSG_LEVEL_BED_DONE                  _UxGT("Wypoziomowano!")
46
+#define MSG_USER_MENU                       _UxGT("Własne Polecenia")
46 47
 #define MSG_SET_HOME_OFFSETS                _UxGT("Ust. poz. zer.")
47 48
 #define MSG_HOME_OFFSETS_APPLIED            _UxGT("Poz. zerowa ust.")
48 49
 #define MSG_SET_ORIGIN                      _UxGT("Ustaw punkt zero")

+ 1
- 0
Marlin/src/lcd/language/language_pl-HD44780.h View File

@@ -43,6 +43,7 @@
43 43
 #define MSG_LEVEL_BED_WAITING               _UxGT("Kliknij by rozp.")
44 44
 #define MSG_LEVEL_BED_NEXT_POINT            _UxGT("Nastepny punkt")
45 45
 #define MSG_LEVEL_BED_DONE                  _UxGT("Wypoziomowano!")
46
+#define MSG_USER_MENU                       _UxGT("Wlasne Polecenia")
46 47
 #define MSG_SET_HOME_OFFSETS                _UxGT("Ust. poz. zer.")
47 48
 #define MSG_HOME_OFFSETS_APPLIED            _UxGT("Poz. zerowa ust.")
48 49
 #define MSG_SET_ORIGIN                      _UxGT("Ustaw punkt zero")

Loading…
Cancel
Save