Browse Source

Lang - text "Sleep..." removed from dictionary

Robert Pelnar 5 years ago
parent
commit
e9131542ca

+ 1 - 1
Firmware/Marlin_main.cpp

@@ -3749,7 +3749,7 @@ if((eSoundMode==e_SOUND_MODE_LOUD)||(eSoundMode==e_SOUND_MODE_ONCE))
       codenum = 0;
       if(code_seen('P')) codenum = code_value(); // milliseconds to wait
       if(code_seen('S')) codenum = code_value() * 1000; // seconds to wait
-	  if(codenum != 0) LCD_MESSAGERPGM(_i("Sleep..."));////MSG_DWELL c=0 r=0
+	  if(codenum != 0) LCD_MESSAGERPGM(_n("Sleep..."));////MSG_DWELL c=0 r=0
       st_synchronize();
       codenum += millis();  // keep track of when we started waiting
       previous_millis_cmd = millis();

+ 0 - 3
lang/lang_en.txt

@@ -766,9 +766,6 @@
 #
 "Show pinda state"
 
-#MSG_DWELL c=0 r=0
-"Sleep..."
-
 #MSG_FILE_CNT c=20 r=4
 "Some files will not be sorted. Max. No. of files in 1 folder for sorting is 100."
 

+ 0 - 4
lang/lang_en_cz.txt

@@ -1022,10 +1022,6 @@
 "Show pinda state"
 "Zobrazit stav PINDA"
 
-#MSG_DWELL c=0 r=0
-"Sleep..."
-"Spankovy rezim..."
-
 #MSG_FILE_CNT c=20 r=4
 "Some files will not be sorted. Max. No. of files in 1 folder for sorting is 100."
 "Nektere soubory nebudou setrideny. Maximalni pocet souboru ve slozce pro setrideni je 100."

+ 0 - 4
lang/lang_en_de.txt

@@ -1022,10 +1022,6 @@
 "Show pinda state"
 "Pinda-Status anzeigen"
 
-#MSG_DWELL c=0 r=0
-"Sleep..."
-"Schlafzustand..."
-
 #MSG_FILE_CNT c=20 r=4
 "Some files will not be sorted. Max. No. of files in 1 folder for sorting is 100."
 "Einige Dateien wur- den nicht sortiert. Max. Dateien pro Verzeichnis = 100."

+ 0 - 4
lang/lang_en_es.txt

@@ -1022,10 +1022,6 @@
 "Show pinda state"
 "Mostrar estado pinda"
 
-#MSG_DWELL c=0 r=0
-"Sleep..."
-"En reposo..."
-
 #MSG_FILE_CNT c=20 r=4
 "Some files will not be sorted. Max. No. of files in 1 folder for sorting is 100."
 "Algunos archivos no se ordenaran. Maximo 100 archivos por carpeta para ordenar. "

+ 0 - 4
lang/lang_en_fr.txt

@@ -1022,10 +1022,6 @@
 "Show pinda state"
 "Etat de la PINDA"
 
-#MSG_DWELL c=0 r=0
-"Sleep..."
-"Repos..."
-
 #MSG_FILE_CNT c=20 r=4
 "Some files will not be sorted. Max. No. of files in 1 folder for sorting is 100."
 "Certains fichiers ne seront pas tries. Max 100 fichiers tries par dossier."

+ 0 - 4
lang/lang_en_it.txt

@@ -1022,10 +1022,6 @@
 "Show pinda state"
 "Mostra stato pinda"
 
-#MSG_DWELL c=0 r=0
-"Sleep..."
-"Sospensione..."
-
 #MSG_FILE_CNT c=20 r=4
 "Some files will not be sorted. Max. No. of files in 1 folder for sorting is 100."
 "Alcuni file non saranno ordinati. Il numero massimo di file in una cartella e 100 perche siano ordinati."

+ 0 - 4
lang/lang_en_pl.txt

@@ -1022,10 +1022,6 @@
 "Show pinda state"
 "Stan sondy P.I.N.D.A."
 
-#MSG_DWELL c=0 r=0
-"Sleep..."
-"Czuwanie..."
-
 #MSG_FILE_CNT c=20 r=4
 "Some files will not be sorted. Max. No. of files in 1 folder for sorting is 100."
 "Niektore pliki nie zostana posortowane. Max. liczba plikow w 1 folderze = 100."