From b728a15887fa28cdd98d74017c4882d632d6e069 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 30 May 2022 13:31:47 +0200 Subject: status bar almost done --- client/i18n/en_us.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'client/i18n/en_us.h') diff --git a/client/i18n/en_us.h b/client/i18n/en_us.h index 80b9f09..206e689 100644 --- a/client/i18n/en_us.h +++ b/client/i18n/en_us.h @@ -6,3 +6,11 @@ #define W2_UI_BATT_STAT_BATTERY "battery" #define W2_UI_EXPT_STAT_WARNINGS "warning(s)" #define W2_UI_EXPT_STAT_ERRORS "error(s)" +#define W2_UI_MODE_CHRG "charging station" +#define W2_UI_MODE_DIRC "direct control" +#define W2_UI_MODE_GRID "grid" +#define W2_UI_MODE_HALT "emergency stop" +#define W2_UI_MODE_LCAL "line calibration" +#define W2_UI_MODE_MAZE "maze" +#define W2_UI_MODE_SCAL "sensor calibration" +#define W2_UI_MODE_SPIN "wet floor simulation" -- cgit v1.2.3