Lang - text " Free Memory: " removed from dictionary
This commit is contained in:
parent
283e33dd69
commit
a1f03e9531
@ -1178,7 +1178,7 @@ void setup()
|
||||
#endif
|
||||
|
||||
SERIAL_ECHO_START;
|
||||
SERIAL_ECHORPGM(_i(" Free Memory: "));////MSG_FREE_MEMORY c=0 r=0
|
||||
SERIAL_ECHORPGM(_n(" Free Memory: "));////MSG_FREE_MEMORY c=0 r=0
|
||||
SERIAL_ECHO(freeMemory());
|
||||
SERIAL_ECHORPGM(_n(" PlannerBufferBytes: "));////MSG_PLANNER_BUFFER_BYTES c=0 r=0
|
||||
SERIAL_ECHOLN((int)sizeof(block_t)*BLOCK_BUFFER_SIZE);
|
||||
|
@ -1,6 +1,3 @@
|
||||
#MSG_FREE_MEMORY c=0 r=0
|
||||
" Free Memory: "
|
||||
|
||||
#MSG_CONFIGURATION_VER c=0 r=0
|
||||
" Last Updated: "
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
#MSG_FREE_MEMORY c=0 r=0
|
||||
" Free Memory: "
|
||||
"Volna pamet: "
|
||||
|
||||
#MSG_CONFIGURATION_VER c=0 r=0
|
||||
" Last Updated: "
|
||||
"Naposledy aktualizovano:"
|
||||
|
@ -1,7 +1,3 @@
|
||||
#MSG_FREE_MEMORY c=0 r=0
|
||||
" Free Memory: "
|
||||
" Freier Speicher: "
|
||||
|
||||
#MSG_CONFIGURATION_VER c=0 r=0
|
||||
" Last Updated: "
|
||||
" Letztes Update: "
|
||||
|
@ -1,7 +1,3 @@
|
||||
#MSG_FREE_MEMORY c=0 r=0
|
||||
" Free Memory: "
|
||||
"Memoria Libre: "
|
||||
|
||||
#MSG_CONFIGURATION_VER c=0 r=0
|
||||
" Last Updated: "
|
||||
"Ultima actualizacion: "
|
||||
|
@ -1,7 +1,3 @@
|
||||
#MSG_FREE_MEMORY c=0 r=0
|
||||
" Free Memory: "
|
||||
"Memoire libre :"
|
||||
|
||||
#MSG_CONFIGURATION_VER c=0 r=0
|
||||
" Last Updated: "
|
||||
"Derniere MAJ :"
|
||||
|
@ -1,7 +1,3 @@
|
||||
#MSG_FREE_MEMORY c=0 r=0
|
||||
" Free Memory: "
|
||||
"Memoria Libera: "
|
||||
|
||||
#MSG_CONFIGURATION_VER c=0 r=0
|
||||
" Last Updated: "
|
||||
"Ultimo aggiornamento: "
|
||||
|
@ -1,7 +1,3 @@
|
||||
#MSG_FREE_MEMORY c=0 r=0
|
||||
" Free Memory: "
|
||||
" Wolna pamiec:"
|
||||
|
||||
#MSG_CONFIGURATION_VER c=0 r=0
|
||||
" Last Updated: "
|
||||
" Ostatnia aktualizacja: "
|
||||
|
Loading…
Reference in New Issue
Block a user