Improve strings (#53)

* Clarify patch descriptions

* (YouTube): Capitalize proper nouns in settings

and other small string fixes

* (YouTube - Player flyout menu): Capitalize and quote strings

* Update src/main/resources/youtube/settings/host/values/strings.xml

Co-authored-by: KobeW50 <84587632+KobeW50@users.noreply.github.com>

* (YouTube): update strings.xml

* Make "For you shelves" singular

* Plural nouns in patch names and descriptions

* change the patch name in the `Patch information` section

* Update RecentlyVisitedShelfPatch.kt

---------

Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
This commit is contained in:
KobeW50 2024-05-30 05:56:47 -04:00 committed by GitHub
parent 32b033da37
commit fb1fd09fac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
15 changed files with 138 additions and 138 deletions

View File

@ -18,7 +18,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
@Suppress("unused")
object OldStyleLibraryShelfPatch : BaseBytecodePatch(
name = "Restore old style library shelf",
description = "Adds an option to return the library tab to the old style.",
description = "Adds an option to return the Library tab to the old style.",
dependencies = setOf(SettingsPatch::class),
compatiblePackages = COMPATIBLE_PACKAGE,
fingerprints = setOf(BrowseIdFingerprint)

View File

@ -27,7 +27,7 @@ import com.android.tools.smali.dexlib2.iface.reference.Reference
@Suppress("unused")
object DislikeRedirectionPatch : BaseBytecodePatch(
name = "Disable dislike redirection",
description = "Adds an option to disable redirection to the next track when clicking the dislike button.",
description = "Adds an option to disable redirection to the next track when clicking the Dislike button.",
dependencies = setOf(SettingsPatch::class),
compatiblePackages = COMPATIBLE_PACKAGE,
fingerprints = setOf(

View File

@ -8,8 +8,8 @@ import app.revanced.util.patch.BaseResourcePatch
@Suppress("unused")
object OpusCodecPatch : BaseResourcePatch(
name = "Enable opus codec",
description = "Adds an option to use the opus audio codec instead of the mp4a audio codec.",
name = "Enable OPUS codec",
description = "Adds an option to use the OPUS audio codec instead of the MP4A audio codec.",
dependencies = setOf(
OpusCodecBytecodePatch::class,
SettingsPatch::class

View File

@ -31,8 +31,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
@Suppress("unused")
object ReplaceCastButtonPatch : BaseBytecodePatch(
name = "Replace cast button",
description = "Adds an option to replace the cast button in the player with the \"Open music\" button.",
name = "Replace Cast button",
description = "Adds an option to replace the Cast button in the player with an Open music button.",
dependencies = setOf(
MainActivityResolvePatch::class,
PlayerResponsePatch::class,

View File

@ -22,8 +22,8 @@ import com.android.tools.smali.dexlib2.iface.reference.Reference
@Suppress("unused")
object RecentlyVisitedShelfPatch : BaseBytecodePatch(
name = "Hide recently visited shelf",
description = "Adds an option to hide the recently visited shelf in the sidebar.",
name = "Hide Recently Visited shelf",
description = "Adds an option to hide the Recently Visited shelf in the sidebar.",
dependencies = setOf(SettingsPatch::class),
compatiblePackages = COMPATIBLE_PACKAGE,
fingerprints = setOf(CommunityDrawerPresenterFingerprint)

View File

@ -16,7 +16,7 @@ import app.revanced.util.resultOrThrow
@Suppress("unused")
object ScreenshotPopupPatch : BaseBytecodePatch(
name = "Disable screenshot popup",
description = "Adds an option to disable the popup that shows up when taking a screenshot.",
description = "Adds an option to disable the popup that appears when taking a screenshot.",
dependencies = setOf(
SettingsPatch::class,
SharedResourceIdPatch::class

View File

@ -8,7 +8,7 @@ import app.revanced.util.patch.BaseResourcePatch
@Suppress("unused")
object ShortsDimmingPatch : BaseResourcePatch(
name = "Hide shorts dimming",
name = "Hide Shorts dimming",
description = "Removes, at compile time, the dimming effect at the top and bottom of Shorts videos.",
dependencies = setOf(SettingsPatch::class),
compatiblePackages = COMPATIBLE_PACKAGE,

View File

@ -13,7 +13,7 @@ import app.revanced.util.patch.BaseResourcePatch
@Suppress("DEPRECATION", "unused")
object MaterialYouPatch : BaseResourcePatch(
name = "MaterialYou",
description = "Enables MaterialYou theme for Android 12+.",
description = "Applies the MaterialYou theme for Android 12+ devices.",
dependencies = setOf(
BaseThemePatch::class,
SettingsPatch::class,

View File

@ -36,7 +36,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction3rc
@Suppress("unused")
object PlayerButtonsPatch : BaseBytecodePatch(
name = "Hide player buttons",
description = "Adds an option to hide buttons in the video player.",
description = "Adds options to hide buttons in the video player.",
dependencies = setOf(
CastButtonPatch::class,
FullscreenButtonViewStubPatch::class,

View File

@ -22,7 +22,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Suppress("unused")
object CommentsComponentPatch : BaseBytecodePatch(
name = "Hide comments component",
name = "Hide comments components",
description = "Adds options to hide components related to comments.",
dependencies = setOf(
LithoFilterPatch::class,

View File

@ -10,7 +10,7 @@ import app.revanced.util.patch.BaseResourcePatch
@Suppress("unused")
object ShortsOutlineButtonPatch : BaseResourcePatch(
name = "Shorts outline button",
description = "Applies the outline icon to the action buttons in the Shorts player.",
description = "Applies, at compile time, the outline icon to the action buttons in the Shorts player.",
dependencies = setOf(SettingsPatch::class),
compatiblePackages = COMPATIBLE_PACKAGE
) {

View File

@ -22,7 +22,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction
@Suppress("unused")
object ShortsRepeatPatch : BaseBytecodePatch(
name = "Change shorts repeat state",
name = "Change Shorts repeat state",
description = "Adds an option to control whether Shorts should repeat, autoplay, or pause upon ending.",
dependencies = setOf(SettingsPatch::class),
compatiblePackages = COMPATIBLE_PACKAGE,

View File

@ -24,7 +24,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
@Suppress("unused")
object ResumingShortsOnStartupPatch : BaseBytecodePatch(
name = "Disable resuming shorts on startup",
name = "Disable resuming Shorts on startup",
description = "Adds an option to disable the Shorts player from resuming on app startup when Shorts were last being watched.",
dependencies = setOf(SettingsPatch::class),
compatiblePackages = COMPATIBLE_PACKAGE,

View File

@ -129,7 +129,7 @@ Tap here to learn more about DeArrow."</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_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>
@ -168,18 +168,18 @@ Tap here to learn more about DeArrow."</string>
<string name="revanced_hide_channel_tab_filter_strings_hint">"Shorts
Playlists
Store"</string>
<string name="revanced_hide_browse_store_button_title">Hide browse store button</string>
<string name="revanced_hide_browse_store_button_summary_on">Browse store button is hidden.</string>
<string name="revanced_hide_browse_store_button_summary_off">Browse store button is shown.</string>
<string name="revanced_hide_browse_store_button_title">Hide Visit store button</string>
<string name="revanced_hide_browse_store_button_summary_on">Visit store button is hidden.</string>
<string name="revanced_hide_browse_store_button_summary_off">Visit store button is shown.</string>
<string name="revanced_hide_channel_member_shelf_title">Hide channel member shelf</string>
<string name="revanced_hide_channel_member_shelf_summary_on">Channel member shelf is hidden.</string>
<string name="revanced_hide_channel_member_shelf_summary_off">Channel member shelf is shown.</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 profile is hidden.</string>
<string name="revanced_hide_channel_profile_links_summary_off">Links at the top of channel profile is shown.</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' shelves are hidden."</string>
<string name="revanced_hide_for_you_shelf_summary_off">"'For You' shelves are shown."</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,9 +250,9 @@ Limitations:
<string name="revanced_hide_video_by_duration_title">Hide videos based on duration</string>
<string name="revanced_hide_video_by_duration_summary">Hide videos with shorter than or longer than duration.\n\nKnown issue: It will not hide videos in the player related videos, instead it will hide the timestamp.</string>
<string name="revanced_hide_video_by_duration_longer_than_title">Longer than duration</string>
<string name="revanced_hide_video_by_duration_longer_than_summary">Videos with duration longer than this number will be hidden.</string>
<string name="revanced_hide_video_by_duration_longer_than_summary">Videos with durations longer than this number will be hidden.</string>
<string name="revanced_hide_video_by_duration_shorter_than_title">Shorter than duration</string>
<string name="revanced_hide_video_by_duration_shorter_than_summary">Videos with duration shorter than this number will be hidden.</string>
<string name="revanced_hide_video_by_duration_shorter_than_summary">Videos with durations shorter than this number will be hidden.</string>
<!-- PreferenceScreen: Feed, PreferenceCategory: Feed, PreferenceScreen: Video filter, PreferenceCategory: View count filter -->
<string name="revanced_preference_category_view_counts_filter">View count filter</string>
@ -375,29 +375,29 @@ Some components may not be hidden."</string>
<string name="revanced_enable_narrow_navigation_buttons_title">Enable narrow navigation buttons</string>
<string name="revanced_enable_narrow_navigation_buttons_summary_on">Spacing between navigation buttons is narrow.</string>
<string name="revanced_enable_narrow_navigation_buttons_summary_off">Spacing between navigation buttons is normal.</string>
<string name="revanced_hide_navigation_create_button_title">Hide create button</string>
<string name="revanced_hide_navigation_create_button_title">Hide Create button</string>
<string name="revanced_hide_navigation_create_button_summary_on">Create button is hidden.</string>
<string name="revanced_hide_navigation_create_button_summary_off">Create button is shown.</string>
<string name="revanced_hide_navigation_home_button_title">Hide home button</string>
<string name="revanced_hide_navigation_home_button_title">Hide Home button</string>
<string name="revanced_hide_navigation_home_button_summary_off">Home button is shown.</string>
<string name="revanced_hide_navigation_home_button_summary_on">Home button is hidden.</string>
<string name="revanced_hide_navigation_library_button_title">Hide library button</string>
<string name="revanced_hide_navigation_library_button_title">Hide Library button</string>
<string name="revanced_hide_navigation_library_button_summary_on">Library button is hidden.</string>
<string name="revanced_hide_navigation_library_button_summary_off">Library button is shown.</string>
<string name="revanced_hide_navigation_notifications_button_title">Hide notifications button</string>
<string name="revanced_hide_navigation_notifications_button_summary_on">Notifications button is hidden.</string>
<string name="revanced_hide_navigation_notifications_button_summary_off">Notifications button is shown.</string>
<string name="revanced_hide_navigation_shorts_button_title">Hide shorts button</string>
<string name="revanced_hide_navigation_shorts_button_title">Hide Shorts button</string>
<string name="revanced_hide_navigation_shorts_button_summary_on">Shorts button is hidden.</string>
<string name="revanced_hide_navigation_shorts_button_summary_off">Shorts button is shown.</string>
<string name="revanced_hide_navigation_subscriptions_button_title">Hide subscriptions button</string>
<string name="revanced_hide_navigation_subscriptions_button_title">Hide Subscriptions button</string>
<string name="revanced_hide_navigation_subscriptions_button_summary_on">Subscriptions button is hidden.</string>
<string name="revanced_hide_navigation_subscriptions_button_summary_off">Subscriptions button is shown.</string>
<string name="revanced_hide_navigation_label_title">Hide navigation label</string>
<string name="revanced_hide_navigation_label_summary_on">Navigation label is hidden.</string>
<string name="revanced_hide_navigation_label_summary_off">Navigation label is shown.</string>
<string name="revanced_switch_create_with_notifications_button_title">Switch create with notifications</string>
<string name="revanced_switch_create_with_notifications_button_summary">"Swaps the positions of the create button and notification button by spoofing device information.
<string name="revanced_hide_navigation_label_title">Hide navigation labels</string>
<string name="revanced_hide_navigation_label_summary_on">Navigation labels are hidden.</string>
<string name="revanced_hide_navigation_label_summary_off">Navigation labels are shown.</string>
<string name="revanced_switch_create_with_notifications_button_title">Swap Create and Notifications buttons</string>
<string name="revanced_switch_create_with_notifications_button_summary">"Swaps the positions of the Create button with the Notifications button by spoofing device information.
• The device may need to be rebooted for a change of this setting to take effect.
• Disabling this setting loads more ads from the server side.
@ -408,7 +408,7 @@ Some components may not be hidden."</string>
<string name="revanced_preference_screen_settings_munu_summary">Hide elements of the YouTube settings menu.</string>
<string name="revanced_hide_settings_menu_title">Hide YouTube settings menu</string>
<string name="revanced_hide_settings_menu_summary">Hide elements in YouTube settings menu.</string>
<string name="revanced_hide_settings_menu_summary">Hide elements of the YouTube settings menu.</string>
<string name="revanced_hide_settings_menu_filter_strings_title">YouTube settings menu filter</string>
<string name="revanced_hide_settings_menu_filter_strings_summary">List of YouTube settings menu names to filter, separated by new lines.</string>
<string name="revanced_hide_settings_menu_filter_strings_hint">"Account
@ -426,35 +426,35 @@ Captions"</string>
<string name="revanced_enable_wide_search_bar_summary_on">Wide search bar is enabled.</string>
<string name="revanced_enable_wide_search_bar_summary_off">Wide search bar is disabled.</string>
<string name="revanced_enable_wide_search_bar_with_header_title">Enable wide search bar with header</string>
<string name="revanced_enable_wide_search_bar_with_header_summary_on">Wide search bar includes YouTube header.</string>
<string name="revanced_enable_wide_search_bar_with_header_summary_off">Wide search bar does not include YouTube header.</string>
<string name="revanced_enable_wide_search_bar_with_header_summary_on">Wide search bar does not hide the YouTube header.</string>
<string name="revanced_enable_wide_search_bar_with_header_summary_off">Wide search bar hides the YouTube header.</string>
<string name="revanced_enable_wide_search_bar_in_you_tab_title">Enable wide search bar in You tab</string>
<string name="revanced_enable_wide_search_bar_in_you_tab_summary">"Enabling this setting will disable the settings button in the You tab.
<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>
<string name="revanced_hide_toolbar_cast_button_title">Hide cast button</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>
<string name="revanced_hide_toolbar_create_button_title">Hide create button</string>
<string name="revanced_hide_toolbar_create_button_title">Hide Create button</string>
<string name="revanced_hide_toolbar_create_button_summary_on">Create button is hidden.</string>
<string name="revanced_hide_toolbar_create_button_summary_off">Create button is shown.</string>
<string name="revanced_hide_toolbar_notification_button_title">Hide notification button</string>
<string name="revanced_hide_toolbar_notification_button_summary_on">Notification button is hidden.</string>
<string name="revanced_hide_toolbar_notification_button_summary_off">Notification button is shown.</string>
<string name="revanced_hide_search_term_thumbnail_title">Hide search term thumbnail</string>
<string name="revanced_hide_toolbar_notification_button_title">Hide Notifications button</string>
<string name="revanced_hide_toolbar_notification_button_summary_on">Notifications button is hidden.</string>
<string name="revanced_hide_toolbar_notification_button_summary_off">Notifications button is shown.</string>
<string name="revanced_hide_search_term_thumbnail_title">Hide search term thumbnails</string>
<string name="revanced_hide_search_term_thumbnail_summary_on">Thumbnails in the search term history are hidden.</string>
<string name="revanced_hide_search_term_thumbnail_summary_off">Thumbnails in the search term history are shown.</string>
<string name="revanced_hide_voice_search_button_title">Hide voice search button</string>
<string name="revanced_hide_voice_search_button_summary_on">Voice search button is hidden.</string>
<string name="revanced_hide_voice_search_button_summary_off">Voice search button is shown.</string>
<string name="revanced_replace_toolbar_create_button_title">Replace create button</string>
<string name="revanced_replace_toolbar_create_button_summary">Replaces create button with settings button.</string>
<string name="revanced_replace_toolbar_create_button_title">Replace Create button</string>
<string name="revanced_replace_toolbar_create_button_summary">Replaces the Create button with the Settings button.</string>
<string name="revanced_replace_toolbar_create_button_type_title">Action type to assign to button</string>
<string name="revanced_replace_toolbar_create_button_type_summary_on">"Tap to open RVX Settings.
Tap and hold to open YouTube Settings."</string>
<string name="revanced_replace_toolbar_create_button_type_summary_off">"Tap to open YouTube Settings.
Tap and hold to open RVX Settings."</string>
<string name="revanced_replace_toolbar_create_button_type_summary_on">"Tap to open RVX settings.
Tap and hold to open YouTube settings."</string>
<string name="revanced_replace_toolbar_create_button_type_summary_off">"Tap to open YouTube settings.
Tap and hold to open RVX settings."</string>
<!-- PreferenceScreen: Player -->
@ -506,8 +506,8 @@ Note:
<string name="revanced_hide_seek_undo_message_summary_on">Seek undo message is hidden.</string>
<string name="revanced_hide_seek_undo_message_summary_off">Seek undo message is shown.</string>
<string name="revanced_hide_suggested_actions_title">Hide suggested actions</string>
<string name="revanced_hide_suggested_actions_summary_on">Suggested actions hidden.</string>
<string name="revanced_hide_suggested_actions_summary_off">Suggested actions shown.</string>
<string name="revanced_hide_suggested_actions_summary_on">Suggested actions are hidden.</string>
<string name="revanced_hide_suggested_actions_summary_off">Suggested actions are shown.</string>
<string name="revanced_hide_timed_reactions_title">Hide timed reactions</string>
<string name="revanced_hide_timed_reactions_summary_on">Timed reactions are hidden.</string>
<string name="revanced_hide_timed_reactions_summary_off">Timed reactions are shown.</string>
@ -525,34 +525,34 @@ Autoplay can be changed in YouTube settings:
<string name="revanced_preference_screen_action_buttons_title">Action buttons</string>
<string name="revanced_preference_screen_action_buttons_summary">Hide or show action buttons under videos.</string>
<string name="revanced_hide_clip_button_title">Hide clip button</string>
<string name="revanced_hide_clip_button_title">Hide Clip button</string>
<string name="revanced_hide_clip_button_summary_on">Clip button is hidden.</string>
<string name="revanced_hide_clip_button_summary_off">Clip button is shown.</string>
<string name="revanced_hide_download_button_title">Hide download button</string>
<string name="revanced_hide_download_button_title">Hide Download button</string>
<string name="revanced_hide_download_button_summary_on">Download button is hidden.</string>
<string name="revanced_hide_download_button_summary_off">Download button is shown.</string>
<string name="revanced_hide_like_dislike_button_title">Hide like and dislike buttons</string>
<string name="revanced_hide_like_dislike_button_summary_on">Like and dislike buttons are hidden.</string>
<string name="revanced_hide_like_dislike_button_summary_off">Like and dislike buttons are shown.</string>
<string name="revanced_hide_remix_button_title">Hide remix button</string>
<string name="revanced_hide_like_dislike_button_title">Hide Like and Dislike buttons</string>
<string name="revanced_hide_like_dislike_button_summary_on">Like and Dislike buttons are hidden.</string>
<string name="revanced_hide_like_dislike_button_summary_off">Like and Dislike buttons are shown.</string>
<string name="revanced_hide_remix_button_title">Hide Remix button</string>
<string name="revanced_hide_remix_button_summary_on">Remix button is hidden.</string>
<string name="revanced_hide_remix_button_summary_off">Remix button is shown.</string>
<string name="revanced_hide_report_button_title">Hide report button</string>
<string name="revanced_hide_report_button_title">Hide Report button</string>
<string name="revanced_hide_report_button_summary_on">Report button is hidden.</string>
<string name="revanced_hide_report_button_summary_off">Report button is shown.</string>
<string name="revanced_hide_rewards_button_title">Hide rewards button</string>
<string name="revanced_hide_rewards_button_title">Hide Rewards button</string>
<string name="revanced_hide_rewards_button_summary_on">Rewards button is hidden.</string>
<string name="revanced_hide_rewards_button_summary_off">Rewards button is shown.</string>
<string name="revanced_hide_playlist_button_title">Hide save to playlist button</string>
<string name="revanced_hide_playlist_button_summary_on">Save to playlist button is hidden.</string>
<string name="revanced_hide_playlist_button_summary_off">Save to playlist button is shown.</string>
<string name="revanced_hide_share_button_title">Hide share button</string>
<string name="revanced_hide_playlist_button_title">Hide Save button</string>
<string name="revanced_hide_playlist_button_summary_on">Save button is hidden.</string>
<string name="revanced_hide_playlist_button_summary_off">Save button is shown.</string>
<string name="revanced_hide_share_button_title">Hide Share button</string>
<string name="revanced_hide_share_button_summary_on">Share button is hidden.</string>
<string name="revanced_hide_share_button_summary_off">Share button is shown.</string>
<string name="revanced_hide_shop_button_title">Hide shop button</string>
<string name="revanced_hide_shop_button_title">Hide Shop button</string>
<string name="revanced_hide_shop_button_summary_on">Shop button is hidden.</string>
<string name="revanced_hide_shop_button_summary_off">Shop button is shown.</string>
<string name="revanced_hide_thanks_button_title">Hide thanks button</string>
<string name="revanced_hide_thanks_button_title">Hide Thanks button</string>
<string name="revanced_hide_thanks_button_summary_on">Thanks button is hidden.</string>
<string name="revanced_hide_thanks_button_summary_off">Thanks button is shown.</string>
@ -572,10 +572,10 @@ Autoplay can be changed in YouTube settings:
<string name="revanced_preference_screen_channel_bar_title">Channel bar</string>
<string name="revanced_preference_screen_channel_bar_summary">Hide or show components of the channel bar under videos.</string>
<string name="revanced_hide_join_button_title">Hide join button</string>
<string name="revanced_hide_join_button_title">Hide Join button</string>
<string name="revanced_hide_join_button_summary_on">Join button is hidden.</string>
<string name="revanced_hide_join_button_summary_off">Join button is shown.</string>
<string name="revanced_hide_start_trial_button_title">Hide start trial button</string>
<string name="revanced_hide_start_trial_button_title">Hide Start trial button</string>
<string name="revanced_hide_start_trial_button_summary_on">Start trial button is hidden.</string>
<string name="revanced_hide_start_trial_button_summary_off">Start trial button is shown.</string>
@ -586,9 +586,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>
@ -599,12 +599,12 @@ Autoplay can be changed in YouTube settings:
<string name="revanced_hide_preview_comment_on">Preview comment is hidden.</string>
<string name="revanced_hide_preview_comment_off">Preview comment is shown.</string>
<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 comment section, so it is possible to open the live chat replay in the comment section.</string>
<string name="revanced_hide_preview_comment_type_off">This changes the size of the comment section, so it is impossible to open a live chat replay in the comment section.</string>
<string name="revanced_hide_comment_create_shorts_button_title">Hide create shorts button</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_thanks_button_title">Hide thanks button</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>
<string name="revanced_hide_comment_timestamp_and_emoji_buttons_title">Hide timestamp and emoji buttons</string>
@ -618,58 +618,58 @@ Autoplay can be changed in YouTube settings:
<string name="revanced_change_player_flyout_menu_toggle_title">Change toggle type</string>
<string name="revanced_change_player_flyout_menu_toggle_summary_on">Text toggles are used.</string>
<string name="revanced_change_player_flyout_menu_toggle_summary_off">Switch toggles are used.</string>
<string name="revanced_hide_player_flyout_menu_audio_track_title">Hide audio track menu</string>
<string name="revanced_hide_player_flyout_menu_audio_track_title">Hide Audio track menu</string>
<string name="revanced_hide_player_flyout_menu_audio_track_summary_on">Audio track menu is hidden.</string>
<string name="revanced_hide_player_flyout_menu_audio_track_summary_off">Audio track menu is shown.</string>
<string name="revanced_hide_player_flyout_menu_captions_title">Hide captions menu</string>
<string name="revanced_hide_player_flyout_menu_captions_title">Hide Captions menu</string>
<string name="revanced_hide_player_flyout_menu_captions_summary_on">Captions menu is hidden.</string>
<string name="revanced_hide_player_flyout_menu_captions_summary_off">Captions menu is shown.</string>
<string name="revanced_hide_player_flyout_menu_captions_footer_title">Hide captions menu footer</string>
<string name="revanced_hide_player_flyout_menu_captions_footer_summary_on">Captions menu footer is hidden.</string>
<string name="revanced_hide_player_flyout_menu_captions_footer_summary_off">Captions menu footer is shown.</string>
<string name="revanced_hide_player_flyout_menu_lock_screen_title">Hide lock screen menu</string>
<string name="revanced_hide_player_flyout_menu_lock_screen_title">Hide Lock screen menu</string>
<string name="revanced_hide_player_flyout_menu_lock_screen_summary_on">Lock screen menu is hidden.</string>
<string name="revanced_hide_player_flyout_menu_lock_screen_summary_off">Lock screen menu is shown.</string>
<string name="revanced_hide_player_flyout_menu_more_info_title">Hide more information menu</string>
<string name="revanced_hide_player_flyout_menu_more_info_title">Hide More information menu</string>
<string name="revanced_hide_player_flyout_menu_more_info_summary_on">More information menu is hidden.</string>
<string name="revanced_hide_player_flyout_menu_more_info_summary_off">More information menu is shown.</string>
<string name="revanced_hide_player_flyout_menu_playback_speed_title">Hide playback speed menu</string>
<string name="revanced_hide_player_flyout_menu_playback_speed_title">Hide Playback speed menu</string>
<string name="revanced_hide_player_flyout_menu_playback_speed_summary_on">Playback speed menu is hidden.</string>
<string name="revanced_hide_player_flyout_menu_playback_speed_summary_off">Playback speed menu is shown.</string>
<string name="revanced_hide_player_flyout_menu_quality_footer_title">Hide quality menu footer</string>
<string name="revanced_hide_player_flyout_menu_quality_footer_summary_on">Quality menu footer is hidden.</string>
<string name="revanced_hide_player_flyout_menu_quality_footer_summary_off">Quality menu footer is shown.</string>
<string name="revanced_hide_player_flyout_menu_report_title">Hide report menu</string>
<string name="revanced_hide_player_flyout_menu_report_title">Hide Report menu</string>
<string name="revanced_hide_player_flyout_menu_report_summary_on">Report menu is hidden.</string>
<string name="revanced_hide_player_flyout_menu_report_summary_off">Report menu is shown.</string>
<!-- PreferenceScreen: Player, PreferenceCategory: Player, PreferenceScreen: Flyout menu, PreferenceCategory: Additional settings -->
<string name="revanced_preference_category_additional_settings">Additional settings</string>
<string name="revanced_hide_player_flyout_menu_ambient_mode_title">Hide ambient mode menu</string>
<string name="revanced_hide_player_flyout_menu_ambient_mode_title">Hide Ambient mode menu</string>
<string name="revanced_hide_player_flyout_menu_ambient_mode_summary_on">Ambient mode menu is hidden.</string>
<string name="revanced_hide_player_flyout_menu_ambient_mode_summary_off">Ambient mode menu is shown.</string>
<string name="revanced_hide_player_flyout_menu_help_title">Hide help &amp; feedback menu</string>
<string name="revanced_hide_player_flyout_menu_help_title">Hide Help &amp; feedback menu</string>
<string name="revanced_hide_player_flyout_menu_help_summary_on">Help &amp; feedback menu is hidden.</string>
<string name="revanced_hide_player_flyout_menu_help_summary_off">Help &amp; feedback menu is shown.</string>
<string name="revanced_hide_player_flyout_menu_listen_with_youtube_music_title">Hide listen with YouTube Music menu</string>
<string name="revanced_hide_player_flyout_menu_listen_with_youtube_music_title">Hide Listen with YouTube Music menu</string>
<string name="revanced_hide_player_flyout_menu_listen_with_youtube_music_summary_on">Listen with YouTube Music menu is hidden.</string>
<string name="revanced_hide_player_flyout_menu_listen_with_youtube_music_summary_off">Listen with YouTube Music menu is shown.</string>
<string name="revanced_hide_player_flyout_menu_loop_video_title">Hide loop video menu</string>
<string name="revanced_hide_player_flyout_menu_loop_video_title">Hide Loop video menu</string>
<string name="revanced_hide_player_flyout_menu_loop_video_summary_on">Loop video menu is hidden.</string>
<string name="revanced_hide_player_flyout_menu_loop_video_summary_off">Loop video menu is shown.</string>
<string name="revanced_hide_player_flyout_menu_pip_title">Hide picture-in-picture menu</string>
<string name="revanced_hide_player_flyout_menu_pip_title">Hide Picture-in-picture menu</string>
<string name="revanced_hide_player_flyout_menu_pip_summary_on">Picture-in-picture menu is hidden.</string>
<string name="revanced_hide_player_flyout_menu_pip_summary_off">Picture-in-picture menu is shown.</string>
<string name="revanced_hide_player_flyout_menu_premium_controls_title">Hide premium controls menu</string>
<string name="revanced_hide_player_flyout_menu_premium_controls_title">Hide Premium controls menu</string>
<string name="revanced_hide_player_flyout_menu_premium_controls_summary_on">Premium controls menu is hidden.</string>
<string name="revanced_hide_player_flyout_menu_premium_controls_summary_off">Premium controls menu is shown.</string>
<string name="revanced_hide_player_flyout_menu_stable_volume_title">Hide Stable volume menu</string>
<string name="revanced_hide_player_flyout_menu_stable_volume_summary_off">Stable volume menu is shown.</string>
<string name="revanced_hide_player_flyout_menu_stable_volume_summary_on">Stable volume menu is hidden.</string>
<string name="revanced_hide_player_flyout_menu_stable_volume_title">Hide stable volume menu</string>
<string name="revanced_hide_player_flyout_menu_stats_for_nerds_title">Hide stats for nerds menu</string>
<string name="revanced_hide_player_flyout_menu_stats_for_nerds_title">Hide Stats for nerds menu</string>
<string name="revanced_hide_player_flyout_menu_stats_for_nerds_summary_on">Stats for nerds menu is hidden.</string>
<string name="revanced_hide_player_flyout_menu_stats_for_nerds_summary_off">Stats for nerds menu is shown.</string>
<string name="revanced_hide_player_flyout_menu_watch_in_vr_title">Hide watch in VR menu</string>
<string name="revanced_hide_player_flyout_menu_watch_in_vr_title">Hide Watch in VR menu</string>
<string name="revanced_hide_player_flyout_menu_watch_in_vr_summary_on">Watch in VR menu is hidden.</string>
<string name="revanced_hide_player_flyout_menu_watch_in_vr_summary_off">Watch in VR menu is shown.</string>
@ -699,31 +699,31 @@ Limitation: Video title disappears when clicked."</string>
<string name="revanced_hide_quick_actions_title">Hide quick actions container</string>
<string name="revanced_hide_quick_actions_summary_on">Quick actions container is hidden.</string>
<string name="revanced_hide_quick_actions_summary_off">Quick actions container is shown.</string>
<string name="revanced_hide_quick_actions_comment_button_title">Hide comment button</string>
<string name="revanced_hide_quick_actions_comment_button_summary_on">Comment button is hidden.</string>
<string name="revanced_hide_quick_actions_comment_button_summary_off">Comment button is shown.</string>
<string name="revanced_hide_quick_actions_dislike_button_title">Hide dislike button</string>
<string name="revanced_hide_quick_actions_comment_button_title">Hide Comments button</string>
<string name="revanced_hide_quick_actions_comment_button_summary_on">Comments button is hidden.</string>
<string name="revanced_hide_quick_actions_comment_button_summary_off">Comments button is shown.</string>
<string name="revanced_hide_quick_actions_dislike_button_title">Hide Dislike button</string>
<string name="revanced_hide_quick_actions_dislike_button_summary_on">Dislike button is hidden.</string>
<string name="revanced_hide_quick_actions_dislike_button_summary_off">Dislike button is shown.</string>
<string name="revanced_hide_quick_actions_like_button_title">Hide like button</string>
<string name="revanced_hide_quick_actions_like_button_title">Hide Like button</string>
<string name="revanced_hide_quick_actions_like_button_summary_on">Like button is hidden.</string>
<string name="revanced_hide_quick_actions_like_button_summary_off">Like button is shown.</string>
<string name="revanced_hide_quick_actions_live_chat_button_title">Hide live chat button</string>
<string name="revanced_hide_quick_actions_live_chat_button_title">Hide Live chat button</string>
<string name="revanced_hide_quick_actions_live_chat_button_summary_on">Live chat button is hidden.</string>
<string name="revanced_hide_quick_actions_live_chat_button_summary_off">Live chat button is shown.</string>
<string name="revanced_hide_quick_actions_more_button_title">Hide more button</string>
<string name="revanced_hide_quick_actions_more_button_title">Hide More button</string>
<string name="revanced_hide_quick_actions_more_button_summary_on">More button is hidden.</string>
<string name="revanced_hide_quick_actions_more_button_summary_off">More button is shown.</string>
<string name="revanced_hide_quick_actions_open_mix_playlist_button_title">Hide open mix playlist button</string>
<string name="revanced_hide_quick_actions_open_mix_playlist_button_title">Hide Open mix playlist button</string>
<string name="revanced_hide_quick_actions_open_mix_playlist_button_summary_on">Open mix playlist button is hidden.</string>
<string name="revanced_hide_quick_actions_open_mix_playlist_button_summary_off">Open mix playlist button is shown.</string>
<string name="revanced_hide_quick_actions_open_playlist_button_title">Hide open playlist button</string>
<string name="revanced_hide_quick_actions_open_playlist_button_title">Hide Open playlist button</string>
<string name="revanced_hide_quick_actions_open_playlist_button_summary_on">Open playlist button is hidden.</string>
<string name="revanced_hide_quick_actions_open_playlist_button_summary_off">Open playlist button is shown.</string>
<string name="revanced_hide_quick_actions_save_to_playlist_button_title">Hide save to playlist button</string>
<string name="revanced_hide_quick_actions_save_to_playlist_button_summary_on">Save to playlist button is hidden.</string>
<string name="revanced_hide_quick_actions_save_to_playlist_button_summary_off">Save to playlist button is shown.</string>
<string name="revanced_hide_quick_actions_share_button_title">Hide share button</string>
<string name="revanced_hide_quick_actions_save_to_playlist_button_title">Hide Save button</string>
<string name="revanced_hide_quick_actions_save_to_playlist_button_summary_on">Save button is hidden.</string>
<string name="revanced_hide_quick_actions_save_to_playlist_button_summary_off">Save button is shown.</string>
<string name="revanced_hide_quick_actions_share_button_title">Hide Share button</string>
<string name="revanced_hide_quick_actions_share_button_summary_on">Share button is hidden.</string>
<string name="revanced_hide_quick_actions_share_button_summary_off">Share button is shown.</string>
<string name="revanced_quick_actions_top_margin_title">Quick actions top margin</string>
@ -771,22 +771,22 @@ Limitation: Video title disappears when clicked."</string>
<string name="revanced_preference_screen_player_buttons_title">Player buttons</string>
<string name="revanced_preference_screen_player_buttons_summary">Hide or show buttons in the video player.</string>
<string name="revanced_hide_player_autoplay_button_title">Hide autoplay button</string>
<string name="revanced_hide_player_autoplay_button_title">Hide Autoplay button</string>
<string name="revanced_hide_player_autoplay_button_summary_on">Autoplay button is hidden.</string>
<string name="revanced_hide_player_autoplay_button_summary_off">Autoplay button is shown.</string>
<string name="revanced_hide_player_captions_button_title">Hide captions button</string>
<string name="revanced_hide_player_captions_button_title">Hide Captions button</string>
<string name="revanced_hide_player_captions_button_summary_on">Captions button is hidden.</string>
<string name="revanced_hide_player_captions_button_summary_off">Captions button is shown.</string>
<string name="revanced_hide_player_cast_button_title">Hide cast button</string>
<string name="revanced_hide_player_cast_button_title">Hide Cast button</string>
<string name="revanced_hide_player_cast_button_summary_on">Cast button is hidden.</string>
<string name="revanced_hide_player_cast_button_summary_off">Cast button is shown.</string>
<string name="revanced_hide_player_collapse_button_title">Hide collapse button</string>
<string name="revanced_hide_player_collapse_button_summary_on">Collapse button is hidden.</string>
<string name="revanced_hide_player_collapse_button_summary_off">Collapse button is shown.</string>
<string name="revanced_hide_player_fullscreen_button_title">Hide fullscreen button</string>
<string name="revanced_hide_player_fullscreen_button_title">Hide Fullscreen button</string>
<string name="revanced_hide_player_fullscreen_button_summary_on">Fullscreen button is hidden.</string>
<string name="revanced_hide_player_fullscreen_button_summary_off">Fullscreen button is shown.</string>
<string name="revanced_hide_player_previous_next_button_title">Hide previous &amp; next button</string>
<string name="revanced_hide_player_previous_next_button_title">Hide previous &amp; next buttons</string>
<string name="revanced_hide_player_previous_next_button_summary_on">Buttons are hidden.</string>
<string name="revanced_hide_player_previous_next_button_summary_off">Buttons are shown.</string>
<string name="revanced_hide_player_youtube_music_button_title">Hide YouTube Music button</string>
@ -922,14 +922,14 @@ 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>
'Expand video description' 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>
<!-- PreferenceScreen: Shorts -->
<string name="revanced_preference_screen_shorts_title">Shorts</string>
<string name="revanced_change_shorts_repeat_state_title">Change shorts repeat state</string>
<string name="revanced_change_shorts_repeat_state_title">Change Shorts repeat state</string>
<string name="revanced_change_shorts_repeat_state_entry_auto_play">Autoplay</string>
<string name="revanced_change_shorts_repeat_state_entry_default">Default</string>
<string name="revanced_change_shorts_repeat_state_entry_pause">Pause</string>
@ -941,7 +941,7 @@ Please download %2$s from the website."</string>
<!-- PreferenceScreen: Shorts, PreferenceCategory: Shorts shelf -->
<string name="revanced_preference_category_shorts_shelf">Shorts shelves</string>
<string name="revanced_hide_shorts_shelf_title">Hide shorts shelves</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>
@ -962,10 +962,10 @@ Limitation: Official headers in search results will be hidden."</string>
<string name="revanced_preference_screen_shorts_player_title">Shorts player</string>
<string name="revanced_preference_screen_shorts_player_summary">Hide or show components in the Shorts player.</string>
<string name="revanced_hide_shorts_join_button_title">Hide join button</string>
<string name="revanced_hide_shorts_join_button_title">Hide Join button</string>
<string name="revanced_hide_shorts_join_button_summary_on">Join button is hidden.</string>
<string name="revanced_hide_shorts_join_button_summary_off">Join button is shown.</string>
<string name="revanced_hide_shorts_subscribe_button_title">Hide subscribe button</string>
<string name="revanced_hide_shorts_subscribe_button_title">Hide Subscribe button</string>
<string name="revanced_hide_shorts_subscribe_button_summary_on">Subscribe button is hidden.</string>
<string name="revanced_hide_shorts_subscribe_button_summary_off">Subscribe button is shown.</string>
<string name="revanced_hide_shorts_paused_overlay_buttons_title">Hide paused overlay buttons</string>
@ -974,7 +974,7 @@ Limitation: Official headers in search results will be hidden."</string>
<string name="revanced_hide_shorts_paid_promotion_label_title">Hide paid promotion label</string>
<string name="revanced_hide_shorts_paid_promotion_label_summary_on">Paid promotion label is hidden.</string>
<string name="revanced_hide_shorts_paid_promotion_label_summary_off">Paid promotion label is shown.</string>
<string name="revanced_hide_shorts_shop_button_title">Hide shop button</string>
<string name="revanced_hide_shorts_shop_button_title">Hide Shop button</string>
<string name="revanced_hide_shorts_shop_button_summary_on">Shop button is hidden.</string>
<string name="revanced_hide_shorts_shop_button_summary_off">Shop button is shown.</string>
<string name="revanced_hide_shorts_tagged_products_title">Hide tagged products</string>
@ -1007,19 +1007,19 @@ Limitation: Official headers in search results will be hidden."</string>
<!-- PreferenceScreen: Shorts, PreferenceCategory: Shorts, PreferenceScreen: Shorts player, PreferenceCategory: Action buttons -->
<string name="revanced_preference_category_action_buttons">Action buttons</string>
<string name="revanced_hide_shorts_like_button_title">Hide like button</string>
<string name="revanced_hide_shorts_like_button_title">Hide Like button</string>
<string name="revanced_hide_shorts_like_button_summary_on">Like button is hidden.</string>
<string name="revanced_hide_shorts_like_button_summary_off">Like button is shown.</string>
<string name="revanced_hide_shorts_dislike_button_title">Hide dislike button</string>
<string name="revanced_hide_shorts_dislike_button_title">Hide Dislike button</string>
<string name="revanced_hide_shorts_dislike_button_summary_on">Dislike button is hidden.</string>
<string name="revanced_hide_shorts_dislike_button_summary_off">Dislike button is shown.</string>
<string name="revanced_hide_shorts_comments_button_title">Hide comments button</string>
<string name="revanced_hide_shorts_comments_button_summary_on">Comments button is hidden.</string>
<string name="revanced_hide_shorts_comments_button_summary_off">Comments button is shown.</string>
<string name="revanced_hide_shorts_remix_button_title">Hide remix button</string>
<string name="revanced_hide_shorts_remix_button_title">Hide Remix button</string>
<string name="revanced_hide_shorts_remix_button_summary_on">Remix button is hidden.</string>
<string name="revanced_hide_shorts_remix_button_summary_off">Remix button is shown.</string>
<string name="revanced_hide_shorts_share_button_title">Hide share button</string>
<string name="revanced_hide_shorts_share_button_title">Hide Share button</string>
<string name="revanced_hide_shorts_share_button_summary_on">Share button is hidden.</string>
<string name="revanced_hide_shorts_share_button_summary_off">Share button is shown.</string>
<string name="revanced_hide_shorts_sound_button_title">Hide sound button</string>
@ -1033,7 +1033,7 @@ 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_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>
@ -1087,9 +1087,9 @@ Limitation: Official headers in search results will be hidden."</string>
<string name="revanced_disable_hdr_video_title">Disable HDR video</string>
<string name="revanced_disable_hdr_video_summary_on">HDR video is disabled.</string>
<string name="revanced_disable_hdr_video_summary_off">HDR video is enabled.</string>
<string name="revanced_disable_default_playback_speed_live_title">Disable playback speed in live stream</string>
<string name="revanced_disable_default_playback_speed_live_summary_on">Default playback speed is disabled in live stream.</string>
<string name="revanced_disable_default_playback_speed_live_summary_off">Default playback speed is enabled in live stream.</string>
<string name="revanced_disable_default_playback_speed_live_title">Disable playback speed for live streams</string>
<string name="revanced_disable_default_playback_speed_live_summary_on">Default playback speed is disabled for live streams.</string>
<string name="revanced_disable_default_playback_speed_live_summary_off">Default playback speed is enabled for live streams.</string>
<string name="revanced_enable_custom_playback_speed_title">Enable custom playback speed</string>
<string name="revanced_enable_custom_playback_speed_summary_on">Custom playback speed is enabled.</string>
<string name="revanced_enable_custom_playback_speed_summary_off">Custom playback speed is disabled.</string>
@ -1107,7 +1107,7 @@ Limitation: Official headers in search results will be hidden."</string>
<string name="revanced_restore_old_video_quality_menu_title">Restore old video quality menu</string>
<string name="revanced_restore_old_video_quality_menu_summary_on">Old video quality menu is shown.</string>
<string name="revanced_restore_old_video_quality_menu_summary_off">Old video quality menu is not shown.</string>
<string name="revanced_enable_default_playback_speed_shorts_title">Enable shorts default playback speed</string>
<string name="revanced_enable_default_playback_speed_shorts_title">Enable Shorts default playback speed</string>
<string name="revanced_enable_default_playback_speed_shorts_summary_on">Default playback speed applies to Shorts.</string>
<string name="revanced_enable_default_playback_speed_shorts_summary_off">Default playback speed does not apply to Shorts.</string>
<string name="revanced_skipped_preloaded_buffer">Skipped preloaded buffer.</string>
@ -1149,14 +1149,14 @@ A different codec will be applied after about 20 seconds of buffering."</string>
Limitation: Dislikes may not appear if the user is not logged in or in incognito mode."</string>
<string name="revanced_ryd_shorts_summary_off">Dislikes hidden on Shorts.</string>
<string name="revanced_ryd_dislike_percentage_title">Dislikes as percentage</string>
<string name="revanced_ryd_dislike_percentage_summary_on">Dislikes shown as percentage.</string>
<string name="revanced_ryd_dislike_percentage_summary_off">Dislikes shown as number.</string>
<string name="revanced_ryd_dislike_percentage_summary_on">Dislikes shown as a percentage.</string>
<string name="revanced_ryd_dislike_percentage_summary_off">Dislikes shown as a number.</string>
<string name="revanced_ryd_compact_layout_title">Compact like button</string>
<string name="revanced_ryd_compact_layout_summary_on">Like button styled for minimum width.</string>
<string name="revanced_ryd_compact_layout_summary_off">Like button styled for best appearance.</string>
<string name="revanced_ryd_toast_on_connection_error_title">Show a toast if API is not available</string>
<string name="revanced_ryd_toast_on_connection_error_summary_on">Toast is shown if Return YouTube Dislike is not available.</string>
<string name="revanced_ryd_toast_on_connection_error_summary_off">Toast is not shown if Return YouTube Dislike is not available.</string>
<string name="revanced_ryd_toast_on_connection_error_title">Show a toast if API is unavailable</string>
<string name="revanced_ryd_toast_on_connection_error_summary_on">Toast is shown if Return YouTube Dislike is unavailable.</string>
<string name="revanced_ryd_toast_on_connection_error_summary_off">Toast is not shown if Return YouTube Dislike is unavailable.</string>
<!-- PreferenceScreen: Return YouTube Dislike, PreferenceCategory: About -->
<string name="revanced_ryd_about">About</string>
@ -1280,9 +1280,9 @@ Limitation: Dislikes may not appear if the user is not logged in or in incognito
<!-- PreferenceScreen: SponsorBlock, PreferenceCategory: General -->
<string name="revanced_sb_general">General</string>
<string name="revanced_sb_toast_on_connection_error_title">Show a toast if API is not available</string>
<string name="revanced_sb_toast_on_connection_error_summary_on">Toast is shown if SponsorBlock is not available.</string>
<string name="revanced_sb_toast_on_connection_error_summary_off">Toast is not shown if SponsorBlock is not available.</string>
<string name="revanced_sb_toast_on_connection_error_title">Show a toast if API is unavailable</string>
<string name="revanced_sb_toast_on_connection_error_summary_on">Toast is shown if SponsorBlock is unavailable.</string>
<string name="revanced_sb_toast_on_connection_error_summary_off">Toast is not shown if SponsorBlock is unavailable.</string>
<string name="revanced_sb_general_skipcount">Enable skip count tracking</string>
<string name="revanced_sb_general_skipcount_sum_on">Lets the SponsorBlock leaderboard know how much time is saved. A message is sent to the leaderboard each time a segment is skipped.</string>
<string name="revanced_sb_general_skipcount_sum_off">Skip count tracking is not enabled.</string>
@ -1347,7 +1347,7 @@ Limitation: Dislikes may not appear if the user is not logged in or in incognito
<!-- PreferenceScreen: SponsorBlock, PreferenceCategory: Stats -->
<string name="revanced_sb_stats">Stats</string>
<string name="revanced_sb_stats_connection_failure">Stats temporarily not available (API is down).</string>
<string name="revanced_sb_stats_connection_failure">Stats temporarily unavailable (API is down).</string>
<string name="revanced_sb_stats_loading">Loading...</string>
<string name="revanced_sb_stats_sb_disabled">SponsorBlock is disabled.</string>
<string name="revanced_sb_stats_username">Your username: &lt;b>%s&lt;/b></string>

View File

@ -613,7 +613,7 @@
<Preference android:title="Disable haptic feedback" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Fullscreen components" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Hide action buttons" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Hide comments component" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Hide comments components" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Hide player buttons" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Hide player flyout menu" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Overlay buttons" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
@ -622,8 +622,8 @@
</PreferenceCategory>
<PreferenceCategory android:title="@string/revanced_preference_screen_shorts_title" >
<Preference android:title="Change shorts repeat state" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Disable resuming shorts on startup" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Change Shorts repeat state" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Disable resuming Shorts on startup" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Shorts components" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Shorts outline button" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
</PreferenceCategory>
@ -652,7 +652,7 @@
<Preference android:title="Hide animated button background" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Hide double tap overlay filter" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Hide double tap to like animations" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Hide shorts dimming" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Hide Shorts dimming" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>
<Preference android:title="Icon" android:summary="@string/revanced_icon_default" android:selectable="false"/>
<Preference android:title="Label" android:summary="@string/revanced_label_default" android:selectable="false"/>
<Preference android:title="Return YouTube Dislike" android:summary="@string/revanced_patches_excluded" android:selectable="false"/>