From df738f9daf555e14b1049f228dafd1e9822aaa4b Mon Sep 17 00:00:00 2001 From: cTn Date: Tue, 16 Sep 2014 19:26:38 +0200 Subject: [PATCH] new device messages that indicate reboot and ready states --- _locales/en/messages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 655abf57fb..6bed40ac9d 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -31,6 +31,13 @@ "autoConnectDisabled": { "message": "Auto-Connect: Disabled - User needs to select the correct serial port and click \"Connect\" button on its own" }, + "deviceRebooting": { + "message": "Device - Rebooting" + }, + "deviceReady": { + "message": "Device - Ready" + }, + "tab1": { "message": "Initial Setup" @@ -184,6 +191,9 @@ "initialSetupButtonResetZaxisValue": { "message": "Reset Z axis, offset: $1 deg" }, + "initialSetupMixerHead": { + "message": "Mixer Type" + }, "initialSetupThrottleHead": { "message": "Throttle Settings" },