Bimba.git

ref: d96c5cd297a9945cca67a2e3d8d479a0a83021f8

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
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!--
SPDX-FileCopyrightText: Adam Evyčędo

SPDX-License-Identifier: GPL-3.0-or-later
-->

<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="home_fab_description">GPS icon</string>
	<string name="search_placeholder">stops, lines, or plus codes</string>
	<string name="title_activity_results">Results</string>
	<string name="cont">Continue</string>
	<string name="save">Save</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> <!-- send a bug report to bimba@git.apiote.xyz, details are: url=$URL, response=$response -->
	<string name="error_offline">You are offline. Connect to the Internet</string>
	<string name="error_gps">Cannot obtain current location</string>
	<string name="no_departures">No departures</string>
	<string name="waiting_position">waiting for position</string>
	<string name="vehicle_headsign">%1$s » %2$s</string>
	<string name="speed_in_km_per_h">%1$.3f km/h</string>
	<string name="congestion_unknown">unknown</string>
	<string name="congestion_smooth">smooth</string>
	<string name="congestion_stop_and_go">stop and go</string>
	<string name="congestion_congestion">congestion</string>
	<string name="congestion_jams">jams</string>
	<string name="occupancy_unknown">unknown</string>
	<string name="occupancy_empty">empty</string>
	<string name="occupancy_many_seats">many seats</string>
	<string name="occupancy_few_seats">few seats</string>
	<string name="occupancy_standing_only">standing only</string>
	<string name="occupancy_crowded">crowded</string>
	<string name="occupancy_full">full</string>
	<string name="occupancy_wont_let">won’t let in</string>
	<string name="no_map_app">No maps app installed</string>
	<string name="departure_headsign_content_description">towards %1$s</string>
	<string name="departure_momentarily">momentarily</string>
	<string name="departure_departed">departed</string>
	<string name="departure_now">now</string>
	<string name="at_time">at %1$02d:%2$02d</string>
	<string name="at_time_realtime">at %1$02d:%2$02d:%3$02d</string>
	<string name="on_demand">on demand</string>
	<string name="no_boarding">no boarding</string>
	<string name="on_boarding">on-boarding</string>
	<string name="off_boarding">off-boarding</string>
	<string name="boarding">can board</string>
	<string name="line_headsign">» %1$s</string>
	<string name="line_headsign_content_description">towards %1$s</string>
	<string name="line_headsigns">%1$s «» %2$s</string>
	<string name="line_headsigns_content_description">between %1$s and %2$s</string>
	<string name="stops_nearby">Stops nearby</string>
	<string name="results_for">Results for ‘%1$s’</string>
	<string name="bimba_server_address_hint">Server</string>
	<string name="bimba_server_token_hint">Token</string>
	<string name="bimba_server_continue_button">Continue</string>
	<string name="realtime_content_description">departure is realtime</string>
	<string name="wheelchair_content_description">vehicle is wheelchair accessible</string>
	<string name="air_condition_content_description">air conditioning</string>
	<string name="bicycles_allowed_content_description">bicycles allowed</string>
	<string name="voice_announcements_content_description">voice announcements</string>
	<string name="tickets_sold_content_description">tickets sold on board</string>
	<string name="usb_charging_content_description">USB charging</string>
	<string name="show_departures">Show departures</string>
	<string name="open_in_maps_app">Open in maps app</string>
	<string name="stop_content_description">stop</string>
	<string name="seatbelts_everyone">Seatbelts, everyone!</string> <!-- taken from ‘Magic School Bus’. Should be translated like in the series. It’s the first words of the intro song -->
	<string name="onboarding_question">How would you like to start?</string>
	<string name="onboarding_simple">Simple</string>
	<string name="onboarding_simple_action">choose localities</string>
	<string name="onboarding_advanced">Advanced</string>
	<string name="onboarding_advanced_action">choose server</string>
	<string name="cancel">Cancel</string>
	<string name="error">Error</string>
	<string name="rate_limit">Rate limit</string>
	<string name="server_rate_limited_question">This server is rate-limited and no token was given. Do you want to continue?</string>
	<string name="server_private_question">This server is private and no token was given</string>
	<string name="last_update">Last update: %1$s</string>
	<string name="title_feeds">Timetables</string>
	<string name="title_servers">Servers</string>
	<string name="title_cities">Localities</string>
	<string name="error_url">Malformed URL provided</string>
	<string name="error_traffic_spec">Cannot verify server</string>
	<string name="stops_near_code">Stops near %1$s</string>
	<string name="code_is_not_full">Code is not full</string>
	<string name="choose_server">Choose server flavour</string>
	<string name="ok">OK</string>
	<string name="no_location_access">Location access not given</string>
	<string name="no_location_message">Permission to use location is needed to find nearby stops and show current position on map. Other features will work without it. It can be enabled and disabled in system settings any time.</string>
	<string name="stop_stub_on_demand_in_zone">Stop on demand in zone %1$s</string>
	<string name="stop_stub_on_demand">Stop on demand</string>
	<string name="stop_stub_in_zone">Stop in zone %1$s</string>
	<string name="vehicle_headsign_content_description">%1$s towards %2$s</string>
	<string name="departure_headsign">» %1$s</string>
	<string name="credits">Font yellowcircle8 (https://git.apiote.xyz/yellowcircle8.git) based on Railway Sans © Greg Fleming, OFL-1.1 https://github.com/davelab6/Railway-Sans\n\n Mastodon icon (https://github.com/mastodon/joinmastodon) © Mastodon contributors, AGPL-3.0-or-later\n\n Bimba logo created by https://github.com/tebriz159\n\n Material icons © Google, Apache-2.0\n\n Map data © OpenStreetMap contributors (https://www.openstreetmap.org/copyright), ODbL-1.0</string>
	<string name="title_about">About</string>
	<string name="translation_button_description">link to translations service</string>
	<string name="app_description">FLOSS public transport passenger companion; a timetable in your pocket.</string>
	<string name="website_button_description">link to website</string>
	<string name="code_button_description">link to source code</string>
	<string name="mastodon_button_description">link to Mastodon</string>
	<string name="use_online_feed">Use online feed</string>
	<string name="information_may_be_outdated">Information may be outdated</string>
	<string name="current_timetable_validity">Current timetable valid: %1$s to %2$s</string>
	<string name="error_406">App version is not compatible with the server</string>
	<string name="filter_localities">filter localities</string>
	<string name="error_41">This locality is not supported by the server</string>
	<string name="stop_from_qr_code">QR code stop</string>
	<string name="departures_snackbar">Last update: %1$s</string>
	<string name="title_select_date">Select day of departures</string>
	<string name="title_select_line">Select line</string>
	<string name="clear_date_selection">Clear</string>
	<string name="title_filter">Filter</string>
	<string name="title_filter_byline">Filter by line</string>
	<string name="title_filter_bytime">Filter by time</string>
	<string name="title_select_time_start">Select start time</string>
	<string name="title_select_time_end">Select end time</string>
	<string name="more">More</string>
	<string name="alert_header">Status updates</string>
	<string name="map_attribution"><![CDATA[© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors]]></string>

</resources>