/WhereAbout/res/values/strings.xml
XML | 16 lines | 16 code | 0 blank | 0 comment | 0 complexity | 34a28b99efdf9275f1cc4866bfdeca7e MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<resources> 3 <string name="hello">Hello World, WhereAbout</string> 4 <string name="locator">WhereAbout</string> 5 <string name="app_name">WhereAbout</string> 6 <string name="wifi_loc_prefix">You are approximately at </string> 7 <string name="nw_loc_prefix">You are in the vicinity of </string> 8 <string name="insersection_prefix">the intersection of </string> 9 <string name="abs_loc_prefix">You are at </string> 10 <string name="unknown_loc_prefix">Cannot determine latest location. </string> 11 <string name="prev_loc_prefix">Earlier you were at </string> 12 <string name="failed_intersection">Cannot determine intersection</string> 13 <string name="failed_abs">Cannot determine address</string> 14 <string name="progress_title">WhereAbout</string> 15 <string name="progress_msg">Obtaining street info. Please wait.</string> 16</resources>