Prepare strings for consolidation of auto_zoom_map and route_view_distance

This commit is contained in:
sonora 2013-10-23 19:22:39 +02:00
parent 99ba127f50
commit 89ecb478e6
3 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<!--
Disclaimer:
@ -9,11 +9,10 @@
3. All your modified/created strings are in the top of the file (to make easier find what\'s translated).
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="route_distance_none">No auto zoom</string>
<string name="route_distance_close">Зачыніць</string>
<string name="route_distance_far">Far</string>
<string name="route_distance_farest">Farest</string>
<string name="route_distance_settings_descr">Configure map view distance (TODO naming)</string>
<string name="route_distance_settings">Map view distance (TODO naming)</string>
<string name="route_distance_far">To mid-range</string>
<string name="route_distance_farthest">To long-range</string>
<string name="map_magnifier">Map magnifier</string>
<string name="base_world_map">Асноўная мапа сьвету</string>
<string name="tip_map_styles">Стыль мапы</string>

View file

@ -9,9 +9,10 @@
3. All your modified/created strings are in the top of the file (to make easier find what\'s translated).
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="route_distance_close">Close</string>
<string name="route_distance_far">Far</string>
<string name="route_distance_farthest">Farthest</string>
<string name="route_distance_none">No auto zoom</string>
<string name="route_distance_close">To close-up</string>
<string name="route_distance_far">To mid-range</string>
<string name="route_distance_farthest">To long-range</string>
<string name="route_distance_settings_descr">Configure map view distance (TODO naming)</string>
<string name="route_distance_settings">Map view distance (TODO naming)</string>
<string name="map_magnifier">Map magnifier</string>

View file

@ -7,13 +7,13 @@
<ListPreference android:key="auto_follow_route" android:title="@string/choose_auto_follow_route"
android:summary="@string/choose_auto_follow_route_descr"></ListPreference>
<CheckBoxPreference android:title="@string/auto_zoom_map" android:summary="@string/auto_zoom_map_descr" android:key="auto_zoom_map"></CheckBoxPreference>
<ListPreference android:key="route_view_distance" android:title="@string/auto_zoom_map"
android:summary="@string/auto_zoom_map_descr"></ListPreference>
<CheckBoxPreference android:title="@string/snap_to_road" android:summary="@string/snap_to_road_descr" android:key="snap_to_road"></CheckBoxPreference>
<Preference android:title="@string/show_warnings_title" android:summary="@string/show_warnings_descr" android:key="show_routing_alarms"/>
<Preference android:title="@string/speak_title" android:summary="@string/speak_descr" android:key="speak_routing_alarms"/>
<Preference android:title="@string/avoid_in_routing_title" android:summary="@string/avoid_in_routing_descr" android:key="avoid_in_routing"/>
<Preference android:title="@string/prefer_in_routing_title" android:summary="@string/prefer_in_routing_descr" android:key="prefer_in_routing"/>
<ListPreference android:key="route_view_distance" android:title="@string/route_distance_settings"
android:summary="@string/route_distance_settings_descr"></ListPreference>
<CheckBoxPreference android:summary="@string/use_compass_navigation_descr" android:title="@string/use_compass_navigation"
android:key="use_compass_navigation"></CheckBoxPreference>
<CheckBoxPreference android:summary="@string/precise_routing_mode_descr" android:title="@string/precise_routing_mode"