diff options
Diffstat (limited to 'client/i18n')
-rw-r--r-- | client/i18n/en_us.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/i18n/en_us.h b/client/i18n/en_us.h new file mode 100644 index 0000000..4117ef6 --- /dev/null +++ b/client/i18n/en_us.h @@ -0,0 +1,6 @@ +#pragma once + +#define W2_UI_CONN_STAT_CONNECTED "connected" +#define W2_UI_CONN_STAT_DISCONNECTED "disconnected" +#define W2_UI_CONN_STAT_PING "ping" +#define W2_UI_BATT_STAT_BATTERY "battery" |