generated from ReVanced/revanced-patches-template
-
-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(youtube/return-youtube-dislike): show dislike as a percentage (#…
…1185) Co-authored-by: LisousEinaiKyrios <>
- Loading branch information
1 parent
f0afd8e
commit 55cf0a8
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
14 changes: 10 additions & 4 deletions
14
src/main/resources/returnyoutubedislike/host/values/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
<resources> | ||
<string name="revanced_ryd_title">Enable Return YouTube Dislike</string> | ||
<string name="revanced_ryd_summary">Switch this on to see the dislike counts again</string> | ||
<string name="revanced_ryd_attribution_title">Return YouTube Dislike patch</string> | ||
<string name="revanced_ryd_attribution_summary">This patch uses the Return YouTube Dislike API from https://returnyoutubedislike.com. Tap to learn more</string> | ||
<string name="revanced_ryd_enable_title">Return YouTube Dislike</string> | ||
<string name="revanced_ryd_enable_summary_on">Dislikes are shown</string> | ||
<string name="revanced_ryd_enable_summary_off">Dislikes are hidden</string> | ||
|
||
<string name="revanced_ryd_dislike_percentage_title">Show dislikes as percentage</string> | ||
<string name="revanced_ryd_dislike_percentage_summary_on">Dislikes shown as estimated percentage</string> | ||
<string name="revanced_ryd_dislike_percentage_summary_off">Dislikes shown as estimated number</string> | ||
|
||
<string name="revanced_ryd_attribution_title">ReturnYouTubeDislike.com</string> | ||
<string name="revanced_ryd_attribution_summary">Dislike data is provided by the Return YouTube Dislike API. Tap here to learn more.</string> | ||
</resources> |