@@ -17,8 +17,8 @@ const char INTL_NO_NETWORKS[] PROGMEM = "Geen WiFi-netwerk gevonden";
17
17
const char INTL_NETWORKS_FOUND [] PROGMEM = "Netwerk gevonden: " ;
18
18
const char INTL_AB_HIER_NUR_ANDERN [] PROGMEM = "Geavanceerde instellingen (enkel als je weet wat je doet)" ;
19
19
const char INTL_SAVE [] PROGMEM = "Opslaan" ;
20
- const char INTL_SENSORS [] PROGMEM = "Sensors " ;
21
- const char INTL_MORE_SENSORS [] PROGMEM = "More Sensors " ;
20
+ const char INTL_SENSORS [] PROGMEM = "Sensoren " ;
21
+ const char INTL_MORE_SENSORS [] PROGMEM = "Overige sensoren " ;
22
22
const char INTL_SDS011 [] PROGMEM = "SDS011 ({pm})" ;
23
23
const char INTL_PMS [] PROGMEM = "Plantower PMS(1,3,5,6,7)003 ({pm})" ;
24
24
const char INTL_HPM [] PROGMEM = "Honeywell PM ({pm})" ;
@@ -35,7 +35,7 @@ const char INTL_DNMS[] PROGMEM = "DNMS ({l_a})";
35
35
const char INTL_DNMS_CORRECTION [] PROGMEM = "Correctie in dB(A)" ;
36
36
const char INTL_TEMP_CORRECTION [] PROGMEM = "Correctie in °C" ;
37
37
const char INTL_NEO6M [] PROGMEM = "GPS (NEO 6M)" ;
38
- const char INTL_BASICAUTH [] PROGMEM = "Beperk toegang " ;
38
+ const char INTL_BASICAUTH [] PROGMEM = "Toegang beperken " ;
39
39
#define INTL_REPORT_ISSUE "Een probleem melden"
40
40
41
41
const char INTL_FS_WIFI_DESCRIPTION [] PROGMEM = "Netwerknaam en -wachtwoord van de fijnstofsensor" ;
@@ -73,7 +73,7 @@ const char INTL_RESTART_SENSOR[] PROGMEM = "Herstart sensor";
73
73
#define INTL_BACK_TO_HOME "Terug naar homepagina"
74
74
const char INTL_CURRENT_DATA [] PROGMEM = "Huidige data" ;
75
75
const char INTL_DEVICE_STATUS [] PROGMEM = "Apparaatstatus" ;
76
- #define INTL_ACTIVE_SENSORS_MAP "Actieve sensors kaart (externe link)"
76
+ #define INTL_ACTIVE_SENSORS_MAP "Actieve sensoren kaart (externe link)"
77
77
#define INTL_CONFIGURATION_DELETE "Configuratie verwijderen"
78
78
#define INTL_CONFIGURATION_REALLY_DELETE "Bent u zeker dat u de configuratie wilt verwijderen?"
79
79
#define INTL_DELETE "Verwijderen"
0 commit comments