Lang - text "SD init fail" removed from dictionary
This commit is contained in:
parent
3384dd8487
commit
ddf898cb41
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue