Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko <34315725+rospino74@users.noreply.github.com>2022-05-14 13:09:25 +0300
committerMarko <34315725+rospino74@users.noreply.github.com>2022-05-15 13:40:13 +0300
commit4df98d1cb0517e0da8fd0e5e3506e260316545c0 (patch)
treebede327ca0548b378072bf7a04506ffd03645098 /Extensions/combined/_locales/en/messages.json
parentebdc01a7ee34e2648269e71cab24ece703f82664 (diff)
Moved popup strings to the English locale file
Diffstat (limited to 'Extensions/combined/_locales/en/messages.json')
-rw-r--r--Extensions/combined/_locales/en/messages.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/Extensions/combined/_locales/en/messages.json b/Extensions/combined/_locales/en/messages.json
index 28c476c..8dfa32b 100644
--- a/Extensions/combined/_locales/en/messages.json
+++ b/Extensions/combined/_locales/en/messages.json
@@ -58,5 +58,35 @@
},
"considerDonating": {
"message": "The only thing that keeps the extension running is your donations, please consider supporting the project."
+ },
+ "roundNumbers": {
+ "message": "Show rounded down numbers"
+ },
+ "roundNumbersHover": {
+ "message": "Round down numbers (default YouTube behavior)."
+ },
+ "reformatLikes": {
+ "message": "Re-format like numbers"
+ },
+ "reformatLikesHover": {
+ "message": "Make likes and dislikes format consistent."
+ },
+ "numberFormat": {
+ "message": "Number format:"
+ },
+ "colorizeRatio": {
+ "message": "Colorize ratio bar"
+ },
+ "colorizeRatioHover": {
+ "message": "Use custom colors for the ratio bar."
+ },
+ "colorizeThumbs": {
+ "message": "Colorize thumbs"
+ },
+ "colorizeThumbsHover": {
+ "message": "Use custom colors for the thumb icons."
+ },
+ "colorTheme": {
+ "message": "Color theme:"
}
}