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 "Regler origine"
|
||||
#define MSG_PREHEAT_PLA "Prechauffage PLA"
|
||||
#define MSG_PREHEAT_PLA0 "Prechauff. PLA 1"
|
||||
#define MSG_PREHEAT_PLA1 "Prechauff. PLA 2"
|
||||
#define MSG_PREHEAT_PLA2 "Prechauff. PLA 3"
|
||||
#define MSG_PREHEAT_PLA3 "Prechauff. PLA 4"
|
||||
#define MSG_PREHEAT_PLA0123 "Prech. PLA Tout"
|
||||
#define MSG_PREHEAT_PLA_N "Prechauff. PLA "
|
||||
#define MSG_PREHEAT_PLA_ALL "Prech. PLA Tout"
|
||||
#define MSG_PREHEAT_PLA_BEDONLY "Prech. PLA Plateau"
|
||||
#define MSG_PREHEAT_PLA_SETTINGS "Regl. prech. PLA"
|
||||
#define MSG_PREHEAT_ABS "Prechauffage ABS"
|
||||
#define MSG_PREHEAT_ABS0 "Prechauff. ABS 1"
|
||||
#define MSG_PREHEAT_ABS1 "Prechauff. ABS 2"
|
||||
#define MSG_PREHEAT_ABS2 "Prechauff. ABS 3"
|
||||
#define MSG_PREHEAT_ABS3 "Prechauff. ABS 4"
|
||||
#define MSG_PREHEAT_ABS0123 "Prech. ABS Tout"
|
||||
#define MSG_PREHEAT_ABS_N "Prechauff. ABS "
|
||||
#define MSG_PREHEAT_ABS_ALL "Prech. ABS Tout"
|
||||
#define MSG_PREHEAT_ABS_BEDONLY "Prech. ABS Plateau"
|
||||
#define MSG_PREHEAT_ABS_SETTINGS "Regl. prech. ABS"
|
||||
#define MSG_COOLDOWN "Refroidir"
|
||||
@ -43,21 +37,14 @@
|
||||
#define MSG_MOVE_Y "Move Y"
|
||||
#define MSG_MOVE_Z "Move Z"
|
||||
#define MSG_MOVE_E "Extruder"
|
||||
#define MSG_MOVE_E1 "Extruder2"
|
||||
#define MSG_MOVE_E2 "Extruder3"
|
||||
#define MSG_MOVE_01MM "Move 0.1mm"
|
||||
#define MSG_MOVE_1MM "Move 1mm"
|
||||
#define MSG_MOVE_10MM "Move 10mm"
|
||||
#define MSG_SPEED " Vitesse"
|
||||
#define MSG_NOZZLE "Buse"
|
||||
#define MSG_NOZZLE1 "Buse2"
|
||||
#define MSG_NOZZLE2 "Buse3"
|
||||
#define MSG_BED "Plateau"
|
||||
#define MSG_FAN_SPEED "Vite. ventilateur"
|
||||
#define MSG_FLOW "Flux"
|
||||
#define MSG_FLOW0 "Flux 0"
|
||||
#define MSG_FLOW1 "Flux 1"
|
||||
#define MSG_FLOW2 "Flux 2"
|
||||
#define MSG_CONTROL "Controler"
|
||||
#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,9 +119,6 @@
|
||||
#define MSG_BABYSTEP_Z "Babystep Z"
|
||||
#define MSG_ENDSTOP_ABORT "Butee abandon"
|
||||
|
||||
#define MSG_RECTRACT "Rectract"
|
||||
#define MSG_STEPPER_RELEASED "RELACHE."
|
||||
|
||||
#ifdef DELTA_CALIBRATION_MENU
|
||||
#define MSG_DELTA_CALIBRATE "Delta Calibration"
|
||||
#define MSG_DELTA_CALIBRATE_X "Calibrate X"
|
||||
|
Reference in New Issue
Block a user