feat(YouTube/Hide general ads): toast message is shown when closing interstitial ads

This commit is contained in:
inotia00 2023-12-06 03:24:23 +09:00
parent 2d952787f1
commit 9a3ce20402
2 changed files with 5 additions and 4 deletions

View File

@ -39,6 +39,11 @@
<string name="revanced_change_homepage_title">Change homepage to subscriptions</string>
<string name="revanced_channel_bar_title">Channel bar</string>
<string name="revanced_channel_profile_title">Channel profile</string>
<string name="revanced_close_interstitial_ads_summary">"Automatically close interstitial ads.
Note: It's a feature that hasn't been tested."</string>
<string name="revanced_close_interstitial_ads_title">Close interstitial ads</string>
<string name="revanced_close_interstitial_ads_toast">Closing interstitial ads.</string>
<string name="revanced_comments_title">Comments</string>
<string name="revanced_custom_filter_strings_summary">Filter component names by line-seperated.</string>
<string name="revanced_custom_filter_strings_title">Edit custom filter</string>

View File

@ -5,10 +5,6 @@
<string name="pref_app_language_dialog_message_no_lang_name">This will change the language used in the app including buttons, text and dialogs, but will not change the language of ReVanced Extended settings.</string>
<string name="pref_app_language_system_default">System default</string>
<string name="revanced_close_interstitial_ads_summary">"If Interstitial ads are detected, press the back button automatically to close it.
Since it hasn't been tested, it most likely won't work."</string>
<string name="revanced_close_interstitial_ads_title">Close interstitial ads</string>
<string name="revanced_extended_settings_title">ReVanced Extended</string>
<string name="revanced_hide_account_menu_filter_strings_summary">@string/revanced_custom_filter_strings_summary</string>