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:
authorTedNV <tednv@github.com>2018-11-27 03:29:38 +0300
committerTedNV <tednv@github.com>2018-11-27 03:29:38 +0300
commite08ae3c6b4c070e576a30988164c1c258f631234 (patch)
treebccaa7ffa6b08e36bb874eb91b6959d8a797d169 /_locales
parent9fc446981fef82cfeab274381081c9ca55a2c1fc (diff)
adding support for mapproxy
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index ee250143..de5c74cf 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2817,5 +2817,11 @@
},
"mapApiKey": {
"message": "Map API key"
- }
+ },
+ "proxyURL": {
+ "message": "MapProxy URL"
+ },
+ "proxyLayer": {
+ "message": "MapProxy Layer"
+ }
}