ref: 6ee6a975c4ac992fb63dc8d8eacc00c2c2692a12
app/src/main/res/values/strings.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<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> <string name="error_400">The application made a malformed request</string> <string name="error_401">A token is needed to use this server</string> <string name="error_403">The token you provided is incorrect</string> <string name="error_404">Not found</string> <string name="error_429">Rate limit exceeded. Try again later</string> <string name="error_50x">There was an error on the sever. Try again later</string> <string name="error_unknown">Unknown error happened</string> <string name="error_connecting">Error connecting to the server. Try again later</string> <string name="error_offline">You are offline. Connect to the Internet</string> <!-- send a bug report to bimba@git.apiote.xyz, details are: url=$URL, response=$response --> </resources> |