You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ rename "custom" to "personal" for a stronger signal that this is not a part of the style
+ rename "exclusions" to "glob" in functions that are universal
Copy file name to clipboardExpand all lines: src/_locales/en/messages.json
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1564,8 +1564,9 @@
1564
1564
"message": "Enabled",
1565
1565
"description": "Label for the enabled state of styles"
1566
1566
},
1567
-
"styleExcludeLabel": {
1568
-
"message": "Custom excluded sites"
1567
+
"styleForceApplied": {
1568
+
"message": "Force-applied via \"<INC>\" in style settings",
1569
+
"description": "Tooltip in the popup for styles, <INC> = translation for Personal included sites"
1569
1570
},
1570
1571
"styleFromMozillaFormatError": {
1571
1572
"message": "Failed to import from Mozilla format",
@@ -1575,9 +1576,6 @@
1575
1576
"message": "Paste the Mozilla-format code",
1576
1577
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
1577
1578
},
1578
-
"styleIncludeLabel": {
1579
-
"message": "Custom included sites"
1580
-
},
1581
1579
"styleInjectionImportance": {
1582
1580
"message": "Toggle style's importance"
1583
1581
},
@@ -1640,6 +1638,10 @@
1640
1638
"styleName": {
1641
1639
"message": "Style name"
1642
1640
},
1641
+
"styleNotAppliedOverridden": {
1642
+
"message": "Your \"<INC>\" in style settings override style's original sites",
1643
+
"description": "Tooltip in the popup for styles, <INC> = translation for Personal included sites"
1644
+
},
1643
1645
"styleNotAppliedRegexpProblemTooltip": {
1644
1646
"message": "Style was not applied due to its incorrect usage of 'regexp()'",
1645
1647
"description": "Tooltip in the popup for styles that were not applied at all"
@@ -1699,6 +1701,19 @@
1699
1701
"message": "Style settings",
1700
1702
"description": "Label/title for style settings dialog"
1701
1703
},
1704
+
"styleSitesExclude": {
1705
+
"message": "Personal excluded sites"
1706
+
},
1707
+
"styleSitesInclude": {
1708
+
"message": "Personal included sites"
1709
+
},
1710
+
"styleSitesIncludeNote": {
1711
+
"message": "Sites where this style is enabled on your personal device, either added to or used instead of the sites defined by the style depending on the checkbox. Useful for external styles that you shouldn't edit in order to keep them auto-updatable. Note that in multi-sectioned styles all sections are enabled for your added site, even those that were meant for specific pages of the original site."
1712
+
},
1713
+
"styleSitesIncludeOvr": {
1714
+
"message": "override style",
1715
+
"description": "Checkbox in the editor that reads like a continuation of the previous label: `Personal included sites` [x] `override original`, i.e. enabling it will cause personal included sites to override the style"
1716
+
},
1702
1717
"styleToMozillaFormatHelp": {
1703
1718
"message": "The Mozilla format of the code can be submitted to userstyles.org and used with the classic Stylish for Firefox",
1704
1719
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
0 commit comments