ref: fd440c27e34bf8fd70fa1cd50c289279ca494537
app/src/main/res/values/strings.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<resources> <string name="app_name">Bimba</string> <string name="title_home">Home</string> <string name="title_map">Map</string> <string name="title_voyage">Voyage</string> <string name="searchbar_menu_item_gps">search by GPS</string> <string name="home_fab_description">GPS icon</string> <string name="search_placeholder">Search stops and lines</string> <string name="title_activity_results">Results</string> <string name="cont">Continue</string> <string name="save">Save</string> <string name="server_info_rate_limited">this server is rate limited;\nthe server admin can be contacted at\n%s\n\nit offers the following feeds:</string> <string name="server_info_not_rate_limited">this server is not rate limited;\nthe server admin can be contacted at\n%s\n\nit offers the following feeds:</string> </resources> |