This commit is contained in:
narcolepticinsomniac 2018-10-12 16:35:09 -04:00 committed by GitHub
parent 97108767e7
commit e4aaa9e94f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -368,8 +368,12 @@
"description": "Text for a checkbox that opens search results 'inline' (within the Stylus popup window)" "description": "Text for a checkbox that opens search results 'inline' (within the Stylus popup window)"
}, },
"findStylesInlineTooltip": { "findStylesInlineTooltip": {
"message": "Display search results inside this window.", "message": "Display search results inside this window",
"description": "Text for a checkbox that displays search results within the Stylus popup." "description": "Text for a checkbox that displays search results within the Stylus popup"
},
"findStylesExternalTooltip": {
"message": "Display search results on an external website",
"description": "Text for a checkbox that displays search results on an external website"
}, },
"genericAdd": { "genericAdd": {
"message": "Add", "message": "Add",
@ -767,6 +771,24 @@
"optionsOpenManager": { "optionsOpenManager": {
"message": "Manage styles" "message": "Manage styles"
}, },
"optionsPopupClassicUI": {
"message": "Text and buttons"
},
"optionsPopupIconUI": {
"message": "Vector icons"
},
"optionsPopupTitleClickAction": {
"message": "Style name click action"
},
"optionsPopupClickActionLink": {
"message": "Edit style"
},
"optionsPopupClickActionToggle": {
"message": "Toggle style"
},
"optionsPopupTitle": {
"message": "Action elements"
},
"optionsPopupWidth": { "optionsPopupWidth": {
"message": "Popup width (in pixels)" "message": "Popup width (in pixels)"
}, },
@ -851,6 +873,10 @@
"message": "Temporarily applies the changes without saving.\nSave the style to make the changes permanent.", "message": "Temporarily applies the changes without saving.\nSave the style to make the changes permanent.",
"description": "Tooltip for the checkbox in style editor to enable live preview while editing." "description": "Tooltip for the checkbox in style editor to enable live preview while editing."
}, },
"reEnableAllStyles": {
"message": "Turn all previously enabled styles back on",
"description": "Label for the element which turns all disabled styles back on."
},
"replace": { "replace": {
"message": "Replace", "message": "Replace",
"description": "Label before the replace input field in the editor shown on Ctrl-H" "description": "Label before the replace input field in the editor shown on Ctrl-H"
@ -1051,15 +1077,6 @@
}, },
"description": "Error displayed when the value of @var color is invalid" "description": "Error displayed when the value of @var color is invalid"
}, },
"styleMetaErrorRangeOrNumber": {
"message": "Invalid @var $type$: value must be an array containing at least one number at index zero",
"description": "Error displayed when the value of @var number or @var range is invalid",
"placeholders": {
"type": {
"content": "$1"
}
}
},
"styleMetaErrorPreprocessor": { "styleMetaErrorPreprocessor": {
"message": "Unsupported @preprocessor: $preprocessor$", "message": "Unsupported @preprocessor: $preprocessor$",
"placeholders": { "placeholders": {
@ -1194,7 +1211,7 @@
"description": "Note in the popup when opened on addons.mozilla.org in Firefox >= 59" "description": "Note in the popup when opened on addons.mozilla.org in Firefox >= 59"
}, },
"unreachableAMOHintNewFF": { "unreachableAMOHintNewFF": {
"message": "In Firefox 60 and newer you'll also have to remove AMO domain from <extensions.webextensions.restrictedDomains> in <about:config>.", "message": "In Firefox 60 and newer you'll also have to to remove AMO domain from <extensions.webextensions.restrictedDomains> in <about:config>.",
"description": "Note in the popup when opened on addons.mozilla.org in Firefox >= 59" "description": "Note in the popup when opened on addons.mozilla.org in Firefox >= 59"
}, },
"unreachableAMOHintOldFF": { "unreachableAMOHintOldFF": {
@ -1261,10 +1278,6 @@
"message": "Updates installed:", "message": "Updates installed:",
"description": "Text that displays when an update is installed on options page. Followed by the number of currently installed updates." "description": "Text that displays when an update is installed on options page. Followed by the number of currently installed updates."
}, },
"usercssAvoidOverwriting": {
"message": "Please change the value of @name or @namespace to avoid overwriting an existing style.",
"description": "Shown in a message box when attempting to save a new Usercss style that would overwrite an existing one."
},
"usercssConfigIncomplete": { "usercssConfigIncomplete": {
"message": "The style was updated or deleted after the configuration dialog was shown. These variables were not saved to avoid corrupting the style's metadata:" "message": "The style was updated or deleted after the configuration dialog was shown. These variables were not saved to avoid corrupting the style's metadata:"
}, },
@ -1291,6 +1304,10 @@
"message": "Write style for: ", "message": "Write style for: ",
"description": "Label for toolbar pop-up that precedes the links to write a new style" "description": "Label for toolbar pop-up that precedes the links to write a new style"
}, },
"writeStyleForInfo": {
"message": "Create a new style by specifying target URLs.\nAvailable options shown in hover tooltips.",
"description": "Style creation actions tooltip to accompany icon"
},
"writeStyleForURL": { "writeStyleForURL": {
"message": "this URL", "message": "this URL",
"description": "Text for link in toolbar pop-up to write a new style for the current URL" "description": "Text for link in toolbar pop-up to write a new style for the current URL"