From e2c78b151128bd4af008d316f46bece441582d2e Mon Sep 17 00:00:00 2001 From: ruben Date: Fri, 4 Dec 2015 10:38:37 +0100 Subject: [PATCH] Altitude in meters above street level --- .../files/lib/gluon/config-mode/wizard/0400-geo-location.lua | 2 +- package/gluon-config-mode-geo-location/i18n/de.po | 4 ++-- package/gluon-config-mode-geo-location/i18n/fr.po | 4 ++-- .../i18n/gluon-config-mode-geo-location.pot | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/gluon-config-mode-geo-location/files/lib/gluon/config-mode/wizard/0400-geo-location.lua b/package/gluon-config-mode-geo-location/files/lib/gluon/config-mode/wizard/0400-geo-location.lua index a3ac089d..72d91bd0 100644 --- a/package/gluon-config-mode-geo-location/files/lib/gluon/config-mode/wizard/0400-geo-location.lua +++ b/package/gluon-config-mode-geo-location/files/lib/gluon/config-mode/wizard/0400-geo-location.lua @@ -31,7 +31,7 @@ function M.section(form) o.datatype = "float" o.description = i18n.translatef("e.g. %s", "10.689901") - o = s:option(cbi.Value, "_altitude", i18n.translate("Altitude")) + o = s:option(cbi.Value, "_altitude", i18n.translate("Altitude above street level")) o.default = uci:get_first("gluon-node-info", "location", "altitude") o:depends("_location", "1") o.rmempty = true diff --git a/package/gluon-config-mode-geo-location/i18n/de.po b/package/gluon-config-mode-geo-location/i18n/de.po index a2850d5b..17406960 100644 --- a/package/gluon-config-mode-geo-location/i18n/de.po +++ b/package/gluon-config-mode-geo-location/i18n/de.po @@ -26,8 +26,8 @@ msgstr "Breitengrad" msgid "Longitude" msgstr "Längengrad" -msgid "Altitude" -msgstr "Höhe" +msgid "Altitude above street level" +msgstr "Höhenmeter über dem Boden" msgid "Show node on the map" msgstr "Knoten auf der Karte anzeigen" diff --git a/package/gluon-config-mode-geo-location/i18n/fr.po b/package/gluon-config-mode-geo-location/i18n/fr.po index 15d79e2b..bfdf0e81 100644 --- a/package/gluon-config-mode-geo-location/i18n/fr.po +++ b/package/gluon-config-mode-geo-location/i18n/fr.po @@ -25,8 +25,8 @@ msgstr "Latitude" msgid "Longitude" msgstr "Longitude" -msgid "Altitude" -msgstr "Hauteur" +msgid "Altitude above street level" +msgstr "Hauteur au-dessus du sol" msgid "Show node on the map" msgstr "Afficher le nœud sur la carte" diff --git a/package/gluon-config-mode-geo-location/i18n/gluon-config-mode-geo-location.pot b/package/gluon-config-mode-geo-location/i18n/gluon-config-mode-geo-location.pot index a2be4fdf..524d5b61 100644 --- a/package/gluon-config-mode-geo-location/i18n/gluon-config-mode-geo-location.pot +++ b/package/gluon-config-mode-geo-location/i18n/gluon-config-mode-geo-location.pot @@ -13,7 +13,7 @@ msgstr "" msgid "Longitude" msgstr "" -msgid "Altitude" +msgid "Altitude above street level" msgstr "" msgid "Show node on the map"