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:
authorKonstantin Sharlaimov <konstantin.sharlaimov@gmail.com>2018-12-10 13:37:41 +0300
committerGitHub <noreply@github.com>2018-12-10 13:37:41 +0300
commit08d50f7feec3631592e30cc45e92788966c8a15b (patch)
tree59ea0cc785eab47e82ce1658d7d866579f15365f /_locales
parent2a7a2649e02661717123e96ed90ea33cc3b67597 (diff)
parent43da66e2b42c515e5d557376a250a6d024e4b0ff (diff)
Merge pull request #604 from nmaggioni/cli_rebase
Rebase CLI tab on latest CF
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 e2015e8f..ab7a367b 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."