add "north is up" info text
This commit is contained in:
parent
4039c5aca8
commit
ad07b54257
2 changed files with 5 additions and 5 deletions
|
@ -177,7 +177,7 @@
|
|||
<string name="osmand_service">Hintergrunddienst</string>
|
||||
<string name="osmand_service_descr">Für Verwendung von Osmand bei ausgeschalteter Anzeige</string>
|
||||
<string name="tip_rotation_switching">Kartenrotation</string>
|
||||
<string name="tip_rotation_switching_t">\tSie können mit wiederholtem Klicken auf die Kompassnadel der Landkarte bestimmen, in welche Richtung die Anzeige der Landkarte ausgerichtet werden soll. \n\tZur Wahl stehen: \n\t\'Keine Rotation\' - Die Ausrichtung wird nicht nachgeführt, Norden ist immer oben \n\t\'Nach Bewegungsrichtung\' - Die Karte wird gemäß Bewegungsrichtung ausgerichtet und nachgeführt \n\t\'Nach Kompass\' - Die Karte wird gemäß Kompass ausgerichtet und nachgeführt</string>
|
||||
<string name="tip_rotation_switching_t">\tSie können mit wiederholtem Klicken auf die Kompassnadel der Landkarte bestimmen, in welche Richtung die Anzeige der Landkarte ausgerichtet werden soll. \n\tZur Wahl stehen: \n\t\'Keine Rotation (Norden ist oben)\' - Die Ausrichtung wird nicht nachgeführt, Norden ist immer oben \n\t\'Nach Bewegungsrichtung\' - Die Karte wird gemäß Bewegungsrichtung ausgerichtet und nachgeführt \n\t\'Nach Kompass\' - Die Karte wird gemäß Kompass ausgerichtet und nachgeführt</string>
|
||||
<string name="binary_map_download_success">Download erfolgreich.\n\t\n\tAktivieren unter: \'Nenü\' -> \'Darstellung\' -> \'Kartenquelle...\' -> \'Offline-Vektor-Karten\'</string>
|
||||
<string name="tip_day_night_mode">Tag/Nacht-Modus</string>
|
||||
<string name="tip_day_night_mode_t">\tDie Anzeige von Offline-Vektor-Karten kann für einige Anzeigemodi zwischen Tag- (heller) und Nachtansicht (dunkler) umgeschaltet werden. \n\tInsbesondere bei nächtlichen Autofahrten ist die dunklere Nacht-Anzeige angenehmer und sicherer. \n\tDer Umschaltmechanismus kann unter \'Menü\' -> \'Anzeige konfigurieren\' -> \'Tag/Nacht-Modus\' geändert werden. \n\tZur Auswahl stehen: \n\t\'Sonnenaufgang/-untergang\' - automatischer Modus (Voreinstellung) \n\t\'Tag\' - permanente Tagesansicht \n\t\'Nacht\' - permanente Nachtansicht \n\t\'Umgebungslicht-Sensor\' - automatischer Modus gemäß Umgebungslichtsensor des Gerätes (nur wenn Sensor vorhanden)</string>
|
||||
|
@ -487,7 +487,7 @@
|
|||
<string name="poi_context_menu_delete">Lösche POI</string>
|
||||
<string name="rotate_map_compass_opt">Nach Kompass</string>
|
||||
<string name="rotate_map_bearing_opt">Nach Bewegungsrichtung</string>
|
||||
<string name="rotate_map_none_opt">Keine Rotation</string>
|
||||
<string name="rotate_map_none_opt">Keine Rotation (Norden ist oben)</string>
|
||||
<string name="rotate_map_to_bearing_descr">Art der Kartenausrichtung wählen</string>
|
||||
<string name="rotate_map_to_bearing">Kartenrotation</string>
|
||||
<string name="show_route">Routendetails</string>
|
||||
|
|
|
@ -362,9 +362,9 @@ You can enable (online or cached) tile map sources, tracking settings, and many
|
|||
|
||||
|
||||
<string name="tip_rotation_switching">Map Orientation</string>
|
||||
<string name="tip_rotation_switching_t">\tYou can toggle whether and how the map display is rotated by repeteadly clicking on the map screen\'s compass icon.
|
||||
<string name="tip_rotation_switching_t">\tYou can toggle whether and how the map display is rotated by repeatedly clicking on the map screen\'s compass icon.
|
||||
\n\tThe choices are:
|
||||
\n\t\'Don\'t rotate\' - Map will not be rotated. North will be always up
|
||||
\n\t\'Don\'t rotate (north is up)\' - Map will not be rotated. North will be always up
|
||||
\n\t\'To direction of movement\' - Map will continuously be aligned with your heading
|
||||
\n\t\'To compass\' - Map will continuously be aligned with device compass reading
|
||||
</string>
|
||||
|
@ -784,7 +784,7 @@ You can enable (online or cached) tile map sources, tracking settings, and many
|
|||
<string name="poi_context_menu_delete">Delete POI</string>
|
||||
<string name="rotate_map_compass_opt">To compass</string>
|
||||
<string name="rotate_map_bearing_opt">To direction of movement</string>
|
||||
<string name="rotate_map_none_opt">Don\'t rotate</string>
|
||||
<string name="rotate_map_none_opt">Don\'t rotate (north is up)</string>
|
||||
<string name="rotate_map_to_bearing_descr">Select map screen alignment</string>
|
||||
<string name="rotate_map_to_bearing">Map orientation</string>
|
||||
<string name="show_route">Route details</string>
|
||||
|
|
Loading…
Reference in a new issue