diff options
Diffstat (limited to 'main/res/values/preference_keys.xml')
-rw-r--r-- | main/res/values/preference_keys.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/main/res/values/preference_keys.xml b/main/res/values/preference_keys.xml index e6ef67a..6335df3 100644 --- a/main/res/values/preference_keys.xml +++ b/main/res/values/preference_keys.xml @@ -49,7 +49,7 @@ <string name="pref_skin">skin</string> <string name="pref_showaddress">showaddress</string> <string name="pref_useenglish">useenglish</string> - <string name="pref_units">units</string> + <string name="pref_units_imperial">units</string> <string name="pref_autoloaddesc">autoloaddesc</string> <string name="pref_ratingwanted">ratingwanted</string> <string name="pref_friendlogswanted">friendlogswanted</string> @@ -92,6 +92,7 @@ <string name="pref_webDeviceCode">webDeviceCode</string> <string name="pref_maplive">maplive</string> <string name="pref_lastmapzoom">mapzoom</string> + <string name="pref_cache_zoom">cachezoom</string> <string name="pref_lastmaplat">maplat</string> <string name="pref_lastmaplon">maplon</string> <string name="pref_livelist">livelist</string> @@ -106,9 +107,10 @@ <string name="pref_coordinputformat">coordinputformat</string> <string name="pref_gccustomdate">gccustomdate</string> <string name="pref_cookiestore">cookiestore</string> + <string name="pref_googleplayservices">googleplayservices</string> + <string name="pref_lowpowermode">lowpowerlocation</string> <string name="pref_lastdetailspage">lastdetailspage</string> <string name="pref_livemapstrategy">livemapstrategy</string> - <string name="pref_hidelivemaphint">hidelivemaphint</string> <string name="pref_livemaphintshowcount">livemaphintshowcount</string> <string name="pref_settingsversion">settingsversion</string> <string name="pref_trackableaction">trackableaction</string> @@ -140,6 +142,7 @@ <string name="pref_navigation_menu_google_maps_directions">navigationMapsDirections</string> <string name="pref_navigation_menu_where_you_go">navigationWhereYouGo</string> <string name="pref_navigation_menu_pebble">navigationPebble</string> + <string name="pref_navigation_menu_android_wear">navigationAndroidWear</string> <string name="pref_navigation_menu_mapswithme">navigationMapsWithMe</string> <string name="pref_ocpl_tokensecret">ocpl_tokensecret</string> <string name="pref_ocpl_tokenpublic">ocpl_tokenpublic</string> @@ -180,4 +183,7 @@ <string name="pref_changelog_last_checksum">changelog_last_checksum</string> <string name="pref_caches_history">caches_history</string> <string name="pref_hardware_acceleration">hardware_acceleration2</string> + <string name="pref_last_cache_log">last_cache_log</string> + <string name="pref_last_trackable_log">last_trackable_log</string> + <string name="pref_home_location">home_location</string> </resources> |