forked from Automattic/pocket-casts-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Localizable.strings
3978 lines (2653 loc) · 206 KB
/
Localizable.strings
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
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
/* A common string used throughout the app. An accessibility label to direct the user to turn off the multi-select mode. */
"accessibility_cancel_multiselect" = "Cancel multiselect";
/* A common string used throughout the app. Accessibility hint to inform that the control closes the current dialog window. */
"accessibility_close_dialog" = "Close dialog";
/* A common string used throughout the app. Accessibility hint to inform the user that this control will deselect the episode. */
"accessibility_deselect_episode" = "Deselect Episode";
/* A common string used throughout the app. Accessibility hint to inform that the control is disabled. */
"accessibility_disabled" = "Disabled";
/* A common string used throughout the app. Accessibility hint to inform that the control dismisses the current window. */
"accessibility_dismiss" = "Dismiss";
/* An accessibility label to direct the user tap to get access to filter details. */
"accessibility_hide_filter_details" = "Tap to hide filter details";
/* Accessibility hint to inform the user how to star (favorite) for an episode. */
"accessibility_hint_star" = "Double tap to star episode";
/* Accessibility hint to inform the user how to un-star (remove favorite) for an episode. */
"accessibility_hint_unstar" = "Double tap to remove star from episode";
/* A common string used throughout the app. Accessibility hint to inform that the control opens a menu for more options. */
"accessibility_more_actions" = "More actions";
/* A common string used throughout the app. An accessibility label to inform the user the completed percentage of a given task. '%1$@' is a placeholder for the localized spelled out number for Voice Over */
"accessibility_percent_complete_format" = "%1$@ percent completed";
/* Accessibility text listing the current value for the playback speed. '%1$@' is a placeholder for the playback speed. */
"accessibility_player_effects_playback_speed" = "Playback speed %1$@ times";
/* Accessibility hint to inform the user which filter color flag is being used. '%1$@' is a placeholder for the filter color number. */
"accessibility_playlist_color" = "Playlist color %1$@";
/* A common string used throughout the app. An accessibility label to inform the user that the selected item is locked behind Pocket Casts Plus subscription. */
"accessibility_plus_only" = "Locked, Plus Feature";
/* A common string used throughout the app. An accessibility label to inform the user that the selected item is locked behind Patron subscription. */
"accessibility_patron_only" = "Locked, Patron Feature";
/* Accessibility label fir the profile settings icon in the app. 'Pocket Casts' is treated as a proper noun and hasn't been localized in other places of the app. */
"accessibility_profile_settings" = "Pocket Casts Settings";
/* A common string used throughout the app. Accessibility hint to inform the user that this control will select the episode. */
"accessibility_select_episode" = "Select Episode";
/* An accessibility label to direct the user tap to get access to filter details. */
"accessibility_show_filter_details" = "Tap to show filter details";
/* An accessibility hint to prompt the user to tap to open their account details or sign in. */
"accessibility_sign_in" = "Tap to view or setup account";
/* A common string used throughout the app. An accessibility label to direct the user to sort and option menus. */
"accessibility_sort_and_options" = "Sort and Options";
/* Accessibility label for episode playback progress scrubber */
"accessibility_playback_progress" = "%1$@ of %2$@";
/* Accessibility label for episode playback scrubber */
"accessibility_episode_playback" = "Episode Playback";
/* Prompt to allow the user to update the email associated to their account. */
"account_change_email" = "Change Email";
/* Nudge to inform the user that they are nearly done with the account set up steps. */
"account_completion_nudge" = "Almost There!";
/* Message portion of the nudge to inform the user that they are nearly done with the account set up steps. */
"account_completion_nudge_msg" = "Finalize your payment to finish upgrading your account.";
/* Title informing the user that their account has been successfully created */
"account_created" = "Account Created";
/* Title for the final screen in the account creation flow. */
"account_creation_complete" = "Complete Account";
/* Prompt to allow the user to delete their account. */
"account_delete_account" = "Delete Account";
/* Confirmation option for deleting the user account. */
"account_delete_account_conf" = "Yes, Delete It";
/* Error title for when the delete account process has failed. */
"account_delete_account_error" = "Delete Account Failed";
/* Error message for when the delete account process has failed. */
"account_delete_account_error_msg" = "Unable to delete account.";
/* The final alert message for the confirmation dialog asking the user to confirm they want to delete their account. */
"account_delete_account_final_alert_msg" = "Last chance, you definitely want to delete your account? You will lose all your subscriptions and play history permanently!";
/* The first message for the confirmation dialog asking the user to confirm they want to delete their account. */
"account_delete_account_first_alert_msg" = "Are you sure you want to delete your account, there's no way to undo this!";
/* Title for the confirmation dialog asking the user to confirm they want to delete their account. */
"account_delete_account_title" = "Delete Account?";
/* Button title to prompt a user to login. */
"account_login" = "Log in";
/* Informs the user that their purchase will be automatically renewed monthly */
"account_payment_renews_monthly" = "Renews automatically monthly";
/* Informs the user that their purchase will be automatically renewed yearly */
"account_payment_renews_yearly" = "Renews automatically yearly";
/* Allows the user to ope a screen to review the Privacy Policy */
"account_privacy_policy" = "Privacy Policy";
/* Error message for when the account registration request has failed. */
"account_registration_failed" = "Registration failed, please try again later";
/* Prompt to allow the user to choose their account time when setting up their account. */
"account_select_type" = "Select Account Type";
/* Prompt to allow the user to sign out of their account. */
"account_sign_out" = "Sign Out";
/* Confirmation dialog informing the user that signing out will remove the given number of supported podcasts. '%1$@' is a placeholder for the number of supported podcasts. */
"account_sign_out_supporter_prompt" = "Signing out will remove %1$@ supported podcasts from this device. Are you sure?";
/* Subtitle to the Confirmation dialog informing the user that signing out will remove the given number of supported podcasts. */
"account_sign_out_supporter_subtitle" = "You can sign in again to regain access.";
/* Error message for when the account registration request has failed. */
"account_sso_failed" = "Sign in failed. Please try again.";
/* Title for the account screen for the user's Pocket Casts Account. 'Pocket Casts' refers to the app name and is treated as a proper noun so it shouldn't be localized. */
"account_title" = "Pocket Casts Account";
/* Title informing the user that their account has been successfully upgraded to Pocket Casts Plus */
"account_upgraded" = "Account Upgraded";
/* Welcome message presented after a user has signed up for Pocket Casts */
"account_welcome" = "Welcome to Pocket Casts!";
/* Welcome message presented after a user has signed up for Pocket Casts Plus */
"account_welcome_plus" = "Welcome to Pocket Casts Plus!";
/* Title of an alert that informs the user that they have been signed out of their account */
"account_signed_out_alert_title" = "You've been signed out.";
/* Message/Body of an alert that explains that the user should tap a button and sign in again */
"account_signed_out_alert_message" = "Turns out, if you type Google into Google, you can break the internet. 🫢 \n\nTap the button below to sign into your Pocket Casts account again.";
/* A common string used throughout the app. Title for the prompt to add an episode to the up next queue. */
"add_to_up_next" = "Add to Up Next";
/* A common string used throughout the app. Option that determines the behavior of the app after playing an item. */
"after_playing" = "After Playing";
/* A common string used throughout the app. References to Badge settings for the app. */
"app_badge" = "App Badge";
/* The name for the Classic App Icon */
"app_icon_classic" = "Classic";
/* The name for the Dark App Icon */
"app_icon_dark" = "Dark";
/* The name for the Default App Icon */
"app_icon_default" = "Default";
/* The name for the Electric Blue App Icon */
"app_icon_electric_blue" = "Electric Blue";
/* The name for the Electric Pink App Icon */
"app_icon_electric_pink" = "Electric Pink";
/* The name for the Indigo App Icon */
"app_icon_indigo" = "Indigo";
/* The name for the Pocket Casts Plus App Icon */
"app_icon_plus" = "Plus";
/* The name for the Pocket Cats App Icon. The name for this one is meant to be a play on the App name Pocket Casts and the icon includes a cat image. */
"app_icon_pocket_cats" = "Pocket Cats";
/* The name for the Radioactivity App Icon */
"app_icon_radioactivity" = "Radioactivity";
/* The name for the Red Velvet App Icon */
"app_icon_red_velvet" = "Red Velvet";
/* The name for the Rosé App Icon */
"app_icon_rose" = "Rosé";
/* The name for the Round Dark App Icon */
"app_icon_round_dark" = "Round Dark";
/* The name for the Round Light App Icon */
"app_icon_round_light" = "Round Light";
/* Halloween app icon name */
"app_icon_halloween" = "Halloween";
/* The name for the Patron Chrome App Icon - Do not translate Patron */
"app_icon_patron_chrome" = "Patron Chrome";
/* The name for the Patron Round App Icon - Do not translate Patron */
"app_icon_patron_round" = "Patron Round";
/* The name for the Patron Glow App Icon - Do not translate Patron */
"app_icon_patron_glow" = "Patron Glow";
/* The name for the Patron Dark App Icon - Do not translate Patron */
"app_icon_patron_dark" = "Patron Dark";
/* App version label in the about controller. `%1$@` is a placeholder for the version number and %2$@ is a placeholder for the build number */
"app_version" = "Version %1$@ (%2$@)";
/* Section header for the appearance settings related to app icons. */
"appearance_app_icon_header" = "App Icon";
/* Section header for the appearance settings related to artwork. */
"appearance_artwork_header" = "Podcast Artwork";
/* Prompt to toggle on the use of artwork that's embedded in the episode download files. */
"appearance_embedded_artwork" = "Use Embedded Artwork";
/* Subtitle explaining embedded artwork in the episode download files. */
"appearance_embedded_artwork_subtitle" = "Shows artwork from the downloaded file (if it exists) in the player instead of using the show's artwork.";
/* Prompt to toggle whether the theme will match the device theme or not. */
"appearance_match_device_theme" = "Use iOS Light/Dark Mode";
/* Prompt to refresh the artwork for all podcasts. */
"appearance_refresh_all_artwork" = "Refresh All Podcast Artwork";
/* Confirmation message used to inform the user that the refresh has been successfully triggered. */
"appearance_refresh_all_artwork_conf_msg" = "Refreshing your artwork now";
/* Confirmation title used to inform the user that the refresh has been successfully triggered. */
"appearance_refresh_all_artwork_conf_title" = "Aye Aye Captain";
/* Section header for the appearance settings related to themes. */
"appearance_theme_header" = "Theme";
/* Header for asking the user to select a theme. */
"appearance_theme_select" = "Select Theme";
/* Label for letting the user choose a theme for iOS light mode. */
"appearance_light_theme" = "Light Theme";
/* Label for letting the user choose a theme for iOS dark mode. */
"appearance_dark_theme" = "Dark Theme";
/* A common string used throughout the app. Prompt to archive the selected item(s). */
"archive" = "Archive";
/* A common string used throughout the app. Confirmation prompt before moving forward. */
"are_you_sure" = "Are You Sure?";
/* A common string used throughout the app. Prompt to configure the auto add options for a podcast. */
"auto_add" = "Auto Add To";
/* Option in the auto add dialog to add the items to the bottom of the queue. */
"auto_add_to_bottom" = "To Bottom";
/* Option in the auto add dialog to add the items to the top of the queue. */
"auto_add_to_top" = "To Top";
/* Option in the auto add settings to stop adding options once the limit is reached. This option will add the podcast to the top top the queue and drop the bottom. */
"auto_add_to_up_next_top_only" = "Only Add To Top";
/* Option in the auto add settings to stop adding options once the limit is reached. This option will add the podcast to the top top the queue and drop the bottom. To conserve space this shouldn't be longer than the English string. If needed "Add To Top" or "To Top" can be translated instead */
"auto_add_to_up_next_top_only_short" = "Only Add To Top";
/* Option in the auto add settings to stop adding options once the limit is reached. This option won't add new episodes. */
"auto_add_to_up_next_stop" = "Stop Adding New Episodes";
/* Option in the auto add settings to stop adding options once the limit is reached. This option won't add new episodes. To conserve space this should be a more concise version of 'Stop Adding New Episodes' */
"auto_add_to_up_next_stop_short" = "Stop Adding";
/* Title for the dialog box that presents the available options for how many episodes for auto download from a filter. */
"auto_download_first" = "Auto Download First";
/* Subtitle for the auto download setting. This is displayed when the option is turned off. */
"auto_download_off_subtitle" = "Enable to auto download episodes in this filter";
/* Subtitle for the auto download setting. This is displayed when the option is turned on. '%1$@' is a placeholder for the number of episodes, this will be more than one. */
"auto_download_on_plural_format" = "The first %1$@ episodes in this filter will be automatically downloaded";
/* Provides hint text to auto download the a the first of a configurable amount of episodes. Accompanied by a label indicating how many episodes will be auto downloaded. */
"auto_download_prompt_first" = "First";
/* A common string used throughout the app. Title for the back button. Used with the accessibility settings. */
"back" = "Back";
/* A common string used throughout the app. Title option to place the item at the bottom of the queue. */
"bottom" = "Bottom";
/* A common string used throughout the app. Informs the user of the maximum amount of bulk downloads. '%1$@' is a placeholder for maximum amount of bulk downloads. */
"bulk_download_max_format" = "Bulk downloads are limited to %1$@.";
/* A common string used throughout the app. Prompt to cancel the current flow. */
"cancel" = "Cancel";
/* An activity message indicating that the process to cancel is running. */
"canceling" = "Canceling...";
/* A common string used throughout the app. Prompt to cancel the download for the selected item(s). */
"cancel_download" = "Cancel Download";
/* Message title indicating that the cancel process has failed. */
"cancel_failed" = "Unable To Cancel";
/* Prompt to allow the user to cancel their Pocket Casts Plus subscription. */
"cancel_subscription" = "Cancel Subscription";
/* CarPlay subtitle information label that includes the current chapter and total chapter count and the current chapter length. '%1$@' is a placeholder for the current chapter. '%2$@' is a placeholder for the total chapters. '%3$@' is a placeholder for the length of the current chapter. */
"carplay_chapter_count" = "%1$@ of %2$@. %3$@";
/* Provides a link to the menu to present more options. */
"carplay_more" = "More";
/* CarPlay option to modify the playback speed. */
"carplay_playback_speed" = "Playback Speed";
/* CarPlay prompt to navigate to the up next Queue. */
"carplay_up_next_queue" = "Up Next Queue";
/* Prompt to allow the user to update their email address. */
"change_email" = "Change Email Address";
/* Confirmation message title informing the user that their email has been successfully updated. */
"change_email_conf" = "Email Address Changed";
/* Prompt to allow the user to Update their password. */
"change_password" = "Change Password";
/* Confirmation message title informing the user that their password has been successfully updated. */
"change_password_conf" = "Password Changed";
/* Error message informing the user that the change password process failed. */
"change_password_error" = "Unable to change password. Invalid password.";
/* Error message informing the user that the change password process failed because they failed to enter matching passwords. */
"change_password_error_mismatch" = "Passwords do not match";
/* Error message informing the user that they need to choose a longer password. */
"change_password_length_error" = "Must be at least 6 characters";
/* A common string used throughout the app. Often refers to the Chapters list or Chapters tab in the player. */
"chapters" = "Chapters";
/* A common string used throughout the app. Informs the user how many podcasts have been chosen. '%1$@' is a placeholder for the number of podcasts, this will be more than one. */
"chosen_podcasts_plural_format" = "%1$@ Podcasts Chosen";
/* A common string used throughout the app. Informs the user how many podcasts have been chosen. This is the singular format for an accompanying plural option. */
"chosen_podcasts_singular" = "1 Podcast Chosen";
/* Title for the screen that provides the list of available ChromeCast devices. */
"chromecast_cast_to" = "Cast to";
/* Informs the user that ChromeCast has connected. */
"chromecast_connected" = "Connected";
/* Informs the user that ChromeCast has connected to the device. Used as a title when no episode is playing. */
"chromecast_connected_to_device" = "Connected to device";
/* Error message informing the user that the app is unable to Cast local files in ChromeCast. */
"chromecast_error" = "Unable to cast local file";
/* Informs the user that ChromeCast has connected to the device but no episode is playing. */
"chromecast_nothing_playing" = "Nothing is playing";
/* Placeholder name for when ChromeCast doesn't have a device name. */
"chromecast_unnamed_device" = "Un-named device";
/* A common string used throughout the app. Prompt to perform a clean up operation on the selected items. */
"clean_up" = "Clean Up";
/* A common string used throughout the app. Prompt to clear the up next queue. */
"clear" = "Clear";
/* A common string used throughout the app. Prompt to clear the up next queue. */
"clear_up_next" = "Clear Up Next";
/* A common string used throughout the app. Message to clear the up next queue. */
"clear_up_next_message" = "Are you sure you want to clear your Up Next queue?";
/* A common string used throughout the app. Prompt to close the current screen. */
"close" = "Close";
/* A common string used throughout the app. Generic confirmation */
"confirm" = "Confirm";
/* A common string used throughout the app. A prompt to move to the next step of a flow. */
"continue" = "Continue";
/* Prompt to open the create account options. */
"create_account" = "Create Account";
/* Error title shown when Pocket Casts can't connect to the App Store to retrieve in app purchase details */
"create_account_app_store_error_title" = "Unable to contact App Store";
/* Error message shown when Pocket Casts can't connect to the App Store to retrieve in app purchase details */
"create_account_app_store_error_message" = "Pocket Casts is having trouble connecting to the App Store. Please check your connection and try again.";
/* Price shown for the free tier. "Free" in this case meaning the cost is free */
"create_account_free_price" = "Free";
/* Account type shown on the select account page. Regular as in the normal or default option */
"create_account_free_account_type" = "Regular";
/* Shown under the create account type to indicate what you get with a free Pocket Casts account */
"create_account_free_details" = "Almost everything";
/* Shown under the create account type to indicate what you get in Pocket Casts Plus */
"create_account_plus_details" = "Everything unlocked";
/* Button title to find out more about Pocket Casts Plus. Note that "Pocket Casts Plus" shouldn't be translated as it's a product name */
"create_account_find_out_more_plus" = "Find out more about Pocket Casts Plus";
/* Title for the screen where a user starts creating a filter */
"create_filter" = "Create Filter";
/* An indicator that the current episode is a user generated episode */
"custom_episode" = "Custom Episode";
/* Prompt to cancel an active upload of a file. */
"custom_episode_cancel_upload" = "Cancel Upload";
/* Prompt to delete an uploaded file from the cloud. */
"custom_episode_remove_upload" = "Remove from Cloud";
/* Prompt to upload a file to the cloud. */
"custom_episode_upload" = "Upload to Cloud";
/* A common string used throughout the app. Prompt to delete the selected item(s). */
"delete" = "Delete";
/* A prompt to delete the downloaded file */
"delete_download" = "Delete Download";
/* Prompt to delete the selected item(s) from the device storage and the cloud. */
"delete_everywhere" = "Delete From Everywhere";
/* Prompt to delete the selected item(s) from the device storage and the cloud. */
"delete_everywhere_short" = "Delete Everywhere";
/* A common string used throughout the app. Title portion of the prompt to delete the selected file. */
"delete_file" = "Delete File";
/* A common string used throughout the app. Message portion of the prompt to delete the selected file. */
"delete_file_message" = "Are you sure you want to delete this file?";
/* A common string used throughout the app. Prompt to delete the selected item(s) from the cloud storage. */
"delete_from_cloud" = "Delete From Cloud";
/* A common string used throughout the app. Prompt to delete the selected item(s) from the device storage. */
"delete_from_device" = "Delete From Device";
/* A common string used throughout the app. Prompt to delete the selected item(s) from the device storage. 'Only' is used to emphasize that the item is also stored in the cloud and that file won't be deleted. */
"delete_from_device_only" = "Delete From Device Only";
/* A common string used throughout the app. Prompt to deselect all items in the presented list. */
"deselect_all" = "Deselect All";
/* A common string used throughout the app. Refers to the Discover tab. */
"discover" = "Discover";
/* Title for the section that allows the user to explore different podcast categories. */
"discover_browse_by_category" = "Browse By Category";
/* Title for the podcast category Arts */
"discover_browse_by_category_art" = "Arts";
/* Title for the podcast category Business */
"discover_browse_by_category_business" = "Business";
/* Title for the podcast category Comedy */
"discover_browse_by_category_comedy" = "Comedy";
/* Title for the podcast category Education */
"discover_browse_by_category_education" = "Education";
/* Title for the podcast category Fiction */
"discover_browse_by_category_fiction" = "Fiction";
/* Title for the podcast category Games & Hobbies */
"discover_browse_by_category_games_and_hobbies" = "Games & Hobbies";
/* Title for the podcast category Government */
"discover_browse_by_category_government" = "Government";
/* Title for the podcast category Government & Organizations */
"discover_browse_by_category_government_and_organizations" = "Government & Organizations";
/* Title for the podcast category History */
"discover_browse_by_category_history" = "History";
/* Title for the podcast category Health */
"discover_browse_by_category_health" = "Health";
/* Title for the podcast category Health & Fitness */
"discover_browse_by_category_health_and_fitness" = "Health & Fitness";
/* Abbreviation for the podcast category Health & Fitness, using only "Health" */
"discover_browse_by_category_health" = "Health";
/* Title for the podcast category Kids & Family */
"discover_browse_by_category_kids_and_family" = "Kids & Family";
/* Abbreviation for the podcast category Kids & Family, using only "Family" */
"discover_browse_by_category_family" = "Family";
/* Title for the podcast category Leisure */
"discover_browse_by_category_leisure" = "Leisure";
/* Title for the podcast category Music */
"discover_browse_by_category_music" = "Music";
/* Title for the podcast category News */
"discover_browse_by_category_news" = "News";
/* Title for the podcast category News & Politics */
"discover_browse_by_category_news_and_politics" = "News & Politics";
/* Title for the podcast category Religion & Spirituality */
"discover_browse_by_category_religion_and_spirituality" = "Religion & Spirituality";
/* Abbreviation for the podcast category Religion & Spirituality */
"discover_browse_by_category_spirituality" = "Spirituality";
/* Title for the podcast category Science */
"discover_browse_by_category_science" = "Science";
/* Title for the podcast category Science & Medicine */
"discover_browse_by_category_science_and_medicine" = "Science & Medicine";
/* Title for the podcast category Society */
"discover_browse_by_category_society" = "Society";
/* Title for the podcast category Society & Culture */
"discover_browse_by_category_society_and_culture" = "Society & Culture";
/* Abbreviation for the podcast category Society & Culture, using only "Culture" */
"discover_browse_by_category_society_and_culture" = "Culture";
/* Title for the podcast category Sports */
"discover_browse_by_category_sports" = "Sports";
/* Title for the podcast category Sports & Recreation */
"discover_browse_by_category_sports_and_recreation" = "Sports & Recreation";
/* Title for the podcast category Technology */
"discover_browse_by_category_technology" = "Technology";
/* Title for the podcast category True Crime */
"discover_browse_by_category_true_crime" = "True Crime";
/* Title for the podcast category TV & Film */
"discover_browse_by_category_tv_and_film" = "TV & Film";
/* Prompt to allow the user to manually change the regional information for the Discover tab. '%1$@' is a placeholder for the current region. */
"discover_change_region" = "Change Region, currently %1$@";
/* Badge used to mark featured podcasts. */
"discover_featured" = "Featured";
/* Informative label letting the users know that the displayed episode is a featured episode. */
"discover_featured_episode" = "FEATURED EPISODE";
/* Error message informing the user that the episode they tapped could not be found, with instructions on how to fix the issue. */
"discover_featured_episode_error_not_found" = "Featured podcast or episode not found. Make sure you are connected to the internet and try again.";
/* Informative label letting the users know that the displayed podcast is a featured new podcast. */
"discover_fresh_pick" = "FRESH PICK";
/* Informational title when the search succeeds but returns no results. */
"discover_no_podcasts_found" = "No podcasts found";
/* Informational title when the episode search succeeds but returns no results. */
"discover_no_episodes_found" = "No episodes found";
/* Informational title when the episode fails to load. */
"discover_episode_fail_to_load" = "The episode couldn't be loaded";
/* Informational title when the search succeeds but returns no results. */
"discover_no_podcasts_found_msg" = "Try more general or different keywords.";
/* Display title for calling out a podcast network on the discover tab. '%1$@' is a placeholder for the podcast's network title. */
"discover_podcast_network" = "%1$@ Network";
/* Title used for promotional purposes to highlight podcasts that are popular worldwide. */
"discover_popular" = "Popular";
/* Title used for promotional purposes to highlight podcasts that are popular in a specific region. '%1$@' is a placeholder for the region's name. */
"discover_popular_in" = "Popular in %1$@";
/* Button prompt on the discover page to play the featured episode. */
"discover_play_episode" = "Play Episode";
/* Button prompt on the discover page to play the trailer of a featured episode. */
"discover_play_trailer" = "Play Trailer";
/* Region name for Australia used in the Discover Section */
"discover_region_australia" = "Australia";
/* Region name for Austria used in the Discover Section */
"discover_region_austria" = "Austria";
/* Region name for Belgium used in the Discover Section */
"discover_region_belgium" = "Belgium";
/* Region name for Brazil used in the Discover Section */
"discover_region_brazil" = "Brazil";
/* Region name for Canada used in the Discover Section */
"discover_region_canada" = "Canada";
/* Region name for China used in the Discover Section */
"discover_region_china" = "China";
/* Region name for Czechia used in the Discover Section */
"discover_region_czechia" = "Czechia";
/* Region name for Denmark used in the Discover Section */
"discover_region_denmark" = "Denmark";
/* Region name for Finland used in the Discover Section */
"discover_region_finland" = "Finland";
/* Region name for France used in the Discover Section */
"discover_region_france" = "France";
/* Region name for Germany used in the Discover Section */
"discover_region_germany" = "Germany";
/* Region name for Hong Kong used in the Discover Section */
"discover_region_hong_kong" = "Hong Kong";
/* Region name for India used in the Discover Section */
"discover_region_india" = "India";
/* Region name for Ireland used in the Discover Section */
"discover_region_ireland" = "Ireland";
/* Region name for Israel used in the Discover Section */
"discover_region_israel" = "Israel";
/* Region name for Italy used in the Discover Section */
"discover_region_italy" = "Italy";
/* Region name for Japan used in the Discover Section */
"discover_region_japan" = "Japan";
/* Region name for Mexico used in the Discover Section */
"discover_region_mexico" = "Mexico";
/* Region name for Netherlands used in the Discover Section */
"discover_region_netherlands" = "Netherlands";
/* Region name for New Zealand used in the Discover Section */
"discover_region_new_zealand" = "New Zealand";
/* Region name for Norway used in the Discover Section */
"discover_region_norway" = "Norway";
/* Region name for Philippines used in the Discover Section */
"discover_region_philippines" = "Philippines";
/* Region name for Poland used in the Discover Section */
"discover_region_poland" = "Poland";
/* Region name for Portugal used in the Discover Section */
"discover_region_portugal" = "Portugal";
/* Region name for Russia used in the Discover Section */
"discover_region_russia" = "Russia";
/* Region name for Saudi Arabia used in the Discover Section */
"discover_region_saudi_arabia" = "Saudi Arabia";
/* Region name for Singapore used in the Discover Section */
"discover_region_singapore" = "Singapore";
/* Region name for South Africa used in the Discover Section */
"discover_region_south_africa" = "South Africa";
/* Region name for South Korea used in the Discover Section */
"discover_region_south_korea" = "South Korea";
/* Region name for Spain used in the Discover Section */
"discover_region_spain" = "Spain";
/* Region name for Sweden used in the Discover Section */
"discover_region_sweden" = "Sweden";
/* Region name for Switzerland used in the Discover Section */
"discover_region_switzerland" = "Switzerland";
/* Region name for Taiwan used in the Discover Section */
"discover_region_taiwan" = "Taiwan";
/* Region name for Turkey used in the Discover Section */
"discover_region_turkey" = "Turkey";
/* Region name for Ukraine used in the Discover Section */
"discover_region_ukraine" = "Ukraine";
/* Region name for United Kingdom used in the Discover Section */
"discover_region_united_kingdom" = "United Kingdom";
/* Region name for United States used in the Discover Section */
"discover_region_united_states" = "United States";
/* Region name used in the Discover Section for a genreic global setting instead of a specific region. */
"discover_region_worldwide" = "Worldwide";
/* Error message when a user performs a search using a search term that's too short. */
"discover_search_error_msg" = "Please enter at least 2 characters.";
/* Error title when a user performs a search using a search term that's too short. */
"discover_search_error_title" = "Length Challenged";
/* Informational title informing the users that the search has failed. */
"discover_search_failed" = "Search Failed";
/* Informational message suggesting that the user checks their internet connection when an error occurs. */
"discover_search_failed_msg" = "Check your Internet connection.";
/* Screen title to allow the user to manually change the regional information for the Discover tab. This screen shows the available options. */
"discover_select_region" = "Select Content Region";
/* Button prompt used on the Discover Tab. Opens the linked list to show all podcasts in the section. */
"discover_show_all" = "SHOW ALL";
/* Informative label letting the users know that the displayed podcast is a paid placement ad. */
"discover_sponsored" = "SPONSORED";
/* Title used for promotional purposes to highlight trending podcasts. */
"discover_trending" = "Trending";
/* Title used when displaying all podcasts from a search. */
"discover_all_podcasts" = "All Podcasts";
/* Title used when displaying all episodes from a search. */
"discover_all_episodes" = "All Episodes";
/* A common string used throughout the app. Confirmation text. */
"done" = "Done";
/* A common string used throughout the app. Prompt to download the selected item(s). */
"download" = "Download";
/* A common string used throughout the app. Prompt to download all of the selected item(s). */
"download_all" = "Download All";
/* A common string used throughout the app. Prompt to warn the user that continuing with the download will consume data. Used in tandem with a notice that the user is not on WiFi. */
"download_data_warning" = "Downloading will use data.";
/* A common string used throughout the app. Prompts the user that they have selected multiple episodes to download. '%1$@' is a placeholder for the count of the selected items, will be more than one. */
"download_episode_plural_format" = "Download %1$@ Episodes";
/* A common string used throughout the app. Prompts the user that they have selected one episode to download. */
"download_episode_singular" = "Download 1 Episode";
/* The episode failed to download due to an issue with the feed. Suggesting the user reaches out to the Podcast Author. */
"download_error_contact_author" = "Episode not available due to an error in the podcast feed. Contact the podcast author.";
/* The episode failed to download due to an issue with the feed. Suggesting the user reaches out to the Podcast Author. */
"download_error_contact_author_version_2" = "This episode may have been moved or deleted. Contact the podcast author.";
/* The episode failed to download due to the user running out of storage space. */
"download_error_not_enough_space" = "Unable to save episode, have you run out of space?";
/* The episode failed to download because the file wasn't available on the server */
"download_error_not_uploaded" = "File not uploaded, unable to play";
/* The episode failed to download due to an issue with the feed. Suggesting the user reaches out to the Podcast Author. '%1$@' is a placeholder for the status code that the app received. */
"download_error_status_code" = "Download failed, error code %1$@. Contact the podcast author.";
/* The episode failed to download but the app wasn't able to determine why. Suggesting to try again after waiting for a bit. */
"download_error_try_again" = "Unable to download episode. Please try again later.";
/* A common string used throughout the app. Informs the user the download has failed. */
"download_failed" = "Download Failed";
/* A common string used throughout the app. Title for screens and prompts related to storage and downloaded files. */
"downloaded_files" = "Downloaded Files";
/* Message for an unsubscribe message box that informs the user that unsubscribing will remove downloaded files. */
"downloaded_files_conf_message" = "Unsubscribing will delete all downloaded files in this Podcast, are you sure?";
/* Title for an unsubscribe message box that informs the user that unsubscribing will remove downloaded files. Informs the user how many files have been downloaded. '%1$@' is a placeholder for the number of downloaded files, will be more than one. */
"downloaded_files_conf_plural_format" = "%1$@ Downloaded Files";
/* Title for an unsubscribe message box that informs the user that unsubscribing will remove downloaded files. Informs the user one file has been downloaded. Singular version of an accompanying plural message. */
"downloaded_files_conf_singular" = "1 Downloaded File";
/* Confirmation message when you choose to delete a set of downloaded files */
"downloaded_files_cleanup_confirmation" = "Are you sure you want to delete these downloaded files?";
/* A common string used throughout the app. Often refers to the Downloads screen. */
"downloads" = "Downloads";
/* Prompt to navigate the user to the Auto Downloads settings menu. */
"downloads_auto_download" = "Auto Download Settings";
/* Title for the empty state when there are no downloads available */
"downloads_no_downloads_title" = "No Downloaded Episodes";
/* The description for the empty state when there are no downloads available */
"downloads_no_downloads_desc" = "Oh no! You’re fresh out of downloads. Download some more and they’ll show up here.";
/* Prompt to allow the user to retry failed downloads. */
"downloads_retry_failed_downloads" = "Retry Failed Downloads";
/* Prompt to allow the user to stop active downloads. */
"downloads_stop_all_downloads" = "Stop All Downloads";
/* Refers to an Episode in the singular form. */
"episode" = "Episode";
/* Refers to an Episode in the plural form. */
"episodes" = "Episodes";
/* A common string used throughout the app. Display configurable options related to a number of episodes. '%1$@' is a placeholder for the number of episodes, the value will be more than one. */
"episode_count_plural_format" = "%1$@ episodes";
/* Message shown when you have no episodes in an episode filter */
"episode_filter_no_episodes_msg" = "Either it's time to celebrate completing this list, or edit your filter settings to get some more.";
/* Title shown when you have no episodes in an episode filter */
"episode_filter_no_episodes_title" = "No Episodes";
/* Label for adding duration filtering to an episode filter, eg: filter by the duration of an episode */
"episode_filter_by_duration_label" = "Filter by duration";
/* Episode indicator that the current episode is a bonus episode. */
"episode_indicator_bonus" = "Bonus";
/* Episode indicator that the current episode is a trailer for an upcoming season of the podcast. '%1$@' is a placeholder for the season number. */
"episode_indicator_season_trailer" = "Season %1$@ Trailer";
/* Episode indicator that the current episode is a trailer. */
"episode_indicator_trailer" = "Trailer";
/* Shorthand format used to show the Episode number of a podcast. '%1$@' is a placeholder for the episode number. */
"episode_shorthand_format" = "EPISODE %1$@";
/* Shorthand format used to show the Episode number of a podcast. 'EP' is short for Episode. '%1$@' is a placeholder for the episode number. */
"episode_shorthand_format_short" = "EP %1$@";
/* A common string used throughout the app. Generic title informing the user of an Error. Accompanied with an error message. */
"error" = "Error";
/* A common string used throughout the app. Generic title informing the user of an Error. General error message used when the app is unable to locate the podcast that was selected. This usually comes from a sharing or import feature. */
"error_general_podcast_not_found" = "Unable to find podcast. Please contact the podcast author.";
/* Describes how the process to export podcasts from Pocket Casts works. */
"export_podcasts_description" = "Exports all your podcasts as an OPML file, which you can import into other podcast apps.";
/* Title for the button that allows the user to export podcasts from Pocket Casts */
"export_podcasts_option" = "Export Podcasts";
/* Title for the section that provides information on how to export podcasts from Pocket Casts */
"export_podcasts_title" = "EXPORT";
/* Indicator during the new feature tour serves as a prompt to end the tour. */
"feature_tour_end_tour" = "End Tour";
/* Indicator during the new feature tour. Used as a navigation indicator when the tour is on the first step. This is replaced with 'position of total' as the user progresses. */
"feature_tour_new" = "NEW";
/* Indicator during the new feature tour. Used as a navigation indicator as the user progresses through the tour. '%1$@' is a placeholder for the current position. '%2$@' is a placeholder for the total number of steps. */
"feature_tour_step_format" = "%1$@ of %2$@";
/* Option to continue with a Third-Party Mail app when the default Apple mail app isn't available. */
"feedback_continue_with_mail" = "Open Default Mail App";
/* Error message for when the user has a mail app configured that's not the default mail app. */
"feedback_mail_not_configured_msg" = "To send a debug attachment, the Apple Mail app has to be configured on your phone. What would you like to do?";
/* Error title for when the user has a mail app configured that's not the default mail app. */
"feedback_mail_not_configured_title" = "Mail Not Configured";
/* Title for the file upload settings screen. This is used when a user is uploading a new file. */
"file_upload_add_file" = "Add File";
/* Prompt to add a custom image to the uploaded file. */
"file_upload_add_image" = "Add Custom Image";
/* Title for the dialog that allows the user to pick the image source for selecting a custom image. either Camera or Photo Library. */
"file_upload_choose_image" = "Choose Image";
/* Option for selecting the image source for an uploaded image. */
"file_upload_choose_image_camera" = "Camera";
/* Option for selecting the image source for an uploaded image. */
"file_upload_choose_image_photo_Library" = "Photo Library";
/* Title for the file upload settings screen. This is used when a user is editing an uploaded file. */
"file_upload_edit_file" = "Edit File";
/* Error message displayed when the user has used all of their storage space. */
"file_upload_error" = "Not enough space to upload this file.";
/* Subtitle for the error message displayed when the user has used all of their storage space. Instructs the user to try freeing up space. */
"file_upload_error_subtitle" = "Remove some files and try again.";
/* Prompt indicating that the user needs to name the file in order to upload it. */
"file_upload_name_required" = "Name required";
/* The description for the screen when there are no files currently uploaded. '\n' is a line break format to allow a clean wrapping of text */
"file_upload_no_files_description" = "Want to listen to your own files?\nShare them with Pocket Casts, and they’ll appear here";
/* The helper link describing how to add files to Pocket Casts. */
"file_upload_no_files_helper" = "How do I do that?";
/* Title for the screen when there are no files currently uploaded */
"file_upload_no_files_title" = "No Files";
/* Prompt to remove the image from the uploaded file. */
"file_upload_remove_image" = "Remove Image";
/* Prompt to save the changes to an edited file. */
"file_upload_save" = "Save";
/* Error message displayed when the user has attempted to upload an unsupported file type. */
"file_upload_support_error" = "This file type is not supported";
/* A common string used throughout the app. Refers to the Files settings menu */
"files" = "Files";
/* Prompt to open a menu to allow sorting of manually added files. */
"files_sort" = "Sort Files";
/* Title for the screen that details how to add a file to Pocket Casts. */
"files_how_to_title" = "How to save a file";
/* Subtitle informing the user that new podcasts will be automatically added to this filter. */
"filter_auto_add_subtitle" = "New podcasts you subscribe to will be automatically added";
/* Title for the filter option that indicates all podcasts will be included. */
"filter_chips_all_podcasts" = "All Your Podcasts";
/* Title for the filter option that that opens the episode duration options. */
"filter_chips_duration" = "Duration";
/* Filter option to select podcasts that will be included in the filter. */
"filter_choose_podcasts" = "Choose Podcasts";
/* Used on the screen to create a new filter. Provides a prompt to continue refining the filter selections. */
"filter_create_add_more" = "Add more criteria to finish refining your filter.";
/* Used on the screen to create a new filter. The section header for the list of options to use with the filter. */
"filter_create_filter_by" = "FILTER BY";
/* Used on the screen to create a new filter. Provides instructions on how to set up a new filter. */
"filter_create_instructions" = "Select your filter criteria using these buttons to create an up to date smart playlist of episodes.";
/* Used on the screen to create a new filter. Title for the state where their selection doesn't include any content. */
"filter_create_no_episodes" = "No Matching Episodes";
/* Used on the screen to create a new filter. The description about why the list of filtered episodes is empty. */
"filter_create_no_episodes_description_explanation" = "The criteria you selected doesn’t match any current episodes in your subscriptions";
/* Used on the screen to create a new filter. The prompt about what they can do in order to make sure their filter returns results. */
"filter_create_no_episodes_description_prompt" = "Choose different criteria, or save this filter if you think it will match episodes in the future.";
/* Used on the screen to create a new filter. The section that shows a preview of waht podcast episodes will be included in the filter. */
"filter_create_preview" = "PREVIEW";
/* Used on the screen to create a new filter. Title for the toggle to include all podcasts in the filter. */
"filter_create_podcasts_all_podcasts" = "All Podcasts";
/* Used on the screen to create a new filter. Title for the button to save the filter. */
"filter_create_save" = "Save Filter";
/* Title for the screen where a user can set the initial details for a new filter. */
"filter_details" = "Filter Details";
/* Hint text above the sections for the user to select the filter color and icon. */
"filter_details_color_icon" = "COLOUR & ICON";
/* Accessibility hint text for color selection on filters. */
"filter_details_color_selection" = "Colour Selector";
/* Accessibility hint text for icon selection on filters. */
"filter_details_icon_selection" = "Icon Selector";
/* Hint text above the dialog box to enter the filter's name. */
"filter_details_name" = "NAME";
/* Title for filter options related to Download Status. */
"filter_download_status" = "Download Status";
/* Title for filter sections that relate to episode status. */
"filter_episode_status" = "Episode Status";
/* Subtitle informing the user that new podcasts will not be automatically added to this filter. */
"filter_manual_add_subtitle" = "New podcasts you subscribe to will not be automatically added";
/* Title for filter options related to media type settings. */