Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiccolò Maggioni <nicco.maggioni@gmail.com>2018-11-29 16:26:02 +0300
committerNiccolò Maggioni <nicco.maggioni@gmail.com>2018-11-29 16:26:02 +0300
commita340443c43722cbb141aad456024d5c6a552ba98 (patch)
tree9abfce98fadad8bb28afc3b061441cc85fb69d31 /_locales
parent66e43c0603735e4652390e44c6ee783aac59dc9a (diff)
Rebase CLI tab on latest CF
Integrates Save to File and Clear Output buttons, plus some minor iNav compatibility patches
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 2f7fd377..829d714a 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -1441,6 +1441,21 @@
"cliReboot": {
"message": "CLI reboot detected"
},
+ "cliSaveToFileBtn": {
+ "message": "Save to File"
+ },
+ "cliSaveToFileFailed": {
+ "message": "Failed to save CLI output to file"
+ },
+ "cliSaveToFileAborted": {
+ "message": "Saving CLI output to file was aborted"
+ },
+ "cliSaveToFileCompleted": {
+ "message": "CLI output successfully saved to file"
+ },
+ "cliClearOutputHistoryBtn": {
+ "message": "Clear output history"
+ },
"loggingNote": {
"message": "Data will be logged in this tab <span style=\"color: red\">only</span>, leaving the tab will <span style=\"color: red\">cancel</span> logging and application will return to its normal <strong>\"configurator\"</strong> state.<br /> You are free to select the global update period, data will be written into the log file every <strong>1</strong> second for performance reasons."