Remove "Firmware" from translations
deleted another unused "Firmware" define in language.h
This commit is contained in:
parent
d251f3980a
commit
488d9d4b38
10 changed files with 1 additions and 34 deletions
|
@ -21,8 +21,6 @@
|
|||
#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
|
||||
#endif
|
||||
|
||||
#define MSG_FW_VERSION "Firmware"
|
||||
|
||||
#if (LANG_MODE == 0) //primary language only
|
||||
#define PROGMEM_I2 __attribute__((section(".progmem0")))
|
||||
#define PROGMEM_I1 __attribute__((section(".progmem1")))
|
||||
|
|
|
@ -131,7 +131,6 @@ const char MSG_NONE[] PROGMEM_I1 = ISTR("None"); ////c=8
|
|||
const char MSG_WARN[] PROGMEM_I1 = ISTR("Warn"); ////c=8
|
||||
const char MSG_STRICT[] PROGMEM_I1 = ISTR("Strict"); ////c=8
|
||||
const char MSG_MODEL[] PROGMEM_I1 = ISTR("Model"); ////c=8
|
||||
const char MSG_FIRMWARE[] PROGMEM_I1 = ISTR("Firmware"); ////c=8
|
||||
const char MSG_GCODE[] PROGMEM_I1 = ISTR("Gcode"); ////c=8
|
||||
const char MSG_GCODE_DIFF_PRINTER_CONTINUE[] PROGMEM_I1 = ISTR("G-code sliced for a different printer type. Continue?"); ////c=20 r=5
|
||||
const char MSG_GCODE_DIFF_PRINTER_CANCELLED[] PROGMEM_I1 =ISTR("G-code sliced for a different printer type. Please re-slice the model again. Print cancelled."); ////c=20 r=8
|
||||
|
@ -168,6 +167,7 @@ const char MSG_IR_UNKNOWN[] PROGMEM_I1 = ISTR("unknown state");////c=18
|
|||
#endif
|
||||
|
||||
//not internationalized messages
|
||||
const char MSG_FIRMWARE[] PROGMEM_N1 = ISTR("Firmware"); ////c=8
|
||||
const char MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY[] PROGMEM_N1 = ISTR("FlashAir"); ////c=8
|
||||
const char MSG_PINDA[] PROGMEM_N1 = ISTR("PINDA");////c=5
|
||||
const char WELCOME_MSG[] PROGMEM_N1 = ISTR(CUSTOM_MENDEL_NAME " OK."); ////c=20
|
||||
|
|
|
@ -964,9 +964,6 @@
|
|||
#MSG_FALSE_TRIGGERING c=20
|
||||
"False triggering"
|
||||
|
||||
#MSG_FIRMWARE c=8
|
||||
"Firmware"
|
||||
|
||||
#MSG_STRICT c=8
|
||||
"Strict"
|
||||
|
||||
|
|
|
@ -1286,10 +1286,6 @@
|
|||
"False triggering"
|
||||
"Falesne spusteni"
|
||||
|
||||
#MSG_FIRMWARE c=8
|
||||
"Firmware"
|
||||
"\x00"
|
||||
|
||||
#MSG_STRICT c=8
|
||||
"Strict"
|
||||
"Prisne"
|
||||
|
|
|
@ -1286,10 +1286,6 @@
|
|||
"False triggering"
|
||||
"Falschtriggerung"
|
||||
|
||||
#MSG_FIRMWARE c=8
|
||||
"Firmware"
|
||||
"\x00"
|
||||
|
||||
#MSG_STRICT c=8
|
||||
"Strict"
|
||||
"Strikt"
|
||||
|
|
|
@ -1286,10 +1286,6 @@
|
|||
"False triggering"
|
||||
"Falsa activacion"
|
||||
|
||||
#MSG_FIRMWARE c=8
|
||||
"Firmware"
|
||||
"\x00"
|
||||
|
||||
#MSG_STRICT c=8
|
||||
"Strict"
|
||||
"Estrict"
|
||||
|
|
|
@ -1286,10 +1286,6 @@
|
|||
"False triggering"
|
||||
"Faux declenchement"
|
||||
|
||||
#MSG_FIRMWARE c=8
|
||||
"Firmware"
|
||||
"\x00"
|
||||
|
||||
#MSG_STRICT c=8
|
||||
"Strict"
|
||||
"Stricte"
|
||||
|
|
|
@ -1286,10 +1286,6 @@
|
|||
"False triggering"
|
||||
"Falso innesco"
|
||||
|
||||
#MSG_FIRMWARE c=8
|
||||
"Firmware"
|
||||
"\x00"
|
||||
|
||||
#MSG_STRICT c=8
|
||||
"Strict"
|
||||
"Esatto"
|
||||
|
|
|
@ -1286,10 +1286,6 @@
|
|||
"False triggering"
|
||||
"Valse triggering"
|
||||
|
||||
#MSG_FIRMWARE c=8
|
||||
"Firmware"
|
||||
"\x00"
|
||||
|
||||
#MSG_STRICT c=8
|
||||
"Strict"
|
||||
"Strikt"
|
||||
|
|
|
@ -1286,10 +1286,6 @@
|
|||
"False triggering"
|
||||
"Falszywy alarm"
|
||||
|
||||
#MSG_FIRMWARE c=8
|
||||
"Firmware"
|
||||
"\x00"
|
||||
|
||||
#MSG_STRICT c=8
|
||||
"Strict"
|
||||
"Restr."
|
||||
|
|
Loading…
Reference in a new issue