BESTMobile/android/mobile/res/values/strings.xml
macgregor 7c6f612bfd init
2012-09-06 23:08:46 +05:30

26 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Best</string>
<string name="M_FIND_TAB_ID">find</string>
<string name="M_ROUT_TAB_ID">route</string>
<string name="fromListTitle">Select Your Start Location</string>
<string name="toListTitle">Select Destination</string>
<string name="nearByListTitle">Nearby Stops:</string>
<string name="sourceHint">Start: eg.Churchgate</string>
<string name="destinationHint">Destination: eg.Fort</string>
<string name="findBtnText">F</string>
<string name="nearbyBtnText">N</string>
<string name="findBusText">Find Bus</string>
<string name="busListHead">Buses Available</string>
<string name="inittext">Initializing Application for the first time...</string>
<string name="errMsgMoreChar">Please enter some more characters..</string>
<string name="errMsgEnterSrcLoc">Please enter some source location..</string>
<string name="errMsgEnterDestLoc">Please enter some destination location..</string>
<string name="errMsgEnterValidDest">Enter valid destination</string>
<string name="errMsgEnterValidSrc">Enter valid Source location</string>
<string name="errMsgNoStopsMatch">No matching stops found</string>
<string name="errMsgNoNearbyStop">No stops found near by</string>
<string name="noLocation">No such Location</string>
<string name="errNoMap">Sorry, unable to show map at this time.</string>
</resources>