🧑💻 Extend LCD string substitution (#24278)
This commit is contained in:
@@ -72,9 +72,6 @@ namespace Language_fr {
|
||||
LSTR MSG_HOME_OFFSET_X = _UxGT("Décal. origine X");
|
||||
LSTR MSG_HOME_OFFSET_Y = _UxGT("Décal. origine Y");
|
||||
LSTR MSG_HOME_OFFSET_Z = _UxGT("Décal. origine Z");
|
||||
LSTR MSG_HOME_OFFSET_I = _UxGT("Décal. origine ") STR_I;
|
||||
LSTR MSG_HOME_OFFSET_J = _UxGT("Décal. origine ") STR_J;
|
||||
LSTR MSG_HOME_OFFSET_K = _UxGT("Décal. origine ") STR_K;
|
||||
LSTR MSG_HOME_OFFSETS_APPLIED = _UxGT("Décalages appliqués");
|
||||
LSTR MSG_TRAMMING_WIZARD = _UxGT("Assistant Molettes");
|
||||
LSTR MSG_SELECT_ORIGIN = _UxGT("Molette du lit"); // Not a selection of the origin
|
||||
@@ -233,13 +230,11 @@ namespace Language_fr {
|
||||
LSTR MSG_MOVE_X = _UxGT("Déplacer X");
|
||||
LSTR MSG_MOVE_Y = _UxGT("Déplacer Y");
|
||||
LSTR MSG_MOVE_Z = _UxGT("Déplacer Z");
|
||||
LSTR MSG_MOVE_I = _UxGT("Déplacer ") STR_I;
|
||||
LSTR MSG_MOVE_J = _UxGT("Déplacer ") STR_J;
|
||||
LSTR MSG_MOVE_K = _UxGT("Déplacer ") STR_K;
|
||||
LSTR MSG_MOVE_N = _UxGT("Déplacer @");
|
||||
LSTR MSG_MOVE_E = _UxGT("Extruder");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Extruder *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Buse trop froide");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Déplacer %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Déplacer $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Déplacer 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Déplacer 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Déplacer 10mm");
|
||||
@@ -282,18 +277,14 @@ namespace Language_fr {
|
||||
LSTR MSG_VA_JERK = _UxGT("V") STR_A _UxGT(" jerk");
|
||||
LSTR MSG_VB_JERK = _UxGT("V") STR_B _UxGT(" jerk");
|
||||
LSTR MSG_VC_JERK = _UxGT("V") STR_C _UxGT(" jerk");
|
||||
LSTR MSG_VI_JERK = _UxGT("V") STR_I _UxGT(" jerk");
|
||||
LSTR MSG_VJ_JERK = _UxGT("V") STR_J _UxGT(" jerk");
|
||||
LSTR MSG_VK_JERK = _UxGT("V") STR_K _UxGT(" jerk");
|
||||
LSTR MSG_VN_JERK = _UxGT("V@ jerk");
|
||||
LSTR MSG_VE_JERK = _UxGT("Ve jerk");
|
||||
LSTR MSG_VELOCITY = _UxGT("Vélocité");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Max Vélocité");
|
||||
LSTR MSG_VMAX_A = _UxGT("Vit. Max ") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("Vit. Max ") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("Vit. Max ") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("Vit. Max ") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("Vit. Max ") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("Vit. Max ") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("Vit. Max ") STR_E;
|
||||
LSTR MSG_VMAX_N = _UxGT("Vit. Max @");
|
||||
LSTR MSG_VMAX_E = _UxGT("Vit. Max E");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Vit. Max *");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Déviat. jonct.");
|
||||
LSTR MSG_VMIN = _UxGT("Vit. Min");
|
||||
@@ -302,10 +293,8 @@ namespace Language_fr {
|
||||
LSTR MSG_AMAX_A = _UxGT("Max Accél. ") STR_A;
|
||||
LSTR MSG_AMAX_B = _UxGT("Max Accél. ") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("Max Accél. ") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("Max Accél. ") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("Max Accél. ") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("Max Accél. ") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("Max Accél. ") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("Max Accél. @");
|
||||
LSTR MSG_AMAX_E = _UxGT("Max Accél. E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Max Accél. *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("Acc.rétraction");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("Acc.course");
|
||||
@@ -315,9 +304,7 @@ namespace Language_fr {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" pas/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" pas/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" pas/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" pas/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" pas/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" pas/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ pas/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E pas/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* pas/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Température");
|
||||
@@ -443,9 +430,7 @@ namespace Language_fr {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Babystep X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Babystep Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Babystep Z");
|
||||
LSTR MSG_BABYSTEP_I = _UxGT("Babystep ") STR_I;
|
||||
LSTR MSG_BABYSTEP_J = _UxGT("Babystep ") STR_J;
|
||||
LSTR MSG_BABYSTEP_K = _UxGT("Babystep ") STR_K;
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Babystep @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Total");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Butée abandon");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Err de chauffe");
|
||||
@@ -521,13 +506,7 @@ namespace Language_fr {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Temp Max");
|
||||
LSTR MSG_INFO_PSU = _UxGT("Alim.");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Puiss. moteur ");
|
||||
LSTR MSG_DAC_PERCENT_A = _UxGT("Driver ") STR_A _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_B = _UxGT("Driver ") STR_B _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_C = _UxGT("Driver ") STR_C _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_I = _UxGT("Driver ") STR_I _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_J = _UxGT("Driver ") STR_J _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_K = _UxGT("Driver ") STR_K _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("Driver E %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("Driver @ %");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("DAC EEPROM sauv.");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("ERREUR CONNEXION TMC");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user