Adjusting green color in the message file

pull/3/head
skaman82 9 years ago
parent 6e1adf4f8f
commit d0d32d07fe

@ -35,7 +35,7 @@
"message": "Device - <span style=\"color: red\">Rebooting</span>"
},
"deviceReady": {
"message": "Device - <span style=\"color: green\">Ready</span>"
"message": "Device - <span style=\"color: #57a929\">Ready</span>"
},
"backupFileIncompatible": {
@ -116,13 +116,13 @@
},
"serialPortOpened": {
"message": "Serial port <span style=\"color: green\">successfully</span> opened with ID: $1"
"message": "Serial port <span style=\"color: #57a929\">successfully</span> opened with ID: $1"
},
"serialPortOpenFail": {
"message": "<span style=\"color: red\">Failed</span> to open serial port"
},
"serialPortClosedOk": {
"message": "Serial port <span style=\"color: green\">successfully</span> closed"
"message": "Serial port <span style=\"color: #57a929\">successfully</span> closed"
},
"serialPortClosedFail": {
"message": "<span style=\"color: red\">Failed</span> to close serial port"
@ -149,10 +149,10 @@
"message": "Firmware Version: <strong>$1</strong>"
},
"apiVersionReceived": {
"message": "MultiWii API version <span style=\"color: green\">received</span> - <strong>$1</strong>"
"message": "MultiWii API version <span style=\"color: #57a929\">received</span> - <strong>$1</strong>"
},
"uniqueDeviceIdReceived": {
"message": "Unique device ID <span style=\"color: green\">received</span> - <strong>0x$1</strong>"
"message": "Unique device ID <span style=\"color: #57a929\">received</span> - <strong>0x$1</strong>"
},
"boardInfoReceived": {
"message": "Board: <strong>$1</strong>, version: <strong>$2</strong>"
@ -194,11 +194,11 @@
"message": "Please click on <strong>\"Request Optional Permissions\"</strong> button to grant application <strong style=\"color: red\">required</strong> <strong>USB</strong> access"
},
"usb_permissions_granted": {
"message": "Optional <strong>USB</strong> permissions <strong style=\"color: green\">granted</strong>"
"message": "Optional <strong>USB</strong> permissions <strong style=\"color: #57a929\">granted</strong>"
},
"eeprom_saved_ok": {
"message": "EEPROM <span style=\"color: green\">saved</span>"
"message": "EEPROM <span style=\"color: #57a929\">saved</span>"
},
"default_optional_permissions_head": {
@ -247,7 +247,7 @@
"message": "For support please search the forums first or contact your vendor.<br /><br />RC Groups thread is <a href=\"http://www.rcgroups.com/forums/showthread.php?t=2249574&page=1\" target=\"_blank\">here</a>. MultiWii forums thread is <a href=\"http://www.multiwii.com/forum/viewtopic.php?f=23&t=5149\" target=\"_blank\">here</a>.<br /><br />Developers and users hang out in IRC channel on freenode<br /><a href=\"irc://irc.freenode.net/#cleanflight\" target=\"_blank\">irc://irc.freenode.net/#cleanflight</a> or <a href=\"http://webchat.freenode.net/?channels=cleanflight\" target=\"_blank\">Join via web client</a>."
},
"initialSetupBackupAndRestoreApiVersion": {
"message": "<span style=\"color: red\">Backup and restore functionality disabled.</span> You have firmware with API version <span style=\"color: red\">$1</span>, backup and restore requires <span style=\"color: green\">$2</span>. Please backup your settings via the CLI, see Cleanflight documentation for procedure."
"message": "<span style=\"color: red\">Backup and restore functionality disabled.</span> You have firmware with API version <span style=\"color: red\">$1</span>, backup and restore requires <span style=\"color: #57a929\">$2</span>. Please backup your settings via the CLI, see Cleanflight documentation for procedure."
},
"initialSetupButtonCalibrateAccel": {
"message": "Calibrate Accelerometer"
@ -277,10 +277,10 @@
"message": "<strong>Backup</strong> your configuration in case of an accident, <strong>CLI</strong> settings are <span style=\"color: red\">not</span> included - See 'dump' cli command"
},
"initialSetupBackupSuccess": {
"message": "Backup saved <span style=\"color: green\">successfully</span>"
"message": "Backup saved <span style=\"color: #57a929\">successfully</span>"
},
"initialSetupRestoreSuccess": {
"message": "Configuration restored <span style=\"color: green\">successfully</span>"
"message": "Configuration restored <span style=\"color: #57a929\">successfully</span>"
},
"initialSetupButtonResetZaxis": {
"message": "Reset Z axis, offset: 0 deg"
@ -379,19 +379,19 @@
"message": "Accelerometer calibration started"
},
"initialSetupAccelCalibEnded": {
"message": "Accelerometer calibration finished"
"message": "Accelerometer calibration <span style=\"color: #57a929\">finished</span>"
},
"initialSetupMagCalibStarted": {
"message": "Magnetometer calibration started"
},
"initialSetupMagCalibEnded": {
"message": "Magnetometer calibration finished"
"message": "Magnetometer calibration <span style=\"color: #57a929\">finished</span>"
},
"initialSetupSettingsRestored": {
"message": "Settings restored to <strong>default</strong>"
},
"initialSetupEepromSaved": {
"message": "EEPROM <span style=\"color: green\">saved</span>"
"message": "EEPROM <span style=\"color: #57a929\">saved</span>"
},
"configurationFeatureEnabled": {
@ -535,7 +535,7 @@
"message": "Serial Receiver Provider"
},
"configurationEepromSaved": {
"message": "EEPROM <span style=\"color: green\">saved</span>"
"message": "EEPROM <span style=\"color: #57a929\">saved</span>"
},
"configurationButtonSave": {
"message": "Save and Reboot"
@ -582,7 +582,7 @@
},
"pidTuningUpgradeFirmwareToChangePidController": {
"message": "<span style=\"color: red\">Changing PID controller disabled - you can change it via the CLI.</span> You have firmware with API version <span style=\"color: red\">$1</span>, but this functionality requires requires <span style=\"color: green\">$2</span>."
"message": "<span style=\"color: red\">Changing PID controller disabled - you can change it via the CLI.</span> You have firmware with API version <span style=\"color: red\">$1</span>, but this functionality requires requires <span style=\"color: #57a929\">$2</span>."
},
"pidTuningName": {
"message": "Name"
@ -633,7 +633,7 @@
"message": "PID data <strong>refreshed</strong>"
},
"pidTuningEepromSaved": {
"message": "EEPROM <span style=\"color: green\">saved</span>"
"message": "EEPROM <span style=\"color: #57a929\">saved</span>"
},
"receiverHelp": {
@ -679,7 +679,7 @@
"message": "RC Tuning data <strong>refreshed</strong>"
},
"receiverEepromSaved": {
"message": "EEPROM <span style=\"color: green\">saved</span>"
"message": "EEPROM <span style=\"color: #57a929\">saved</span>"
},
"auxiliaryHelp": {
@ -698,7 +698,7 @@
"message": "Save"
},
"auxiliaryEepromSaved": {
"message": "EEPROM <span style=\"color: green\">saved</span>"
"message": "EEPROM <span style=\"color: #57a929\">saved</span>"
},
"adjustmentsHelp": {
@ -816,7 +816,7 @@
"message": "Save"
},
"adjustmentsEepromSaved": {
"message": "EEPROM <span style=\"color: green\">saved</span>"
"message": "EEPROM <span style=\"color: #57a929\">saved</span>"
},
@ -861,7 +861,7 @@
"message": "Reverse"
},
"servosEepromSave": {
"message": "EEPROM <span style=\"color: green\">saved</span>"
"message": "EEPROM <span style=\"color: #57a929\">saved</span>"
},
"gpsHead": {
@ -871,7 +871,7 @@
"message": "3D Fix:"
},
"gpsFixTrue": {
"message": "<span style=\"color: green\">True</span>"
"message": "<span style=\"color: #57a929\">True</span>"
},
"gpsFixFalse": {
"message": "<span style=\"color: red\">False</span>"
@ -1129,7 +1129,7 @@
"message": "Warning"
},
"firmwareFlasherWarningText": {
"message": "Please do <span style=\"color: red\">not</span> try to flash <strong>non-cleanflight</strong> hardware with this firmware flasher.<br />Do <span style=\"color: red\">not</span> <strong>disconnect</strong> the board or <strong>turn off</strong> your computer while flashing.<br /><br /><span style=\"color: green\">Note: </span>STM32 bootloader is stored in ROM, it cannot be bricked.<br />Note: <strong>Auto-Connect</strong> is always disabled while you are inside firmware flasher.<br /><span style=\"color: red\">Note: </span>Make sure you have a backup; some upgrades/downgrades will wipe your configuration.<br /><span style=\"color: green\">Note:</span> If you have problems flashing try disconnecting all cables from your FC.<br /><br /><span style=\"color: green\">Note: </span>If you have lost comminication with your board then power off the board, jumper the bootloader pins, power on, enable 'No reboot sequence', enable 'Full chip erase', re-flash, then power off, remove bootloader jumper, power on and connect (For all firmware except OPBL firmware)."
"message": "Please do <span style=\"color: red\">not</span> try to flash <strong>non-cleanflight</strong> hardware with this firmware flasher.<br />Do <span style=\"color: red\">not</span> <strong>disconnect</strong> the board or <strong>turn off</strong> your computer while flashing.<br /><br /><span style=\"color: #57a929\">Note: </span>STM32 bootloader is stored in ROM, it cannot be bricked.<br />Note: <strong>Auto-Connect</strong> is always disabled while you are inside firmware flasher.<br /><span style=\"color: red\">Note: </span>Make sure you have a backup; some upgrades/downgrades will wipe your configuration.<br /><span style=\"color: #57a929\">Note:</span> If you have problems flashing try disconnecting all cables from your FC.<br /><br /><span style=\"color: #57a929\">Note: </span>If you have lost comminication with your board then power off the board, jumper the bootloader pins, power on, enable 'No reboot sequence', enable 'Full chip erase', re-flash, then power off, remove bootloader jumper, power on and connect (For all firmware except OPBL firmware)."
},
"firmwareFlasherButtonLeave": {
"message": "Leave Firmware Flasher"
@ -1141,7 +1141,7 @@
"message": "HEX file appears to be corrupted"
},
"firmwareFlasherRemoteFirmwareLoaded": {
"message": "<span style=\"color: green\">Remote Firmware loaded, ready for flashing</span>"
"message": "<span style=\"color: #57a929\">Remote Firmware loaded, ready for flashing</span>"
},
"firmwareFlasherFailedToLoadOnlineFirmware": {
"message": "Failed to load remote firmware"
@ -1154,7 +1154,7 @@
"message": "Save"
},
"ledStripEepromSaved": {
"message": "EEPROM <span style=\"color: green\">saved</span>"
"message": "EEPROM <span style=\"color: #57a929\">saved</span>"
},
"controlAxisRoll": {
"message": "Roll"

Loading…
Cancel
Save