2018-08-20 14:36:36 +00:00
{
"appliesRemoveError" : {
2018-11-30 01:41:18 +00:00
"message" : "Cannot remove last 'applies to' entry" ,
"description" : "Error displayed when the last 'applies' is going to be removed"
2018-08-20 14:36:36 +00:00
} ,
"checkAllUpdatesForce" : {
2018-11-30 01:41:18 +00:00
"message" : "Check again—I didn't edit any styles!" ,
"description" : "Label for the button to apply all detected updates"
2018-08-20 14:36:36 +00:00
} ,
"cm_autoCloseBrackets" : {
2018-11-30 01:41:18 +00:00
"message" : "Auto-close brackets and quotes" ,
"description" : "Label for the checkbox in the style editor."
2018-08-20 14:36:36 +00:00
} ,
"cm_colorpicker" : {
2018-11-30 01:41:18 +00:00
"message" : "Colour pickers for CSS colours" ,
"description" : "Label for the checkbox controlling colorpicker option for the style editor."
2018-08-20 14:36:36 +00:00
} ,
"cm_resizeGripHint" : {
2018-11-30 01:41:18 +00:00
"message" : "Double-click to maximise/restore the height" ,
"description" : "Tooltip for the resize grip in style editor"
2018-08-20 14:36:36 +00:00
} ,
"colorpickerTooltip" : {
2018-11-30 01:41:18 +00:00
"message" : "Open colour picker" ,
"description" : "Tooltip for the colored squares shown before CSS colors in the style editor."
2018-08-20 14:36:36 +00:00
} ,
"description" : {
2018-11-30 01:41:18 +00:00
"message" : "Redesign the web with Stylus, a user-style manager. Stylus allows you to easily install themes and skins for many popular sites." ,
"description" : "Extension description"
2018-08-20 14:36:36 +00:00
} ,
"editGotoLine" : {
2018-11-30 01:41:18 +00:00
"message" : "Go to line (or line:col)" ,
"description" : "Go to line or line:column on Ctrl-G in style code editor"
2018-08-20 14:36:36 +00:00
} ,
"editStyleHeading" : {
2018-11-30 01:41:18 +00:00
"message" : "Edit style" ,
"description" : "Title of the page for editing styles"
2018-08-20 14:36:36 +00:00
} ,
"license" : {
2018-11-30 01:41:18 +00:00
"message" : "Licence" ,
"description" : "Label for the license"
2018-08-20 14:36:36 +00:00
} ,
"manageFaviconsGray" : {
2018-11-30 01:41:18 +00:00
"message" : "Greyed out" ,
"description" : "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
2018-08-20 14:36:36 +00:00
} ,
"optionsBadgeDisabled" : {
2018-11-30 01:41:18 +00:00
"message" : "Background colour when disabled" ,
"description" : ""
2018-08-20 14:36:36 +00:00
} ,
"optionsBadgeNormal" : {
2018-11-30 01:41:18 +00:00
"message" : "Background colour" ,
"description" : ""
2018-08-20 14:36:36 +00:00
} ,
"optionsUpdateImportNote" : {
2018-11-30 01:41:18 +00:00
"message" : "When importing style backups from an old version or from Stylish, do a one-time check for updates manually in the styles manager to ensure all styles are updated." ,
"description" : ""
2018-08-20 14:36:36 +00:00
} ,
"optionsUpdateInterval" : {
2018-11-30 01:41:18 +00:00
"message" : "Userstyle auto-update interval in hours (specify 0 to disable)" ,
"description" : ""
2018-08-20 14:36:36 +00:00
} ,
"styleInstallFailed" : {
"message" : "Failed to install userstyle\n$error$" ,
2018-11-30 01:41:18 +00:00
"description" : "Warning when installation failed" ,
2018-08-20 14:36:36 +00:00
"placeholders" : {
"error" : {
"content" : "$1"
}
}
} ,
"styleRegexpPartialExplanation" : {
2018-11-30 01:41:18 +00:00
"message" : "This style uses partially matching regexps in violation of <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>CSS4 @document specification</a> which requires a full URL match. The affected CSS sections were not applied to the page. This style was probably created in Stylish-for-Chrome, which incorrectly checks 'regexp()' rules since the very first version (known bug)." ,
"description" : ""
2018-08-20 14:36:36 +00:00
} ,
"styleUpdateDiscardChanges" : {
2018-11-30 01:41:18 +00:00
"message" : "The style has been changed outside the editor. Would you like to reload the style?" ,
"description" : "Confirmation to update the style in the editor"
2018-08-20 14:36:36 +00:00
} ,
"usercssConfigIncomplete" : {
2018-11-30 01:41:18 +00:00
"message" : "The style was updated or deleted after the configuration dialogue was shown. These variables were not saved to avoid corrupting the style's metadata:" ,
"description" : ""
2018-08-20 14:36:36 +00:00
}
2020-02-27 14:04:52 +00:00
}