mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-16 14:27:18 +02:00
Improve strings (#40)
* (Reddit): Improve patch descriptions * (Reddit): Fix grammar in new patch descriptions * fix (YTM): Typo in toggle description * fix (Remove viewer discretion dialog): Typo * (YT Music): Improve patch descriptions * (Zen mode): Use "Grey" instead of "Gray" * (Opus codec): Make description more specific * (YT Music): Update in-app strings and toasts * (YTM - Change start page) Fix typos * (Enable old player layout): Make disclaimer more descriptive * (Reddit - Open links directly): Grammar in description * Update some in-app descriptions * Apply suggestion from review
This commit is contained in:
parent
9919057d8b
commit
380d21390c
@ -20,7 +20,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
|
||||
|
||||
@Patch(
|
||||
name = "Hide account menu",
|
||||
description = "Hide account menu elements.",
|
||||
description = "Adds the ability to hide account menu elements using a custom filter.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -22,7 +22,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
|
||||
|
||||
@Patch(
|
||||
name = "Hide handle",
|
||||
description = "Hides the handle in the account switcher.",
|
||||
description = "Adds an option to hide the handle in the account switcher.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -20,7 +20,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction35c
|
||||
|
||||
@Patch(
|
||||
name = "Hide terms container",
|
||||
description = "Hides terms of service container at the account menu.",
|
||||
description = "Adds an option to hide the terms of service container in the account menu.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -26,7 +26,7 @@ import kotlin.math.min
|
||||
|
||||
@Patch(
|
||||
name = "Hide action bar component",
|
||||
description = "Hides action bar components or replaces the offline download button with an external download button.",
|
||||
description = "Adds options to hide action bar components and replace the offline download button with an external download button.",
|
||||
dependencies = [
|
||||
IntentHookPatch::class,
|
||||
SettingsPatch::class,
|
||||
|
@ -29,7 +29,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide general ads",
|
||||
description = "Hides general ads.",
|
||||
description = "Adds options to hide general ads.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
MusicAdsPatch::class,
|
||||
|
@ -15,7 +15,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Enable compact dialog",
|
||||
description = "Enable compact dialog on phone.",
|
||||
description = "Adds an option to enable the compact flyout menu on phones.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -21,7 +21,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide flyout panel",
|
||||
description = "Hides flyout panel components.",
|
||||
description = "Adds options to hide flyout panel components.",
|
||||
dependencies = [
|
||||
FlyoutButtonContainerPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Enable playback speed",
|
||||
description = "Add playback speed button to the flyout panel.",
|
||||
description = "Adds an option to add a playback speed button to the flyout panel.",
|
||||
dependencies = [
|
||||
FlyoutButtonContainerPatch::class,
|
||||
OverrideSpeedHookPatch::class,
|
||||
|
@ -18,7 +18,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Replace dismiss queue",
|
||||
description = "Replace dismiss queue menu to watch on YouTube.",
|
||||
description = "Adds an option to replace \"Dismiss queue\" with \"Watch on YouTube\" in the flyout menu.",
|
||||
dependencies = [
|
||||
FlyoutButtonItemResourcePatch::class,
|
||||
SettingsPatch::class,
|
||||
|
@ -15,7 +15,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Enable sleep timer",
|
||||
description = "Add sleep timer to flyout menu.",
|
||||
description = "Adds an option to add the sleep timer to the flyout menu.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -10,7 +10,7 @@ import org.w3c.dom.Element
|
||||
|
||||
@Patch(
|
||||
name = "Amoled",
|
||||
description = "Applies pure black theme on some components.",
|
||||
description = "Applies a pure black theme to some components.",
|
||||
dependencies = [LithoThemePatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
|
||||
)
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.shared.patch.captions.AbstractAutoCaptionsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Disable auto captions",
|
||||
description = "Disables forced auto captions.",
|
||||
description = "Adds an option to disable captions from being automatically enabled.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
VideoIdPatch::class
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Hide button shelf",
|
||||
description = "Hides the button shelf from homepage and explorer.",
|
||||
description = "Adds an option to hide the button shelf from the homepage and explore tab.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Hide carousel shelf",
|
||||
description = "Hides the carousel shelf from homepage and explorer.",
|
||||
description = "Adds an option to hide the carousel shelf from the homepage and explore tab.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -21,7 +21,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide cast button",
|
||||
description = "Hides the cast button.",
|
||||
description = "Adds an option to hide the cast button.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide category bar",
|
||||
description = "Hides the category bar.",
|
||||
description = "Adds an option to hide the category bar.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Hide channel guidelines",
|
||||
description = "Hides channel guidelines at the top of comments.",
|
||||
description = "Adds an option to hide the channel guidelines at the top of the comments section.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Enable custom filter",
|
||||
description = "Enables custom filter to hide layout components.",
|
||||
description = "Adds a custom filter which can be used to hide layout components.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -10,7 +10,7 @@ import app.revanced.patches.shared.patch.dialog.AbstractRemoveViewerDiscretionDi
|
||||
|
||||
@Patch(
|
||||
name = "Remove viewer discretion dialog",
|
||||
description = "Removes the dialog that appears when you try to watch a video that has been age-restricted " +
|
||||
description = "Adds an option to remove the dialog that appears when opening a video that has been age-restricted " +
|
||||
"by accepting it automatically. This does not bypass the age restriction.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Hide emoji picker",
|
||||
description = "Hides emoji picker at the comments box.",
|
||||
description = "Adds an option to hide the emoji picker when typing comments.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -17,7 +17,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Hide new playlist button",
|
||||
description = "Hides the \"New playlist\" button in the library.",
|
||||
description = "Adds an option to hide the \"New playlist\" button in the library.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide history button",
|
||||
description = "Hides history button in toolbar.",
|
||||
description = "Adds an option to hide the history button in the toolbar.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -14,7 +14,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Enable landscape mode",
|
||||
description = "Enables entry into landscape mode by screen rotation on the phone.",
|
||||
description = "Adds an option to enable landscape mode when rotating the screen on phones.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Enable old style library shelf",
|
||||
description = "Return the library shelf to old style.",
|
||||
description = "Adds an option to return the library tab to the old style.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Hide playlist card",
|
||||
description = "Hides the playlist card from homepage.",
|
||||
description = "Adds an option to hide the playlist card from the homepage.",
|
||||
dependencies = [
|
||||
LithoFilterPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -19,7 +19,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Change start page",
|
||||
description = "Changes the start page of the app.",
|
||||
description = "Adds an option to set which page the app opens in instead of the homepage.",
|
||||
dependencies = [
|
||||
IntentHookPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Hide tooltip content",
|
||||
description = "Hides the tooltip box that appears on first install.",
|
||||
description = "Hides the tooltip box that appears when opening the app for the first time.",
|
||||
dependencies = [SharedResourceIdPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -6,7 +6,7 @@ import app.revanced.patches.shared.patch.voicesearch.AbstractVoiceSearchButtonPa
|
||||
|
||||
@Patch(
|
||||
name = "Hide voice search button",
|
||||
description = "Hide voice search button in search bar.",
|
||||
description = "Hides the voice search button in the search bar.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
|
||||
use = false
|
||||
)
|
||||
|
@ -13,7 +13,7 @@ import java.nio.file.Files
|
||||
|
||||
@Patch(
|
||||
name = "Custom branding icon YouTube Music",
|
||||
description = "Change the YouTube Music launcher icon to the icon specified in options.json.",
|
||||
description = "Changes the YouTube Music app icon to the icon specified in options.json.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -10,7 +10,7 @@ import app.revanced.patches.shared.patch.elements.AbstractRemoveStringsElementsP
|
||||
|
||||
@Patch(
|
||||
name = "Custom branding name YouTube Music",
|
||||
description = "Rename the YouTube Music app to the name specified in options.json.",
|
||||
description = "Renames the YouTube Music app to the name specified in options.json.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -6,7 +6,7 @@ import app.revanced.patches.shared.patch.doubletapbackground.AbstractDoubleTapOv
|
||||
|
||||
@Patch(
|
||||
name = "Hide double tap overlay filter",
|
||||
description = "Hides the double tap dark filter layer.",
|
||||
description = "Removes the dark overlay when double-tapping to seek.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
|
||||
use = false
|
||||
)
|
||||
|
@ -7,7 +7,7 @@ import app.revanced.patcher.patch.annotation.Patch
|
||||
|
||||
@Patch(
|
||||
name = "Disable overlay filter",
|
||||
description = "Disables dark overlay when comment, share, save to playlist, and flyout panels open.",
|
||||
description = "Removes the dark overlay when comment, share, save to playlist, and flyout panels are open.",
|
||||
dependencies = [OverlayFilterBytecodePatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
|
||||
use = false
|
||||
|
@ -7,7 +7,7 @@ import app.revanced.patcher.patch.annotation.Patch
|
||||
|
||||
@Patch(
|
||||
name = "Bitrate default value",
|
||||
description = "Set the audio quality to \"Always High\" when you first install the app.",
|
||||
description = "Sets the audio quality to \"Always High\" when you first install the app.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -10,7 +10,7 @@ import app.revanced.patches.shared.patch.opus.AbstractOpusCodecsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Enable opus codec",
|
||||
description = "Enable opus codec when playing audio.",
|
||||
description = "Adds an option use the opus audio codec instead of the mp4a audio codec.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -9,7 +9,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Enable debug logging",
|
||||
description = "Adds debugging options.",
|
||||
description = "Adds an option to enable debug logging.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
|
||||
use = false
|
||||
|
@ -20,7 +20,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Exclusive audio playback",
|
||||
description = "Enables the option to play music without video.",
|
||||
description = "Unlocks the option to play music without video.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -10,7 +10,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Enable minimized playback",
|
||||
description = "Enables minimized playback on Kids music.",
|
||||
description = "Enables playback in miniplayer for Kids music.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -24,7 +24,7 @@ import com.android.tools.smali.dexlib2.iface.reference.Reference
|
||||
|
||||
@Patch(
|
||||
name = "Hide get premium",
|
||||
description = "Hides \"Get Premium\" label from the account menu or settings.",
|
||||
description = "Hides the \"Get Music Premium\" label from the account menu and settings.",
|
||||
dependencies = [SharedResourceIdPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -14,7 +14,8 @@ import app.revanced.util.copyXmlNode
|
||||
|
||||
@Patch(
|
||||
name = "Spoof app version",
|
||||
description = "Spoof the YouTube Music client version.",
|
||||
description = "Adds options to spoof the YouTube Music client version. " +
|
||||
"This can remove the radio mode restriction in Canadian regions or disable real-time lyrics.",
|
||||
dependencies = [
|
||||
IntentHookPatch::class,
|
||||
OldStyleLibraryShelfPatch::class,
|
||||
|
@ -12,7 +12,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide taste builder",
|
||||
description = "Hides the \"Tell us which artists you like\" card from homepage.",
|
||||
description = "Hides the \"Tell us which artists you like\" card from the homepage.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -12,7 +12,7 @@ import app.revanced.patches.shared.patch.tracking.AbstractSanitizeUrlQueryPatch
|
||||
|
||||
@Patch(
|
||||
name = "Sanitize sharing links",
|
||||
description = "Removes tracking query parameters from the URLs when sharing links.",
|
||||
description = "Adds an option to remove tracking query parameters from URLs when sharing links.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -7,7 +7,7 @@ import app.revanced.patches.shared.patch.translations.AbstractTranslationsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Translations",
|
||||
description = "Add Crowdin translations for YouTube Music.",
|
||||
description = "Adds Crowdin translations for YouTube Music.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Enable black navigation bar",
|
||||
description = "Sets the navigation bar color to black.",
|
||||
description = "Adds an option to set the navigation bar color to black.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -22,7 +22,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
|
||||
|
||||
@Patch(
|
||||
name = "Hide navigation bar component",
|
||||
description = "Hides navigation bar components.",
|
||||
description = "Adds options to hide navigation bar components.",
|
||||
dependencies = [
|
||||
SettingsPatch::class,
|
||||
SharedResourceIdPatch::class
|
||||
|
@ -24,7 +24,7 @@ import kotlin.properties.Delegates
|
||||
|
||||
@Patch(
|
||||
name = "Enable color match player",
|
||||
description = "Matches the color of the mini player and the fullscreen player.",
|
||||
description = "Adds an option to match the color of the miniplayer to the fullscreen player.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -14,7 +14,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Enable force minimized player",
|
||||
description = "Keep player permanently minimized even if another track is played.",
|
||||
description = "Adds an option to keep the miniplayer minimized even when another track is played.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -13,7 +13,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Enable new player background",
|
||||
description = "Enable new player background.",
|
||||
description = "Adds an option to enable the new player background.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -13,7 +13,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
|
||||
|
||||
@Patch(
|
||||
name = "Enable old player layout",
|
||||
description = "Return the player layout to old style. Deprecated on YT Music 6.31.55+",
|
||||
description = "Adds an option to return the player layout to the old style. Deprecated on YT Music 6.31.55+.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
|
||||
use = false
|
||||
|
@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Enable old style miniplayer",
|
||||
description = "Return the miniplayers to old style.",
|
||||
description = "Adds an option to return the miniplayer to the old style.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -15,7 +15,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Remember repeat state",
|
||||
description = "Remembers the state of the repeat.",
|
||||
description = "Adds an option to remember the state of the repeat toggle.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -32,7 +32,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
|
||||
|
||||
@Patch(
|
||||
name = "Replace cast button",
|
||||
description = "Replace the cast button in the player with the open music button.",
|
||||
description = "Adds an option to replace the cast button in the player with the \"Open music\" button.",
|
||||
dependencies = [
|
||||
MainActivityResolvePatch::class,
|
||||
PlayerResponsePatch::class,
|
||||
|
@ -31,7 +31,7 @@ import com.android.tools.smali.dexlib2.util.MethodUtil
|
||||
|
||||
@Patch(
|
||||
name = "Remember shuffle state",
|
||||
description = "Remembers the state of the shuffle.",
|
||||
description = "Adds an option to remember the state of the shuffle toggle.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -18,7 +18,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Enable zen mode",
|
||||
description = "Adds a grey tint to the video player to reduce eye strain.",
|
||||
description = "Adds an option to change the player background to light grey to reduce eye strain.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -10,7 +10,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Certificate spoof",
|
||||
description = "Spoofs the YouTube Music certificate for Android Auto.",
|
||||
description = "Enables YouTube Music to work with Android Auto by spoofing the YouTube Music certificate.",
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -22,7 +22,7 @@ import app.revanced.patches.shared.patch.packagename.PackageNamePatch
|
||||
|
||||
@Patch(
|
||||
name = "MicroG support",
|
||||
description = "Allows ReVanced Extended Music to run without root and under a different package name with MicroG.",
|
||||
description = "Allows YouTube Music to run without root and under a different package name with MicroG.",
|
||||
dependencies = [
|
||||
ClientSpoofPatch::class,
|
||||
MainActivityResolvePatch::class,
|
||||
|
@ -12,7 +12,7 @@ import org.w3c.dom.Node
|
||||
|
||||
@Patch(
|
||||
name = "Return YouTube Dislike",
|
||||
description = "Shows the dislike count of videos using the Return YouTube Dislike API.",
|
||||
description = "Adds an option to show the dislike count of songs using the Return YouTube Dislike API.",
|
||||
dependencies = [
|
||||
ReturnYouTubeDislikeBytecodePatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -19,7 +19,7 @@ import java.io.Closeable
|
||||
|
||||
@Patch(
|
||||
name = "Settings",
|
||||
description = "Adds settings for ReVanced Extended to YouTube Music.",
|
||||
description = "Adds ReVanced Extended settings to YouTube Music.",
|
||||
dependencies = [SettingsBytecodePatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
|
||||
)
|
||||
|
@ -13,7 +13,7 @@ import app.revanced.util.copyResources
|
||||
|
||||
@Patch(
|
||||
name = "SponsorBlock",
|
||||
description = "Integrates SponsorBlock which allows skipping video segments such as sponsored content.",
|
||||
description = "Adds options to enable and configure SponsorBlock, which can skip undesired video segments such as non-music sections.",
|
||||
dependencies = [
|
||||
IntentHookPatch::class,
|
||||
SettingsPatch::class,
|
||||
|
@ -11,7 +11,7 @@ import app.revanced.patches.shared.patch.customspeed.AbstractCustomPlaybackSpeed
|
||||
|
||||
@Patch(
|
||||
name = "Custom playback speed",
|
||||
description = "Adds more playback speed options.",
|
||||
description = "Adds an option to customize available playback speeds.",
|
||||
dependencies = [IntentHookPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
|
||||
)
|
||||
|
@ -18,7 +18,7 @@ import com.android.tools.smali.dexlib2.builder.instruction.BuilderInstruction21c
|
||||
|
||||
@Patch(
|
||||
name = "Remember video quality",
|
||||
description = "Save the video quality value whenever you change the video quality.",
|
||||
description = "Adds an option to remember the last video quality selected.",
|
||||
dependencies = [
|
||||
OverrideQualityHookPatch::class,
|
||||
SettingsPatch::class,
|
||||
|
@ -19,7 +19,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Remember playback speed",
|
||||
description = "Save the playback speed value whenever you change the playback speed.",
|
||||
description = "Adds an option to remember the last playback speed selected.",
|
||||
dependencies = [
|
||||
OverrideSpeedHookPatch::class,
|
||||
SettingsPatch::class
|
||||
|
@ -23,7 +23,7 @@ import com.android.tools.smali.dexlib2.iface.reference.FieldReference
|
||||
|
||||
@Patch(
|
||||
name = "Hide ads",
|
||||
description = "Hides ads from the Reddit.",
|
||||
description = "Adds options to hide ads.",
|
||||
dependencies = [HideBannerPatch::class, HideCommentAdsPatch::class, SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")],
|
||||
requiresIntegrations = true,
|
||||
|
@ -11,7 +11,7 @@ import java.nio.file.Files
|
||||
|
||||
@Patch(
|
||||
name = "Custom branding name Reddit",
|
||||
description = "Rename the Reddit app to the name specified in options.json.",
|
||||
description = "Renames the Reddit app to the name specified in options.json.",
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")],
|
||||
use = false
|
||||
)
|
||||
|
@ -11,7 +11,7 @@ import java.io.Closeable
|
||||
|
||||
@Patch(
|
||||
name = "Change package name",
|
||||
description = "Specifies the package name for Reddit.",
|
||||
description = "Changes the package name for Reddit to the name specified in options.json.",
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")],
|
||||
use = false
|
||||
)
|
||||
|
@ -14,7 +14,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide navigation buttons",
|
||||
description = "Hide buttons at navigation bar.",
|
||||
description = "Adds options to hide buttons in the navigation bar.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
|
||||
)
|
||||
|
@ -10,7 +10,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Premium icon",
|
||||
description = "Unlocks premium icons.",
|
||||
description = "Unlocks premium app icons.",
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
|
@ -14,7 +14,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide recently visited shelf",
|
||||
description = "Hides recently visited shelf in sidebar.",
|
||||
description = "Adds an option to hide the recently visited shelf in sidebar.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
|
||||
)
|
||||
|
@ -15,7 +15,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Disable screenshot popup",
|
||||
description = "Disables the popup that shows up when taking a screenshot.",
|
||||
description = "Adds an option to disable the popup that shows up when taking a screenshot.",
|
||||
dependencies = [SettingsPatch::class, SharedResourceIdPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
|
||||
)
|
||||
|
@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch(
|
||||
name = "Hide toolbar button",
|
||||
description = "Hides 'r/place' button or 'reddit recap' button in the toolbar.",
|
||||
description = "Adds an option to hide the'r/place' button or 'reddit recap' button in the toolbar.",
|
||||
dependencies =
|
||||
[
|
||||
SettingsPatch::class,
|
||||
|
@ -12,7 +12,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Open links directly",
|
||||
description = "Skips over redirection URLs to external links.",
|
||||
description = "Adds an option to skip over redirection URLs in external links.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
|
||||
)
|
||||
|
@ -15,7 +15,7 @@ import app.revanced.util.getStringInstructionIndex
|
||||
|
||||
@Patch(
|
||||
name = "Open links externally",
|
||||
description = "Open links outside of the app directly in your browser.",
|
||||
description = "Adds an option to always open links in your browser instead of in the in-app-browser.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
|
||||
)
|
||||
|
@ -14,7 +14,7 @@ import app.revanced.util.exception
|
||||
|
||||
@Patch(
|
||||
name = "Sanitize sharing links",
|
||||
description = "Removes tracking query parameters from the URLs when sharing links.",
|
||||
description = "Adds an option to remove tracking query parameters from URLs when sharing links.",
|
||||
dependencies = [SettingsPatch::class],
|
||||
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
|
||||
)
|
||||
|
@ -8,7 +8,7 @@ import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.stringPatc
|
||||
|
||||
@Patch(
|
||||
name = "Custom package name",
|
||||
description = "Specifies the package name for YouTube and YT Music in the MicroG build.",
|
||||
description = "Changes the package name for the non-root build of YouTube and YouTube Music to the name specified in options.json.",
|
||||
compatiblePackages = [
|
||||
CompatiblePackage("com.google.android.youtube"),
|
||||
CompatiblePackage("com.google.android.apps.youtube.music")
|
||||
|
@ -15,20 +15,20 @@
|
||||
<string name="revanced_category_navigation">Navigation</string>
|
||||
<string name="revanced_category_player">Player</string>
|
||||
<string name="revanced_category_video">Video</string>
|
||||
<string name="revanced_change_start_page_entry_chart">Chart</string>
|
||||
<string name="revanced_change_start_page_entry_chart">Charts</string>
|
||||
<string name="revanced_change_start_page_entry_explore">Explore</string>
|
||||
<string name="revanced_change_start_page_entry_home">Home</string>
|
||||
<string name="revanced_change_start_page_entry_library">Library</string>
|
||||
<string name="revanced_change_start_page_entry_subscription">Subscription</string>
|
||||
<string name="revanced_change_start_page_entry_subscription">Subscriptions</string>
|
||||
<string name="revanced_change_start_page_summary">Changes the start page of the app.</string>
|
||||
<string name="revanced_change_start_page_title">Change start page</string>
|
||||
<string name="revanced_custom_filter_strings_summary">Filter component names by line-seperated.</string>
|
||||
<string name="revanced_custom_filter_strings_summary">Configure which components to filter, separated by new lines.</string>
|
||||
<string name="revanced_custom_filter_strings_title">Edit custom filter</string>
|
||||
<string name="revanced_custom_filter_strings_warning">Invalid custom filter, resetting to default.</string>
|
||||
<string name="revanced_custom_filter_summary">Enables custom filter to hide layout components.</string>
|
||||
<string name="revanced_custom_filter_strings_warning">Invalid custom filter. Filter reset to default.</string>
|
||||
<string name="revanced_custom_filter_summary">Enables the custom filter to hide layout components.</string>
|
||||
<string name="revanced_custom_filter_title">Enable custom filter</string>
|
||||
<string name="revanced_custom_playback_speeds_invalid">Invalid custom playback speeds. Reset to default values.</string>
|
||||
<string name="revanced_custom_playback_speeds_summary">Add or change the playback speeds available.</string>
|
||||
<string name="revanced_custom_playback_speeds_invalid">Invalid custom playback speeds. Speeds reset to default.</string>
|
||||
<string name="revanced_custom_playback_speeds_summary">Configure the playback speeds available.</string>
|
||||
<string name="revanced_custom_playback_speeds_title">Edit custom playback speeds</string>
|
||||
<string name="revanced_custom_playback_speeds_warning" formatted="false">Custom speeds can\'t be more than %sx.</string>
|
||||
<string name="revanced_disable_auto_captions_summary">Disables forced auto captions.</string>
|
||||
@ -36,42 +36,42 @@
|
||||
<string name="revanced_downloader_not_installed" formatted="false">%s is not installed. Please install it.</string>
|
||||
<string name="revanced_enable_black_navigation_bar_summary">Sets the navigation bar color to black.</string>
|
||||
<string name="revanced_enable_black_navigation_bar_title">Enable black navigation bar</string>
|
||||
<string name="revanced_enable_color_match_player_summary">Matches the color of the mini player and the fullscreen player.</string>
|
||||
<string name="revanced_enable_color_match_player_summary">Matches the color of the miniplayer to the fullscreen player.</string>
|
||||
<string name="revanced_enable_color_match_player_title">Enable color match player</string>
|
||||
<string name="revanced_enable_compact_dialog_summary">"Enable compact dialog on phone.
|
||||
<string name="revanced_enable_compact_dialog_summary">"Enables the compact flyout menu on phones.
|
||||
|
||||
Known issues:
|
||||
• Album art on the library shelf also becomes smaller.
|
||||
• Album art in the library tab becomes smaller when organized in a grid.
|
||||
• Sleep timer layout may appear unusual."</string>
|
||||
<string name="revanced_enable_compact_dialog_title">Enable compact dialog</string>
|
||||
<string name="revanced_enable_debug_logging_summary">Prints the debug log.</string>
|
||||
<string name="revanced_enable_debug_logging_title">Enable debug logging</string>
|
||||
<string name="revanced_enable_flyout_panel_playback_speed_summary">Add an playback speed button to the flyout panel.</string>
|
||||
<string name="revanced_enable_flyout_panel_playback_speed_summary">Adds a playback speed button to the flyout panel.</string>
|
||||
<string name="revanced_enable_flyout_panel_playback_speed_title">Enable playback speed</string>
|
||||
<string name="revanced_enable_force_minimized_player_summary">Keep player permanently minimized even if another track is played.</string>
|
||||
<string name="revanced_enable_force_minimized_player_summary">Keeps the miniplayer minimized even when another track is played.</string>
|
||||
<string name="revanced_enable_force_minimized_player_title">Enable force minimized player</string>
|
||||
<string name="revanced_enable_landscape_mode_summary">Enables entry into landscape mode by screen rotation on the phone.</string>
|
||||
<string name="revanced_enable_landscape_mode_summary">Enables landscape mode when rotating the screen on phones.</string>
|
||||
<string name="revanced_enable_landscape_mode_title">Enable landscape mode</string>
|
||||
<string name="revanced_enable_new_player_background_summary">Enables new player background.</string>
|
||||
<string name="revanced_enable_new_player_background_summary">Enables the new player background.</string>
|
||||
<string name="revanced_enable_new_player_background_title">Enable new player background</string>
|
||||
<string name="revanced_enable_old_player_layout_summary">"Return the player layout to old style.
|
||||
Some settings may not work properly in the old player layout.
|
||||
<string name="revanced_enable_old_player_layout_summary">"Returns the player layout to the old style.
|
||||
Some features may not work properly in the old player layout.
|
||||
|
||||
WARNING: Do not enable new player backgrounds while this is enabled."</string>
|
||||
WARNING: Do not enable "New player background" while this is enabled."</string>
|
||||
<string name="revanced_enable_old_player_layout_title">Enable old player layout</string>
|
||||
<string name="revanced_enable_old_style_library_shelf_summary">Return the library shelf to old style. (Experimental)</string>
|
||||
<string name="revanced_enable_old_style_library_shelf_summary">Returns the library tab to the old style. (Experimental)</string>
|
||||
<string name="revanced_enable_old_style_library_shelf_title">Enable old style library shelf</string>
|
||||
<string name="revanced_enable_old_style_mini_player_summary">Return the mini players to old style.</string>
|
||||
<string name="revanced_enable_old_style_mini_player_summary">Returns the miniplayer to the old style.</string>
|
||||
<string name="revanced_enable_old_style_mini_player_title">Enable old style mini player</string>
|
||||
<string name="revanced_enable_opus_codec_summary">Apply opus audio codec instead of mp4a audio codec.</string>
|
||||
<string name="revanced_enable_opus_codec_summary">Enables the opus audio codec instead of the mp4a audio codec.</string>
|
||||
<string name="revanced_enable_opus_codec_title">Enable opus codec</string>
|
||||
<string name="revanced_enable_save_playback_speed_summary">Save the playback speed value whenever you change the playback speed.</string>
|
||||
<string name="revanced_enable_save_playback_speed_summary">Remembers the last playback speed selected.</string>
|
||||
<string name="revanced_enable_save_playback_speed_title">Enable save playback speed</string>
|
||||
<string name="revanced_enable_save_video_quality_summary">Save the video quality value whenever you change the video quality.</string>
|
||||
<string name="revanced_enable_save_video_quality_summary">Remembers the last video quality selected.</string>
|
||||
<string name="revanced_enable_save_video_quality_title">Enable save video quality</string>
|
||||
<string name="revanced_enable_sleep_timer_summary">Add sleep timer to flyout menu.</string>
|
||||
<string name="revanced_enable_sleep_timer_summary">Adds sleep timer to the flyout menu.</string>
|
||||
<string name="revanced_enable_sleep_timer_title">Enable sleep timer</string>
|
||||
<string name="revanced_enable_zen_mode_summary">Adds a grey tint to the video player to reduce eye strain.</string>
|
||||
<string name="revanced_enable_zen_mode_summary">Changes the player background to light grey to reduce eye strain.</string>
|
||||
<string name="revanced_enable_zen_mode_title">Enable zen mode</string>
|
||||
<string name="revanced_extended_settings_export_as_file">Export settings to file</string>
|
||||
<string name="revanced_extended_settings_export_failed">Failed to export settings.</string>
|
||||
@ -99,25 +99,25 @@ WARNING: Do not enable new player backgrounds while this is enabled."</string>
|
||||
<string name="revanced_hide_action_button_comment_title">Hide comment button</string>
|
||||
<string name="revanced_hide_action_button_download_summary">Hides download button.</string>
|
||||
<string name="revanced_hide_action_button_download_title">Hide download button</string>
|
||||
<string name="revanced_hide_action_button_label_summary">Hide labels in action button.</string>
|
||||
<string name="revanced_hide_action_button_label_summary">Hides labels in action buttons.</string>
|
||||
<string name="revanced_hide_action_button_label_title">Hide action button labels</string>
|
||||
<string name="revanced_hide_action_button_radio_summary">Hides start radio button.</string>
|
||||
<string name="revanced_hide_action_button_radio_title">Hide radio button</string>
|
||||
<string name="revanced_hide_action_button_share_summary">Hides share button.</string>
|
||||
<string name="revanced_hide_action_button_share_title">Hide share button</string>
|
||||
<string name="revanced_hide_button_shelf_summary">Hides the button shelf from homepage and explorer.</string>
|
||||
<string name="revanced_hide_button_shelf_summary">Hides the button shelf from the homepage and explore tab.</string>
|
||||
<string name="revanced_hide_button_shelf_title">Hide button shelf</string>
|
||||
<string name="revanced_hide_carousel_shelf_summary">Hides the carousel shelf from homepage and explorer.</string>
|
||||
<string name="revanced_hide_carousel_shelf_summary">Hides the carousel shelf from the homepage and explore tab.</string>
|
||||
<string name="revanced_hide_carousel_shelf_title">Hide carousel shelf</string>
|
||||
<string name="revanced_hide_cast_button_summary">Hides the cast button.</string>
|
||||
<string name="revanced_hide_cast_button_title">Hide cast button</string>
|
||||
<string name="revanced_hide_category_bar_summary">Hides the category bar.</string>
|
||||
<string name="revanced_hide_category_bar_title">Hide category bar</string>
|
||||
<string name="revanced_hide_channel_guidelines_summary">Hides channel guidelines at the top of comments.</string>
|
||||
<string name="revanced_hide_channel_guidelines_summary">Hides the channel guidelines at the top of the comments section.</string>
|
||||
<string name="revanced_hide_channel_guidelines_title">Hide channel guidelines</string>
|
||||
<string name="revanced_hide_emoji_picker_summary">Hides emoji picker at the comments box.</string>
|
||||
<string name="revanced_hide_emoji_picker_summary">Hides the emoji picker when typing comments.</string>
|
||||
<string name="revanced_hide_emoji_picker_title">Hide emoji picker</string>
|
||||
<string name="revanced_hide_explore_button_summary">Hides the explore button in navigation bar.</string>
|
||||
<string name="revanced_hide_explore_button_summary">Hides the explore button.</string>
|
||||
<string name="revanced_hide_explore_button_title">Hide explore button</string>
|
||||
<string name="revanced_hide_flyout_panel_add_to_queue_title">Hide add to queue menu</string>
|
||||
<string name="revanced_hide_flyout_panel_captions_title">Hide captions menu</string>
|
||||
@ -146,29 +146,29 @@ WARNING: Do not enable new player backgrounds while this is enabled."</string>
|
||||
<string name="revanced_hide_flyout_panel_view_song_credit_title">Hide view song credit menu</string>
|
||||
<string name="revanced_hide_general_ads_summary">Hides general ads.</string>
|
||||
<string name="revanced_hide_general_ads_title">Hide general ads</string>
|
||||
<string name="revanced_hide_handle_summary">Hides the handle in the account switcher.</string>
|
||||
<string name="revanced_hide_handle_summary">Hides the handle in the account menu.</string>
|
||||
<string name="revanced_hide_handle_title">Hide handle</string>
|
||||
<string name="revanced_hide_history_button_summary">Hides history button in toolbar.</string>
|
||||
<string name="revanced_hide_history_button_summary">Hides the history button in the toolbar.</string>
|
||||
<string name="revanced_hide_history_button_title">Hide history button</string>
|
||||
<string name="revanced_hide_home_button_summary">Hides the home button.</string>
|
||||
<string name="revanced_hide_home_button_title">Hide home button</string>
|
||||
<string name="revanced_hide_interstitial_ads_summary">Hides the interstitial ads.</string>
|
||||
<string name="revanced_hide_interstitial_ads_summary">Hides interstitial ads.</string>
|
||||
<string name="revanced_hide_interstitial_ads_title">Hide interstitial ads</string>
|
||||
<string name="revanced_hide_library_button_summary">Hides the library button.</string>
|
||||
<string name="revanced_hide_library_button_title">Hide library button</string>
|
||||
<string name="revanced_hide_music_ads_summary">Hides ads before playing a music.</string>
|
||||
<string name="revanced_hide_music_ads_title">Hide music ads</string>
|
||||
<string name="revanced_hide_navigation_bar_summary">Hides navigation bar.</string>
|
||||
<string name="revanced_hide_navigation_bar_summary">Hides the navigation bar.</string>
|
||||
<string name="revanced_hide_navigation_bar_title">Hide navigation bar</string>
|
||||
<string name="revanced_hide_navigation_label_summary">Hide labels in navigation bar.</string>
|
||||
<string name="revanced_hide_navigation_label_summary">Hides labels below the navigation buttons.</string>
|
||||
<string name="revanced_hide_navigation_label_title">Hide navigation label</string>
|
||||
<string name="revanced_hide_new_playlist_button_summary">Hides the \"New playlist\" button in the library.</string>
|
||||
<string name="revanced_hide_new_playlist_button_title">Hide new playlist button</string>
|
||||
<string name="revanced_hide_playlist_card_summary">Hides the playlist card from homepage.</string>
|
||||
<string name="revanced_hide_playlist_card_summary">Hides the playlist card from the homepage.</string>
|
||||
<string name="revanced_hide_playlist_card_title">Hide playlist card</string>
|
||||
<string name="revanced_hide_premium_promotion_summary">Hides premium promotion popup.</string>
|
||||
<string name="revanced_hide_premium_promotion_summary">Hides premium promotion popups.</string>
|
||||
<string name="revanced_hide_premium_promotion_title">Hide premium promotion popup</string>
|
||||
<string name="revanced_hide_premium_renewal_summary">Hides premium renewal banner.</string>
|
||||
<string name="revanced_hide_premium_renewal_summary">Hides the premium renewal banner.</string>
|
||||
<string name="revanced_hide_premium_renewal_title">Hide premium renewal banner</string>
|
||||
<string name="revanced_hide_samples_button_summary">Hides the samples button.</string>
|
||||
<string name="revanced_hide_samples_button_title">Hide samples button</string>
|
||||
@ -181,19 +181,19 @@ WARNING: Do not enable new player backgrounds while this is enabled."</string>
|
||||
<string name="revanced_playback_speed_normal">Normal</string>
|
||||
<string name="revanced_playlist_dismiss">Already playing official music source.</string>
|
||||
<string name="revanced_playlist_error">Official music source not available.</string>
|
||||
<string name="revanced_remove_viewer_discretion_dialog_summary">"Remove viewer discretion dialog.
|
||||
This does not bypass the age restriction, it just accepts it automatically."</string>
|
||||
<string name="revanced_remove_viewer_discretion_dialog_summary">"Removes the viewer discretion dialog.
|
||||
This does not bypass the age restriction. It just accepts it automatically."</string>
|
||||
<string name="revanced_remove_viewer_discretion_dialog_title">Remove viewer discretion dialog</string>
|
||||
<string name="revanced_restart_first_run">Restart to load the layout normally</string>
|
||||
<string name="revanced_restart_message">Refresh and restart</string>
|
||||
<string name="revanced_replace_flyout_panel_dismiss_queue_continue_watch_summary">When watching on YouTube, continue watching from the current time.</string>
|
||||
<string name="revanced_replace_flyout_panel_dismiss_queue_continue_watch_summary">Continues the video from the current time when switching to YouTube.</string>
|
||||
<string name="revanced_replace_flyout_panel_dismiss_queue_continue_watch_title">Continue watching</string>
|
||||
<string name="revanced_replace_flyout_panel_dismiss_queue_summary">Replaces dismiss queue menu to watch on YouTube.</string>
|
||||
<string name="revanced_replace_flyout_panel_dismiss_queue_summary">Replaces \"Dismiss queue\" with \"Watch on YouTube\".</string>
|
||||
<string name="revanced_replace_flyout_panel_dismiss_queue_title">Replace dismiss queue</string>
|
||||
<string name="revanced_replace_player_cast_button_title">Replace cast button</string>
|
||||
<string name="revanced_remember_repeat_state_summary">Remembers the state of the repeat.</string>
|
||||
<string name="revanced_remember_repeat_state_summary">Remembers the state of the repeat toggle.</string>
|
||||
<string name="revanced_remember_repeat_state_title">Remember repeat state</string>
|
||||
<string name="revanced_remember_shuffle_state_summary">Remembers the state of the shuffle.</string>
|
||||
<string name="revanced_remember_shuffle_state_summary">Remembers the state of the shuffle toggle.</string>
|
||||
<string name="revanced_remember_shuffle_state_title">Remember shuffle state</string>
|
||||
<string name="revanced_reset">Reset</string>
|
||||
<string name="revanced_ryd_about">About</string>
|
||||
@ -210,17 +210,17 @@ This does not bypass the age restriction, it just accepts it automatically."</st
|
||||
<string name="revanced_ryd_toast_on_connection_error_summary">Toast is shown if Return YouTube Dislike is not available.</string>
|
||||
<string name="revanced_ryd_toast_on_connection_error_title">Show a toast if API is not available</string>
|
||||
<string name="revanced_ryd_video_likes_hidden_by_video_owner">Hidden</string>
|
||||
<string name="revanced_sanitize_sharing_links_summary">Removes tracking query parameters from the URLs when sharing links.</string>
|
||||
<string name="revanced_sanitize_sharing_links_summary">Removes tracking query parameters from URLs when sharing links.</string>
|
||||
<string name="revanced_sanitize_sharing_links_title">Sanitize sharing links</string>
|
||||
<string name="revanced_save_playback_speed" formatted="false">Changing default speed to %s.</string>
|
||||
<string name="revanced_save_video_quality_mobile" formatted="false">Changing default mobile data quality to %s.</string>
|
||||
<string name="revanced_save_video_quality_none">Failed to set quality.</string>
|
||||
<string name="revanced_save_video_quality_wifi" formatted="false">Changing default Wi-Fi quality to %s.</string>
|
||||
<string name="revanced_share_copy_settings_success">Settings copied to clipboard.</string>
|
||||
<string name="revanced_spoof_app_version_summary">"Spoofing the client version to the old version.
|
||||
<string name="revanced_spoof_app_version_summary">"Spoofs the client version to an older version.
|
||||
|
||||
• This will change the appearance of the app, but unknown side effects may occur.
|
||||
• If later turned off, the old UI may remain until clear the app data."</string>
|
||||
• If later turned off, the old UI may remain until the app data is cleared."</string>
|
||||
<string name="revanced_spoof_app_version_target_entry_4_27_53">4.27.53 - Disable radio mode in Canadian regions</string>
|
||||
<string name="revanced_spoof_app_version_target_entry_6_10_53">6.10.53 - Disable real time lyrics</string>
|
||||
<string name="revanced_spoof_app_version_target_summary">Select the spoof app version target.</string>
|
||||
@ -284,7 +284,7 @@ This does not bypass the age restriction, it just accepts it automatically."</st
|
||||
<string name="sb_color_dot_label">Color:</string>
|
||||
<string name="sb_color_changed">Color changed.</string>
|
||||
<string name="sb_color_reset">Color reset.</string>
|
||||
<string name="sb_color_invalid">Invalid color code.</string>
|
||||
<string name="sb_color_invalid">Invalid color code. Color reset to default.</string>
|
||||
<string name="sb_reset_color">Reset color</string>
|
||||
<string name="sb_about_api_sum">Data is provided by the SponsorBlock API. Tap here to learn more and see downloads for other platforms.</string>
|
||||
|
||||
|
@ -730,7 +730,7 @@ Tap and hold to set playback speed to 1.0x."</string>
|
||||
<string name="revanced_quick_actions_margin_top_warning">Quick actions top margin must be between 0-64. Reset to default values.</string>
|
||||
<string name="revanced_quick_actions_title">Quick actions</string>
|
||||
<string name="revanced_remove_viewer_discretion_dialog_summary">"Remove viewer discretion dialog.
|
||||
This does not bypass the age restriction, it just accepts it automatically."</string>
|
||||
This does not bypass the age restriction. It just accepts it automatically."</string>
|
||||
<string name="revanced_remove_viewer_discretion_dialog_title">Remove viewer discretion dialog</string>
|
||||
<string name="revanced_restart_first_run">Restart to load the layout normally</string>
|
||||
<string name="revanced_restart_message">Refresh and restart</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user