de strings
This commit is contained in:
parent
3506cd6e6a
commit
423eeeebff
2 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,12 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="tip_altitude_offset">Höhenangaben - Offset Korrektur</string>
|
||||
<string name="tip_altitude_offset_t">\tDie meisten GPS-Systeme zeigen Höhenmessungen im ellipsoid-basierten WGS84-System an, die Umrechnung auf lokal übliche Höhenangaben erfordert eine ortsabhängige Korrektur.
|
||||
\n\tEine bessere Näherung an lokale Systeme ist das EGM96-System. Osmand unterstützt nun die automatische Anzeige aller Höhenangaben im EGM96-System.
|
||||
\n\tDafür muss die folgende Datei
|
||||
\n\thttp://earth-info.nga.mil/GandG/wgs84/gravitymod/egm96/binary/WW15MGH.DAC
|
||||
\n\theruntergeladen und im osmand-Verzeichnins (meist auf der SD-Karte) gespeichert werden.
|
||||
</string>
|
||||
<string name="map_widget_max_speed">Geschwindigkeitsbegrenzung</string>
|
||||
<string name="route_descr_lat_lon">Lat %1$.3f, Lon %2$.3f</string>
|
||||
<string name="route_descr_current_location">Aktueller Standort</string>
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
PLEASE: Have a look at http://code.google.com/p/osmand/wiki/UIConsistency, it may really improve your and our work :-) Thx - Hardy
|
||||
-->
|
||||
<string name="tip_altitude_offset">Altitude Display - Offset Correction</string>
|
||||
<string name="tip_altitude_offset_t">\tThe altitude reported by most GPS devices is stated in the ellipsoid-based WGS84 reference system and requires a position-dependent correction for the conversion to local reference systems.
|
||||
<string name="tip_altitude_offset_t">\tMost GPS devices report altitude measurements in the ellipsoid-based WGS84 reference system, from which a conversion to locally used reference systems requires a position-dependent correction.
|
||||
\n\tA better approximation to these local systems is the EGM96 reference. OsmAnd now also supports the automatic display of altitudes in the EGM96 system.
|
||||
\n\tIn order to achieve this, simply download this file:
|
||||
\n\thttp://earth-info.nga.mil/GandG/wgs84/gravitymod/egm96/binary/WW15MGH.DAC
|
||||
\n\t\and place it in the osmand folder (usually on you SD card)
|
||||
\n\tand place it in the osmand folder (usually on your SD card)
|
||||
</string>
|
||||
<string name="map_widget_max_speed">Speed limit</string>
|
||||
<string name="route_descr_lat_lon">Lat %1$.3f, lon %2$.3f</string>
|
||||
|
|
Loading…
Reference in a new issue