Skip to content

Commit a7710e7

Browse files
committed
Update swedish translations
1 parent 2e5f77d commit a7710e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

airrohr-firmware/intl_se.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const char INTL_DS18B20[] PROGMEM = "DS18B20 ({t})";
3535
const char INTL_DNMS[] PROGMEM = "DNMS ({l_a})";
3636
const char INTL_DNMS_CORRECTION[] PROGMEM = "Korrigering i dB (A)";
3737
const char INTL_TEMP_CORRECTION[] PROGMEM = "Korrigering i °C";
38-
const char INTL_HEIGHT_ABOVE_SEALEVEL[] PROGMEM = "";
38+
const char INTL_HEIGHT_ABOVE_SEALEVEL[] PROGMEM = "Höjd över havet";
3939
const char INTL_PRESSURE_AT_SEALEVEL[] PROGMEM = "Lufttryck vid havsytan";
4040
const char INTL_NEO6M[] PROGMEM = "GPS (NEO 6M)";
4141
const char INTL_BASICAUTH[] PROGMEM = "Aktivera BasicAuth";
@@ -56,11 +56,11 @@ const char INTL_LCD2004_3F[] PROGMEM = "LCD 2004 (I2C: 0x3F)";
5656
const char INTL_DISPLAY_WIFI_INFO[] PROGMEM = "Visa WiFi-information";
5757
const char INTL_DISPLAY_DEVICE_INFO[] PROGMEM = "Visa enhetsinfo";
5858

59-
#define INTL_STATIC_IP_TEXT ""
60-
const char INTL_STATIC_IP[] PROGMEM = "";
61-
const char INTL_STATIC_SUBNET[] PROGMEM = "";
62-
const char INTL_STATIC_GATEWAY[] PROGMEM = "";
63-
const char INTL_STATIC_DNS[] PROGMEM = "";
59+
#define INTL_STATIC_IP_TEXT "Konfiguration av statisk IP -adress (alla fält måste fyllas i)"
60+
const char INTL_STATIC_IP[] PROGMEM = "Statisk ip";
61+
const char INTL_STATIC_SUBNET[] PROGMEM = "Statisk delnät";
62+
const char INTL_STATIC_GATEWAY[] PROGMEM = "Statisk gateway";
63+
const char INTL_STATIC_DNS[] PROGMEM = "Statisk DNS";
6464

6565
const char INTL_DEBUG_LEVEL[] PROGMEM = "Debug level";
6666
const char INTL_MEASUREMENT_INTERVAL[] PROGMEM = "Mätintervall";

0 commit comments

Comments
 (0)