"message":"List styles before commands in the toolbar button menu",
"description":"Label for the checkbox controlling section order in the toolbar button menu."
},
"prefShowBadge":{
"message":"Show number of styles active for the current site on the toolbar button",
"description":"Label for the checkbox controlling toolbar badge text."
},
"replace":{
"message":"Replace",
"description":"Label before the replace input field in the editor shown on Ctrl-H"
},
"replaceAll":{
"message":"Replace all",
"description":"Label before the replace input field in the editor shown on 'replaceAll' hotkey"
},
"replaceWith":{
"message":"Replace with",
"description":"Label before the replace-with input field in the editor shown on Ctrl-H etc."
},
"search":{
"message":"Search",
"description":"Label before the search input field in the editor shown on Ctrl-F"
},
"searchRegexp":{
"message":"Use /re/ syntax for regexp search",
"description":"Label after the search input field in the editor shown on Ctrl-F"
},
"searchStyles":{
"message":"Search contents",
"description":"Label for the search filter textbox on the Manage styles page"
},
"sectionAdd":{
"message":"Add another section",
"description":"Label for the button to add a section"
},
"sectionCode":{
"message":"Code",
"description":"Label for the code for a section"
},
"sectionHelp":{
"message":"Sections let you define different pieces of code to apply to different sets of URLs in the same style. For example, a single style could change the homepage of a site one way, while changing the rest of a site another way.",
"description":"Help text for sections"
},
"sectionRemove":{
"message":"Remove section",
"description":"Label for the button to remove a section"
},
"styleBadRegexp":{
"message":"Regexp is invalid.",
"description":"Validation message for a bad regexp in a style"
},
"styleBeautify":{
"message":"Beautify",
"description":"Label for the CSS-beautifier button on the edit style page"
},
"styleCancelEditLabel":{
"message":"Back to manage",
"description":"Label for cancel button for style editing"
},
"styleChangesNotSaved":{
"message":"You've made changes to this style without saving.",
"description":"Text for the prompt when changes are made to a style and the user tries to leave without saving"
},
"styleEnabledLabel":{
"message":"Enabled",
"description":"Label for the enabled state of styles"
},
"styleInstall":{
"message":"Install '$stylename$' into Stylus?",
"description":"Confirmation when installing a style",
"placeholders":{
"stylename":{
"content":"$1"
}
}
},
"styleMissingName":{
"message":"Enter a name.",
"description":"Error displayed when user saves without providing a name"
},
"styleSaveLabel":{
"message":"Save",
"description":"Label for save button for style editing"
},
"styleSectionsTitle":{
"message":"Sections",
"description":"Title for the style sections section"
},
"styleMozillaFormatHeading":{
"message":"Mozilla Format",
"description":"Heading for the section with buttons to import/export Mozilla format of the style"
},
"styleFromMozillaFormatPrompt":{
"message":"Paste the Mozilla-format code",
"description":"Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
},
"styleToMozillaFormatTitle":{
"message":"Style in Mozilla format",
"description":"Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
},
"styleToMozillaFormatHelp":{
"message":"The Mozilla format of the code can be used with Stylus for Firefox and can be submitted to userstyles.org.",
"description":"Help info for the Mozilla format header section that converts the code to/from Mozilla format"
},
"styleUpdate":{
"message":"Are you sure you want to update '$stylename$'?",
"description":"Confirmation when updating a style",
"placeholders":{
"stylename":{
"content":"$1"
}
}
},
"stylishUnavailableForURL":{
"message":"(Stylus can't affect this page.)",
"description":"Note in the toolbar pop-up when on a URL Stylus can't affect"
},
"undo":{
"message":"Undo",
"description":"Button label"
},
"undoGlobal":{
"message":"Undo (global)",
"description":"CSS-beautify global Undo button label"
},
"updateCheckFailBadResponseCode":{
"message":"Update failed - server responded with code $code$.",
"description":"Text that displays when an update check failed because the response code indicates an error",
"placeholders":{
"code":{
"content":"$1"
}
}
},
"updateCheckFailServerUnreachable":{
"message":"Update failed - server unreachable.",
"description":"Text that displays when an update check failed because the update server is unreachable"
},
"updateCheckSucceededNoUpdate":{
"message":"Style is up to date.",
"description":"Text that displays when an update check completed and no update is available"
},
"updateAllCheckSucceededNoUpdate":{
"message":"All styles are up to date.",
"description":"Text that displays when an update all check completed and no updates are available"
},
"updateCompleted":{
"message":"Update completed.",
"description":"Text that displays when an update completed"
},
"writeStyleFor":{
"message":"Write style for: ",
"description":"Label for toolbar pop-up that precedes the links to write a new style"
},
"writeStyleForURL":{
"message":"this URL",
"description":"Text for link in toolbar pop-up to write a new style for the current URL"