Newer
Older
<resources>
<string name="cast">Cast</string>
<string name="search">Search</string>
<string name="add_to_query">Add to query</string>
<string name="thumbnail">Thumbnail</string>
<string name="channel_image">Channel image</string>
<string name="add_to">Add to</string>
<string name="lorem_ipsum">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</string>
<string name="add_to_queue">Add to queue</string>
<string name="home">Home</string>
<string name="recommendations">Recommendations</string>
<string name="more">More</string>
<string name="playlists">Playlists</string>
<string name="subscriptions">Subscriptions</string>
<string name="loading">Loading</string>
<string name="retry">Retry</string>
<string name="cancel">Cancel</string>
<string name="failed_to_retrieve_data_are_you_connected">Failed to retrieve data, are you connected?</string>
<string name="settings">Settings</string>
<string name="history">History</string>
<string name="sources">Sources</string>
<string name="buy">Buy</string>
<string name="faq">FAQ</string>
<string name="the_top_source_will_be_considered_primary">The top source will be considered primary</string>
<string name="defaults">Defaults</string>
<string name="home_screen">Home Screen</string>
<string name="preferred_quality">Preferred Quality</string>
<string name="update">Update</string>
<string name="close">Close</string>
<string name="never">Never</string>
<string name="there_is_an_update_available_do_you_wish_to_update">There is an update available, do you wish to update?</string>
<string name="downloading_update">Downloading update…</string>
<string name="installing_update">Installing update…</string>
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
<string-array name="home_screen_array">
<item>Recommendations</item>
<item>Subscriptions</item>
</string-array>
<string-array name="playback_speeds">
<item>0.25</item>
<item>0.5</item>
<item>0.75</item>
<item>1.0</item>
<item>1.25</item>
<item>1.5</item>
<item>1.75</item>
<item>2.0</item>
<item>2.25</item>
</string-array>
<string-array name="preferred_quality_array">
<item>Automatic (720p)</item>
<item>2160p</item>
<item>1440p</item>
<item>1080p</item>
<item>720p</item>
<item>480p</item>
<item>360p</item>
<item>240p</item>
<item>144p</item>
</string-array>
<string-array name="preferred_video_download">
<item>None (Audio Only)</item>
<item>2160p</item>
<item>1440p</item>
<item>1080p</item>
<item>720p</item>
<item>480p</item>
<item>360p</item>
<item>240p</item>
<item>144p</item>
</string-array>
<string-array name="thread_count">
<item>1 Threads</item>
<item>2 Threads</item>
<item>4 Threads</item>
<item>6 Threads</item>
<item>8 Threads</item>
<item>10 Threads</item>
<item>15 Threads</item>
</string-array>
<string-array name="background_interval">
<item>Never</item>
<item>Every 15 Minutes</item>
<item>Every Hour</item>
<item>Every 3 Hours</item>
<item>Every 6 Hours</item>
<item>Every 12 Hours</item>
<item>Every Day</item>
</string-array>
<string-array name="preferred_audio_download">
<item>Low Bitrate</item>
<item>High Bitrate</item>
</string-array>
<string-array name="auto_update_when_array">
<item>On Startup</item>
<item>Never</item>
</string-array>
<string-array name="system_enabled_disabled_array">
<item>Disabled</item>
<item>Enabled</item>
<item>Same as System</item>
</string-array>
<string-array name="auto_rotate_dead_zone">
<item>0</item>
<item>5</item>
<item>10</item>
<item>20</item>
</string-array>
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
<string-array name="enabled_disabled_array">
<item>Disabled</item>
<item>Enabled</item>
</string-array>
<string-array name="when_download">
<item>On Unmetered</item>
<item>On Wifi & Ethernet</item>
<item>Always</item>
</string-array>
<string-array name="background_download">
<item>Disabled</item>
<item>Enabled</item>
</string-array>
<string-array name="subscriptions_sortby_array">
<item>Name Ascending</item>
<item>Name Descending</item>
</string-array>
<string-array name="feed_style">
<item>Preview</item>
<item>List</item>
</string-array>
<string-array name="player_background_behavior">
<item>None</item>
<item>Keep Playing</item>
<item>Player Overlay</item>
</string-array>
<string-array name="resume_after_preview">
<item>Start At Beginning</item>
<item>Resume After 10s</item>
<item>Always Resume</item>
</string-array>
<string-array name="languages">
<item>English</item>
<item>Spanish</item>
<item>French</item>
<item>French</item>
<item>Korean</item>
<item>Thai</item>
<item>Vietnamese</item>
<item>Indonesian</item>
<item>Hindi</item>
<item>Arabic</item>
<item>Turkish</item>
<item>Russian</item>
</string-array>
<string name="success">Success</string>
<string name="failed_to_update_with_error">Failed to update package with error</string>
<string name="general_failure">The operation failed in a generic way</string>
<string name="aborted">The operation failed because it was actively aborted</string>
<string name="blocked">The operation failed because it was blocked</string>
<string name="conflict">The operation failed because it conflicts (or is inconsistent with) with another package already installed on the device</string>
<string name="incompatible">The operation failed because it is fundamentally incompatible with this device</string>
<string name="invalid">The operation failed because one or more of the APKs was invalid</string>
<string name="not_enough_storage">The operation failed because of storage issues</string>
<string name="live">LIVE</string>
<string name="click_to_read_more">Click to read more</string>
<string name="click_to_hide">Click to hide</string>
<string name="version">Version</string>
<string name="sort_by">Sort by</string>
<string name="subscribe">Subscribe</string>
<string name="unsubscribe">Unsubscribe</string>
<string name="background">Background</string>
<string name="background_revert">Video</string>
<string name="add">Add</string>
<string name="download">Download</string>
<string name="share">Share</string>
<string name="view_all">View all</string>
<string name="creators">Creators</string>
<string name="enabled">Enabled</string>
<string name="discover">Discover</string>
<string name="find_new_video_sources_to_add">Find new video sources to add</string>
<string name="these_sources_have_been_disabled">These sources have been disabled</string>
<string name="disabled">Disabled</string>
<string name="watch_later">Watch Later</string>
<string name="create">Create</string>
<string name="ok">OK</string>
<string name="yes">Yes</string>
<string name="confirm">Confirm</string>
<string name="confirm_delete_playlist">Are you sure you want to delete this playlist?</string>
<string name="confirm_delete_subscription">Are you sure you want to delete this subscription?</string>
<string name="confirm_remove_source">Removing this source will result in some of your subscriptions not being resolved.</string>
<string name="shuffle">Shuffle</string>
<string name="play_all">Play all</string>
<string name="pic2pic">Picture2Picture</string>
<string name="search_history">Search history</string>
<string name="app_error">App Error</string>
<string name="developer">Developer</string>
<string name="remove_historical_suggestion">Remove historical suggestion</string>
<string name="comments">Comments</string>
<string name="reached_the_end_of_the_playlist">Reached the end of the playlist</string>
<string name="the_playlist_will_restart_after_the_video_is_finished">The playlist will restart after the video is finished</string>
<string name="restart_now">Restart Now</string>
<string name="end_of_queue_reached">End of queue reached</string>
<string name="end_of_playlist_reached">End of playlist reached</string>
<string name="end_of_watch_later_reached">End of watch later reached</string>
<string name="reached_the_end_of_the_queue">Reached the end of the queue</string>
<string name="the_queue_will_restart_after_the_video_is_finished">The queue will restart after the video is finished</string>
<string name="up_next">Up next</string>
<string name="queue">Queue</string>
<string name="clear">Clear</string>
<string name="last_hour">Last hour</string>
<string name="last_24_hours">Last 24 hours</string>
<string name="last_week">Last week</string>
<string name="last_30_days">Last 30 days</string>
<string name="last_year">Last year</string>
<string name="all_time">All time</string>
<string name="are_you_sure_delete_historical">Are you sure you want to remove these historical entries?</string>
<string name="removed">removed</string>
<string name="add_source">Add Source</string>
<string name="repository_url">Repository URL</string>
<string name="script_url">Script URL</string>
<string name="source_permissions_explanation">These are the permissions the plugin requires to function</string>
<string name="source_explain_eval_access">The plugin will have access to eval capacity</string>
<string name="source_explain_script_url">The plugin will have access to the following domains</string>
<string name="scan_qr">Scan QR</string>
<string name="scan_qr_explain">Scan a QR code to install</string>
<string name="enter_url_explain">Enter a URL to load the plugin config from.</string>
<string name="enter_url">Enter URL</string>
<string name="install">Install</string>
<string name="no_devices_found_it_may_take_a_while_for_your_device_to_show_up_please_be_patient">No devices found. It may take a while for your device to show up, please be patient</string>
<string name="not_ready">Not ready</string>
<string name="connect">Connect</string>
<string name="stop">Stop</string>
<string name="start">Start</string>
<string name="storage_space">Storage Space</string>
<string name="downloads">Downloads</string>
<string name="deselect_all">Deselect All</string>
<string name="select_all">Select All</string>
<string name="add_casting_device">Add Casting Device</string>
<string name="new_activity">New activity</string>
<string name="creator_is_on_neopass">Creator is on NeoPass</string>
<string name="options">Options</string>
<string name="export">Export</string>
<string name="delete">Delete</string>
<string name="loading_update">Loading update…</string>
<string name="polycentric_explanation">As you browse online videos and want to leave a comment, consider trying Polycentric, a new way to manage your online presence that\'s both easy to use and focused on your needs. Here\'s why creating a Polycentric profile is a great choice:\n\n 1. You\'re in Control: With Polycentric, your data isn\'t stored in one place controlled by a single company. Instead, it\'s spread across multiple locations, giving you more control over your online presence. You decide where your data is stored and can easily switch between providers or add new ones.\n\n 2. Privacy and Security: Polycentric keeps your information safe by using advanced security techniques. You can trust that your personal details are well-protected and only accessible by those you choose to share them with.\n\n 3. Seamless Networking: Polycentric lets you connect with others and interact with their content without being tied to a single platform. If a provider becomes unreliable or tries to block access, your Polycentric client will automatically find information from other sources, keeping you connected.\n\n 4. Smart Search and Recommendations: Polycentric uses multiple sources for search and recommendations, offering you top-notch performance while ensuring no single provider has too much influence over the results you see.\n\n 5. Adaptable and Open: Polycentric is designed to be flexible and open to new developments, allowing for constant improvements and new features that adapt to the needs of its users.\n\n 6. By creating a Polycentric profile, you can leave comments on online videos and enjoy a more personalized online experience. See for yourself how this user-friendly solution puts you in control of your digital life. Sign up for Polycentric today!</string>
<string name="publish">Publish</string>
<string name="usage">Usage</string>
<string name="enable_in_home">Enable in home</string>
<string name="enable_in_search">Enable in search</string>
<string name="check">Check</string>
<string name="buy_text">Grayjay is not an easy or cheap app to build and maintain. We have full time engineers working on the app and its surrounding systems. And will likely not make its money back anytime soon, if ever.\n\nFUTO’s mission is for open-source software and non-malicious software business practices to become a sustainable income source for projects and their developers. For this reason we are in favor of users actually paying for the software.\n\nThat is why Grayjay wants you to pay for the software.</string>
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
<string name="an_uncaught_exception_was_thrown_we_re_sorry_for_the_inconvenience">An uncaught exception was thrown, we\'re sorry for the inconvenience.</string>
<string name="to_help_us_solve_this_please_share_the_below_crash_report_with_us_and_perhaps_adds_some_context_on_what_you_were_doing">To help us solve this, please share the below crash report with us, and perhaps adds some context on what you were doing.</string>
<string name="new_profile">New Profile</string>
<string name="import_existing_profile">Import Existing Profile</string>
<string name="generate_a_new_identity">Generate a new identity</string>
<string name="use_an_existing_identity">Use an existing identity</string>
<string name="permissions">Permissions</string>
<string name="security_warnings">Security Warnings</string>
<string name="these_are_warnings_of_plugin_behavior_and_implementation">These are warnings of plugin behavior and implementation</string>
<string name="please_enter_the_captcha_and_close_when_finished">Please enter the captcha and close when finished</string>
<string name="close_capitalized">CLOSE</string>
<string name="submit">Submit</string>
<string name="restart">Restart</string>
<string name="manage_tabs">Manage Tabs</string>
<string name="scan_to_import">Scan to import</string>
<string name="send_your_identity_to_another_app">Send your identity to another app</string>
<string name="copy">Copy</string>
<string name="copy_your_identity_to_clipboard">Copy your identity to clipboard</string>
<string name="polycentric">Polycentric</string>
<string name="profile_name">Profile Name</string>
<string name="this_will_be_visible_to_other_users">This will be visible to other users</string>
<string name="create_profile">Create Profile</string>
<string name="or_capitalized">OR</string>
<string name="paste_profile_here_polycentric">Paste profile here polycentric://…</string>
<string name="import_profile">Import Profile</string>
<string name="you_re_apparantly_a_developer">You\'re apparently a developer</string>
<string name="developer_settings">Developer Settings</string>
<string name="migration">Migration</string>
<string name="set_a_password_for_your_daily_backup">Set a password for your daily backup</string>
<string name="set_a_password_used_to_encrypt_your_daily_backup_that_is_written_to_external_storage">Set a password used to encrypt your daily backup that is written to external storage.</string>
<string name="backup_password">Backup Password</string>
<string name="restore_from_automatic_backup">Restore from Automatic Backup</string>
<string name="it_appears_an_automatic_backup_exists_on_your_device_if_you_would_like_to_restore_enter_your_backup_password">It appears an automatic backup exists on your device, if you would like to restore, enter your backup password.</string>
<string name="restore">Restore</string>
<string name="error_message_here">Error message here</string>
<string name="name">Name</string>
<string name="ip">IP</string>
<string name="port">Port</string>
<string name="discovered_devices">Discovered Devices</string>
<string name="remembered_devices">Remembered Devices</string>
<string name="there_are_no_remembered_devices">There are no remembered devices</string>
<string name="connected_to">Connected to</string>
<string name="volume">Volume</string>
<string name="changelog">Changelog</string>
<string name="some_example_changelog">Some example changelog.</string>
<string name="previous">Previous</string>
<string name="next">Next</string>
<string name="comment">Comment</string>
<string name="str_import">Import</string>
<string name="my_playlist_name">My Playlist Name</string>
<string name="do_you_want_to_import_this_store">Do you want to import this store?</string>
<string name="sources_required_need_to_be_enabled">Sources required need to be enabled</string>
<string name="items_require_migration_or_are_corrupted_would_you_like_to_restore_them_from_backup_now">Items require migration or are corrupted, would you like to restore them from backup now?</string>
<string name="if_ignored_you_will_be_asked_again_next_startup">If ignored you will be asked again next startup.</string>
<string name="ignore">Ignore</string>
<string name="view_changelog">View changelog</string>
<string name="i_already_paid">I Already Paid</string>
<string name="memberships">Memberships</string>
<string name="a_monthly_recurring_payment_with_often">A monthly recurring payment with often</string>
<string name="additional_perks">additional perks.</string>
<string name="a_one_time_payment_to_support_the_creator">A one-time payment to support the creator</string>
<string name="donation">Donation</string>
<string name="downloading">Downloading</string>
<string name="videos">Videos</string>
<string name="clear_history">Clear history</string>
<string name="nothing_to_import">Nothing to import</string>
<string name="enabling_lots_of_sources_can_reduce_the_loading_speed_of_your_application">Enabling lots of sources can reduce the loading speed of your application.</string>
<string name="support">Support</string>
<string name="store">Store</string>
<string name="live_chat">Live Chat</string>
<string name="remove">Remove</string>
<string name="space_videos">Videos</string>
<string name="playlist">Playlist</string>
<string name="neopass_channel">Polycentric channel</string>
<string name="enable">Enable</string>
<string name="under_construction">Under Construction</string>
<string name="under">UNDER</string>
<string name="construction">CONSTRUCTION</string>
<string name="disable">Disable</string>
<string name="the_following_content_cannot_be_opened_in_grayjay_due_to_a_missing_plugin">The following content cannot be opened in Grayjay due to a missing plugin.</string>
<string name="unknown">Unknown</string>
<string name="tap_to_open_in_browser">Tap to open in browser</string>
<string name="missing_plugin">Missing Plugin</string>
<string name="viewers_are_raiding">Viewers are raiding</string>
<string name="go_now">Go now</string>
<string name="prevent">Prevent</string>
<string name="recently_used_playlist">Recently Used Playlist</string>
<string name="license_email">License email</string>
<string name="required_to_send_the_license_key">Required to send the license key</string>
<string name="receipt_email_user_domain_com">Receipt email (user@domain.com)</string>
<string name="payment_using">Payment using</string>
<string name="country">Country</string>
<string name="postal_code">Postal Code</string>
<string name="grayjay">Grayjay</string>
<string name="sales_tax">Sales Tax (</string>
<string name="total">Total</string>
<string name="pay">Pay</string>
<string name="standard_payment_methods">Standard Payment Methods</string>
<string name="stripe_is_a_secure_online_payment_service_that_accepts_major_credit_cards_debit_cards_and_various_localized_payment_methods">Stripe is a secure online payment service that accepts major credit cards, debit cards, and various localized payment methods.</string>
<string name="live_capitalized">LIVE</string>
<string name="add_a_comment">Add a comment…</string>
<string name="dismiss">Dismiss</string>
<string name="scan_a_qr_code_to_install">Scan a QR code to install</string>
<string name="toggle_fullscreen">Toggle fullscreen</string>
<string name="by">By</string>
<string name="signature">Signature</string>
<string name="valid">Valid</string>
<string name="repeat">Repeat</string>
<string name="view">View</string>
<string name="install_by_qr">Install by QR</string>
<string name="install_a_plugin_by_scanning_a_qr_code">Install a plugin by scanning a QR code</string>
<string name="logout">Logout</string>
<string name="video">Video</string>
<string name="view_a_more_in_depth_video">View a more in-depth video</string>
<string name="technical_documentation">Technical Documentation</string>
<string name="view_the_technical_documentation">View the technical documentation</string>
<string name="visit_my_store">Visit my store</string>
<string name="make_a_backup_of_your_identity">Make a backup of your identity</string>
<string name="sign_out_of_this_identity">Sign out of this identity</string>
<string name="delete_this_profile">Delete this profile</string>
<string name="install_by_url">Install by URL</string>
<string name="cache_to_quickly_load_previously_fetched_videos">Cache to quickly load previously fetched videos</string>
<string name="a_list_of_user_reported_and_self_reported_issues">A list of user-reported and self-reported issues</string>
<string name="also_removes_any_data_related_plugin_like_login_or_settings">Also removes any data related plugin like login or settings</string>
<string name="announcement">Announcement</string>
<string name="attempt_to_utilize_byte_ranges">Attempt to utilize byte ranges</string>
<string name="auto_update">Auto Update</string>
<string name="auto_rotate">Auto-Rotate</string>
<string name="auto_rotate_dead_zone">Auto-Rotate Dead Zone</string>
<string name="automatic_backup">Automatic Backup</string>
<string name="background_behavior">Background Behavior</string>
<string name="background_update">Background Update</string>
<string name="background_download">Background download</string>
<string name="backup">Backup</string>
<string name="browsing">Browsing</string>
<string name="byte_range_concurrency">ByteRange Concurrency</string>
<string name="byte_range_download">ByteRange Download</string>
<string name="casting">Casting</string>
<string name="change_behavior_of_the_player">Change behavior of the player</string>
<string name="change_external_downloads_directory">Change external Downloads directory</string>
<string name="change_external_general_directory">Change external General directory</string>
<string name="change_tabs_visible_on_the_home_screen">Change tabs visible on the home screen</string>
<string name="change_the_external_directory_for_general_files">Change the external directory for general files</string>
<string name="change_the_external_storage_for_download_files">Change the external storage for download files</string>
<string name="clear_cookies">Clear Cookies</string>
<string name="clear_cookies_on_logout">Clear Cookies on Logout</string>
<string name="clear_payment">Clear Payment</string>
<string name="clears_cookies_when_you_log_out">Clears cookies when you log out</string>
<string name="clears_in_app_browser_cookies">Clears in-app browser cookies</string>
<string name="configure_browsing_behavior">Configure browsing behavior</string>
<string name="configure_casting">Configure casting</string>
<string name="configure_daily_backup_in_case_of_catastrophic_failure">Configure daily backup in case of catastrophic failure</string>
<string name="configure_downloading_of_videos">Configure downloading of videos</string>
<string name="configure_how_your_home_tab_works_and_feels">Configure how your Home tab works and feels</string>
<string name="configure_how_your_subscriptions_works_and_feels">Configure how your Subscriptions works and feels</string>
<string name="configure_if_background_download_should_be_used">Configure if background download should be used</string>
<string name="configure_the_auto_updater">Configure the auto updater</string>
<string name="configure_when_updates_should_be_downloaded">Configure when updates should be downloaded</string>
<string name="configure_when_videos_should_be_downloaded">Configure when videos should be downloaded</string>
<string name="creates_a_zip_file_with_your_data_which_can_be_imported_by_opening_it_with_grayjay">Creates a zip file with your data which can be imported by opening it with Grayjay</string>
<string name="default_audio_quality">Default Audio Quality</string>
<string name="default_playback_speed">Default Playback Speed</string>
<string name="default_video_quality">Default Video Quality</string>
<string name="deletes_license_keys_from_app">Deletes license keys from app</string>
<string name="download_when">Download when</string>
<string name="enable_video_cache">Enable Video Cache</string>
<string name="enable_casting">Enable casting</string>
<string name="experimental_background_update_for_subscriptions_cache">Experimental background update for subscriptions cache</string>
<string name="export_data">Export Data</string>
<string name="external_storage">External Storage</string>
<string name="feed_style">Feed Style</string>
<string name="fetch_on_app_boot">Fetch on app boot</string>
<string name="get_answers_to_common_questions">Get answers to common questions</string>
<string name="give_feedback_on_the_application">Give feedback on the application</string>
<string name="info">Info</string>
<string name="live_chat_webview">Live Chat Webview</string>
<string name="log_level">Log Level</string>
<string name="logging">Logging</string>
<string name="manage_polycentric_identity">Manage Polycentric identity</string>
<string name="manage_your_polycentric_identity">Manage your Polycentric identity</string>
<string name="manual_check">Manual check</string>
<string name="manually_check_for_updates">Manually check for updates</string>
<string name="number_of_concurrent_threads_to_multiply_download_speeds_from_throttled_sources">Number of concurrent threads to multiply download speeds from throttled sources</string>
<string name="payment">Payment</string>
<string name="payment_status">Payment Status</string>
<string name="player">Player</string>
<string name="plugins">Plugins</string>
<string name="preferred_casting_quality">Preferred Casting Quality</string>
<string name="preferred_metered_quality">Preferred Metered Quality</string>
<string name="preferred_preview_quality">Preferred Preview Quality</string>
<string name="primary_language">Primary Language</string>
<string name="reinstall_embedded_plugins">Reinstall Embedded Plugins</string>
<string name="remove_cached_version">Remove Cached Version</string>
<string name="remove_the_last_downloaded_version">Remove the last downloaded version</string>
<string name="reset_announcements">Reset announcements</string>
<string name="reset_hidden_announcements">Reset hidden announcements</string>
<string name="restore_automatic_backup">Restore Automatic Backup</string>
<string name="restore_a_previous_automatic_backup">Restore a previous automatic backup</string>
<string name="resume_after_preview">Resume After Preview</string>
<string name="review_the_current_and_past_changelogs">Review the current and past changelogs</string>
<string name="set_automatic_backup">Set Automatic Backup</string>
<string name="shortly_after_opening_the_app_start_fetching_subscriptions">Shortly after opening the app, start fetching subscriptions</string>
<string name="show_faq">Show FAQ</string>
<string name="show_issues">Show Issues</string>
<string name="specify_how_many_threads_are_used_to_fetch_channels">Specify how many threads are used to fetch channels</string>
<string name="submit_feedback">Submit feedback</string>
<string name="submit_logs">Submit logs</string>
<string name="submit_logs_to_help_us_narrow_down_issues">Submit logs to help us narrow down issues</string>
<string name="subscription_concurrency">Subscription Concurrency</string>
<string name="this_prevents_the_device_from_rotating_within_the_given_amount_of_degrees">This prevents the device from rotating within the given amount of degrees</string>
<string name="use_the_live_chat_web_window_when_available_over_native_implementation">Use the live chat web window when available over native implementation</string>
<string name="version_code">Version Code</string>
<string name="version_name">Version Name</string>
<string name="version_type">Version Type</string>
<string name="when_watching_a_video_in_preview_mode_resume_at_the_position_when_opening_the_video_code">When watching a video in preview mode, resume at the position when opening the video code</string>
<string name="please_enable_logging_to_submit_logs">Please enable logging to submit logs</string>
<string name="embedded_plugins_reinstalled_a_reboot_is_recommended">Embedded plugins reinstalled, a reboot is recommended</string>
<string name="announcements_reset">Announcements reset.</string>
<string name="failed_to_show_store">Failed to show store.</string>
<string name="retrieving_changelog">Retrieving changelog</string>
<string name="paid">Paid</string>
<string name="not_paid">Not Paid</string>
<string name="licenses_cleared_might_require_app_restart">Licenses cleared, might require app restart</string>
<string name="attempts_to_fetch_2_pages_from_getHome">Attempts to fetch 2 pages from getHome</string>
<string name="background_subscription_testing">Background Subscription Testing</string>
<string name="clear_all_downloaded">Clear All Downloaded</string>
<string name="clear_downloads">Clear Downloads</string>
<string name="clear_all_cookies_from_the_cookieManager">Clear all cookies from the CookieManager</string>
<string name="crash_me">Crash Me</string>
<string name="crashes_the_application_on_purpose">Crashes the application on purpose</string>
<string name="delete_announcements">Delete Announcements</string>
<string name="delete_unresolved">Delete Unresolved</string>
<string name="delete_all_announcements">Delete all announcements</string>
<string name="deletes_all_downloaded_videos_and_related_files">Deletes all downloaded videos and related files</string>
<string name="deletes_all_ongoing_downloads">Deletes all ongoing downloads</string>
<string name="deletes_all_unresolved_source_files">Deletes all unresolved source files</string>
<string name="developer_mode">Developer Mode</string>
<string name="development_server">Development Server</string>
<string name="experimental">Experimental</string>
<string name="fill_storage_till_error">Fill storage till error</string>
<string name="inject">Inject</string>
<string name="injects_a_test_source_config_local_into_v8">Injects a test source config (local) into V8</string>
<string name="other">Other</string>
<string name="others_ellipsis">Others…</string>
<string name="removes_all_subscriptions">Removes all subscriptions</string>
<string name="settings_related_to_development_server_be_careful_as_it_may_open_your_phone_to_security_vulnerabilities">Settings related to development server, be careful as it may open your phone to security vulnerabilities</string>
<string name="start_server">Start Server</string>
<string name="start_server_on_boot">Start Server on boot</string>
<string name="starts_a_devServer_on_port_11337_may_expose_vulnerabilities">Starts a DevServer on port 11337, may expose vulnerabilities.</string>
<string name="test_v8_communication_speed">Test V8 Communication speed</string>
<string name="test_v8_creation_speed">Test V8 Creation speed</string>
<string name="tests_v8_communication_speeds">Tests V8 communication speeds</string>
<string name="tests_v8_creation_times_and_running">Tests V8 creation times and running</string>
<string name="unsubscribe_all">Unsubscribe all</string>
<string name="v8_benchmarks">V8 Benchmarks</string>
<string name="v8_script_testing">V8 Script Testing</string>
<string name="various_benchmarks_using_the_integrated_v8_engine">Various benchmarks using the integrated V8 engine</string>
<string name="various_tests_against_a_custom_source">Various tests against a custom source</string>
<string name="writes_to_disk_till_no_space_is_left">Writes to disk till no space is left</string>
<string name="visibility">Visibility</string>
<string name="enable_where_this_plugins_content_are_visible">Enable where this plugin\'s content are visible</string>
<string name="show_content_in_home_tab">Show content in home tab</string>
<string name="show_content_in_search_results">Show content in search results</string>
<string-array name="casting_device_type_array">
<item>FastCast</item>
<item>ChromeCast</item>
<item>AirPlay</item>
</string-array>
<string-array name="log_levels">
<item>None</item>
<item>Error</item>
<item>Warning</item>
<item>Information</item>
<item>Verbose</item>
</string-array>
</resources>