Set MSG_SET_TEMPERATURE chars to c=20
Fix Italian warning shown by `lang-check.py`
This commit is contained in:
parent
e53f37729b
commit
9f77ca31b8
8 changed files with 10 additions and 10 deletions
|
@ -3045,7 +3045,7 @@ void lcd_adjust_bed(void)
|
|||
//!
|
||||
//! @code{.unparsed}
|
||||
//! |01234567890123456789|
|
||||
//! | Set temperature: | MSG_SET_TEMPERATURE
|
||||
//! |Set temperature: | MSG_SET_TEMPERATURE c=20
|
||||
//! | |
|
||||
//! | 210 |
|
||||
//! | |
|
||||
|
@ -3054,7 +3054,7 @@ void lcd_adjust_bed(void)
|
|||
void pid_extruder()
|
||||
{
|
||||
lcd_clear();
|
||||
lcd_puts_at_P(1, 0, _i("Set temperature:"));////MSG_SET_TEMPERATURE c=19
|
||||
lcd_puts_at_P(0, 0, _i("Set temperature:"));////MSG_SET_TEMPERATURE
|
||||
pid_temp += int(lcd_encoder);
|
||||
if (pid_temp > HEATER_0_MAXTEMP) pid_temp = HEATER_0_MAXTEMP;
|
||||
if (pid_temp < HEATER_0_MINTEMP) pid_temp = HEATER_0_MINTEMP;
|
||||
|
|
|
@ -998,7 +998,7 @@
|
|||
"Select nozzle preheat temperature which matches your material."
|
||||
"Vyberte teplotu predehrati trysky ktera odpovida vasemu materialu."
|
||||
|
||||
#MSG_SET_TEMPERATURE c=19
|
||||
#MSG_SET_TEMPERATURE c=20
|
||||
"Set temperature:"
|
||||
"Nastavte teplotu:"
|
||||
|
||||
|
|
|
@ -998,7 +998,7 @@
|
|||
"Select nozzle preheat temperature which matches your material."
|
||||
"Bitte Vorheiztemperatur auswaehlen, die Ihrem Material entspricht."
|
||||
|
||||
#MSG_SET_TEMPERATURE c=19
|
||||
#MSG_SET_TEMPERATURE c=20
|
||||
"Set temperature:"
|
||||
"Temp. einstellen:"
|
||||
|
||||
|
|
|
@ -998,7 +998,7 @@
|
|||
"Select nozzle preheat temperature which matches your material."
|
||||
"Selecciona la temperatura para precalentar la boquilla que se ajuste a tu material. "
|
||||
|
||||
#MSG_SET_TEMPERATURE c=19
|
||||
#MSG_SET_TEMPERATURE c=20
|
||||
"Set temperature:"
|
||||
"Establecer temp.:"
|
||||
|
||||
|
|
|
@ -998,7 +998,7 @@
|
|||
"Select nozzle preheat temperature which matches your material."
|
||||
"Selectionnez la temperature de prechauffage de la buse qui correspond a votre materiau."
|
||||
|
||||
#MSG_SET_TEMPERATURE c=19
|
||||
#MSG_SET_TEMPERATURE c=20
|
||||
"Set temperature:"
|
||||
"Regler temp.:"
|
||||
|
||||
|
|
|
@ -998,9 +998,9 @@
|
|||
"Select nozzle preheat temperature which matches your material."
|
||||
"Selezionate la temperatura per il preriscaldamento dell'ugello adatta al vostro materiale."
|
||||
|
||||
#MSG_SET_TEMPERATURE c=19
|
||||
#MSG_SET_TEMPERATURE c=20
|
||||
"Set temperature:"
|
||||
"Imposta temperatura"
|
||||
"Imposta temperatura:"
|
||||
|
||||
# c=20
|
||||
"Prusa i3 MK2.5 OK."
|
||||
|
|
|
@ -998,7 +998,7 @@
|
|||
"Select nozzle preheat temperature which matches your material."
|
||||
"Selecteer de voorverwarmingstemperatuur van de tuit die overeenkomt met uw materiaal."
|
||||
|
||||
#MSG_SET_TEMPERATURE c=19
|
||||
#MSG_SET_TEMPERATURE c=20
|
||||
"Set temperature:"
|
||||
"Temp. instellen:"
|
||||
|
||||
|
|
|
@ -998,7 +998,7 @@
|
|||
"Select nozzle preheat temperature which matches your material."
|
||||
"Wybierz temperature grzania dyszy odpowiednia dla materialu."
|
||||
|
||||
#MSG_SET_TEMPERATURE c=19
|
||||
#MSG_SET_TEMPERATURE c=20
|
||||
"Set temperature:"
|
||||
"Ustaw temperature:"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue