feat(YouTube/Settings): Remove quotations from proper nouns (#56)

* YTM: Remove quotations from proper nouns

* YT: Remove quotations from proper nouns

* Apply changes from review

* Update strings.xml

* Update strings.xml

* Speed overlay setting description

* Update strings.xml

* Rename toggle

* Revert string name change

This partially reverts commit 00054435fb4f9b4b87d18548cb54751e1d63a0cb.

* Apply suggestion from review (Hide subscriptions channel section)

* Apply suggestion from review

* Unfuck my forced commit mess

(Also made another description dynamic)

* Apply suggestion from review

* capitalize `Ambient mode` and change wording

* Apply code review suggestions

* Apply suggestion from review

---------

Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
This commit is contained in:
KobeW50 2024-06-22 08:35:26 -04:00 committed by GitHub
parent 1aa14eeddd
commit 14e1747c4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 83 additions and 81 deletions

View File

@ -14,15 +14,15 @@ import java.nio.file.Files
@Suppress("DEPRECATION", "unused")
object DoubleTapLengthPatch : BaseResourcePatch(
name = "Custom double tap length",
description = "Adds 'double-tap to seek' values that are specified in options.json.",
description = "Adds Double-tap to seek values that are specified in options.json.",
dependencies = setOf(SettingsPatch::class),
compatiblePackages = COMPATIBLE_PACKAGE
) {
private val DoubleTapLengthArrays by stringPatchOption(
key = "DoubleTapLengthArrays",
default = "3, 5, 10, 15, 20, 30, 60, 120, 180",
title = "Double-tap to seek Values",
description = "A list of custom double-tap to seek lengths to be added, separated by commas.",
title = "Double-tap to seek values",
description = "A list of custom Double-tap to seek lengths to be added, separated by commas.",
required = true
)

View File

@ -25,7 +25,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
@Suppress("unused")
object AmbientModeSwitchPatch : BaseBytecodePatch(
name = "Ambient mode control",
description = "Adds options to disable ambient mode and to bypass ambient mode restrictions.",
description = "Adds options to disable Ambient mode and to bypass Ambient mode restrictions.",
dependencies = setOf(SettingsPatch::class),
compatiblePackages = COMPATIBLE_PACKAGE,
fingerprints = setOf(

View File

@ -167,8 +167,8 @@ Info:
<string name="revanced_hide_category_bar_summary">Hides the category bar.</string>
<string name="revanced_hide_floating_button_title">Hide floating button</string>
<string name="revanced_hide_floating_button_summary">Hides the floating button in the Library tab.</string>
<string name="revanced_hide_tap_to_update_button_title">Hide \'Tap to update\' button</string>
<string name="revanced_hide_tap_to_update_button_summary">Hides the \'Tap to update\' button.</string>
<string name="revanced_hide_tap_to_update_button_title">Hide Tap to update button</string>
<string name="revanced_hide_tap_to_update_button_summary">Hides the Tap to update button.</string>
<string name="revanced_hide_history_button_title">Hide History button</string>
<string name="revanced_hide_history_button_summary">Hides the History button in the toolbar.</string>
<string name="revanced_hide_notification_button_title">Hide Notifications button</string>
@ -310,7 +310,7 @@ Some features may not work properly in the old player layout."</string>
<string name="revanced_sb_segments_sponsor">Sponsor</string>
<string name="revanced_sb_segments_sponsor_sum">Paid promotion, paid referrals, and direct advertisements. Not for self-promotion or free shout-outs to causes / creators / websites / products they like.</string>
<string name="revanced_sb_segments_selfpromo">Unpaid/Self Promotion</string>
<string name="revanced_sb_segments_selfpromo_sum">Similar to \'Sponsor\' except for unpaid or self promotion. Includes sections about merchandise, donations, or information about who they collaborated with.</string>
<string name="revanced_sb_segments_selfpromo_sum">Similar to Sponsor, except for unpaid or self promotion. Includes sections about merchandise, donations, or information about who they collaborated with.</string>
<string name="revanced_sb_segments_interaction">Interaction Reminder (Subscribe)</string>
<string name="revanced_sb_segments_interaction_sum">A short reminder to like, subscribe, or follow them in the middle of content. If it is long or about something specific, it should instead be under self promotion.</string>
<string name="revanced_sb_segments_intro">Intermission/Intro Animation</string>
@ -375,7 +375,7 @@ Info:
<string name="gms_core_dialog_title">Action needed</string>
<string name="gms_core_dialog_not_whitelisted_not_allowed_in_background_message">"GmsCore does not have permission to run in the background.
Follow the 'Don't kill my app!' guide for your device, and apply the instructions to your GmsCore installation.
Follow the Don't kill my app! guide for your device, and apply the instructions to your GmsCore installation.
This is required for the app to work."</string>
<string name="gms_core_dialog_open_website_text">Open website</string>

View File

@ -26,7 +26,7 @@
<string name="revanced_hide_fullscreen_ads_type_summary_on">Fullscreen ads are closed through the Close button.</string>
<string name="revanced_hide_fullscreen_ads_type_summary_off">"Fullscreen ads are blocked.
Limitation: Community post image on the fullscreen may be blocked."</string>
Side effect: Community post images may be blocked in fullscreen."</string>
<string name="revanced_hide_fullscreen_ads_blocked_success">Fullscreen ads have been blocked. (DialogType: %s)</string>
<string name="revanced_hide_fullscreen_ads_closed_success">Fullscreen ads have been closed.</string>
<string name="revanced_hide_general_ads_title">Hide general ads</string>
@ -126,27 +126,27 @@ Tap here to learn more about DeArrow."</string>
<string name="revanced_hide_latest_posts_title">Hide latest posts</string>
<string name="revanced_hide_latest_posts_summary_on">Latest posts are hidden.</string>
<string name="revanced_hide_latest_posts_summary_off">Latest posts are shown.</string>
<string name="revanced_hide_latest_videos_button_title">"Hide 'Latest videos' button"</string>
<string name="revanced_hide_latest_videos_button_summary_on">"'Latest videos' button is hidden."</string>
<string name="revanced_hide_latest_videos_button_summary_off">"'Latest videos' button is shown."</string>
<string name="revanced_hide_latest_videos_button_title">Hide Latest videos button</string>
<string name="revanced_hide_latest_videos_button_summary_on">Latest videos button is hidden.</string>
<string name="revanced_hide_latest_videos_button_summary_off">Latest videos button is shown.</string>
<string name="revanced_hide_mix_playlists_title">Hide mix playlists</string>
<string name="revanced_hide_mix_playlists_summary_on">Mix playlists are hidden.</string>
<string name="revanced_hide_mix_playlists_summary_off">Mix playlists are shown.</string>
<string name="revanced_hide_movie_shelf_title">Hide movies shelves</string>
<string name="revanced_hide_movie_shelf_summary_on">Movies shelves are hidden.</string>
<string name="revanced_hide_movie_shelf_summary_off">Movies shelves are shown.</string>
<string name="revanced_hide_notify_me_button_title">"Hide 'Notify me' button"</string>
<string name="revanced_hide_notify_me_button_summary_on">"'Notify me' button is hidden."</string>
<string name="revanced_hide_notify_me_button_summary_off">"'Notify me' button is shown."</string>
<string name="revanced_hide_notify_me_button_title">Hide Notify me button</string>
<string name="revanced_hide_notify_me_button_summary_on">Notify me button is hidden.</string>
<string name="revanced_hide_notify_me_button_summary_off">Notify me button is shown.</string>
<string name="revanced_hide_playables_title">Hide Playables</string>
<string name="revanced_hide_playables_summary_on">Playables are hidden.</string>
<string name="revanced_hide_playables_summary_off">Playables are shown.</string>
<string name="revanced_hide_show_more_button_title">"Hide 'Show more' button"</string>
<string name="revanced_hide_show_more_button_summary_on">"'Show more' button is hidden."</string>
<string name="revanced_hide_show_more_button_summary_off">"'Show more' button is shown."</string>
<string name="revanced_hide_subscriptions_channel_section_title">Hide subscriptions channel section</string>
<string name="revanced_hide_subscriptions_channel_section_summary_on">Subscriptions channel section is hidden.</string>
<string name="revanced_hide_subscriptions_channel_section_summary_off">Subscriptions channel section is shown.</string>
<string name="revanced_hide_show_more_button_title">Hide Show more button</string>
<string name="revanced_hide_show_more_button_summary_on">Show more button is hidden.</string>
<string name="revanced_hide_show_more_button_summary_off">Show more button is shown.</string>
<string name="revanced_hide_subscriptions_carousel_title">Hide subscriptions carousel</string>
<string name="revanced_hide_subscriptions_carousel_summary_on">Subscriptions carousel is hidden.</string>
<string name="revanced_hide_subscriptions_carousel_summary_off">Subscriptions carousel is shown.</string>
<string name="revanced_hide_ticket_shelf_title">Hide ticket shelves</string>
<string name="revanced_hide_ticket_shelf_summary_on">Ticket shelves are hidden.</string>
<string name="revanced_hide_ticket_shelf_summary_off">Ticket shelves are shown.</string>
@ -186,9 +186,9 @@ Store"</string>
<string name="revanced_hide_channel_profile_links_title">Hide channel profile links</string>
<string name="revanced_hide_channel_profile_links_summary_on">Links at the top of channel profiles are hidden.</string>
<string name="revanced_hide_channel_profile_links_summary_off">Links at the top of channel profiles are shown.</string>
<string name="revanced_hide_for_you_shelf_title">"Hide 'For You' shelf"</string>
<string name="revanced_hide_for_you_shelf_summary_on">"'For You' shelf is hidden."</string>
<string name="revanced_hide_for_you_shelf_summary_off">"'For You' shelf is shown."</string>
<string name="revanced_hide_for_you_shelf_title">Hide For You shelf</string>
<string name="revanced_hide_for_you_shelf_summary_on">For You shelf is hidden.</string>
<string name="revanced_hide_for_you_shelf_summary_off">For You shelf is shown.</string>
<!-- PreferenceScreen: Feed, PreferenceCategory: Feed, PreferenceScreen: Community posts -->
<string name="revanced_preference_screen_community_posts_title">Community posts</string>
@ -250,7 +250,7 @@ Limitations:
<string name="revanced_hide_recommended_video_title">Hide recommended videos</string>
<string name="revanced_hide_recommended_video_summary">"Hides the following recommended videos:
• Videos with 'Only for Membership' tag.
• Videos with the Members only tag.
• Videos with phrases such as 'People also watched' underneath."</string>
<string name="revanced_hide_low_views_video_title">Hide low views video</string>
<string name="revanced_hide_low_views_video_summary">Hide videos with less than 1,000 views from home feeds that have been uploaded from unsubscribed channels.</string>
@ -342,7 +342,7 @@ This does not bypass the age restriction. It just accepts it automatically."</st
<string name="revanced_spoof_app_version_target_entry_18_17_43">18.17.43 - Restore old player flyout panel</string>
<string name="revanced_spoof_app_version_target_entry_18_33_40">18.33.40 - Restore old Shorts action bar</string>
<string name="revanced_spoof_app_version_target_entry_18_38_45">18.38.45 - Restore old default video quality behavior</string>
<string name="revanced_spoof_app_version_target_entry_18_48_39">"18.48.39 - Disables 'views' and 'likes' from being updated in real time"</string>
<string name="revanced_spoof_app_version_target_entry_18_48_39">18.48.39 - Disables views and likes from being updated in real time</string>
<!-- PreferenceScreen: General, PreferenceCategory: General, PreferenceScreen: Account menu -->
<string name="revanced_preference_screen_account_menu_title">Account menu</string>
@ -457,7 +457,7 @@ Captions"</string>
<string name="revanced_enable_wide_search_bar_in_you_tab_summary">"Enabling this setting will disable the Settings button in the You tab.
In this case, please use the following path to access the settings:
'You tab → View channel → Menu → Settings'"</string>
You tab → View channel → Menu → Settings"</string>
<string name="revanced_hide_toolbar_cast_button_title">Hide Cast button</string>
<string name="revanced_hide_toolbar_cast_button_summary_on">Cast button is hidden.</string>
<string name="revanced_hide_toolbar_cast_button_summary_off">Cast button is shown.</string>
@ -492,10 +492,10 @@ Tap and hold to open RVX settings."</string>
<string name="revanced_disable_auto_player_popup_panels_summary_on">Auto player popup panels are disabled.</string>
<string name="revanced_disable_auto_player_popup_panels_summary_off">Auto player popup panels are enabled.</string>
<string name="revanced_disable_speed_overlay_title">Disable speed overlay</string>
<string name="revanced_disable_speed_overlay_summary">"Disable 'Playing at 2x speed' while holding down.
<string name="revanced_disable_speed_overlay_summary">"Disable '2x&gt;&gt;' while holding down.
Note:
• Disabling the speed overlay restores the 'Slide to seek' behavior of the old layout.
• Disabling the speed overlay restores the Slide to seek behavior of the old layout.
• Disabling this setting does not forcefully enable the speed overlay."</string>
<string name="revanced_speed_overlay_value_title">Speed overlay value</string>
<string name="revanced_speed_overlay_value_summary">Speed overlay value between 0-8.0.</string>
@ -540,7 +540,7 @@ Note:
<string name="revanced_hide_suggested_video_end_screen_summary_on">"Suggested video end screen is hidden when autoplay is turned off.
Autoplay can be changed in YouTube settings:
'Settings → Autoplay → Autoplay next video'"</string>
Settings → Autoplay → Autoplay next video"</string>
<string name="revanced_hide_suggested_video_end_screen_summary_off">Suggested video end screen is shown.</string>
<string name="revanced_skip_autoplay_countdown_title">Skip autoplay countdown</string>
<string name="revanced_skip_autoplay_countdown_summary_on">If autoplay is enabled, the next video will play immediately.</string>
@ -586,15 +586,17 @@ Autoplay can be changed in YouTube settings:
<!-- PreferenceScreen: Player, PreferenceCategory: Player, PreferenceScreen: Ambient mode -->
<string name="revanced_preference_screen_ambient_mode_title">Ambient mode</string>
<string name="revanced_preference_screen_ambient_mode_summary">Disable ambient mode or bypass ambient mode restrictions.</string>
<string name="revanced_preference_screen_ambient_mode_summary">Disable Ambient mode or bypass Ambient mode restrictions.</string>
<string name="revanced_bypass_ambient_mode_restrictions_title">Bypass ambient mode restrictions</string>
<string name="revanced_bypass_ambient_mode_restrictions_title">Bypass Ambient mode restrictions</string>
<string name="revanced_bypass_ambient_mode_restrictions_summary_on">Ambient mode is enabled in battery saver mode.</string>
<string name="revanced_bypass_ambient_mode_restrictions_summary_off">Ambient mode is disabled in battery saver mode.</string>
<string name="revanced_disable_ambient_mode_title">Disable ambient mode</string>
<string name="revanced_disable_ambient_mode_summary">Disables ambient mode.</string>
<string name="revanced_disable_ambient_mode_in_fullscreen_title">Disable ambient mode in fullscreen</string>
<string name="revanced_disable_ambient_mode_in_fullscreen_summary">Disables ambient mode for fullscreen only.</string>
<string name="revanced_disable_ambient_mode_title">Disable Ambient mode</string>
<string name="revanced_disable_ambient_mode_summary_on">Ambient mode is disabled.</string>
<string name="revanced_disable_ambient_mode_summary_off">Ambient mode is enabled.</string>
<string name="revanced_disable_ambient_mode_in_fullscreen_title">Disable Ambient mode in fullscreen</string>
<string name="revanced_disable_ambient_mode_in_fullscreen_summary_on">Ambient mode is disabled in fullscreen.</string>
<string name="revanced_disable_ambient_mode_in_fullscreen_summary_off">Ambient mode is enabled in fullscreen.</string>
<!-- PreferenceScreen: Player, PreferenceCategory: Player, PreferenceScreen: Channel bar -->
<string name="revanced_preference_screen_channel_bar_title">Channel bar</string>
@ -614,9 +616,9 @@ Autoplay can be changed in YouTube settings:
<string name="revanced_hide_channel_guidelines_title">Hide channel guidelines</string>
<string name="revanced_hide_channel_guidelines_summary_on">Channel guidelines are hidden.</string>
<string name="revanced_hide_channel_guidelines_summary_off">Channel guidelines are shown.</string>
<string name="revanced_hide_comments_by_members_title">"Hide 'Comments by members' banner"</string>
<string name="revanced_hide_comments_by_members_summary_on">"'Comments by members' banner is hidden."</string>
<string name="revanced_hide_comments_by_members_summary_off">"'Comments by members' banner is shown."</string>
<string name="revanced_hide_comments_by_members_title">Hide Comments by members banner</string>
<string name="revanced_hide_comments_by_members_summary_on">Comments by members banner is hidden.</string>
<string name="revanced_hide_comments_by_members_summary_off">Comments by members banner is shown.</string>
<string name="revanced_hide_comments_section_title">Hide Comments section</string>
<string name="revanced_hide_comments_section_summary_on">Comments section is hidden.</string>
<string name="revanced_hide_comments_section_summary_off">Comments section is shown.</string>
@ -629,9 +631,9 @@ Autoplay can be changed in YouTube settings:
<string name="revanced_hide_preview_comment_type_title">Hide preview comment type</string>
<string name="revanced_hide_preview_comment_type_on">This does not change the size of the comments section, so it is possible to open the live chat replay in the comments section.</string>
<string name="revanced_hide_preview_comment_type_off">This changes the size of the comments section, so it is impossible to open a live chat replay in the comments section.</string>
<string name="revanced_hide_comment_create_shorts_button_title">Hide create Shorts button</string>
<string name="revanced_hide_comment_create_shorts_button_summary_on">Create Shorts button is hidden.</string>
<string name="revanced_hide_comment_create_shorts_button_summary_off">Create Shorts button is shown.</string>
<string name="revanced_hide_comment_create_shorts_button_title">Hide Create a Short button</string>
<string name="revanced_hide_comment_create_shorts_button_summary_on">Create a Short button is hidden.</string>
<string name="revanced_hide_comment_create_shorts_button_summary_off">Create a Short button is shown.</string>
<string name="revanced_hide_comment_thanks_button_title">Hide Thanks button</string>
<string name="revanced_hide_comment_thanks_button_summary_on">Thanks button is hidden.</string>
<string name="revanced_hide_comment_thanks_button_summary_off">Thanks button is shown.</string>
@ -722,8 +724,8 @@ Limitation: Video title disappears when clicked."</string>
<string name="revanced_hide_live_chat_replay_button_summary_on">Live chat replay button is hidden.\n\nIt appears in fullscreen when closing live chat.</string>
<string name="revanced_hide_live_chat_replay_button_summary_off">Live chat replay button is shown.\n\nIt appears in fullscreen when closing live chat.</string>
<string name="revanced_hide_related_video_overlay_title">Hide related video overlay</string>
<string name="revanced_hide_related_video_overlay_summary_on">\'More videos\' section in the quick actions container and the related video overlay are hidden.</string>
<string name="revanced_hide_related_video_overlay_summary_off">\'More videos\' section in the quick actions container and the related video overlay are shown.</string>
<string name="revanced_hide_related_video_overlay_summary_on">More videos section in the quick actions container and the related video overlay are hidden.</string>
<string name="revanced_hide_related_video_overlay_summary_off">More videos section in the quick actions container and the related video overlay are shown.</string>
<!-- PreferenceScreen: Player, PreferenceCategory: Player, PreferenceScreen: Fullscreen, PreferenceCategory: Quick actions -->
<string name="revanced_preference_category_quick_actions">Quick actions</string>
@ -875,7 +877,7 @@ Please download %2$s from the website."</string>
<string name="revanced_overlay_button_speed_dialog_reset">Playback speed reset: %sx.</string>
<string name="revanced_overlay_button_not_allowed_warning">Tap and hold to change button state.</string>
<string name="revanced_share_copy_timestamp_success">Time stamp copied to clipboard. (%s)</string>
<string name="revanced_share_copy_timestamp_success">Timestamp copied to clipboard. (%s)</string>
<string name="revanced_share_copy_url_success">URL copied to clipboard.</string>
<string name="revanced_share_copy_url_timestamp_success">URL with timestamp copied to clipboard.</string>
@ -883,13 +885,13 @@ Please download %2$s from the website."</string>
<string name="revanced_preference_screen_seekbar_title">Seekbar</string>
<string name="revanced_preference_screen_seekbar_summary">Customize the seekbar components.</string>
<string name="revanced_append_time_stamp_information_title">Append time stamp information</string>
<string name="revanced_append_time_stamp_information_summary_on">Information is appended to the time stamp.</string>
<string name="revanced_append_time_stamp_information_summary_off">Information is not appended to the time stamp.</string>
<string name="revanced_append_time_stamp_information_title">Append timestamp information</string>
<string name="revanced_append_time_stamp_information_summary_on">Information is appended to the timestamp.</string>
<string name="revanced_append_time_stamp_information_summary_off">Information is not appended to the timestamp.</string>
<string name="revanced_append_time_stamp_information_type_title">Append information type</string>
<string name="revanced_append_time_stamp_information_type_summary_on">Append video quality.</string>
<string name="revanced_append_time_stamp_information_type_summary_off">Append playback speed.</string>
<string name="revanced_replace_time_stamp_action_title">Replace time stamp action</string>
<string name="revanced_replace_time_stamp_action_title">Replace timestamp action</string>
<string name="revanced_replace_time_stamp_action_summary_on">Tap to open playback speed or video quality flyout menu.</string>
<string name="revanced_replace_time_stamp_action_summary_off">Tap to show the remaining time.</string>
<string name="revanced_enable_custom_seekbar_color_title">Enable custom seekbar color</string>
@ -909,9 +911,9 @@ Please download %2$s from the website."</string>
<string name="revanced_hide_seekbar_chapters_title">Hide seekbar chapters</string>
<string name="revanced_hide_seekbar_chapters_summary_on">Chapters are hidden in the seekbar.</string>
<string name="revanced_hide_seekbar_chapters_summary_off">Chapters are shown in the seekbar.</string>
<string name="revanced_hide_time_stamp_title">Hide time stamp</string>
<string name="revanced_hide_time_stamp_summary_on">Time stamp is hidden.</string>
<string name="revanced_hide_time_stamp_summary_off">Time stamp is shown.</string>
<string name="revanced_hide_time_stamp_title">Hide timestamp</string>
<string name="revanced_hide_time_stamp_summary_on">Timestamp is hidden.</string>
<string name="revanced_hide_time_stamp_summary_off">Timestamp is shown.</string>
<string name="revanced_restore_old_seekbar_thumbnails_title">Restore old seekbar thumbnails</string>
<string name="revanced_restore_old_seekbar_thumbnails_summary_on">Seekbar thumbnails will appear above the seekbar.</string>
<string name="revanced_restore_old_seekbar_thumbnails_summary_off">Seekbar thumbnails will appear in fullscreen.</string>
@ -923,24 +925,24 @@ Please download %2$s from the website."</string>
<string name="revanced_disable_rolling_number_animations_title">Disable rolling number animations</string>
<string name="revanced_disable_rolling_number_animations_summary_on">Rolling numbers are not animated.</string>
<string name="revanced_disable_rolling_number_animations_summary_off">Rolling numbers are animated.</string>
<string name="revanced_hide_chapters_section_title">Hide chapters sections</string>
<string name="revanced_hide_chapters_section_summary_on">Chapters sections are hidden.</string>
<string name="revanced_hide_chapters_section_summary_off">Chapters sections are shown.</string>
<string name="revanced_hide_info_cards_section_title">Hide info cards sections</string>
<string name="revanced_hide_info_cards_section_summary_on">Info cards sections are hidden.</string>
<string name="revanced_hide_info_cards_section_summary_off">Info cards sections are shown.</string>
<string name="revanced_hide_podcast_section_title">Hide podcast sections</string>
<string name="revanced_hide_podcast_section_summary_on">Podcast sections are hidden.</string>
<string name="revanced_hide_podcast_section_summary_off">Podcast sections are shown.</string>
<string name="revanced_hide_chapters_section_title">Hide Chapters section</string>
<string name="revanced_hide_chapters_section_summary_on">Chapters section is hidden.</string>
<string name="revanced_hide_chapters_section_summary_off">Chapters section is shown.</string>
<string name="revanced_hide_info_cards_section_title">Hide info cards section</string>
<string name="revanced_hide_info_cards_section_summary_on">Info cards section is hidden.</string>
<string name="revanced_hide_info_cards_section_summary_off">Info cards section is shown.</string>
<string name="revanced_hide_podcast_section_title">Hide Explore the podcast section</string>
<string name="revanced_hide_podcast_section_summary_on">Explore the podcast section is hidden.</string>
<string name="revanced_hide_podcast_section_summary_off">Explore the podcast section is shown.</string>
<string name="revanced_hide_shopping_links_title">Hide shopping links</string>
<string name="revanced_hide_shopping_links_summary_on">Shopping links are hidden.</string>
<string name="revanced_hide_shopping_links_summary_off">Shopping links are shown.</string>
<string name="revanced_hide_suggestions_section_title">Hide suggestions sections</string>
<string name="revanced_hide_suggestions_section_summary_on">Game sections, music sections, and place sections are hidden.</string>
<string name="revanced_hide_suggestions_section_summary_off">Game sections, music sections, and place sections are shown.</string>
<string name="revanced_hide_transcript_section_title">Hide transcript sections</string>
<string name="revanced_hide_transcript_section_summary_on">Transcript sections are hidden.</string>
<string name="revanced_hide_transcript_section_summary_off">Transcript sections are shown.</string>
<string name="revanced_hide_suggestions_section_title">Hide attributes section</string>
<string name="revanced_hide_suggestions_section_summary_on">Featured places, Games, and Music sections are hidden.</string>
<string name="revanced_hide_suggestions_section_summary_off">Featured places, Games, and Music sections are shown.</string>
<string name="revanced_hide_transcript_section_title">Hide Transcript section</string>
<string name="revanced_hide_transcript_section_summary_on">Transcript section is hidden.</string>
<string name="revanced_hide_transcript_section_summary_off">Transcript section is shown.</string>
<!-- PreferenceScreen: Player, PreferenceCategory: Player, PreferenceScreen: Video description, PreferenceCategory: Experimental Flags -->
<string name="revanced_disable_video_description_interaction_title">Disable video description interaction</string>
@ -953,7 +955,7 @@ Please download %2$s from the website."</string>
<string name="revanced_expand_video_description_summary_off">Video descriptions are not expanded automatically.</string>
<string name="revanced_expand_video_description_strings_title">Title in video description panel</string>
<string name="revanced_expand_video_description_strings_summary">"Enter the title of the video description panel in your language.
'Expand video description' may not work if the entered string does not match the video description panel title."</string>
The Expand video description option may not work if the entered string does not match the video description panel title."</string>
<string name="revanced_expand_video_description_strings_default_value">Description</string>
@ -975,7 +977,7 @@ Please download %2$s from the website."</string>
<string name="revanced_hide_shorts_shelf_title">Hide Shorts shelves</string>
<string name="revanced_hide_shorts_shelf_summary">"Hides Shorts shelves.
Limitation: Official headers in search results will be hidden."</string>
Side effect: Official headers in search results will be hidden."</string>
<string name="revanced_hide_shorts_shelf_home_related_videos_title">Hide in home feed and related videos</string>
<string name="revanced_hide_shorts_shelf_home_related_videos_summary_on">Hidden in home feed and related videos.</string>
<string name="revanced_hide_shorts_shelf_home_related_videos_summary_off">Shown in home feed and related videos.</string>
@ -1070,9 +1072,9 @@ Limitation: Official headers in search results will be hidden."</string>
<string name="revanced_hide_shorts_navigation_bar_title">Hide navigation bar</string>
<string name="revanced_hide_shorts_navigation_bar_summary_on">Navigation bar is hidden.</string>
<string name="revanced_hide_shorts_navigation_bar_summary_off">Navigation bar is shown.</string>
<string name="revanced_return_shorts_channel_name_title">Return Shorts channel name</string>
<string name="revanced_return_shorts_channel_name_summary_on">Channel name is used.</string>
<string name="revanced_return_shorts_channel_name_summary_off">Channel handle is used.</string>
<string name="revanced_replace_channel_handle_title">Replace channel handle</string>
<string name="revanced_replace_channel_handle_summary_on">Channel name is used.</string>
<string name="revanced_replace_channel_handle_summary_off">Channel handle is used.</string>
<!-- PreferenceScreen: Swipe controls -->
<string name="revanced_preference_screen_swipe_controls_title">Swipe controls</string>
@ -1092,9 +1094,9 @@ Limitation: Official headers in search results will be hidden."</string>
<string name="revanced_enable_swipe_haptic_feedback_title">Enable haptic feedback</string>
<string name="revanced_enable_swipe_haptic_feedback_summary_on">Haptic feedback is enabled.</string>
<string name="revanced_enable_swipe_haptic_feedback_summary_off">Haptic feedback is disabled.</string>
<string name="revanced_swipe_gestures_lock_mode_title">"Swipe gestures in 'Lock screen' mode"</string>
<string name="revanced_swipe_gestures_lock_mode_summary_on">"Swipe gestures are enabled in 'Lock screen' mode."</string>
<string name="revanced_swipe_gestures_lock_mode_summary_off">"Swipe gestures are disabled in 'Lock screen' mode."</string>
<string name="revanced_swipe_gestures_lock_mode_title">Swipe gestures in Lock screen mode</string>
<string name="revanced_swipe_gestures_lock_mode_summary_on">Swipe gestures are enabled in Lock screen mode.</string>
<string name="revanced_swipe_gestures_lock_mode_summary_off">Swipe gestures are disabled in Lock screen mode.</string>
<string name="revanced_swipe_overlay_background_alpha_title">Swipe background visibility</string>
<string name="revanced_swipe_overlay_background_alpha_summary">The visibility of swipe overlay background.</string>
<string name="revanced_swipe_magnitude_threshold_title">Swipe magnitude threshold</string>
@ -1241,7 +1243,7 @@ Limitation: Dislikes may not appear if the user is not logged in or in incognito
<string name="revanced_sb_segments_sponsor">Sponsor</string>
<string name="revanced_sb_segments_sponsor_sum">Paid promotion, paid referrals, and direct advertisements. Not for self-promotion or free shout-outs to causes / creators / websites / products they like.</string>
<string name="revanced_sb_segments_selfpromo">Unpaid / Self Promotion</string>
<string name="revanced_sb_segments_selfpromo_sum">Similar to \'Sponsor\' except for unpaid or self promotion. Includes sections about merchandise, donations, or information about who they collaborated with.</string>
<string name="revanced_sb_segments_selfpromo_sum">Similar to Sponsor, except for unpaid or self promotion. Includes sections about merchandise, donations, or information about who they collaborated with.</string>
<string name="revanced_sb_segments_interaction">Interaction Reminder (Subscribe)</string>
<string name="revanced_sb_segments_interaction_sum">A short reminder to like, subscribe, or follow them in the middle of content. If it is long or about something specific, it should instead be under self promotion.</string>
<string name="revanced_sb_segments_highlight">Highlight</string>
@ -1438,7 +1440,7 @@ Limitation: Dislikes may not appear if the user is not logged in or in incognito
<string name="gms_core_dialog_title">Action needed</string>
<string name="gms_core_dialog_not_whitelisted_not_allowed_in_background_message">"GmsCore does not have permission to run in the background.
Follow the 'Don't kill my app!' guide for your device, and apply the instructions to your GmsCore installation.
Follow the Don't kill my app! guide for your device, and apply the instructions to your GmsCore installation.
This is required for the app to work."</string>
<string name="gms_core_dialog_open_website_text">Open website</string>

View File

@ -103,7 +103,7 @@
<SwitchPreference android:title="@string/revanced_hide_notify_me_button_title" android:key="revanced_hide_notify_me_button" android:summaryOn="@string/revanced_hide_notify_me_button_summary_on" android:summaryOff="@string/revanced_hide_notify_me_button_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_playables_title" android:key="revanced_hide_playables" android:summaryOn="@string/revanced_hide_playables_summary_on" android:summaryOff="@string/revanced_hide_playables_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_show_more_button_title" android:key="revanced_hide_show_more_button" android:summaryOn="@string/revanced_hide_show_more_button_summary_on" android:summaryOff="@string/revanced_hide_show_more_button_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_subscriptions_channel_section_title" android:key="revanced_hide_subscriptions_channel_section" android:summaryOn="@string/revanced_hide_subscriptions_channel_section_summary_on" android:summaryOff="@string/revanced_hide_subscriptions_channel_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_subscriptions_carousel_title" android:key="revanced_hide_subscriptions_carousel" android:summaryOn="@string/revanced_hide_subscriptions_carousel_summary_on" android:summaryOff="@string/revanced_hide_subscriptions_carousel_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_ticket_shelf_title" android:key="revanced_hide_ticket_shelf" android:summaryOn="@string/revanced_hide_ticket_shelf_summary_on" android:summaryOff="@string/revanced_hide_ticket_shelf_summary_off" />SETTINGS: HIDE_FEED_COMPONENTS -->
<!-- PREFERENCE_SCREEN: FEED
@ -237,8 +237,8 @@
<!-- SETTINGS: AMBIENT_MODE_CONTROLS
<PreferenceScreen android:title="@string/revanced_preference_screen_ambient_mode_title" android:key="revanced_preference_screen_ambient_mode" android:summary="@string/revanced_preference_screen_ambient_mode_summary">
<SwitchPreference android:title="@string/revanced_bypass_ambient_mode_restrictions_title" android:key="revanced_bypass_ambient_mode_restrictions" android:summaryOn="@string/revanced_bypass_ambient_mode_restrictions_summary_on" android:summaryOff="@string/revanced_bypass_ambient_mode_restrictions_summary_off" />
<SwitchPreference android:title="@string/revanced_disable_ambient_mode_title" android:key="revanced_disable_ambient_mode" android:summary="@string/revanced_disable_ambient_mode_summary" />
<SwitchPreference android:title="@string/revanced_disable_ambient_mode_in_fullscreen_title" android:key="revanced_disable_ambient_mode_in_fullscreen" android:summary="@string/revanced_disable_ambient_mode_in_fullscreen_summary" />
<SwitchPreference android:title="@string/revanced_disable_ambient_mode_title" android:key="revanced_disable_ambient_mode" android:summaryOn="@string/revanced_disable_ambient_mode_summary_on" android:summaryOff="@string/revanced_disable_ambient_mode_summary_off" />
<SwitchPreference android:title="@string/revanced_disable_ambient_mode_in_fullscreen_title" android:key="revanced_disable_ambient_mode_in_fullscreen" android:summaryOn="@string/revanced_disable_ambient_mode_in_fullscreen_summary_on" android:summaryOff="@string/revanced_disable_ambient_mode_in_fullscreen_summary_off" />
</PreferenceScreen>SETTINGS: AMBIENT_MODE_CONTROLS -->
<!-- SETTINGS: PLAYER_COMPONENTS
@ -463,7 +463,7 @@
<PreferenceCategory android:title="@string/revanced_preference_category_experimental_flag" android:layout="@layout/revanced_settings_preferences_category"/>
<SwitchPreference android:title="@string/revanced_hide_shorts_toolbar_title" android:key="revanced_hide_shorts_toolbar" android:summaryOn="@string/revanced_hide_shorts_toolbar_summary_on" android:summaryOff="@string/revanced_hide_shorts_toolbar_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_shorts_navigation_bar_title" android:key="revanced_hide_shorts_navigation_bar" android:summaryOn="@string/revanced_hide_shorts_navigation_bar_summary_on" android:summaryOff="@string/revanced_hide_shorts_navigation_bar_summary_off" />
<SwitchPreference android:title="@string/revanced_return_shorts_channel_name_title" android:key="revanced_return_shorts_channel_name" android:summaryOn="@string/revanced_return_shorts_channel_name_summary_on" android:summaryOff="@string/revanced_return_shorts_channel_name_summary_off" />
<SwitchPreference android:title="@string/revanced_replace_channel_handle_title" android:key="revanced_replace_channel_handle" android:summaryOn="@string/revanced_replace_channel_handle_summary_on" android:summaryOff="@string/revanced_replace_channel_handle_summary_off" />
</PreferenceScreen>SETTINGS: SHORTS_COMPONENTS -->
<!-- SETTINGS: CHANGE_SHORTS_REPEAT_STATE