-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathen.strings
More file actions
528 lines (450 loc) · 25.2 KB
/
en.strings
File metadata and controls
528 lines (450 loc) · 25.2 KB
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
/*
NOTE:
Every time the app is build, the localization string files
are copied from the git submodule ../strings/ into
I\Bike\CPH/Shared/Resources/Localizaation/
Any changes to the destination file will we silenty overwritten.
This mechanism is akward, but was implemented to share strings
between iOS and Android.
*/
"current_position" = "Current position";
"account" = "Account";
"settings" = "Settings";
"contacts" = "Contacts";
"favorites" = "Favorites";
"map_overlays" = "Map Overlays";
"voice" = "Voice";
"route_type" = "Route Type";
"profile" = "My Profile";
"direction_0" = "";
"direction_1" = "Continue on";
"direction_2" = "Turn slightly right to";
"direction_3" = "Turn right to";
"direction_4" = "Turn sharp right to";
"direction_5" = "U-Turn on";
"direction_6" = "Turn sharp left to";
"direction_7" = "Turn left to";
"direction_8" = "Turn slightly left to";
"direction_9" = "Reach via point";
"direction_10" = "Head on";
"direction_11" = "Enter roundabout and take %@ exit to";
"direction_12" = "Leave roundabout to";
"direction_13" = "Stay on roundabout to";
"direction_14" = "Start on";
"direction_15" = "You have reached your destination";
"direction_16" = "Start pushing your bike on";
"direction_17" = "Stop pushing your bike";
"direction_18" = "On %@: Take %@ to %@";
"direction_19" = "Get off on";
"direction_100" = "Reaching destination";
"first_direction_0" = "";
"first_direction_1" = "Head %@ and continue to";
"first_direction_2" = "Head %@ and turn slightly right to";
"first_direction_3" = "Head %@ and turn right to";
"first_direction_4" = "Head %@ and turn sharp right to";
"first_direction_5" = "Head %@ and make a U-Turn on";
"first_direction_6" = "Head %@ and turn sharp left to";
"first_direction_7" = "Head %@ and turn left to";
"first_direction_8" = "Head %@ and turn slightly left to";
"first_direction_9" = "Head %@ and reach via point";
"first_direction_10" = "Head %@ to";
"first_direction_11" = "Head %@ and enter roundabout and take %@ exit to";
"first_direction_12" = "Head %@ and leave roundabout to";
"first_direction_13" = "Head %@ and stay on roundabout to";
"first_direction_14" = "Head %@ and start on";
"first_direction_15" = "You have reached your destination";
"first_direction_16" = "Head %@ and start pushing your bike on";
"first_direction_17" = "Head %@ and stop pushing your bike";
"first_direction_18" = "On %@: Take %@ to %@";
"first_direction_19" = "Get off on";
"first_direction_100" = "Reaching destination";
"instruction_" = "";
"direction_N" = "north";
"direction_NE" = "northeast";
"direction_E" = "east";
"direction_SE" = "southeast";
"direction_S" = "south";
"direction_SW" = "southwest";
"direction_W" = "west";
"direction_NW" = "northwest";
"{highway:}" = "street";
"{highway:motorway}" = "motorway";
"{highway:motorway_link}" = "motorway";
"{highway:trunk}" = "trunk road";
"{highway:trunk_link}" = "trunk road";
"{highway:primary}" = "primary road";
"{highway:primary_link}" = "primary road";
"{highway:secondary}" = "road";
"{highway:secondary_link}" = "road";
"{highway:tertiary}" = "street";
"{highway:tertiary_link}" = "street";
"{highway:living_street}" = "street";
"{highway:pedestrian}" = "pedestrian street";
"{highway:residential}" = "residential street";
"{highway:unclassified}" = "street";
"{highway:service}" = "service street";
"{highway:track}" = "track";
"{highway:road}" = "road";
"{highway:path}" = "path";
"{highway:footway}" = "footway";
"{highway:cycleway}" = "cycleway";
"{highway:bridleway}" = "bridleway";
"{highway:steps}" = "steps";
"{roundabout:yes}" = "roundabout";
"{area:yes}" = "area";
"direction_number_1" = "1st";
"direction_number_2" = "2nd";
"direction_number_3" = "3rd";
"direction_number_4" = "4th";
"direction_number_5" = "5th";
"direction_number_6" = "6th";
"direction_number_7" = "7th";
"direction_number_8" = "8th";
"direction_number_9" = "9th";
"direction_number_10" = "10th";
"direction_number_11" = "11th";
"read_aloud_upcoming_instruction" = "In %@ %@";
"read_aloud_enabled" = "Starting route to %@.";
"read_aloud_error_initalizing" = "Could not start the text-to-speech service.";
"read_aloud_error_unsupported_language" = "Unfortunately, the device does not support text to speech in English";
"read_aloud_encouragement_time_h_m" = "You're on the right track. Arriving in %@ %@, %@ %@.";
"read_aloud_encouragement_time_m" = "You're on the right track. Arriving in %@ %@.";
"read_aloud_recalculating_route" = "Recalculating route.";
"new_route" = "Route";
"Start" = "Start";
"Stop" = "Stop";
"Error" = "Error";
"OK" = "OK";
"error_no_gps_location" = "No GPS location!";
"error_address_not_found" = "Location of address not found!";
"error_from_address_not_found" = "Location of departure address not found!";
"error_to_address_not_found" = "Location of destination address not found!";
"error_invalid_email" = "Invalid email!";
"error_invalid_to_address" = "The destination address is invalid!";
"route_stop_title" = "Want to stop the routing?";
"route_stop_text" = "Stop the routing by tapping 'Stop'. You can report a problem with the route to us by tapping on 'Report'.";
"report_error" = "Report";
"report_wrong_address" = "Address is wrong";
"report_road_closed" = "Road closed";
"report_one_way" = "Street is one way";
"report_illegal_turn" = "Route suggests illegal turn";
"report_wrong_instruction" = "Wrong instruction";
"report_other" = "Other";
"report_subject" = "Error report";
"report_from" = "Start:";
"report_to" = "Finish:";
"report_tbt_instructions" = "Turn by turn instruction list:";
"report_reason" = "Reason for report:";
"report_instruction" = "Instruction in question:";
"report_contact_me" = "Please contact me when the issue is resolved";
"report_sent" = "Thank you for reporting this error!";
"Done" = "Done";
"Cancel" = "Cancel";
"Try_again" = "Try again";
"error_route_not_found" = "Route not found!";
"calculating" = "Calculating...";
"recalculating" = "Recalculating...";
"marker_start" = "Start";
// these are in the storyboard
"where_are_we_going" = "Where should we go?";
"ibikecph_route_planner" = "I Bike CPH";
"calculating_new_route" = "Calculating new route...";
"Distance" = "Distance";
"Time" = "Time";
"you_have_arrived_to" = "You have arrived at";
"to_homepage" = "To homepage";
"report_a_problem" = "Report a problem";
"From" = "From";
"To" = "To";
"hello_cyclist" = "Hi cyclist";
"thanks_for_testing_text" = "Thank you for helping us test.";
"e_mail_address" = "E-mail address";
"start_app" = "Start";
"notify_me_when_fixed" = "Notify me when fixed";
"report" = "Report";
"report_text" = "By pressing the \"Report\" you will send route information to us. When the fault has been corrected you will be notified by email.";
"choose_a_route_step" = "Choose a route step";
"cancel_picker" = "Cancel";
"done_picker" = "Done";
"recent_results" = "Recent";
"show_more" = "Show more";
"show_less" = "Show less";
"good_ride" = "Good ride!";
"hope_you_had_a_good_trip" = "Hope you had a good trip.";
"stop_ride" = "Stop ride";
"ride_report_a_problem" = "Report a problem";
"login_with_fb" = "Log in with Facebook";
"create_with_fb" = "Create with Facebook";
"register_with_mail" = "Register";
"skip" = "Skip";
"create_account" = "Create an Account";
"create_account_text" = "Save favorites and searches across mobile and ibikecph.dk";
"register_save" = "Register";
"create_account" = "Create account";
"register_name_placeholder" = "Name";
"register_email_placeholder" = "Email";
"register_password_placeholder" = "Password";
"register_password_repeat_placeholder" = "Repeat password";
"choose_image_source" = "Select image source";
"image_source_camera" = "Camera";
"image_source_library" = "Library";
"login_new_account" = "Create account";
"save_favorites" = "Save favorites";
"favorites_title" = "Add favorites";
"favorites_text" = "You can save your favorite destinations in the app so it's easy to find your way home, to work or school.";
"favorites_home_placeholder" = "Home address...";
"favorites_work_placeholder" = "Work address...";
"log_in" = "Log in";
"forgot_password" = "I forgot my password";
"edit_account" = "Edit account";
"invalid_token_user_logged_out" = "You've been logged out. Please log in.";
"save_password" = "Save password";
"use_password" = "Use password";
"track_token_title" = "Password";
"track_token_headline" = "We care about keeping your data anonymous!";
"track_token_subtitle_native" = "You are logged in as";
"track_token_description_native" = "To ensure that your data can be shared anonymously with The City of Copenhagen and the Capital Region of Denmark we need you to submit your password again.";
"track_token_subtitle_facebook" = "You are logged in with Facebook as";
"track_token_description_facebook_new" = "To ensure that your data is shared anonymously with the Copenhagen Municipality an the Capital Region of Denmark, you need to submit a password with at least 6 digits. For security reasons your password can not be recovered.";
"track_token_description_facebook_has_token" = "To be able to access your data, you need to provide the password you choose when activating tracking of cycling data.";
"add_favorite" = "Add a favorite";
"new_favorite" = "Add";
"cell_add_favorite" = "Add new favorite";
"edit_favorite" = "Edit";
"cell_empty_favorite_text" = "You have no favorites, but you can easily add one now.";
"save_favorite" = "Save";
"delete_favorite" = "Delete";
"Home" = "Home";
"Work" = "Work";
"School" = "School";
"Favorite" = "Favorite";
"back" = "Back";
"done" = "Done";
"Name" = "Name";
"add_favorite_name_placeholder" = "Enter name...";
"Address" = "Address";
"add_favorite_address_placeholder" = "Find address...";
"account" = "My Profile";
"report_send" = "Send report";
"describe_problem" = "Describe a problem";
"logout" = "Log out";
"thank_you_for_feedback" = "Your feedback has been sent.";
"feedback_text" = "Thank you for your help!\n\nYou can follow the development and participate in discussions of new features on www.ibikecph.dk/feedback.";
"report_sent" = "Feedback sent";
"report_enter_email_address_placeholder" = "Enter you email address";
"home_find_route" = "Find route";
"delete_my_account" = "Delete account";
"you_are_logged_in_as" = "You are logged in as";
"edit_my_account" = "Edit account";
"save_changes" = "Save changes";
"account_name_placeholder" = "Name";
"account_email_placeholder" = "Email";
"old_password" = "Old password";
"account_password_placeholder" = "New password";
"account_repeat_placeholder" = "Repeat new password";
"accept_user_terms" = "I accept the Terms of Service";
"accept_user_terms_link_highlight" = "Terms of Service";
"accept_user_terms_link" = "https://www.ibikecph.dk/en/about/terms";
"login_error_fields" = "You must enter both your email and your password!";
"register_error_fields" = "You must fill out all the fields!";
"register_error_passwords" = "Your passwords don't match!";
"register_error_user_terms" = "You must accept Terms of Service!";
"error_not_logged_in" = "You have to be logged in first";
"report_error_problem_not_selected" = "You have to select a type of problem.";
"report_error_step_not_selected" = "You have to select a step where the problem occured";
"error_duplicate_favorite_name" = "You already have a favorite with this name. Please rename your favorite and save again.";
"delete_account_title" = "Delete your account?";
"delete_account_text" = "All your favourites and tracked cycling data will be deleted. Please enter your password.";
"delete_account_text_facebook_tracking" = "All your favourites and tracked cycling data will be deleted.\nPlease enter the password you chose when activating tracking of cycling data.";
"Delete" = "Delete";
"account_deleted" = "Your account has been deleted";
"close" = "Close";
"favorites_login" = "You have no favorites, but you can easily add one if you login.";
"fb_login_error" = "Error while using Facebook to log in.";
"fb_login_error_no_access" = "The app could not access your Facebook account. Please enable access in System Settings.";
"please_login" = "Please log in";
"account_is_linked_to_facebook" = "Your account is linked to Facebook";
"or" = "or";
"current_position_cant_be_destination" = "You can't use current position as destination!";
"register_error_passwords_short" = "Your passwords is too short";
"register_error_invalid_email" = "Email address is not valid";
"register_successful" = "Account created. A message with a confirmation link has been sent to your email address. Please open the link to activate your account.";
"account_not_saved" = "You have unsaved changes.";
"account_cancel" = "Cancel";
"account_dont_save" = "Don't save";
"you_have_reached_your_destination" = "You have reached your destination";
"network_error_text" = "Network error occurred";
"vehicle_1" = "Bike";
"vehicle_2" = "Walk";
"vehicle_3" = "Ferry";
"vehicle_4" = "Train";
"vehicle_changed_instruction_0" = "Park the bike. ";
"vehicle_changed_instruction_1" = "Get on the bike and ";
"vehicle_changed_instruction_2" = "Get off the bike, walk and ";
"vehicle_changed_instruction_3" = "Go aboard the ferry and ";
"vehicle_changed_instruction_4" = "Go aboard the train and ";
"voice_option" = "Voice guide";
"voice_option_detail" = "Voice guide gives you the possibility of having route instructions read out loud. Are you using headphones? Please be aware of the traffic around you and obey the traffic rules.";
"tracking" = "Tracking of cycling data";
"enable_tracking" = "Enable";
"enable_tracking_description" = "Start tracking cycling data";
"enable_tracking_explanation" = "When you enable tracking of cycling data, data about your bike behavior are stored locally on your phone. Data is also stored anonymously on our servers, so they can be used to e.g. improve green waves for cyclists. You can delete your data again at any time.";
"no_tracking_description" = "Unfortunately your phone doesn't support the tracking of cycling data.";
"no_tracking_explanation" = "Currently tracking of cycling data is only supported on iPhone 5s or newer, and Android phones.";
"stats_description" = "Your bike activity";
"Since" = "Since";
"tracking_option" = "Track cycling data";
"tracking_milestone_notifications" = "Notification about milestones";
"tracking_weekly_status_notifications" = "Weekly status";
"log_in_to_track_prompt" = "To start tracking cycling data, you must login.";
"reenable_tracking" = "Re-enable tracking of cycling data";
"enable" = "Enable";
"launch_activate_tracking_title" = "Hi cyclist!\nActivate tracking of cycling data";
"launch_activate_tracking_title_no_welcome" = "Activate tracking and sharing of cycling data";
"launch_activate_tracking_description" = "See where and how much you bike. Get weekly notifications and notifications when you reach milestones.\n\nAt the same time, share your data anonymously with the City of Copenhagen and the Capital Region of Denmark so data can be used to e.g. improve green waves for cyclists.";
"launch_activate_tracking_read_more" = "Read more";
"launch_activate_tracking_read_more_description" = "When you enable tracking of cycling data, the app will automatically detect when you bike and store GPS tracks about your bike rides on your phone.\n\nData will also be uploaded anonymously to ibikecph.dk so they can be used by City of Copenhagen and the Capital Region of Denmark for improving bike facilities.\n\nFor example, data about travel speeds and waiting times can be used to adjust green waves for cyclists, so fewer cyclist have to stop at red lights. Data can also be used to measure the effect of bicycle projects.\n\nWe do a lot to protect your data. Data is stored anonymously on our servers and cannot be linked to you you without your password. This ensures that nobody can see where you have cycled, while also allowing you to delete your data from our servers if you wish to at some point. Vi never sell your data and don't publish data about individual bike rides.\n\nBy Tracking cycling data you can help improve the conditions for everyone biking in Copenhagen and the Capital Region of Denmark.";
"log_in_to_favorite_prompt" = "To add favorites, you must login.";
"unit_km" = "km";
"unit_km_pr_h" = "km/h";
"unit_km_pr_trip" = "km/trip";
"unit_kcal" = "kcal";
"unit_kcal_pr_day" = "kcal/day";
"unit_h_long" = "hours";
"unit_h_long_singular" = "hour";
"unit_h_short" = "h";
"unit_m_long" = "minutes";
"unit_m_long_singular" = "minute";
"unit_min" = "min";
"dum_km" = "55.3";
"dum_kmh" = "23.3";
"dum_kcalday" = "78.1";
"dum_h" = "14.3";
"unit_metre" = "metre";
"unit_metres" = "metres";
"unit_kilometre" = "kilometre";
"unit_kilometres" = "kilometres";
"milestone_distance_1_description" = "Alright! You have cycled your first %d km.";
"milestone_distance_2_description" = "%d km, it's starting to look good!";
"milestone_distance_3_description" = "Look at you! %d km cycled, keep up the good style!";
"milestone_distance_4_description" = "Wow, %d km cycled, you are breaking away from the crowd!";
"milestone_distance_5_description" = "Yes, %d km cycled!";
"milestone_distance_6_description" = "%d km on the bike, you're on your way to the stars!";
"milestone_distance_7_description" = "Give yourself a big cheer, you have cycled %d km! Congratulations!";
"milestone_daystreak_1_description" = "You have cycled %d days in a row, you are on a streak!";
"milestone_daystreak_2_description" = "%d days on the bike in a row, that's cool.";
"milestone_daystreak_3_description" = "Strike! %d days in a row, way to go!";
"milestone_daystreak_4_description" = "There is just no stopping to you, %d days cyling in a row!";
"milestone_daystreak_5_description" = "Full speed, you've cycled %d days in a row!";
"milestone_daystreak_6_description" = "You have cycled %d days in a row, that's impressive!";
"milestone_daystreak_7_description" = "Wow, on you bike every day for a month, you are a star!";
"weekly_status_description" = "This week you have cycled %.1f km in %dh %2dm.";
"to" = "to";
"Duration" = "Dur.";
"Distance" = "Dist.";
"Average" = "Avg.";
"Max" = "Top";
"track_list_date_format" = "MMMM d";
"Yesterday" = "Yesterday";
"Today" = "Today";
"Tomorrow" = "Tomorrow";
"hour_minute_format" = "%dh %2dm";
/* User terms */
"no_thanks" = "No thanks";
"accept" = "Accept";
"user_terms" = "Terms of Service";
"user_terms_title" = "Accept Terms of Service";
"user_terms_description" = "You have to accept the Terms of Service to be logged in.";
"accept_user_terms_or_log_out" = "You have to accept the Terms of Service to remain logged in.";
"most_important_terms_are" = "The most important terms are:";
"read_terms" = "Read the entire Terms of Service";
/* I Bike CPH */
"about_app" = "About I Bike CPH";
"about_text" = "The I Bike CPH app is the City of Copenhagen’s mobile route planner for everyone cycling in Copenhagen. The app is part of Copenhagen's goal of becoming the world's best bicycle city. The app knows the nice shortcuts in Copenhagen, which parks you’re allowed to bicycle through and where you’re allowed to ride against the one way direction for cars.\n\nThe app uses map data from the crowd-sourced OpenStreetMap (OSM), which is continuously updated, for example when a new bicycle bridge opens. The City of Copenhagen has contributed to OpenStreetMap with quality assurance of the cycling data for the Copenhagen area.\n\nThe map is specifically adapted to cyclists. Motorways are toned down, whereas cobblestones are highlighted so you can avoid bumpy rides. The map also includes things like bicycle barriers, so you know where you cannot pass with your cargo bike.\n\nNote: The directions offered by the I Bike CPH app are only suggestions - remember to adhere to traffic laws and use a phone holder if you use the app while riding.\n\nGetting Started:\nYou can choose where to go in two ways:\n\nLocate on map: Find the place on the map and hold down your finger until a pin is placed on the map. The nearest address will be displayed at the bottom. Select 'Start' to calculate the route from your current location to the destination.\n\nSearch by address: Click on the magnifying glass in the upper right corner. Enter the destination address and click 'Go'. Then click 'Start' to calculate the route.\n\nWhen the route is displayed, click 'Start' to activate GPS navigation. While your ride, turn instructions will be shown at the bottom. Estimated arrival time is shown in the upper right corner, next to the small flag.\n\nRoutes for cargo bikes:\nWhen you have calculated a route or GPS navigation is active, you can click the small black bar with three dots at the bottom left to select the type of route. When cargo bike is selected, the route will avoid steps, barriers and cobblestones, and the estimated travel time will be adjusted to cargo bikes.\n\nShow location:\nPress the button with an arrow in the lower-right corner to see where you are on the map. The map will follow your location, until you manually pan the map. The function is enabled when the arrow is blue.\n\nRead more:\nThe app includes additional features, like the ability to save favorite locations. Read more about the map and features on www.ibikecph.dk/about.\n\nHave a nice ride and thank you for cycling!";
"introduction_greenest_route_header_ibc" = "Enjoy the green!";
"introduction_greenest_route_body_ibc" = "We have added a new feature to the app which makes it easy for you to find the greenest route from A to B.\n\nGreenest Route leads you through parks, along lakes and canals and prioritises green bike paths and smaller roads - so you can lower the pace and enjoy the green.\n\nHow to: find a route with the app and choose the leaf - the greenest route will then be computed.";
"introduction_greenest_route_footer_ibc" = "Enjoy your ride!";
"harbor_ring" = "Harbour Ring";
"green_paths" = "Green Paths";
"not_currently_available" = "not currently available";
"continue_button_text" = "Continue";
/* CykelPlanen */
"monday" = "Monday";
"tuesday" = "Tuesday";
"wednesday" = "Wednesday";
"thursday" = "Thursday";
"friday" = "Friday";
"search" = "Search";
"search_to_placeholder" = "Enter road, street, postal code";
"loading_stations_data" = "Loading station data";
// markers
"cycle_super_highways" = "Cycle super highways";
"service_stations" = "Service stations";
"s_train_stations" = "S-train stations";
"metro_stations" = "Metro stations";
"local_trains_stations" = "Local trains stations";
// these are in the storyboard
"register_with_mail" = "Register with email";
// Break route
"break_route_title" = "Less biking";
"btn_break_route" = "Less biking";
"break_route_text_top" = "Did you know that you can easily do less biking by replacing some of the route with public transportation.";
"break_route_text_bottom" = "When you choose \"Less biking\", we will provide a new and alternative route to the nearest train station that will bring you to your final destination.";
"break_route_exit" = "Got it - let's go biking";
"break_route_header_title" = "Your route is now";
"break_route_no_route" = "No Route";
"break_route_cant_break" = "Route cannot be broken.";
"route_plan_button" = "Transportation info";
"route_info"= "Route Information";
"departure" = "Dep.";
"departures_at" = "Dep. at";
"arrival" = "Arr.";
"thanks_for_testing_text" = "Thank you for helping testing.";
"report_text" = "By tapping \"Report\" the information of the route will be sent to us. \n\nIf you choose to get notified once the error is correct, your email will be included.";
"intro_subtitle" = "Quickly from A to B";
"gps_off" = "GPS is turned off";
"activate_gps" = "Turn GPS On";
"leave_no_gps" = "Leave GPS off";
"play_services_version_error" = "To track cycling data, please update Google Play Services";
// OSRM v5 instructions
"depart" = "Head {{heading}} on {{name}}";
"arrive" = "Destination reached, {{name}} is {{side}}";
"heading_uturn" = "the opposite direction";
"heading_sharp_right" = "sharp to the right";
"heading_right" = "to the right";
"heading_slight_right" = "slight to the right";
"heading_straight" = "straight ahead";
"heading_sharp_left" = "sharp to the left";
"heading_left" = "to the left";
"heading_slight_left" = "slight to the left";
"turn_uturn" = "Make a u-turn onto {{name}}";
"turn_sharp_right" = "Turn sharp right onto {{name}}";
"turn_right" = "Turn right onto {{name}}";
"turn_slight_right" = "Keep right onto {{name}}";
"turn_straight" = "Continue straight onto {{name}}";
"turn_sharp_left" = "Turn sharp left onto {{name}}";
"turn_left" = "Turn left onto {{name}}";
"turn_slight_left" = "Keep left onto {{name}}";
"merge_uturn" = "U-turn merging onto {{name}}";
"merge_sharp_right" = "Merge sharp right onto {{name}}";
"merge_right" = "Merge right onto {{name}}";
"merge_slight_right" = "Merge slight right onto {{name}}";
"merge_straight" = "Merge straight onto {{name}}";
"merge_left" = "Merge left onto {{name}}";
"merge_slight_left" = "Merge slight left onto {{name}}";
"merge_sharp_left" = "Merge sharp right onto {{name}}";
"on_ramp" = "Take on ramp {{name}}";
"off_ramp" = "Off ramp {{name}}";
"continue_uturn" = "U-turn on {{name}}";
"continue_sharp_right" = "Continue sharp right on {{name}}";
"continue_right" = "Continue right on {{name}}";
"continue_slight_right" = "Continue slight right on {{name}}";
"continue_straight" = "Continue straight on {{name}}";
"continue_left" = "Continue left on {{name}}";
"continue_slight_left" = "Continue slight left on {{name}}";
"continue_sharp_left" = "Continue sharp left on {{name}}";
"roundabout" = "At roundabout take %{exit} exit onto {{name}}";
"rotary" = "At roundabout take %{exit} exit onto {{name}}";
// OSRMv5 - break route instructions
"depart_with_train" = "take the {{description}} train from {{name}}";
"arrive_with_train" = "arrival at {{name}} at {{arrivalTime}}";