mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +00:00
Add D_ERROR_UNKNOWN
This commit is contained in:
parent
68abc722bf
commit
190f2d649e
@ -6,6 +6,7 @@
|
||||
#define D_SSID "Ssid:"
|
||||
|
||||
#define D_ERROR_OUT_OF_MEMORY "Out of memory"
|
||||
#define D_ERROR_UNKNOWN "Unkown error"
|
||||
|
||||
#define D_CONFIG_NOT_CHANGED "Settings did not change"
|
||||
#define D_CONFIG_CHANGED "Settings changed"
|
||||
|
@ -6,6 +6,7 @@
|
||||
#define D_SSID "Ssid:"
|
||||
|
||||
#define D_ERROR_OUT_OF_MEMORY "Geen geheugen bechikbaar"
|
||||
#define D_ERROR_UNKNOWN "Unbekende fout"
|
||||
|
||||
#define D_CONFIG_NOT_CHANGED "Instellingen ongewijzigd"
|
||||
#define D_CONFIG_CHANGED "Instellingen gewijzigd"
|
||||
|
Loading…
x
Reference in New Issue
Block a user