Browse Source

Lang - text "No Checksum with line number, Last Line: " removed from dictionary

Robert Pelnar 6 years ago
parent
commit
1568b94e87

+ 1 - 1
Firmware/cmdqueue.cpp

@@ -453,7 +453,7 @@ void get_command()
 			  else
 			  {
 				  SERIAL_ERROR_START;
-				  SERIAL_ERRORRPGM(_i("No Checksum with line number, Last Line: "));////MSG_ERR_NO_CHECKSUM c=0 r=0
+				  SERIAL_ERRORRPGM(_n("No Checksum with line number, Last Line: "));////MSG_ERR_NO_CHECKSUM c=0 r=0
 				  SERIAL_ERRORLN(gcode_LastN);
 				  FlushSerialRequestResend();
 				  serial_count = 0;

+ 0 - 3
lang/lang_en.txt

@@ -523,9 +523,6 @@
 #MSG_MOVE_Z c=0 r=0
 "Move Z"
 
-#MSG_ERR_NO_CHECKSUM c=0 r=0
-"No Checksum with line number, Last Line: "
-
 #MSG_NO_MOVE c=0 r=0
 "No move."
 

+ 0 - 4
lang/lang_en_cz.txt

@@ -698,10 +698,6 @@
 "Move Z"
 "Posunout Z"
 
-#MSG_ERR_NO_CHECKSUM c=0 r=0
-"No Checksum with line number, Last Line: "
-"Zadny kontrolni soucet s cislem radku, Posl. radek:"
-
 #MSG_NO_MOVE c=0 r=0
 "No move."
 "Bez pohybu."

+ 0 - 4
lang/lang_en_de.txt

@@ -698,10 +698,6 @@
 "Move Z"
 "Bewege Z"
 
-#MSG_ERR_NO_CHECKSUM c=0 r=0
-"No Checksum with line number, Last Line: "
-"Keine Pruefsumme mit Zeilennummer, Letzte Zeile: "
-
 #MSG_NO_MOVE c=0 r=0
 "No move."
 "Keine Bewegung."

+ 0 - 4
lang/lang_en_es.txt

@@ -698,10 +698,6 @@
 "Move Z"
 "Mover Z"
 
-#MSG_ERR_NO_CHECKSUM c=0 r=0
-"No Checksum with line number, Last Line: "
-"Sin Checksum con linea numero, Ult. Linea: "
-
 #MSG_NO_MOVE c=0 r=0
 "No move."
 "Sin movimiento"

+ 0 - 4
lang/lang_en_fr.txt

@@ -698,10 +698,6 @@
 "Move Z"
 "Deplacer Z"
 
-#MSG_ERR_NO_CHECKSUM c=0 r=0
-"No Checksum with line number, Last Line: "
-"Pas de checksum avec numero de ligne, Derniere ligne :"
-
 #MSG_NO_MOVE c=0 r=0
 "No move."
 "Pas de mouvement."

+ 0 - 4
lang/lang_en_it.txt

@@ -698,10 +698,6 @@
 "Move Z"
 "Muovi Z"
 
-#MSG_ERR_NO_CHECKSUM c=0 r=0
-"No Checksum with line number, Last Line: "
-"Nessun checksum con numero di riga, ultima riga:"
-
 #MSG_NO_MOVE c=0 r=0
 "No move."
 "Nessun movimento."

+ 0 - 4
lang/lang_en_pl.txt

@@ -698,10 +698,6 @@
 "Move Z"
 "Ruch osi Z"
 
-#MSG_ERR_NO_CHECKSUM c=0 r=0
-"No Checksum with line number, Last Line: "
-"Brak sumy kontrolnej z numerem linii, ostatnia linia:"
-
 #MSG_NO_MOVE c=0 r=0
 "No move."
 "Brak ruchu."