Remove language strings that only add a number
This won’t reduce the string storage in the end, but it makes the language files smaller. Also removed remaining unused strings.
This commit is contained in:
@ -18,19 +18,13 @@
|
||||
#define MSG_SET_HOME_OFFSETS "Setta offset home"
|
||||
#define MSG_SET_ORIGIN "Imposta Origine"
|
||||
#define MSG_PREHEAT_PLA "Preriscalda PLA"
|
||||
#define MSG_PREHEAT_PLA0 "Preriscalda PLA 1"
|
||||
#define MSG_PREHEAT_PLA1 "Preriscalda PLA 2"
|
||||
#define MSG_PREHEAT_PLA2 "Preriscalda PLA 3"
|
||||
#define MSG_PREHEAT_PLA3 "Preriscalda PLA 4"
|
||||
#define MSG_PREHEAT_PLA0123 "Prer. PLA Tutto"
|
||||
#define MSG_PREHEAT_PLA_N "Preriscalda PLA "
|
||||
#define MSG_PREHEAT_PLA_ALL "Prer. PLA Tutto"
|
||||
#define MSG_PREHEAT_PLA_BEDONLY "Prer. PLA Piatto"
|
||||
#define MSG_PREHEAT_PLA_SETTINGS "Config. prer. PLA"
|
||||
#define MSG_PREHEAT_ABS "Preriscalda ABS"
|
||||
#define MSG_PREHEAT_ABS0 "Preriscalda ABS 1"
|
||||
#define MSG_PREHEAT_ABS1 "Preriscalda ABS 2"
|
||||
#define MSG_PREHEAT_ABS2 "Preriscalda ABS 3"
|
||||
#define MSG_PREHEAT_ABS3 "Preriscalda ABS 4"
|
||||
#define MSG_PREHEAT_ABS0123 "Prer. ABS Tutto"
|
||||
#define MSG_PREHEAT_ABS_N "Preriscalda ABS "
|
||||
#define MSG_PREHEAT_ABS_ALL "Prer. ABS Tutto"
|
||||
#define MSG_PREHEAT_ABS_BEDONLY "Prer. ABS Piatto"
|
||||
#define MSG_PREHEAT_ABS_SETTINGS "Config. prer. ABS"
|
||||
#define MSG_COOLDOWN "Raffredda"
|
||||
@ -43,28 +37,18 @@
|
||||
#define MSG_MOVE_Y "Muovi Y"
|
||||
#define MSG_MOVE_Z "Muovi Z"
|
||||
#define MSG_MOVE_E "Estrusore"
|
||||
#define MSG_MOVE_E1 "Estrusore 2"
|
||||
#define MSG_MOVE_E2 "Estrusore 3"
|
||||
#define MSG_MOVE_E3 "Estrusore 4"
|
||||
#define MSG_MOVE_01MM "Muovi di 0.1mm"
|
||||
#define MSG_MOVE_1MM "Muovi di 1mm"
|
||||
#define MSG_MOVE_10MM "Muovi di 10mm"
|
||||
#define MSG_SPEED "Velcità"
|
||||
#define MSG_NOZZLE "Ugello"
|
||||
#define MSG_NOZZLE1 "Ugello2"
|
||||
#define MSG_NOZZLE2 "Ugello3"
|
||||
#define MSG_NOZZLE3 "Ugello4"
|
||||
#define MSG_BED "Piatto"
|
||||
#define MSG_FAN_SPEED "Ventola"
|
||||
#define MSG_FLOW "Flusso"
|
||||
#define MSG_FLOW0 "Flusso 0"
|
||||
#define MSG_FLOW1 "Flusso 1"
|
||||
#define MSG_FLOW2 "Flusso 2"
|
||||
#define MSG_FLOW3 "Flusso 3"
|
||||
#define MSG_CONTROL "Controllo"
|
||||
#define MSG_MIN " \002 Min:"
|
||||
#define MSG_MAX " \002 Max:"
|
||||
#define MSG_FACTOR " \002 Fact:"
|
||||
#define MSG_MIN " \002 Min"
|
||||
#define MSG_MAX " \002 Max"
|
||||
#define MSG_FACTOR " \002 Fact"
|
||||
#define MSG_AUTOTEMP "Autotemp"
|
||||
#define MSG_ON "ON "
|
||||
#define MSG_OFF "OFF"
|
||||
@ -72,18 +56,6 @@
|
||||
#define MSG_PID_I "PID-I"
|
||||
#define MSG_PID_D "PID-D"
|
||||
#define MSG_PID_C "PID-C"
|
||||
#define MSG_PID_P1 "PID-P E2"
|
||||
#define MSG_PID_I1 "PID-I E2"
|
||||
#define MSG_PID_D1 "PID-D E2"
|
||||
#define MSG_PID_C1 "PID-C E2"
|
||||
#define MSG_PID_P2 "PID-P E3"
|
||||
#define MSG_PID_I2 "PID-I E3"
|
||||
#define MSG_PID_D2 "PID-D E3"
|
||||
#define MSG_PID_C2 "PID-C E3"
|
||||
#define MSG_PID_P3 "PID-P E4"
|
||||
#define MSG_PID_I3 "PID-I E4"
|
||||
#define MSG_PID_D3 "PID-D E4"
|
||||
#define MSG_PID_C3 "PID-C E4"
|
||||
#define MSG_ACC "Accel."
|
||||
#define MSG_VXY_JERK "Vxy-jerk"
|
||||
#define MSG_VZ_JERK "Vz-jerk"
|
||||
@ -148,8 +120,6 @@
|
||||
#define MSG_BABYSTEP_Z "Babystep Z"
|
||||
#define MSG_ENDSTOP_ABORT "Finecorsa abort"
|
||||
|
||||
#define MSG_RECTRACT "Ritrai"
|
||||
|
||||
#ifdef DELTA_CALIBRATION_MENU
|
||||
#define MSG_DELTA_CALIBRATE "Calibraz. Delta"
|
||||
#define MSG_DELTA_CALIBRATE_X "Calibra X"
|
||||
|
Reference in New Issue
Block a user