diff --git a/_locales/en/messages.json b/_locales/en/messages.json index f019c47e..0dce610e 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -529,6 +529,10 @@ "message": "Installed Styles", "description": "Heading for the manage page" }, + "manageNewStyleAsUsercss": { + "message": "as Usercss", + "description": "VERY SHORT label for the checkbox next to the 'Write new style' button in the style manager" + }, "manageOnlyEnabled": { "message": "Only enabled styles", "description": "Checkbox to show only enabled styles" @@ -549,6 +553,14 @@ "message": "(the styles not installed through a userstyles.org page)", "description": "Tooltip for the checkbox to show only locally created styles i.e. non-updatable" }, + "manageOnlyNonUsercss": { + "message": "Only non-Usercss styles", + "description": "Checkbox to show only non-Usercss (standard) styles" + }, + "manageOnlyUsercss": { + "message": "Only Usercss styles", + "description": "Checkbox to show only Usercss styles" + }, "manageOnlyUpdates": { "message": "Only with updates or issues", "description": "Checkbox to show only styles that have updates after check-all-styles-for-updates was performed" diff --git a/manage.html b/manage.html index 8532a542..ac0e073b 100644 --- a/manage.html +++ b/manage.html @@ -207,6 +207,11 @@