Skip to content

Commit

Permalink
Merge pull request #1028 from stewecar/patch-6
Browse files Browse the repository at this point in the history
Update intl_it.h
  • Loading branch information
ricki-z authored Apr 9, 2024
2 parents 7636086 + fd95b3f commit 35f6539
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions airrohr-firmware/intl_it.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ const char INTL_LCD2004_3F[] PROGMEM = "LCD 2004 (I2C: 0x3F)";
const char INTL_DISPLAY_WIFI_INFO[] PROGMEM = "Visualizza informazioni del wi-fi";
const char INTL_DISPLAY_DEVICE_INFO[] PROGMEM = "Visualizza informazioni del dispositivo";

#define INTL_STATIC_IP_TEXT "[[static_ip_text]]"
const char INTL_STATIC_IP[] PROGMEM = "[[static_ip]]";
const char INTL_STATIC_SUBNET[] PROGMEM = "[[static_subnet]]";
const char INTL_STATIC_GATEWAY[] PROGMEM = "[[static_gateway]]";
const char INTL_STATIC_DNS[] PROGMEM = "[[static_dns]]";
#define INTL_STATIC_IP_TEXT "Testo IP statico"
const char INTL_STATIC_IP[] PROGMEM = "IP statico";
const char INTL_STATIC_SUBNET[] PROGMEM = "Subnet statico";
const char INTL_STATIC_GATEWAY[] PROGMEM = "Gateway statico";
const char INTL_STATIC_DNS[] PROGMEM = "DNS statico";

const char INTL_DEBUG_LEVEL[] PROGMEM = "Debug Level";
const char INTL_MEASUREMENT_INTERVAL[] PROGMEM = "intervallo di misura";
const char INTL_DURATION_ROUTER_MODE[] PROGMEM = "Durata della modalità router";
const char INTL_POWERSAVE[] PROGMEM = "[[powersave]]";
const char INTL_POWERSAVE[] PROGMEM = "Modalità risparmio energetico";
const char INTL_MORE_APIS[] PROGMEM = "Altre API";
const char INTL_SEND_TO_OWN_API[] PROGMEM = "Invia i dati alla propria API";
const char INTL_SERVER[] PROGMEM = "Server";
Expand Down

0 comments on commit 35f6539

Please sign in to comment.