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:
authormirko-it <mirko-it@users.noreply.github.com>2019-04-29 18:23:32 +0300
committergiacomo892 <giacomo1989@gmail.com>2019-04-29 18:23:32 +0300
commit3dcffdd2928903f63c9f856968c5055bd4e8dfa3 (patch)
tree7c55b1a84e33d2af1a357c639ff168a650b9a08a /_locales
parentcec7997bfc2d0c6ff452d6c1a73e8530970d6094 (diff)
Offline missions (with FC disconnected) on file (#720)
* Offline missions (with FC disconnected) are now available for load and save to file. Supports XML file format, should be compatible enough with other software * removed default file name * removed code in early stage of future developments * code style and fc buttons * map resize handling
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index f4203f4a..1127420e 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2719,6 +2719,18 @@
"saveEepromMissionButton": {
"message": "Save Eeprom mission"
},
+ "loadFileMissionButton": {
+ "message": "Load file"
+ },
+ "saveFileMissionButton": {
+ "message": "Save file"
+ },
+ "missionSettingsSave": {
+ "message": "Save"
+ },
+ "missionSettingsCancel": {
+ "message": "Cancel"
+ },
"editPointHead": {
"message": "Edit point"
},