diff --git a/locales/en/messages.json b/locales/en/messages.json
index 266c8865..2f300778 100644
--- a/locales/en/messages.json
+++ b/locales/en/messages.json
@@ -82,24 +82,56 @@
"message": "\u7b80\u4f53\u4e2d\u6587 (zh_CN)"
},
+ "sensorDataFlashNotFound": {
+ "message": "No dataflash
chip found",
+ "description": "Text of the dataflash image in the header of the page."
+ },
+ "sensorDataFlashFreeSpace": {
+ "message": "Dataflash: free space",
+ "description": "Text of the dataflash image in the header of the page."
+ },
"sensorStatusGyro": {
"message": "Gyroscope"
},
+ "sensorStatusGyroShort": {
+ "message": "Gyro",
+ "description": "Text of the image in the top sensors icons. Please keep it short."
+ },
"sensorStatusAccel": {
"message": "Accelerometer"
},
+ "sensorStatusAccelShort": {
+ "message": "Accel",
+ "description": "Text of the image in the top sensors icons. Please keep it short."
+ },
"sensorStatusMag": {
"message": "Magnetometer"
},
+ "sensorStatusMagShort": {
+ "message": "Mag",
+ "description": "Text of the image in the top sensors icons. Please keep it short."
+ },
"sensorStatusBaro": {
"message": "Barometer"
},
+ "sensorStatusBaroShort": {
+ "message": "Baro",
+ "description": "Text of the image in the top sensors icons. Please keep it short."
+ },
"sensorStatusGPS": {
"message": "GPS"
},
+ "sensorStatusGPSShort": {
+ "message": "GPS",
+ "description": "Text of the image in the top sensors icons. Please keep it short."
+ },
"sensorStatusSonar": {
"message": "Sonar / Range finder"
},
+ "sensorStatusSonarShort": {
+ "message": "Sonar",
+ "description": "Text of the image in the top sensors icons. Please keep it short."
+ },
"checkForConfiguratorUnstableVersions": {
"message": "Show update notifications for unstable versions of the configurator"
},
diff --git a/src/main.html b/src/main.html
index fc58ed00..194629fc 100755
--- a/src/main.html
+++ b/src/main.html
@@ -155,10 +155,10 @@