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 "Set home offsets"
|
||||
#define MSG_SET_ORIGIN "Establir origen"
|
||||
#define MSG_PREHEAT_PLA "Preescalfar PLA"
|
||||
#define MSG_PREHEAT_PLA0 "Preescalfar PLA 1"
|
||||
#define MSG_PREHEAT_PLA1 "Preescalfar PLA 2"
|
||||
#define MSG_PREHEAT_PLA2 "Preescalfar PLA 3"
|
||||
#define MSG_PREHEAT_PLA3 "Preescalfar PLA 4"
|
||||
#define MSG_PREHEAT_PLA0123 "Preesc. tot PLA"
|
||||
#define MSG_PREHEAT_PLA_N "Preescalfar PLA "
|
||||
#define MSG_PREHEAT_PLA_ALL "Preesc. tot PLA"
|
||||
#define MSG_PREHEAT_PLA_BEDONLY "Preesc. llit PLA"
|
||||
#define MSG_PREHEAT_PLA_SETTINGS "Configuració PLA"
|
||||
#define MSG_PREHEAT_ABS "Preescalfar ABS"
|
||||
#define MSG_PREHEAT_ABS0 "Preescalfar ABS 1"
|
||||
#define MSG_PREHEAT_ABS1 "Preescalfar ABS 2"
|
||||
#define MSG_PREHEAT_ABS2 "Preescalfar ABS 3"
|
||||
#define MSG_PREHEAT_ABS3 "Preescalfar ABS 4"
|
||||
#define MSG_PREHEAT_ABS0123 "Preesc. tot ABS"
|
||||
#define MSG_PREHEAT_ABS_N "Preescalfar ABS "
|
||||
#define MSG_PREHEAT_ABS_ALL "Preesc. tot ABS"
|
||||
#define MSG_PREHEAT_ABS_BEDONLY "Preesc. llit ABS"
|
||||
#define MSG_PREHEAT_ABS_SETTINGS "Configuració ABS"
|
||||
#define MSG_COOLDOWN "Refredar"
|
||||
@ -43,21 +37,14 @@
|
||||
#define MSG_MOVE_Y "Moure Y"
|
||||
#define MSG_MOVE_Z "Moure Z"
|
||||
#define MSG_MOVE_E "Extrusor"
|
||||
#define MSG_MOVE_E1 "Extruder2"
|
||||
#define MSG_MOVE_E2 "Extruder3"
|
||||
#define MSG_MOVE_01MM "Moure 0.1mm"
|
||||
#define MSG_MOVE_1MM "Moure 1mm"
|
||||
#define MSG_MOVE_10MM "Moure 10mm"
|
||||
#define MSG_SPEED "Velocitat"
|
||||
#define MSG_NOZZLE "Nozzle"
|
||||
#define MSG_NOZZLE1 "Nozzle2"
|
||||
#define MSG_NOZZLE2 "Nozzle3"
|
||||
#define MSG_BED "Llit"
|
||||
#define MSG_FAN_SPEED "Vel. Ventilador"
|
||||
#define MSG_FLOW "Fluxe"
|
||||
#define MSG_FLOW0 "Fluxe 0"
|
||||
#define MSG_FLOW1 "Fluxe 1"
|
||||
#define MSG_FLOW2 "Fluxe 2"
|
||||
#define MSG_CONTROL "Control"
|
||||
#define MSG_MIN " \002 Min"
|
||||
#define MSG_MAX " \002 Max"
|
||||
@ -69,14 +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_ACC "Accel"
|
||||
#define MSG_VXY_JERK "Vxy-jerk"
|
||||
#define MSG_VZ_JERK "Vz-jerk"
|
||||
@ -140,8 +119,6 @@
|
||||
#define MSG_BABYSTEP_Z "Babystep Z"
|
||||
#define MSG_ENDSTOP_ABORT "Endstop abort"
|
||||
|
||||
#define MSG_RECTRACT "Retreure"
|
||||
|
||||
#ifdef DELTA_CALIBRATION_MENU
|
||||
#define MSG_DELTA_CALIBRATE "Delta Calibration"
|
||||
#define MSG_DELTA_CALIBRATE_X "Calibrate X"
|
||||
|
Reference in New Issue
Block a user