some semantic improvements

This commit is contained in:
sonora 2012-11-26 12:57:30 +01:00
parent a5dd9d51f6
commit 275c0c0d3b
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<resources> <resources>
<string name="route_descr_lat_lon">Lat %1$.3f Lon %2$.3f</string> <string name="route_descr_lat_lon">Lat %1$.3f, Lon %2$.3f</string>
<string name="route_descr_current_location">Aktueller Standort</string> <string name="route_descr_current_location">Aktueller Standort</string>
<string name="route_descr_from_to">Von %1$s\nNach %2$s</string> <string name="route_descr_from_to">Von : %1$s\nNach : %2$s</string>
<string name="route_descr_from_to_via">Von : %1$s\nÜber : %2$s\nNach : %3$s</string> <string name="route_descr_from_to_via">Von : %1$s\nÜber : %2$s\nNach : %3$s</string>
<string name="no_buildings_found">Kein Gebäude gefunden.</string> <string name="no_buildings_found">Kein Gebäude gefunden.</string>
<string name="incremental_search_city">Suche Stadt inkrementell</string> <string name="incremental_search_city">Suche Stadt inkrementell</string>

View file

@ -9,13 +9,13 @@
1. All your modified/created strings are in the top of the file (to make easier find what\'s translated). 1. 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 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_descr_lat_lon">Lat %1$.3f lon %2$.3f</string> <string name="route_descr_lat_lon">Lat %1$.3f, lon %2$.3f</string>
<string name="route_descr_current_location">Current position</string> <string name="route_descr_current_location">Current position</string>
<string name="route_descr_from_to">From %1$s\nTo %2$s</string> <string name="route_descr_from_to">From : %1$s\nTo : %2$s</string>
<string name="route_descr_from_to_via">From : %1$s\nVia : %2$s\nTo : %3$s</string> <string name="route_descr_from_to_via">From : %1$s\nVia : %2$s\nTo : %3$s</string>
<string name="no_buildings_found">No buildings found.</string> <string name="no_buildings_found">No buildings found.</string>
<string name="incremental_search_city">Search city incrementally.</string> <string name="incremental_search_city">Search city incrementally</string>
<string name="search_villages_and_postcodes">Search villages/postcode </string> <string name="search_villages_and_postcodes">Search villages/postcode</string>
<string name="rendering_attr_showRoadMaps_description">Select when to display roads-only maps:</string> <string name="rendering_attr_showRoadMaps_description">Select when to display roads-only maps:</string>
<string name="rendering_attr_showRoadMaps_name">Roads-only maps</string> <string name="rendering_attr_showRoadMaps_name">Roads-only maps</string>
<string name="download_roads_only_item">Roads </string> <string name="download_roads_only_item">Roads </string>