pl and it corrections

This commit is contained in:
PavelSindler 2017-11-03 16:00:44 +01:00
parent 6689cca59c
commit 4114a7844d
4 changed files with 14 additions and 12 deletions

View File

@ -67,7 +67,7 @@ const char MSG_AUTO_MODE_ON_EN[] PROGMEM = "Mode [auto power]";
const char MSG_AUTO_MODE_ON_CZ[] PROGMEM = "Mod [automaticky]";
const char MSG_AUTO_MODE_ON_IT[] PROGMEM = "Mode [auto]";
const char MSG_AUTO_MODE_ON_ES[] PROGMEM = "Modo [auto]";
const char MSG_AUTO_MODE_ON_PL[] PROGMEM = "Mod [auto]";
const char MSG_AUTO_MODE_ON_PL[] PROGMEM = "Tryb [auto]";
const char MSG_AUTO_MODE_ON_DE[] PROGMEM = "Mode [Auto]";
const char * const MSG_AUTO_MODE_ON_LANG_TABLE[LANG_NUM] PROGMEM = {
MSG_AUTO_MODE_ON_EN,
@ -95,13 +95,15 @@ const char * const MSG_BABYSTEPPING_Y_LANG_TABLE[1] PROGMEM = {
const char MSG_BABYSTEPPING_Z_EN[] PROGMEM = "Adjusting Z";
const char MSG_BABYSTEPPING_Z_CZ[] PROGMEM = "Dostavovani Z";
const char MSG_BABYSTEPPING_Z_PL[] PROGMEM = "Dostavovani Z";
const char MSG_BABYSTEPPING_Z_IT[] PROGMEM = "Compensazione Z";
const char MSG_BABYSTEPPING_Z_ES[] PROGMEM = "Ajustar Z";
const char MSG_BABYSTEPPING_Z_PL[] PROGMEM = "Dostrojenie Z";
const char MSG_BABYSTEPPING_Z_DE[] PROGMEM = "Z wurde eingestellt";
const char * const MSG_BABYSTEPPING_Z_LANG_TABLE[LANG_NUM] PROGMEM = {
MSG_BABYSTEPPING_Z_EN,
MSG_BABYSTEPPING_Z_CZ,
MSG_BABYSTEPPING_Z_EN,
MSG_BABYSTEPPING_Z_EN,
MSG_BABYSTEPPING_Z_IT,
MSG_BABYSTEPPING_Z_ES,
MSG_BABYSTEPPING_Z_PL,
MSG_BABYSTEPPING_Z_DE
};
@ -2998,7 +3000,7 @@ const char MSG_SILENT_MODE_OFF_EN[] PROGMEM = "Mode [high power]";
const char MSG_SILENT_MODE_OFF_CZ[] PROGMEM = "Mod [vys. vykon]";
const char MSG_SILENT_MODE_OFF_IT[] PROGMEM = "Mode [forte]";
const char MSG_SILENT_MODE_OFF_ES[] PROGMEM = "Modo [rend.pleno]";
const char MSG_SILENT_MODE_OFF_PL[] PROGMEM = "Mod [w wydajnosc]";
const char MSG_SILENT_MODE_OFF_PL[] PROGMEM = "Tryb[w wydajnosc]";
const char MSG_SILENT_MODE_OFF_DE[] PROGMEM = "Mode [Hohe Leist]";
const char * const MSG_SILENT_MODE_OFF_LANG_TABLE[LANG_NUM] PROGMEM = {
MSG_SILENT_MODE_OFF_EN,
@ -3013,7 +3015,7 @@ const char MSG_SILENT_MODE_ON_EN[] PROGMEM = "Mode [silent]";
const char MSG_SILENT_MODE_ON_CZ[] PROGMEM = "Mod [tichy]";
const char MSG_SILENT_MODE_ON_IT[] PROGMEM = "Modo [silenzioso]";
const char MSG_SILENT_MODE_ON_ES[] PROGMEM = "Modo [silencio]";
const char MSG_SILENT_MODE_ON_PL[] PROGMEM = "Mod [cichy]";
const char MSG_SILENT_MODE_ON_PL[] PROGMEM = "Tryb [cichy]";
const char MSG_SILENT_MODE_ON_DE[] PROGMEM = "Mode [leise]";
const char * const MSG_SILENT_MODE_ON_LANG_TABLE[LANG_NUM] PROGMEM = {
MSG_SILENT_MODE_ON_EN,

View File

@ -156,7 +156,7 @@
#define MSG_ERR_COLD_EXTRUDE_STOP " cold extrusion prevented"
#define MSG_BABYSTEPPING_X "Babystepping X"
#define MSG_BABYSTEPPING_Y "Babystepping Y"
#define MSG_BABYSTEPPING_Z "Adjusting Z"
#define(length=20) MSG_BABYSTEPPING_Z "Adjusting Z"
#define MSG_SERIAL_ERROR_MENU_STRUCTURE "Error in menu structure"
#define MSG_LANGUAGE_NAME "English"

View File

@ -132,7 +132,7 @@
#define MSG_ERR_COLD_EXTRUDE_STOP " cold extrusion prevented"
#define MSG_BABYSTEPPING_X "Babystepping X"
#define MSG_BABYSTEPPING_Y "Babystepping Y"
#define MSG_BABYSTEPPING_Z "Adjusting Z"
#define MSG_BABYSTEPPING_Z "Compensazione Z"
#define MSG_SERIAL_ERROR_MENU_STRUCTURE "Error in menu structure"
#define MSG_LANGUAGE_NAME "Italiano"

View File

@ -61,9 +61,9 @@
#define MSG_PRESS "Nacisnij przycisk"
#define MSG_INSERT_FILAMENT "Wprowadz filament"
#define MSG_CHANGING_FILAMENT "Wymiana filamentu"
#define MSG_SILENT_MODE_ON "Mod [cichy]"
#define MSG_SILENT_MODE_OFF "Mod [w wydajnosc]"
#define MSG_AUTO_MODE_ON "Mod [auto]"
#define MSG_SILENT_MODE_ON "Tryb [cichy]"
#define MSG_SILENT_MODE_OFF "Tryb[w wydajnosc]"
#define MSG_AUTO_MODE_ON "Tryb [auto]"
#define MSG_REBOOT "Restart drukarki"
#define MSG_TAKE_EFFECT " wprow. zmian"
#define MSG_HEATING "Grzanie..."
@ -122,7 +122,7 @@
#define MSG_ERR_COLD_EXTRUDE_STOP " cold extrusion prevented"
#define MSG_BABYSTEPPING_X "Babystepping X"
#define MSG_BABYSTEPPING_Y "Babystepping Y"
#define MSG_BABYSTEPPING_Z "Dostavovani Z"
#define MSG_BABYSTEPPING_Z "Dostrojenie Z"
#define MSG_SERIAL_ERROR_MENU_STRUCTURE "Error in menu structure"
#define MSG_SET_HOME_OFFSETS "Nastav pocatek home"
#define MSG_SET_ORIGIN "Nastav pocatek"