Browse Source

Merge pull request #102 from unhold/master

Add missing EN logmessage
master
biologist79 4 years ago
committed by GitHub
parent
commit
54b5424662
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/logmessages_EN.h

3
src/logmessages_EN.h

@ -162,6 +162,7 @@ static const char listingDirectory[] PROGMEM = "Listing directory";
static const char failedToOpenDirectory[] PROGMEM = "Failed to open directory";
static const char notADirectory[] PROGMEM = "Not a directory";
static const char sdMountedMmc1BitMode[] PROGMEM = "SD card mounted in SPI-mode configured...";
static const char sdMountedSpiMode[] PROGMEM = "Mounting SD card in SPI-mode...";
static const char backupRecoveryWebsite[] PROGMEM = "<p>Backup-file is being applied...<br />Back to <a href=\"javascript:history.back()\">last page</a>.</p>";
static const char restartWebsite[] PROGMEM = "<p>ESPuino is being restarted...<br />Back to <a href=\"javascript:history.back()\">last page</a>.</p>";
static const char shutdownWebsite[] PROGMEM = "<p>Der ESPuino is being shutdown...</p>";
@ -177,4 +178,4 @@ static const char lowPowerCardSuccess[] PROGMEM = "Switch to low power card-dete
static const char rememberLastVolume[] PROGMEM = "Restored volume used before last shutdown. This overwrites the initial volume configured via webgui.";
static const char unableToStartFtpServer[] PROGMEM = "FTP-server cannot be started. This is because FTP-service is already active of because WiFi is unavailable.";
static const char newPlayModeStereo[] PROGMEM = "New mode: stereo";
static const char newPlayModeMono[] PROGMEM = "New mode: mono";
static const char newPlayModeMono[] PROGMEM = "New mode: mono";
Loading…
Cancel
Save