Skip to content

Commit 35f6539

Browse files
authored
Merge pull request #1028 from stewecar/patch-6
Update intl_it.h
2 parents 7636086 + fd95b3f commit 35f6539

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

airrohr-firmware/intl_it.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@ const char INTL_LCD2004_3F[] PROGMEM = "LCD 2004 (I2C: 0x3F)";
5959
const char INTL_DISPLAY_WIFI_INFO[] PROGMEM = "Visualizza informazioni del wi-fi";
6060
const char INTL_DISPLAY_DEVICE_INFO[] PROGMEM = "Visualizza informazioni del dispositivo";
6161

62-
#define INTL_STATIC_IP_TEXT "[[static_ip_text]]"
63-
const char INTL_STATIC_IP[] PROGMEM = "[[static_ip]]";
64-
const char INTL_STATIC_SUBNET[] PROGMEM = "[[static_subnet]]";
65-
const char INTL_STATIC_GATEWAY[] PROGMEM = "[[static_gateway]]";
66-
const char INTL_STATIC_DNS[] PROGMEM = "[[static_dns]]";
62+
#define INTL_STATIC_IP_TEXT "Testo IP statico"
63+
const char INTL_STATIC_IP[] PROGMEM = "IP statico";
64+
const char INTL_STATIC_SUBNET[] PROGMEM = "Subnet statico";
65+
const char INTL_STATIC_GATEWAY[] PROGMEM = "Gateway statico";
66+
const char INTL_STATIC_DNS[] PROGMEM = "DNS statico";
6767

6868
const char INTL_DEBUG_LEVEL[] PROGMEM = "Debug Level";
6969
const char INTL_MEASUREMENT_INTERVAL[] PROGMEM = "intervallo di misura";
7070
const char INTL_DURATION_ROUTER_MODE[] PROGMEM = "Durata della modalità router";
71-
const char INTL_POWERSAVE[] PROGMEM = "[[powersave]]";
71+
const char INTL_POWERSAVE[] PROGMEM = "Modalità risparmio energetico";
7272
const char INTL_MORE_APIS[] PROGMEM = "Altre API";
7373
const char INTL_SEND_TO_OWN_API[] PROGMEM = "Invia i dati alla propria API";
7474
const char INTL_SERVER[] PROGMEM = "Server";

0 commit comments

Comments
 (0)