New strings

This commit is contained in:
narcolepticinsomniac 2018-08-23 21:28:14 -04:00 committed by GitHub
parent ffdcf4c539
commit 5ac7391c17
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"
@ -1252,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:"
}, },
@ -1282,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"