Lang - text "Resend" removed from dictionary
This commit is contained in:
parent
7426efac9b
commit
72c7810641
|
|
@ -7079,7 +7079,7 @@ void FlushSerialRequestResend()
|
|||
{
|
||||
//char cmdbuffer[bufindr][100]="Resend:";
|
||||
MYSERIAL.flush();
|
||||
printf_P(_N("%S: %ld\n%S\n"), _i("Resend"), gcode_LastN + 1, MSG_OK);
|
||||
printf_P(_N("%S: %ld\n%S\n"), _n("Resend"), gcode_LastN + 1, MSG_OK);
|
||||
}
|
||||
|
||||
// Confirm the execution of a command, if sent from a serial line.
|
||||
|
|
|
|||
|
|
@ -709,9 +709,6 @@
|
|||
#MSG_SECOND_SERIAL_ON c=17 r=1
|
||||
"RPi port [on]"
|
||||
|
||||
#
|
||||
"Resend"
|
||||
|
||||
#MSG_SECOND_SERIAL_OFF c=17 r=1
|
||||
"RPi port [off]"
|
||||
|
||||
|
|
|
|||
|
|
@ -946,10 +946,6 @@
|
|||
"RPi port [on]"
|
||||
"RPi port [zap]"
|
||||
|
||||
#
|
||||
"Resend"
|
||||
"Poslat znovu"
|
||||
|
||||
#MSG_SECOND_SERIAL_OFF c=17 r=1
|
||||
"RPi port [off]"
|
||||
"RPi port [vyp]"
|
||||
|
|
|
|||
|
|
@ -946,10 +946,6 @@
|
|||
"RPi port [on]"
|
||||
"RPi Port [an]"
|
||||
|
||||
#
|
||||
"Resend"
|
||||
"Wiederholen"
|
||||
|
||||
#MSG_SECOND_SERIAL_OFF c=17 r=1
|
||||
"RPi port [off]"
|
||||
"RPi Port [aus]"
|
||||
|
|
|
|||
|
|
@ -946,10 +946,6 @@
|
|||
"RPi port [on]"
|
||||
"Puerto RPi [act]"
|
||||
|
||||
#
|
||||
"Resend"
|
||||
"Reenviar: "
|
||||
|
||||
#MSG_SECOND_SERIAL_OFF c=17 r=1
|
||||
"RPi port [off]"
|
||||
"Puerto RPi [ina]"
|
||||
|
|
|
|||
|
|
@ -946,10 +946,6 @@
|
|||
"RPi port [on]"
|
||||
"Port RPi [on]"
|
||||
|
||||
#
|
||||
"Resend"
|
||||
"Renvoyer"
|
||||
|
||||
#MSG_SECOND_SERIAL_OFF c=17 r=1
|
||||
"RPi port [off]"
|
||||
"Port RPi [off]"
|
||||
|
|
|
|||
|
|
@ -946,10 +946,6 @@
|
|||
"RPi port [on]"
|
||||
"Porta RPi [on]"
|
||||
|
||||
#
|
||||
"Resend"
|
||||
"Ripeti"
|
||||
|
||||
#MSG_SECOND_SERIAL_OFF c=17 r=1
|
||||
"RPi port [off]"
|
||||
"Porta RPi [off]"
|
||||
|
|
|
|||
|
|
@ -946,10 +946,6 @@
|
|||
"RPi port [on]"
|
||||
"Port RPi [wl]"
|
||||
|
||||
#
|
||||
"Resend"
|
||||
"Wyslij ponownie"
|
||||
|
||||
#MSG_SECOND_SERIAL_OFF c=17 r=1
|
||||
"RPi port [off]"
|
||||
"Port RPi [wyl]"
|
||||
|
|
|
|||
Loading…
Reference in New Issue