snmm: stop print menu messages updated
This commit is contained in:
parent
fae1bbae7f
commit
2be567c0d3
|
|
@ -27,13 +27,17 @@ const char * const MSG_ADJUSTZ_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|||
|
||||
const char MSG_ALL_EN[] PROGMEM = "All";
|
||||
const char MSG_ALL_CZ[] PROGMEM = "Vse";
|
||||
const char MSG_ALL_IT[] PROGMEM = "Tutti";
|
||||
const char MSG_ALL_ES[] PROGMEM = "Todos";
|
||||
const char MSG_ALL_PL[] PROGMEM = "Wszystko";
|
||||
const char MSG_ALL_DE[] PROGMEM = "Alle";
|
||||
const char * const MSG_ALL_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_ALL_EN,
|
||||
MSG_ALL_CZ,
|
||||
MSG_ALL_EN,
|
||||
MSG_ALL_EN,
|
||||
MSG_ALL_EN,
|
||||
MSG_ALL_EN
|
||||
MSG_ALL_IT,
|
||||
MSG_ALL_ES,
|
||||
MSG_ALL_PL,
|
||||
MSG_ALL_DE
|
||||
};
|
||||
|
||||
const char MSG_AMAX_EN[] PROGMEM = "Amax ";
|
||||
|
|
@ -713,13 +717,17 @@ const char * const MSG_COUNT_X_LANG_TABLE[1] PROGMEM = {
|
|||
|
||||
const char MSG_CURRENT_EN[] PROGMEM = "Current";
|
||||
const char MSG_CURRENT_CZ[] PROGMEM = "Pouze aktualni";
|
||||
const char MSG_CURRENT_IT[] PROGMEM = "Attuale";
|
||||
const char MSG_CURRENT_ES[] PROGMEM = "Actual";
|
||||
const char MSG_CURRENT_PL[] PROGMEM = "Tylko aktualne";
|
||||
const char MSG_CURRENT_DE[] PROGMEM = "Aktuelles";
|
||||
const char * const MSG_CURRENT_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_CURRENT_EN,
|
||||
MSG_CURRENT_CZ,
|
||||
MSG_CURRENT_EN,
|
||||
MSG_CURRENT_EN,
|
||||
MSG_CURRENT_EN,
|
||||
MSG_CURRENT_EN
|
||||
MSG_CURRENT_IT,
|
||||
MSG_CURRENT_ES,
|
||||
MSG_CURRENT_PL,
|
||||
MSG_CURRENT_DE
|
||||
};
|
||||
|
||||
const char MSG_DISABLE_STEPPERS_EN[] PROGMEM = "Disable steppers";
|
||||
|
|
@ -3178,13 +3186,17 @@ const char * const MSG_USB_PRINTING_LANG_TABLE[LANG_NUM] PROGMEM = {
|
|||
|
||||
const char MSG_USED_EN[] PROGMEM = "Used during print";
|
||||
const char MSG_USED_CZ[] PROGMEM = "Pouzite behem tisku";
|
||||
const char MSG_USED_IT[] PROGMEM = "Usati nella stampa";
|
||||
const char MSG_USED_ES[] PROGMEM = "Usado en impresion";
|
||||
const char MSG_USED_PL[] PROGMEM = "Uzyte przy druku";
|
||||
const char MSG_USED_DE[] PROGMEM = "Beim Druck benutzte";
|
||||
const char * const MSG_USED_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
MSG_USED_EN,
|
||||
MSG_USED_CZ,
|
||||
MSG_USED_EN,
|
||||
MSG_USED_EN,
|
||||
MSG_USED_EN,
|
||||
MSG_USED_EN
|
||||
MSG_USED_IT,
|
||||
MSG_USED_ES,
|
||||
MSG_USED_PL,
|
||||
MSG_USED_DE
|
||||
};
|
||||
|
||||
const char MSG_USERWAIT_EN[] PROGMEM = "Wait for user...";
|
||||
|
|
|
|||
|
|
@ -305,4 +305,7 @@
|
|||
#define MSG_UNLOAD_FILAMENT_3 "Filam. 3 entladen"
|
||||
#define MSG_UNLOAD_FILAMENT_4 "Filam. 4 entladen"
|
||||
#define MSG_UNLOAD_ALL "Alles entladen"
|
||||
#define MSG_PREPARE_FILAMENT "Filam. bereithalten"
|
||||
#define MSG_PREPARE_FILAMENT "Filam. bereithalten"
|
||||
#define MSG_ALL "Alle"
|
||||
#define MSG_USED "Beim Druck benutzte"
|
||||
#define MSG_CURRENT "Aktuelles"
|
||||
|
|
@ -273,9 +273,9 @@
|
|||
|
||||
#define MSG_MESH_BED_LEVELING "Mesh Bed Leveling"
|
||||
#define MSG_MENU_CALIBRATION "Calibration"
|
||||
#define MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_OFF "SD card [normal]"
|
||||
#define MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_ON "SD card [FlshAir]"
|
||||
#define MSG_PRINTER_DISCONNECTED "Printer disconnected"
|
||||
#define(length=19, lines=1) MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_OFF "SD card [normal]"
|
||||
#define(length=19, lines=1) MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_ON "SD card [FlshAir]"
|
||||
#define(length=20, lines=1) MSG_PRINTER_DISCONNECTED "Printer disconnected"
|
||||
#define(length=20, lines=1) MSG_FINISHING_MOVEMENTS "Finishing movements"
|
||||
#define(length=20, lines=1) MSG_PRINT_PAUSED "Print paused"
|
||||
#define(length=20, lines=1) MSG_RESUMING_PRINT "Resuming print"
|
||||
|
|
|
|||
|
|
@ -286,4 +286,7 @@
|
|||
#define MSG_UNLOAD_FILAMENT_3 "Soltar fil. 3"
|
||||
#define MSG_UNLOAD_FILAMENT_4 "Soltar fil. 4"
|
||||
#define MSG_UNLOAD_ALL "Soltar todos fil."
|
||||
#define MSG_PREPARE_FILAMENT "Preparar filamento"
|
||||
#define MSG_PREPARE_FILAMENT "Preparar filamento"
|
||||
#define MSG_ALL "Todos"
|
||||
#define MSG_USED "Usado en impresion"
|
||||
#define MSG_CURRENT "Actual"
|
||||
|
|
|
|||
|
|
@ -278,3 +278,6 @@
|
|||
#define MSG_UNLOAD_FILAMENT_4 "Rilasciare fil. 1"
|
||||
#define MSG_UNLOAD_ALL "Rilasciare tutti"
|
||||
#define MSG_PREPARE_FILAMENT "Preparare filamento"
|
||||
#define MSG_ALL "Tutti"
|
||||
#define MSG_USED "Usati nella stampa"
|
||||
#define MSG_CURRENT "Attuale"
|
||||
|
|
|
|||
|
|
@ -289,4 +289,7 @@
|
|||
#define MSG_UNLOAD_FILAMENT_3 "Wyjac filament 3"
|
||||
#define MSG_UNLOAD_FILAMENT_4 "Wyjac filament 4"
|
||||
#define MSG_UNLOAD_ALL "Wyjac wszystkie"
|
||||
#define MSG_PREPARE_FILAMENT "Przygotuj filament"
|
||||
#define MSG_PREPARE_FILAMENT "Przygotuj filament"
|
||||
#define MSG_ALL "Wszystko"
|
||||
#define MSG_USED "Uzyte przy druku"
|
||||
#define MSG_CURRENT "Tylko aktualne"
|
||||
Loading…
Reference in New Issue