Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions airrohr-firmware/intl_it.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const char INTL_DS18B20[] PROGMEM = "DS18B20 ({t})";
const char INTL_DNMS[] PROGMEM = "DNMS ({l_a})";
const char INTL_DNMS_CORRECTION[] PROGMEM = "Correzione in dB(A)";
const char INTL_TEMP_CORRECTION[] PROGMEM = "Correzione in °C";
const char INTL_HEIGHT_ABOVE_SEALEVEL[] PROGMEM = "[[Altitudine]]";
const char INTL_PRESSURE_AT_SEALEVEL[] PROGMEM = "[[Pressione al livello del mare]]";
const char INTL_HEIGHT_ABOVE_SEALEVEL[] PROGMEM = "Altitudine";
const char INTL_PRESSURE_AT_SEALEVEL[] PROGMEM = "Pressione al livello del mare";
const char INTL_NEO6M[] PROGMEM = "GPS (NEO 6M)";
const char INTL_BASICAUTH[] PROGMEM = "Autorizzazione";
#define INTL_REPORT_ISSUE "Segnala un problema"
Expand Down