staticconstcharfailedToOpenDirectory[]PROGMEM="Failed to open directory";
staticconstcharnotADirectory[]PROGMEM="Not a directory";
staticconstcharsdMountedMmc1BitMode[]PROGMEM="SD card mounted in SPI-mode configured...";
staticconstcharsdMountedSpiMode[]PROGMEM="Mounting SD card in SPI-mode...";
staticconstcharbackupRecoveryWebsite[]PROGMEM="<p>Backup-file is being applied...<br />Back to <a href=\"javascript:history.back()\">last page</a>.</p>";
staticconstcharrestartWebsite[]PROGMEM="<p>ESPuino is being restarted...<br />Back to <a href=\"javascript:history.back()\">last page</a>.</p>";
staticconstcharshutdownWebsite[]PROGMEM="<p>Der ESPuino is being shutdown...</p>";
@ -177,4 +178,4 @@ static const char lowPowerCardSuccess[] PROGMEM = "Switch to low power card-dete
staticconstcharrememberLastVolume[]PROGMEM="Restored volume used before last shutdown. This overwrites the initial volume configured via webgui.";
staticconstcharunableToStartFtpServer[]PROGMEM="FTP-server cannot be started. This is because FTP-service is already active of because WiFi is unavailable.";