Browse Source

Lang - text "SD init fail" removed from dictionary

Robert Pelnar 6 years ago
parent
commit
ddf898cb41

+ 1 - 1
Firmware/cardreader.cpp

@@ -183,7 +183,7 @@ void CardReader::initsd()
   {
     //if (!card.init(SPI_HALF_SPEED,SDSS))
     SERIAL_ECHO_START;
-    SERIAL_ECHOLNRPGM(_i("SD init fail"));////MSG_SD_INIT_FAIL c=0 r=0
+    SERIAL_ECHOLNRPGM(_n("SD init fail"));////MSG_SD_INIT_FAIL c=0 r=0
   }
   else if (!volume.init(&card))
   {

+ 0 - 3
lang/lang_en.txt

@@ -724,9 +724,6 @@
 #
 "Right"
 
-#MSG_SD_INIT_FAIL c=0 r=0
-"SD init fail"
-
 #MSG_FIND_BED_OFFSET_AND_SKEW_LINE1 c=60 r=0
 "Searching bed calibration point"
 

+ 0 - 4
lang/lang_en_cz.txt

@@ -966,10 +966,6 @@
 "Right"
 "Vpravo"
 
-#MSG_SD_INIT_FAIL c=0 r=0
-"SD init fail"
-"Selhala inicializace SD"
-
 #MSG_FIND_BED_OFFSET_AND_SKEW_LINE1 c=60 r=0
 "Searching bed calibration point"
 "Hledam kalibracni bod podlozky"

+ 0 - 4
lang/lang_en_de.txt

@@ -966,10 +966,6 @@
 "Right"
 "Rechts"
 
-#MSG_SD_INIT_FAIL c=0 r=0
-"SD init fail"
-"SD Init fehlerhaft"
-
 #MSG_FIND_BED_OFFSET_AND_SKEW_LINE1 c=60 r=0
 "Searching bed calibration point"
 "Suche Bett Kalibrierpunkt"

+ 0 - 4
lang/lang_en_es.txt

@@ -966,10 +966,6 @@
 "Right"
 "Derecha"
 
-#MSG_SD_INIT_FAIL c=0 r=0
-"SD init fail"
-"Error init SD"
-
 #MSG_FIND_BED_OFFSET_AND_SKEW_LINE1 c=60 r=0
 "Searching bed calibration point"
 "Buscando punto de calibracion base"

+ 0 - 4
lang/lang_en_fr.txt

@@ -966,10 +966,6 @@
 "Right"
 "Droite"
 
-#MSG_SD_INIT_FAIL c=0 r=0
-"SD init fail"
-"Echec init SD"
-
 #MSG_FIND_BED_OFFSET_AND_SKEW_LINE1 c=60 r=0
 "Searching bed calibration point"
 "Recherche du point de calibration du lit"

+ 0 - 4
lang/lang_en_it.txt

@@ -966,10 +966,6 @@
 "Right"
 "Destra"
 
-#MSG_SD_INIT_FAIL c=0 r=0
-"SD init fail"
-"Inizializzazione Memoria SD Fallita"
-
 #MSG_FIND_BED_OFFSET_AND_SKEW_LINE1 c=60 r=0
 "Searching bed calibration point"
 "Ricerca dei punti di calibrazione del piano"

+ 0 - 4
lang/lang_en_pl.txt

@@ -966,10 +966,6 @@
 "Right"
 "Prawa"
 
-#MSG_SD_INIT_FAIL c=0 r=0
-"SD init fail"
-"Inicjalizacja karty SD nieudana"
-
 #MSG_FIND_BED_OFFSET_AND_SKEW_LINE1 c=60 r=0
 "Searching bed calibration point"
 "Szukam punktu kalibracyjnego na stole"