summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
blob: a0408a07a7d105201c19ca58a33b46d7cc600011 (plain)
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
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
<?xml version="1.0" encoding="utf-8"?>
<resources
    xmlns:tools="http://schemas.android.com/tools"
    tools:ignore="MissingTranslation">

    <!-- Activity and fragment titles -->
    <string name="app_name" translate="false">AntennaPod</string>
    <string name="provider_authority" translate="false">de.danoeh.antennapod.provider</string>
    <string name="feed_update_receiver_name">Update Subscriptions</string>
    <string name="feeds_label">Podcasts</string>
    <string name="statistics_label">Statistics</string>
    <string name="add_feed_label">Add Podcast</string>
    <string name="episodes_label">Episodes</string>
    <string name="all_episodes_short_label">All</string>
    <string name="new_episodes_label">New</string>
    <string name="favorite_episodes_label">Favorites</string>
    <string name="new_label">New</string>
    <string name="settings_label">Settings</string>
    <string name="downloads_label">Downloads</string>
    <string name="downloads_running_label">Running</string>
    <string name="downloads_completed_label">Completed</string>
    <string name="downloads_log_label">Log</string>
    <string name="subscriptions_label">Subscriptions</string>
    <string name="subscriptions_list_label">Subscriptions List</string>
    <string name="cancel_download_label">Cancel\nDownload</string>
    <string name="playback_history_label">Playback History</string>
    <string name="gpodnet_main_label">gpodder.net</string>
    <string name="gpodnet_auth_label">gpodder.net Login</string>
    <string name="episode_cache_full_title">Episode cache full</string>
    <string name="episode_cache_full_message">The episode cache limit has been reached. You can increase the cache size in the Settings.</string>
    <string name="playback_statistics_label">Playback</string>
    <string name="download_statistics_label">Downloads</string>

    <!-- Statistics fragment -->
    <string name="total_time_listened_to_podcasts">Total time of podcasts played:</string>
    <string name="statistics_details_dialog">%1$d out of %2$d episodes started.\n\nPlayed %3$s out of %4$s.</string>
    <string name="statistics_mode">Statistics mode</string>
    <string name="statistics_mode_normal">Calculate duration that was actually played. Playing twice is counted twice, while marking as played is not counted</string>
    <string name="statistics_mode_count_all">Sum up all podcasts marked as played</string>
    <string name="statistics_speed_not_counted">Notice: Playback speed is never taken into account.</string>
    <string name="statistics_reset_data">Reset statistics data</string>
    <string name="statistics_reset_data_msg">This will erase the history of duration played for all episodes. Are you sure you want to proceed?</string>

    <!-- Download Statistics fragment -->
    <string name="total_size_downloaded_podcasts">Total size of downloaded podcasts:</string>

    <!-- Main activity -->
    <string name="drawer_open">Open menu</string>
    <string name="drawer_close">Close menu</string>
    <string name="drawer_preferences">Drawer Preferences</string>
    <string name="drawer_feed_order_unplayed_episodes">Sort by counter</string>
    <string name="drawer_feed_order_alphabetical">Sort alphabetically</string>
    <string name="drawer_feed_order_last_update">Sort by publication date</string>
    <string name="drawer_feed_order_most_played">Sort by number of played episodes</string>
    <string name="drawer_feed_counter_new_unplayed">Number of new and unplayed episodes</string>
    <string name="drawer_feed_counter_new">Number of new episodes</string>
    <string name="drawer_feed_counter_unplayed">Number of unplayed episodes</string>
    <string name="drawer_feed_counter_downloaded">Number of downloaded episodes</string>
    <string name="drawer_feed_counter_none">None</string>

    <!-- Webview actions -->
    <string name="open_in_browser_label">Open in Browser</string>
    <string name="copy_url_label">Copy URL</string>
    <string name="share_url_label">Share URL</string>
    <string name="copied_url_msg">Copied URL to Clipboard</string>
    <string name="go_to_position_label">Go to this Position</string>

    <!-- Playback history -->
    <string name="clear_history_label">Clear History</string>

    <!-- Other -->
    <string name="confirm_label">Confirm</string>
    <string name="cancel_label">Cancel</string>
    <string name="yes">Yes</string>
    <string name="no">No</string>
    <string name="reset">Reset</string>
    <string name="author_label">Author(s)</string>
    <string name="language_label">Language</string>
    <string name="url_label">URL</string>
    <string name="cover_label">Picture</string>
    <string name="error_label">Error</string>
    <string name="error_msg_prefix">An error occurred:</string>
    <string name="needs_storage_permission">Storage permission is needed for this operation</string>
    <string name="refresh_label">Refresh</string>
    <string name="external_storage_error_msg">No external storage is available. Please make sure that external storage is mounted so that the app can work properly.</string>
    <string name="chapters_label">Chapters</string>
    <string name="chapter_duration">Duration: %1$s</string>
    <string name="description_label">Description</string>
    <string name="episodes_suffix">\u0020episodes</string>
    <string name="processing_label">Processing</string>
    <string name="save_username_password_label">Save username and password</string>
    <string name="close_label">Close</string>
    <string name="retry_label">Retry</string>
    <string name="auto_download_label">Include in auto downloads</string>
    <string name="auto_download_apply_to_items_title">Apply to Previous Episodes</string>
    <string name="auto_download_apply_to_items_message">The new <i>Auto Download</i> setting will automatically be applied to new episodes.\nDo you also want to apply it to previously published episodes?</string>
    <string name="auto_delete_label">Auto Delete Episode</string>
    <string name="feed_volume_reduction">Volume Reduction</string>
    <string name="feed_volume_reduction_summary">Turn down volume for episodes of this feed: %1$s</string>
    <string name="feed_volume_reduction_off">Off</string>
    <string name="feed_volume_reduction_light">Light</string>
    <string name="feed_volume_reduction_heavy">Heavy</string>
    <string name="parallel_downloads_suffix">\u0020parallel downloads</string>
    <string name="feed_auto_download_global">Global default</string>
    <string name="feed_auto_download_always">Always</string>
    <string name="feed_auto_download_never">Never</string>
    <string name="send_label">Send&#8230;</string>
    <string name="episode_cleanup_never">Never</string>
    <string name="episode_cleanup_queue_removal">When not in queue</string>
    <string name="episode_cleanup_after_listening">After finishing</string>
    <plurals name="episode_cleanup_hours_after_listening">
        <item quantity="one">1 hour after finishing</item>
        <item quantity="other">%d hours after finishing</item>
    </plurals>
    <plurals name="episode_cleanup_days_after_listening">
        <item quantity="one">1 day after finishing</item>
        <item quantity="other">%d days after finishing</item>
    </plurals>
    <plurals name="num_selected_label">
        <item quantity="one">%d selected</item>
        <item quantity="other">%d selected</item>
    </plurals>
    <string name="loading_more">Loading more…</string>

    <!-- Actions on feeds -->
    <string name="mark_all_read_label">Mark all as played</string>
    <string name="mark_all_read_msg">Marked all Episodes as played</string>
    <string name="mark_all_read_confirmation_msg">Please confirm that you want to mark all episodes as being played.</string>
    <string name="mark_all_read_feed_confirmation_msg">Please confirm that you want to mark all episodes in this podcast as being played.</string>
    <string name="remove_all_new_flags_label">Remove all \"new\" flags</string>
    <string name="removed_all_new_flags_msg">Removed all \"new\" flags</string>
    <string name="remove_all_new_flags_confirmation_msg">Please confirm that you want to remove the \"new\" flag from all episodes.</string>
    <string name="show_info_label">Show information</string>
    <string name="show_feed_settings_label">Show podcast settings</string>
    <string name="feed_info_label">Podcast info</string>
    <string name="feed_settings_label">Podcast settings</string>
    <string name="rename_feed_label">Rename podcast</string>
    <string name="remove_feed_label">Remove podcast</string>
    <string name="share_label">Share&#8230;</string>
    <string name="share_link_label">Share Episode URL</string>
    <string name="share_link_with_position_label">Share Episode URL with Position</string>
    <string name="share_file_label">Share File</string>
    <string name="share_website_url_label">Share Website URL</string>
    <string name="share_feed_url_label">Share Podcast URL</string>
    <string name="share_item_url_label">Share Media File URL</string>
    <string name="share_item_url_with_position_label">Share Media File URL with Position</string>
    <string name="feed_delete_confirmation_msg">Please confirm that you want to delete the podcast \"%1$s\" and ALL its episodes (including downloaded episodes).</string>
    <string name="feed_delete_confirmation_local_msg">Please confirm that you want to remove the podcast \"%1$s\". The files in the local source folder will not be deleted.</string>
    <string name="feed_remover_msg">Removing podcast</string>
    <string name="load_complete_feed">Refresh complete podcast</string>
    <string name="multi_select">Multi select</string>
    <string name="select_all_above">Select all above</string>
    <string name="select_all_below">Select all below</string>
    <string name="hide_unplayed_episodes_label">Unplayed</string>
    <string name="hide_paused_episodes_label">Paused</string>
    <string name="hide_played_episodes_label">Played</string>
    <string name="hide_queued_episodes_label">Queued</string>
    <string name="hide_not_queued_episodes_label">Not queued</string>
    <string name="hide_downloaded_episodes_label">Downloaded</string>
    <string name="hide_not_downloaded_episodes_label">Not downloaded</string>
    <string name="hide_has_media_label">Has media</string>
    <string name="hide_is_favorite_label">Is favorite</string>
    <string name="filtered_label">Filtered</string>
    <string name="refresh_failed_msg">{fa-exclamation-circle} Last Refresh failed</string>
    <string name="open_podcast">Open Podcast</string>
    <string name="please_wait_for_data">Please wait until the data is loaded</string>

    <!-- actions on feeditems -->
    <string name="download_label">Download</string>
    <plurals name="downloading_batch_label">
        <item quantity="one">Downloading %d episode.</item>
        <item quantity="other">Downloading %d episodes.</item>
    </plurals>
    <string name="play_label">Play</string>
    <string name="pause_label">Pause</string>
    <string name="stream_label">Stream</string>
    <string name="delete_label">Delete</string>
    <string name="delete_failed">Unable to delete file. Rebooting the device could help.</string>
    <string name="delete_episode_label">Delete Episode</string>
    <plurals name="deleted_episode_batch_label">
        <item quantity="one">%d episode deleted.</item>
        <item quantity="other">%d episodes deleted.</item>
    </plurals>
    <string name="remove_new_flag_label">Remove \"new\" flag</string>
    <string name="removed_new_flag_label">Removed \"new\" flag</string>
    <string name="mark_read_label">Mark as played</string>
    <string name="marked_as_read_label">Marked as played</string>
    <string name="mark_read_no_media_label">Mark as read</string>
    <string name="marked_as_read_no_media_label">Marked as read</string>
    <string name="play_this_to_seek_position">To jump to positions, you need to play the episode</string>
    <plurals name="marked_read_batch_label">
        <item quantity="one">%d episode marked as played.</item>
        <item quantity="other">%d episodes marked as played.</item>
    </plurals>
    <string name="mark_unread_label">Mark as unplayed</string>
    <string name="mark_unread_label_no_media">Mark as unread</string>
    <plurals name="marked_unread_batch_label">
        <item quantity="one">%d episode marked as unplayed.</item>
        <item quantity="other">%d episodes marked as unplayed.</item>
    </plurals>
    <string name="add_to_queue_label">Add to Queue</string>
    <string name="added_to_queue_label">Added to Queue</string>
    <plurals name="added_to_queue_batch_label">
        <item quantity="one">%d episode added to queue.</item>
        <item quantity="other">%d episodes added to queue.</item>
    </plurals>
    <string name="remove_from_queue_label">Remove from Queue</string>
    <plurals name="removed_from_queue_batch_label">
        <item quantity="one">%d episode removed from queue.</item>
        <item quantity="other">%d episodes removed from queue.</item>
    </plurals>
    <string name="add_to_favorite_label">Add to Favorites</string>
    <string name="added_to_favorites">Added to Favorites</string>
    <string name="remove_from_favorite_label">Remove from Favorites</string>
    <string name="removed_from_favorites">Removed from Favorites</string>
    <string name="visit_website_label">Visit Website</string>
    <string name="skip_episode_label">Skip episode</string>
    <string name="activate_auto_download">Activate Auto Download</string>
    <string name="deactivate_auto_download">Deactivate Auto Download</string>
    <string name="reset_position">Reset Playback Position</string>
    <string name="removed_item">Item removed</string>
    <string name="no_items_selected">No items selected</string>

    <!-- Download messages and labels -->
    <string name="download_successful">successful</string>
    <string name="download_pending">Download pending</string>
    <string name="download_running">Download running</string>
    <string name="download_error_details">Details</string>
    <string name="download_error_details_message">%1$s \n\nFile URL:\n%2$s</string>
    <string name="download_error_device_not_found">Storage Device not found</string>
    <string name="download_error_insufficient_space">Insufficient Space</string>
    <string name="download_error_http_data_error">HTTP Data Error</string>
    <string name="download_error_error_unknown">Unknown Error</string>
    <string name="download_error_parser_exception">Parser Exception</string>
    <string name="download_error_unsupported_type">Unsupported Feed Type</string>
    <string name="download_error_connection_error">Connection Error</string>
    <string name="download_error_unknown_host">Unknown Host</string>
    <string name="download_error_unauthorized">Authentication Error</string>
    <string name="download_error_file_type_type">File Type Error</string>
    <string name="download_error_forbidden">Forbidden</string>
    <string name="download_canceled_msg">Download canceled</string>
    <string name="download_canceled_autodownload_enabled_msg">Download canceled\nDisabled <i>Auto Download</i> for this item</string>
    <string name="download_report_title">Downloads completed with error(s)</string>
    <string name="auto_download_report_title">Auto-downloads completed</string>
    <string name="download_report_content_title">Download Report</string>
    <string name="download_error_malformed_url">Malformed URL</string>
    <string name="download_error_io_error">IO Error</string>
    <string name="download_error_request_error">Request Error</string>
    <string name="download_error_db_access">Database Access Error</string>
    <plurals name="downloads_left">
        <item quantity="one">%d download left</item>
        <item quantity="other">%d downloads left</item>
    </plurals>
    <string name="downloads_processing">Processing downloads</string>
    <string name="download_notification_title">Downloading podcast data</string>
    <string name="download_report_content">%1$d downloads succeeded, %2$d failed</string>
    <string name="download_log_title_unknown">Unknown Title</string>
    <string name="download_type_feed">Feed</string>
    <string name="download_type_media">Media file</string>
    <string name="download_request_error_dialog_message_prefix">An error occurred when trying to download the file:\u0020</string>
    <string name="null_value_podcast_error">No podcast was provided that could be shown.</string>
    <string name="authentication_notification_title">Authentication required</string>
    <string name="authentication_notification_msg">The resource you requested requires a username and a password</string>
    <string name="confirm_mobile_download_dialog_title">Confirm Mobile Download</string>
    <string name="confirm_mobile_download_dialog_message_not_in_queue">Downloading over mobile data connection is disabled in the settings.\n\nYou can choose to either only add the episode to the queue or you can allow downloading temporarily.\n\n<small>Your choice will be remembered for 10 minutes.</small></string>
    <string name="confirm_mobile_download_dialog_message">Downloading over mobile data connection is disabled in the settings.\n\nDo you want to allow downloading temporarily?\n\n<small>Your choice will be remembered for 10 minutes.</small></string>
    <string name="confirm_mobile_streaming_notification_title">Confirm Mobile streaming</string>
    <string name="confirm_mobile_streaming_notification_message">Streaming over mobile data connection is disabled in the settings. Tap to stream anyway.</string>
    <string name="confirm_mobile_streaming_button_always">Always allow</string>
    <string name="confirm_mobile_download_dialog_only_add_to_queue">Enqueue</string>
    <string name="confirm_mobile_download_dialog_enable_temporarily">Allow temporarily</string>

    <!-- Mediaplayer messages -->
    <string name="player_error_msg">Error!</string>
    <string name="player_stopped_msg">No media playing</string>
    <string name="player_preparing_msg">Preparing</string>
    <string name="player_ready_msg">Ready</string>
    <string name="player_seeking_msg">Seeking</string>
    <string name="playback_error_server_died">Server died</string>
    <string name="playback_error_unsupported">Unsupported media type</string>
    <string name="playback_error_timeout">Operation timed out</string>
    <string name="playback_error_source">Unable to access media file</string>
    <string name="playback_error_unknown">Unknown Error</string>
    <string name="no_media_playing_label">No media playing</string>
    <string name="position_default_label" translate="false">00:00:00</string>
    <string name="player_buffering_msg">Buffering</string>
    <string name="player_go_to_picture_in_picture">Picture-in-picture mode</string>
    <string name="unknown_media_key">AntennaPod - Unknown media key: %1$d</string>
    <string name="error_file_not_found">File not found</string>

    <!-- Queue operations -->
    <string name="lock_queue">Lock Queue</string>
    <string name="unlock_queue">Unlock Queue</string>
    <string name="queue_locked">Queue locked</string>
    <string name="queue_unlocked">Queue unlocked</string>
    <string name="queue_lock_warning">If you lock the queue, you can no longer swipe or reorder episodes.</string>
    <string name="checkbox_do_not_show_again">Do not show again</string>
    <string name="clear_queue_label">Clear Queue</string>
    <string name="undo">Undo</string>
    <string name="move_to_top_label">Move to top</string>
    <string name="move_to_bottom_label">Move to bottom</string>
    <string name="sort">Sort</string>
    <string name="keep_sorted">Keep sorted</string>
    <string name="date">Date</string>
    <string name="duration">Duration</string>
    <string name="episode_title">Episode title</string>
    <string name="feed_title">Podcast title</string>
    <string name="random">Random</string>
    <string name="smart_shuffle">Smart Shuffle</string>
    <string name="ascending">Ascending</string>
    <string name="descending">Descending</string>
    <string name="clear_queue_confirmation_msg">Please confirm that you want to clear the queue of ALL of the episodes in it</string>
    <string name="time_left_label">Time left:\u0020</string>

    <!--  Variable Speed -->
    <string name="download_plugin_label">Download Plugin</string>
    <string name="no_playback_plugin_title">Plugin Not Installed</string>
    <string name="no_playback_plugin_or_sonic_msg">For variable speed playback to work, we recommend to enable the built-in Sonic mediaplayer.</string>
    <string name="set_playback_speed_label">Playback Speeds</string>
    <string name="enable_sonic">Enable Sonic</string>

    <!-- Empty list labels -->
    <string name="no_items_header_label">No queued episodes</string>
    <string name="no_items_label">Add an episode by downloading it, or long press an episode and select \"Add to queue\".</string>
    <string name="no_shownotes_label">This episode has no shownotes.</string>
    <string name="no_run_downloads_head_label">No downloads running</string>
    <string name="no_run_downloads_label">You can download episodes on the podcast details screen.</string>
    <string name="no_comp_downloads_head_label">No downloaded episodes</string>
    <string name="no_comp_downloads_label">You can download episodes on the podcast details screen.</string>
    <string name="no_log_downloads_head_label">No download log</string>
    <string name="no_log_downloads_label">Download logs will appear here when available.</string>
    <string name="no_history_head_label">No History</string>
    <string name="no_history_label">After you listen to an episode, it will appear here.</string>
    <string name="no_all_episodes_head_label">No Episodes</string>
    <string name="no_all_episodes_label">When you add a podcast, the episodes will be shown here.</string>
    <string name="no_new_episodes_head_label">No new episodes</string>
    <string name="no_new_episodes_label">When new episodes arrive, they will be shown here.</string>
    <string name="no_fav_episodes_head_label">No favorite episodes</string>
    <string name="no_fav_episodes_label">You can add episodes to the favorites by long-pressing them.</string>
    <string name="no_chapters_head_label">No chapters</string>
    <string name="no_chapters_label">This episode has no chapters.</string>
    <string name="no_subscriptions_head_label">No subscriptions</string>
    <string name="no_subscriptions_label">To subscribe to a podcast, press the plus icon below.</string>

    <!-- Preferences -->
    <string name="storage_pref">Storage</string>
    <string name="storage_sum">Episode auto delete, Import, Export</string>
    <string name="project_pref">Project</string>
    <string name="queue_label">Queue</string>
    <string name="synchronization_pref">Synchronization</string>
    <string name="synchronization_sum">Synchronize with other devices using gpodder.net</string>
    <string name="automation">Automation</string>
    <string name="download_pref_details">Details</string>
    <string name="import_export_pref">Import/Export</string>
    <string name="import_export_search_keywords">backup, restore</string>
    <string name="appearance">Appearance</string>
    <string name="external_elements">External elements</string>
    <string name="interruptions">Interruptions</string>
    <string name="playback_control">Playback control</string>
    <string name="preference_search_hint">Search…</string>
    <string name="preference_search_no_results">No results</string>
    <string name="preference_search_clear_history">Clear history</string>
    <string name="media_player">Media player</string>
    <string name="pref_episode_cleanup_title">Episode Cleanup</string>
    <string name="pref_episode_cleanup_summary">Episodes that aren\'t in the queue and aren\'t favorites should be eligible for removal if Auto Download needs space for new episodes</string>
    <string name="pref_pauseOnDisconnect_sum">Pause playback when headphones or bluetooth are disconnected</string>
    <string name="pref_unpauseOnHeadsetReconnect_sum">Resume playback when the headphones are reconnected</string>
    <string name="pref_unpauseOnBluetoothReconnect_sum">Resume playback when bluetooth reconnects</string>
    <string name="pref_hardwareForwardButtonSkips_title">Forward Button Skips</string>
    <string name="pref_hardwareForwardButtonSkips_sum">When pressing a forward button on a bluetooth-connected device skip to the next episode instead of fast-forwarding</string>
    <string name="pref_hardwarePreviousButtonRestarts_title">Previous button restarts</string>
    <string name="pref_hardwarePreviousButtonRestarts_sum">When pressing a hardware previous button restart playing the current episode instead of rewinding</string>
    <string name="pref_followQueue_sum">Jump to next queue item when playback completes</string>
    <string name="pref_auto_delete_sum">Delete episode when playback completes</string>
    <string name="pref_auto_delete_title">Auto Delete</string>
    <string name="pref_smart_mark_as_played_sum">Mark episodes as played even if less than a certain amount of seconds of playing time is still left</string>
    <string name="pref_smart_mark_as_played_title">Smart Mark as Played</string>
    <string name="pref_skip_keeps_episodes_sum">Keep episodes when they are skipped</string>
    <string name="pref_skip_keeps_episodes_title">Keep Skipped Episodes</string>
    <string name="pref_favorite_keeps_episodes_sum">Keep episodes when they are marked Favorite</string>
    <string name="pref_favorite_keeps_episodes_title">Keep Favorite Episodes</string>
    <string name="playback_pref">Playback</string>
    <string name="playback_pref_sum">Headphone controls, Skip intervals, Queue</string>
    <string name="network_pref">Network</string>
    <string name="network_pref_sum">Update interval, Download controls, Mobile data</string>
    <string name="pref_autoUpdateIntervallOrTime_title">Update Interval or Time of Day</string>
    <string name="pref_autoUpdateIntervallOrTime_sum">Specify an interval or a specific time of day to refresh the podcasts automatically</string>
    <string name="pref_autoUpdateIntervallOrTime_message">You can set an <i>interval</i> like \"every 2 hours\", set a specific <i>time of day</i> like \"7:00 AM\" or <i>disable</i> automatic updates altogether.\n\n<small>Please note: Update times are inexact. You may encounter a short delay.</small></string>
    <string name="pref_autoUpdateIntervallOrTime_Disable">Disable</string>
    <string name="pref_autoUpdateIntervallOrTime_Interval">Set Interval</string>
    <string name="pref_autoUpdateIntervallOrTime_TimeOfDay">Set Time of Day</string>
    <string name="pref_autoUpdateIntervallOrTime_every">every %1$s</string>
    <string name="pref_autoUpdateIntervallOrTime_at">at %1$s</string>
    <string name="pref_followQueue_title">Continuous Playback</string>
    <string name="pref_pauseOnHeadsetDisconnect_title">Headphones Disconnect</string>
    <string name="pref_unpauseOnHeadsetReconnect_title">Headphones Reconnect</string>
    <string name="pref_unpauseOnBluetoothReconnect_title">Bluetooth Reconnect</string>
    <string name="pref_stream_over_download_title">Prefer Streaming</string>
    <string name="pref_stream_over_download_sum">Display stream button instead of download button in lists.</string>
    <string name="pref_mobileUpdate_title">Mobile Updates</string>
    <string name="pref_mobileUpdate_sum">Select what should be allowed over the mobile data connection</string>
    <string name="pref_mobileUpdate_refresh">Podcast refresh</string>
    <string name="pref_mobileUpdate_images">Cover images</string>
    <string name="pref_mobileUpdate_auto_download">Auto download</string>
    <string name="pref_mobileUpdate_episode_download">Episode download</string>
    <string name="pref_mobileUpdate_streaming">Streaming</string>
    <string name="user_interface_label">User Interface</string>
    <string name="user_interface_sum">Appearance, Subscription order, Lockscreen</string>
    <string name="pref_set_theme_title">Select Theme</string>
    <string name="pref_nav_drawer_items_title">Set Navigation Drawer items</string>
    <string name="pref_nav_drawer_items_sum">Change which items appear in the navigation drawer.</string>
    <string name="pref_nav_drawer_feed_order_title">Set Subscription Order</string>
    <string name="pref_nav_drawer_feed_order_sum">Change the order of your subscriptions</string>
    <string name="pref_nav_drawer_feed_counter_title">Set Subscription Counter</string>
    <string name="pref_nav_drawer_feed_counter_sum">Change the information displayed by the subscription counter. Also affects the sorting of subscriptions if \'Subscription Order\' is set to \'Counter\'.</string>
    <string name="pref_set_theme_sum">Change the appearance of AntennaPod.</string>
    <string name="pref_automatic_download_title">Automatic Download</string>
    <string name="pref_automatic_download_sum">Configure the automatic download of episodes.</string>
    <string name="pref_autodl_wifi_filter_title">Enable Wi-Fi filter</string>
    <string name="pref_autodl_wifi_filter_sum">Allow automatic download only for selected Wi-Fi networks.</string>
    <string name="pref_automatic_download_on_battery_title">Download when not charging</string>
    <string name="pref_automatic_download_on_battery_sum">Allow automatic download when the battery is not charging</string>
    <string name="pref_parallel_downloads_title">Parallel Downloads</string>
    <string name="pref_episode_cache_title">Episode Cache</string>
    <string name="pref_episode_cache_summary">Total number of downloaded episodes cached on the device. Automatic download will be suspended if this number is reached.</string>
    <string name="pref_episode_cover_title">Use Episode Cover</string>
    <string name="pref_episode_cover_summary">Use the episode specific cover whenever available. If unchecked, the app will always use the podcast cover image.</string>
    <string name="pref_theme_title_use_system">Use system theme</string>
    <string name="pref_theme_title_light">Light</string>
    <string name="pref_theme_title_dark">Dark</string>
    <string name="pref_theme_title_trueblack">Black (AMOLED ready)</string>
    <string name="pref_episode_cache_unlimited">Unlimited</string>
    <string name="pref_update_interval_hours_plural">hours</string>
    <string name="pref_update_interval_hours_singular">hour</string>
    <string name="pref_update_interval_hours_manual">Manual</string>
    <string name="pref_gpodnet_authenticate_title">Login</string>
    <string name="pref_gpodnet_authenticate_sum">Login with your gpodder.net account in order to sync your subscriptions.</string>
    <string name="pref_gpodnet_logout_title">Logout</string>
    <string name="pref_gpodnet_logout_toast">Logout was successful</string>
    <string name="pref_gpodnet_setlogin_information_title">Change login information</string>
    <string name="pref_gpodnet_setlogin_information_sum">Change the login information for your gpodder.net account.</string>
    <string name="pref_gpodnet_sync_changes_title">Synchronize now</string>
    <string name="pref_gpodnet_sync_changes_sum">Sync subscription and episode state changes with gpodder.net.</string>
    <string name="pref_gpodnet_full_sync_title">Force full synchronization</string>
    <string name="pref_gpodnet_full_sync_sum">Sync all subscriptions and episode states with gpodder.net.</string>
    <string name="pref_gpodnet_login_status"><![CDATA[Logged in as <i>%1$s</i> with device <i>%2$s</i>]]></string>
    <string name="pref_gpodnet_notifications_title">Show sync error notifications</string>
    <string name="pref_gpodnet_notifications_sum">This setting does not apply to authentication errors.</string>
    <string name="pref_playback_speed_title">Playback Speeds</string>
    <string name="pref_playback_speed_sum">Customize the speeds available for variable speed audio playback</string>
    <string name="pref_feed_playback_speed_sum">The speed to use when starting audio playback for episodes in this podcast</string>
    <string name="pref_feed_skip">Auto Skip</string>
    <string name="pref_feed_skip_sum">Skip introductions and ending credits.</string>
    <string name="pref_feed_skip_ending">Skip last</string>
    <string name="pref_feed_skip_intro">Skip first</string>
    <string name="pref_feed_skip_ending_toast">Skipped last %d seconds</string>
    <string name="pref_feed_skip_intro_toast">Skipped first %d seconds</string>
    <string name="pref_playback_time_respects_speed_title">Adjust media info to playback speed</string>
    <string name="pref_playback_time_respects_speed_sum">Displayed position and duration are adapted to playback speed</string>
    <string name="pref_fast_forward">Fast Forward Skip Time</string>
    <string name="pref_fast_forward_sum">Customize the number of seconds to jump forward when the fast forward button is clicked</string>
    <string name="pref_rewind">Rewind Skip Time</string>
    <string name="pref_rewind_sum">Customize the number of seconds to jump backwards when the rewind button is clicked</string>
    <string name="pref_gpodnet_sethostname_title">Set hostname</string>
    <string name="pref_gpodnet_sethostname_use_default_host">Use default host</string>
    <string name="pref_expandNotify_title">High Notification priority</string>
    <string name="pref_expandNotify_sum">This usually expands the notification to show playback buttons.</string>
    <string name="pref_persistNotify_title">Persistent Playback Controls</string>
    <string name="pref_persistNotify_sum">Keep notification and lockscreen controls when playback is paused.</string>
    <string name="pref_compact_notification_buttons_title">Set Lockscreen Buttons</string>
    <string name="pref_compact_notification_buttons_sum">Change the playback buttons on the lockscreen. The play/pause button is always included.</string>
    <string name="pref_compact_notification_buttons_dialog_title">Select a maximum of %1$d items</string>
    <string name="pref_compact_notification_buttons_dialog_error">You can only select a maximum of %1$d items.</string>
    <string name="pref_lockscreen_background_title">Set Lockscreen Background</string>
    <string name="pref_lockscreen_background_sum">Set the lockscreen background to the current episode\'s image. As a side effect, this will also show the image in third party apps.</string>
    <string name="pref_showDownloadReport_title">Show Download Report</string>
    <string name="pref_showDownloadReport_sum">If downloads fail, generate a report that shows the details of the failure.</string>
    <string name="pref_showAutoDownloadReport_title">Show Auto Download Report</string>
    <string name="pref_showAutoDownloadReport_sum">Show a notification for automatically downloaded episodes.</string>
    <string name="pref_expand_notify_unsupport_toast">Android versions before 4.1 do not support expanded notifications.</string>
    <string name="pref_enqueue_location_title">Enqueue Location</string>
    <string name="pref_enqueue_location_sum">Add episodes to: %1$s</string>
    <string name="enqueue_location_back">Back</string>
    <string name="enqueue_location_front">Front</string>
    <string name="enqueue_location_after_current">After current episode</string>
    <string name="pref_smart_mark_as_played_disabled">Disabled</string>
    <string name="pref_image_cache_size_title">Image Cache Size</string>
    <string name="pref_image_cache_size_sum">Size of the disk cache for images.</string>
    <string name="visit_user_forum">User forum</string>
    <string name="bug_report_title">Report bug</string>
    <string name="open_bug_tracker">Open bug tracker</string>
    <string name="export_logs">Export logs</string>
    <string name="copy_to_clipboard">Copy to clipboard</string>
    <string name="copied_to_clipboard">Copied to clipboard</string>
    <string name="experimental_pref">Experimental</string>
    <string name="pref_media_player_message">Select which media player to use to play files</string>
    <string name="pref_current_value">Current value: %1$s</string>
    <string name="pref_proxy_title">Proxy</string>
    <string name="pref_proxy_sum">Set a network proxy</string>
    <string name="pref_faq">Frequently Asked Questions</string>
    <string name="pref_no_browser_found">No web browser found.</string>
    <string name="pref_cast_title">Chromecast support</string>
    <string name="pref_cast_message_play_flavor">Enable support for remote media playback on Cast devices (such as Chromecast, Audio Speakers or Android TV)</string>
    <string name="pref_cast_message_free_flavor">Chromecast requires third party proprietary libraries that are disabled in this version of AntennaPod</string>
    <string name="pref_enqueue_downloaded_title">Enqueue Downloaded</string>
    <string name="pref_enqueue_downloaded_summary">Add downloaded episodes to the queue</string>
    <string name="media_player_builtin">Built-in Android player</string>
    <string name="media_player_sonic" translatable="false">Sonic Media Player</string>
    <string name="media_player_exoplayer" translatable="false">ExoPlayer</string>
    <string name="media_player_switch_to_exoplayer">Switch to ExoPlayer</string>
    <string name="media_player_switched_to_exoplayer">Switched to ExoPlayer.</string>
    <string name="pref_skip_silence_title">Skip Silence in Audio</string>
    <string name="pref_videoBehavior_title">Upon exiting video</string>
    <string name="pref_videoBehavior_sum">Behavior when leaving video playback</string>
    <string name="stop_playback">Stop playback</string>
    <string name="continue_playback">Continue audio playback</string>
    <string name="behavior">Behavior</string>
    <string name="pref_back_button_behavior_title">Back Button Behavior</string>
    <string name="pref_back_button_behavior_sum">Change behavior of the back button.</string>
    <string name="back_button_default">Default</string>
    <string name="back_button_open_drawer">Open navigation drawer</string>
    <string name="back_button_double_tap">Double tap to exit</string>
    <string name="back_button_show_prompt">Confirm to exit</string>
    <string name="close_prompt">Are you sure you want to close AntennaPod?</string>
    <string name="double_tap_toast">Tap back button again to exit</string>
    <string name="back_button_go_to_page">Go to page…</string>
    <string name="back_button_go_to_page_title">Select page</string>
    <string name="pref_delete_removes_from_queue_title">Delete removes from Queue</string>
    <string name="pref_delete_removes_from_queue_sum">Automatically remove an episode from the queue when it is deleted.</string>

    <!-- About screen -->
    <string name="about_pref">About</string>
    <string name="antennapod_version">AntennaPod version</string>
    <string name="developers">Developers</string>
    <string name="developers_summary">Everyone can help to make AntennaPod better</string>
    <string name="translators">Translators</string>
    <string name="translators_summary">Translations are created by users of AntennaPod using Transifex</string>
    <string name="privacy_policy">Privacy policy</string>
    <string name="licenses">Licenses</string>
    <string name="licenses_summary">AntennaPod uses other great software</string>

    <!-- Search -->
    <string name="search_status_no_results">No results were found</string>
    <string name="search_label">Search</string>
    <string name="no_results_for_query">No results were found for \"%1$s\"</string>

    <!-- Synchronization -->
    <string name="sync_status_started">Sync started</string>
    <string name="sync_status_episodes_upload">Uploading episode changes…</string>
    <string name="sync_status_episodes_download">Downloading episode changes…</string>
    <string name="sync_status_upload_played">Uploading played status…</string>
    <string name="sync_status_subscriptions">Synchronizing subscriptions…</string>
    <string name="sync_status_success">Synchronization successful</string>
    <string name="sync_status_error">Synchronization failed</string>

    <!-- import and export -->
    <string name="import_export_summary">Move subscriptions and queue to another device</string>
    <string name="database">Database</string>
    <string name="opml">OPML</string>
    <string name="html">HTML</string>
    <string name="html_export_summary">Show your subscriptions to a friend</string>
    <string name="opml_export_summary">Transfer your subscriptions to another podcast app</string>
    <string name="opml_import_summary">Import your subscriptions from another podcast app</string>
    <string name="database_export_summary">Transfer subscriptions, listened episodes and queue to AntennaPod on another device</string>
    <string name="database_import_summary">Import AntennaPod database from another device</string>
    <string name="opml_import_label">OPML Import</string>
    <string name="opml_reader_error">An error has occurred while reading the OPML document:</string>
    <string name="opml_import_error_no_file">No file selected!</string>
    <string name="select_all_label">Select all</string>
    <string name="deselect_all_label">Deselect all</string>
    <string name="opml_export_label">OPML export</string>
    <string name="html_export_label">HTML export</string>
    <string name="database_export_label">Database export</string>
    <string name="database_import_label">Database import</string>
    <string name="database_import_warning">Importing a database will replace all of your current subscriptions and playing history. You should export your current database as a backup. Do you want to replace?</string>
    <string name="please_wait">Please wait&#8230;</string>
    <string name="export_error_label">Export error</string>
    <string name="export_success_title">Export successful</string>
    <string name="export_success_sum">The exported file was written to:\n\n%1$s</string>
    <string name="opml_import_ask_read_permission">Access to external storage is required to read the OPML file</string>
    <string name="import_select_file">Select file to import</string>
    <string name="import_ok">Import successful.\n\nPlease press OK to restart AntennaPod</string>
    <string name="import_no_downgrade">This database was exported with a newer version of AntennaPod. Your current installation does not yet know how to handle this file.</string>

    <!-- Sleep timer -->
    <string name="set_sleeptimer_label">Set sleep timer</string>
    <string name="disable_sleeptimer_label">Disable sleep timer</string>
    <string name="sleep_timer_label">Sleep timer</string>
    <string name="time_dialog_invalid_input">Invalid input, time has to be an integer</string>
    <string name="shake_to_reset_label">Shake to reset</string>
    <string name="timer_vibration_label">Vibrate shortly before end</string>
    <string name="time_seconds">seconds</string>
    <string name="time_minutes">minutes</string>
    <string name="time_hours">hours</string>
    <plurals name="time_seconds_quantified">
        <item quantity="one">1 second</item>
        <item quantity="other">%d seconds</item>
    </plurals>
    <plurals name="time_minutes_quantified">
        <item quantity="one">1 minute</item>
        <item quantity="other">%d minutes</item>
    </plurals>
    <plurals name="time_hours_quantified">
        <item quantity="one">1 hour</item>
        <item quantity="other">%d hours</item>
    </plurals>
    <string name="auto_enable_label">Auto-enable</string>
    <string name="sleep_timer_enabled_label">Sleep timer enabled</string>

    <!-- gpodder.net -->
    <string name="gpodnet_taglist_header">CATEGORIES</string>
    <string name="gpodnet_toplist_header">TOP PODCASTS</string>
    <string name="gpodnet_suggestions_header">SUGGESTIONS</string>
    <string name="gpodnet_search_hint">Search gpodder.net</string>
    <string name="gpodnetauth_login_title">Login</string>
    <string name="gpodnetauth_login_descr">Welcome to the gpodder.net login process. First, type in your login information:</string>
    <string name="gpodnetauth_login_butLabel">Login</string>
    <string name="gpodnetauth_login_register">If you do not have an account yet, you can create one here:\nhttps://gpodder.net/register/</string>
    <string name="username_label">Username</string>
    <string name="password_label">Password</string>
    <string name="gpodnetauth_device_title">Device Selection</string>
    <string name="gpodnetauth_device_descr">Create a new device to use for your gpodder.net account or choose an existing one:</string>
    <string name="gpodnetauth_device_deviceID">Device ID:\u0020</string>
    <string name="gpodnetauth_device_caption">Caption</string>
    <string name="gpodnetauth_device_butCreateNewDevice">Create new device</string>
    <string name="gpodnetauth_device_chooseExistingDevice">Choose existing device:</string>
    <string name="gpodnetauth_device_errorEmpty">Device ID must not be empty</string>
    <string name="gpodnetauth_device_errorAlreadyUsed">Device ID already in use</string>
    <string name="gpodnetauth_device_caption_errorEmpty">Caption must not be empty</string>

    <string name="gpodnetauth_device_butChoose">Choose</string>
    <string name="gpodnetauth_finish_title">Login successful!</string>
    <string name="gpodnetauth_finish_descr">Congratulations! Your gpodder.net account is now linked with your device. AntennaPod will from now on automatically sync subscriptions on your device with your gpodder.net account.</string>
    <string name="gpodnetauth_finish_butsyncnow">Start sync now</string>
    <string name="gpodnetauth_finish_butgomainscreen">Go to main screen</string>

    <string name="gpodnetsync_auth_error_title">gpodder.net authentication error</string>
    <string name="gpodnetsync_auth_error_descr">Wrong username or password</string>
    <string name="gpodnetsync_error_title">gpodder.net sync error</string>
    <string name="gpodnetsync_error_descr">An error occurred during syncing:\u0020</string>
    <string name="gpodnetsync_pref_report_successful">Successful</string>
    <string name="gpodnetsync_pref_report_failed">Failed</string>
    <string name="gpodnetsync_username_characters_error">Usernames may only contain letters, digits, hyphens and underscores.</string>

    <!-- Directory chooser -->
    <string name="selected_folder_label">Selected folder:</string>
    <string name="create_folder_label">Create folder</string>
    <string name="choose_data_directory">Choose Data Folder</string>
    <string name="choose_data_directory_message">Please choose the base of your data folder. AntennaPod will create the appropriate sub-directories.</string>
    <string name="choose_data_directory_permission_rationale">Access to external storage is required to change the data folder</string>
    <string name="choose_data_directory_available_space">%1$s of %2$s free</string>
    <string name="create_folder_msg">Create new folder with name "%1$s"?</string>
    <string name="create_folder_success">Created new folder</string>
    <string name="create_folder_error_no_write_access">Cannot write to this folder</string>
    <string name="create_folder_error_already_exists">Folder already exists</string>
    <string name="create_folder_error">Could not create folder</string>
    <string name="folder_does_not_exist_error">"%1$s" does not exist</string>
    <string name="folder_not_readable_error">"%1$s" is not readable</string>
    <string name="folder_not_writable_error">"%1$s" is not writable</string>
    <string name="folder_not_empty_dialog_title">Folder is not empty</string>
    <string name="folder_not_empty_dialog_msg">The folder you have selected is not empty. Media downloads and other files will be placed directly in this folder. Continue anyway?</string>
    <string name="set_to_default_folder">Choose default folder</string>
    <string name="pref_pausePlaybackForFocusLoss_sum">Pause playback instead of lowering volume when another app wants to play sounds</string>
    <string name="pref_pausePlaybackForFocusLoss_title">Pause for Interruptions</string>
    <string name="pref_resumeAfterCall_sum">Resume playback after a phone call completes</string>
    <string name="pref_resumeAfterCall_title">Resume after Call</string>
    <string name="pref_restart_required">AntennaPod has to be restarted for this change to take effect.</string>

    <!-- Online feed view -->
    <string name="subscribe_label">Subscribe</string>
    <string name="subscribing_label">Subscribing&#8230;</string>
    <string name="preview_episode">Preview</string>
    <string name="stop_preview">Stop preview</string>

    <!-- Content descriptions for image buttons -->
    <string name="rewind_label">Rewind</string>
    <string name="fast_forward_label">Fast forward</string>
    <string name="increase_speed">Increase speed</string>
    <string name="decrease_speed">Decrease speed</string>
    <string name="media_type_audio_label">Audio</string>
    <string name="media_type_video_label">Video</string>
    <string name="navigate_upwards_label">Navigate upwards</string>
    <string name="status_downloading_label">Episode is being downloaded</string>
    <string name="in_queue_label">Episode is in the queue</string>
    <string name="is_favorite_label">Episode is marked as favorite</string>
    <string name="drag_handle_content_description">Drag to change the position of this item</string>
    <string name="load_next_page_label">Load next page</string>
    <string name="switch_pages">Switch pages</string>
    <string name="position">Position: %1$s</string>
    <string name="apply_action">Apply action</string>

    <!-- Feed information screen -->
    <string name="authentication_label">Authentication</string>
    <string name="authentication_descr">Change your username and password for this podcast and its episodes.</string>
    <string name="auto_download_settings_label">Auto Download Settings</string>
    <string name="episode_filters_label">Episode Filter</string>
    <string name="episode_filters_description">List of terms used to decide if an episode should be included or excluded when auto downloading</string>
    <string name="episode_filters_include">Include</string>
    <string name="episode_filters_exclude">Exclude</string>
    <string name="episode_filters_hint">Single words \n\"Multiple Words\"</string>
    <string name="keep_updated">Keep Updated</string>
    <string name="keep_updated_summary">Include this podcast when (auto-)refreshing all podcasts</string>
    <string name="auto_download_disabled_globally">Auto download is disabled in the main AntennaPod settings</string>

    <!-- Progress information -->
    <string name="progress_upgrading_database">Upgrading the database</string>

    <!-- AntennaPodSP -->
    <string name="sp_apps_importing_feeds_msg">Importing subscriptions from single-purpose apps&#8230;</string>

    <!-- Add podcast fragment -->
    <string name="search_podcast_hint">Search podcast…</string>
    <string name="search_itunes_label">Search iTunes</string>
    <string name="search_fyyd_label">Search fyyd</string>
    <string name="advanced">Advanced</string>
    <string name="add_podcast_by_url">Add Podcast by URL</string>
    <string name="add_podcast_by_url_hint" translatable="false">www.example.com/feed</string>
    <string name="browse_gpoddernet_label">Browse gpodder.net</string>
    <string name="discover">Discover</string>
    <string name="discover_more">more »</string>
    <string name="search_powered_by">Search powered by %1$s</string>
    <string name="add_local_folder">Add local folder</string>
    <string name="add_local_folder_success">Adding local folder succeeded</string>
    <string name="local_feed_description">This virtual podcast was created by adding a folder to AntennaPod.</string>

    <string name="filter">Filter</string>
    
    <!-- Episodes apply actions -->
    <string name="all_label">All</string>
    <string name="selected_all_label">Selected all Episodes</string>
    <string name="none_label">None</string>
    <string name="deselected_all_label">Deselected all Episodes</string>
    <string name="played_label">Played</string>
    <string name="selected_played_label">Selected played Episodes</string>
    <string name="unplayed_label">Unplayed</string>
    <string name="selected_unplayed_label">Selected unplayed Episodes</string>
    <string name="downloaded_label">Downloaded</string>
    <string name="selected_downloaded_label">Selected downloaded Episodes</string>
    <string name="not_downloaded_label">Not downloaded</string>
    <string name="selected_not_downloaded_label">Selected not downloaded Episodes</string>
    <string name="queued_label">Queued</string>
    <string name="selected_queued_label">Selected queued Episodes</string>
    <string name="not_queued_label">Not queued</string>
    <string name="selected_not_queued_label">Selected not queued Episodes</string>
    <string name="has_media">Has media</string>
    <string name="selected_has_media_label">Selected episodes with media</string>

    <!-- Sort  -->
    <string name="sort_title_a_z">Title (A \u2192 Z)</string>
    <string name="sort_title_z_a">Title (Z \u2192 A)</string>
    <string name="sort_date_new_old">Date (New \u2192 Old)</string>
    <string name="sort_date_old_new">Date (Old \u2192 New)</string>
    <string name="sort_duration_short_long">Duration (Short \u2192 Long)</string>
    <string name="sort_duration_long_short">Duration (Long \u2192 Short)</string>

    <string name="sort_a_z">A \u2192 Z</string>
    <string name="sort_z_a">Z \u2192 A</string>
    <string name="sort_new_old">New \u2192 Old</string>
    <string name="sort_old_new">Old \u2192 New</string>
    <string name="sort_short_long">Short \u2192 Long</string>
    <string name="sort_long_short">Long \u2192 Short</string>

    <!-- Rating dialog -->
    <string name="rating_title">Like AntennaPod?</string>
    <string name="rating_message">We would appreciate it if you take the time to rate AntennaPod.</string>
    <string name="rating_never_label">Leave me alone</string>
    <string name="rating_later_label">Remind me later</string>
    <string name="rating_now_label">Sure, let\'s do this!</string>

    <!-- Audio controls -->
    <string name="audio_controls">Audio controls</string>
    <string name="playback_speed">Playback Speed</string>
    <string name="volume">Volume</string>
    <string name="left_short">L</string>
    <string name="right_short">R</string>
    <string name="audio_effects">Audio Effects</string>
    <string name="stereo_to_mono">Downmix: Stereo to mono</string>
    <string name="sonic_only">Sonic only</string>
    <string name="exoplayer_only">ExoPlayer only</string>

    <!-- proxy settings -->
    <string name="proxy_type_label">Type</string>
    <string name="host_label">Host</string>
    <string name="port_label">Port</string>
    <string name="optional_hint">(Optional)</string>
    <string name="proxy_test_label">Test</string>
    <string name="proxy_checking">Checking&#8230;</string>
    <string name="proxy_test_successful">Test successful</string>
    <string name="proxy_test_failed">Test failed</string>
    <string name="proxy_host_empty_error">Host can not be empty</string>
    <string name="proxy_host_invalid_error">Host is not a valid IP address or domain</string>
    <string name="proxy_port_invalid_error">Port not valid</string>

    <!-- Subscriptions fragment -->
    <string name="subscription_num_columns">Number of columns</string>

    <!-- Casting -->
    <string name="cast_media_route_menu_title">Play on&#8230;</string>
    <string name="cast_disconnect_label">Disconnect the cast session</string>
    <string name="cast_not_castable">Media selected is not compatible with cast device</string>
    <string name="cast_failed_to_play">Failed to start the playback of media</string>
    <string name="cast_failed_to_stop">Failed to stop the playback of media</string>
    <string name="cast_failed_to_pause">Failed to pause the playback of media</string>
    <string name="cast_failed_setting_volume">Failed to set the volume</string>
    <string name="cast_failed_no_connection">No connection to the cast device is present</string>
    <string name="cast_failed_no_connection_trans">Connection to the cast device has been lost. Application is trying to re-establish the connection, if possible. Please wait for a few seconds and try again.</string>
    <string name="cast_failed_status_request">Failed to sync up with the cast device</string>
    <string name="cast_failed_seek">Failed to seek to the new position on the cast device</string>
    <string name="cast_failed_receiver_player_error">Receiver player has encountered a severe error</string>
    <string name="cast_failed_media_error_skipping">Error playing media. Skipping&#8230;</string>

    <!-- Notification channels -->
    <string name="notification_channel_user_action">Action required</string>
    <string name="notification_channel_user_action_description">Shown if your action is required, for example if you need to enter a password.</string>
    <string name="notification_channel_downloading">Downloading</string>
    <string name="notification_channel_downloading_description">Shown while currently downloading.</string>
    <string name="notification_channel_playing">Currently playing</string>
    <string name="notification_channel_playing_description">Allows to control playback. This is the main notification you see while playing a podcast.</string>
    <string name="notification_channel_error">Errors</string>
    <string name="notification_channel_error_description">Shown if something went wrong, for example if download or gpodder sync fails.</string>
    <string name="notification_channel_auto_download">Auto Downloads</string>
    <string name="notification_channel_episode_auto_download">Shown when episodes have been automatically downloaded.</string>

    <!-- Widget settings -->
    <string name="widget_settings">Widget settings</string>
    <string name="widget_create_button">Create widget</string>
    <string name="widget_opacity">Opacity</string>

    <!-- On-Demand configuration -->
    <string name="on_demand_config_setting_changed">Setting updated successfully.</string>
    <string name="on_demand_config_stream_text">Looks like you stream a lot. Do you want episode lists to show stream buttons?</string>
    <string name="on_demand_config_download_text">Looks like you download a lot. Do you want episode lists to show download buttons?</string>
</resources>