urban-explorer/app/src/main/res/values/strings.xml

18 lines
749 B
XML
Raw Normal View History

2016-08-26 19:55:33 +00:00
<resources>
<string name="app_name">UrbanExplorer</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="location_info">Location:</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="username">Username</string>
<string name="password">Password</string>
<string name="login">Login</string>
<string name="location_update_frequency">Location update frequency</string>
<string name="save">Save</string>
2016-08-27 15:52:38 +00:00
<string name="location_yrange">Location y-range</string>
<string name="location_xrange">Location x-range</string>
2016-09-01 17:26:06 +00:00
<string name="wiki_search_radius">Search radius</string>
2016-08-26 19:55:33 +00:00
</resources>