view _locales/en/messages.json @ 57:3c97046c2348

Fix non-responsive buttons for managing feed readers In recent Firefox releases the "explicitOriginalTarget" property returns the associated form element instead of the originally clicked button so that the buttons for managing feed readers on the option page no longer worked. Determine the button used to submit the form using the "submitter" property of the new SubmitEvent instead. Add a polyfill for older Firefox releases not yet supporting this.
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Wed, 06 May 2020 13:42:35 +0200
parents 688d75e554e0
children
line wrap: on
line source

{
    "extensionName": {
        "message": "Feed Preview",
        "description": "Name of the extension."
    },
    "extensionDescription": {
        "message": "Indicates available RSS and Atom feeds and renders previews.",
        "description": "Description of the extension."
    },
    "feedReaderSelectionLabel": {
        "message": "Subscribe to this feed using",
        "description": "Label for the feed reader menu."
    },
    "subscribeButtonLabel": {
        "message": "Subscribe Now",
        "description": "Label for the subscibe button."
    },
    "defaultFeedTitle": {
        "message": "Untitled Feed",
        "description": "Default title for feeds."
    },
    "noEntriesHint": {
        "message": "This feed has no entries.",
        "description": "Hint to display if there are no entries."
    },
    "defaultFeedEntryTitle": {
        "message": "Untitled Entry",
        "description": "Default title for feed entries."
    },
    "defaultFileName": {
        "message": "unnamed-file",
        "description": "Default filename for media files."
    },
    "defaultFileType": {
        "message": "unknown type",
        "description": "Default media file type."
    },
    "filesTitle": {
        "message": "Media Files:",
        "description": "Title of the list of media files."
    },
    "feedReadersTitle": {
        "message": "Feed Readers",
        "description": "Title of the feed reader options."
    },
    "feedReaderMoveUpButton": {
        "message": "Move Up",
        "description": "Label of the button for deleting a feed reader up."
    },
    "feedReaderMoveDownButton": {
        "message": "Move Down",
        "description": "Label of the button for moving a feed reader down."
    },
    "feedReaderRemoveButton": {
        "message": "Remove",
        "description": "Label of the button for deleting a feed reader."
    },
    "feedReaderAddButton": {
        "message": "Add",
        "description": "Label of the button for adding a feed reader."
    },
    "feedReaderTitleLabel": {
        "message": "Title",
        "description": "Label of the text input field for the feed reader title."
    },
    "feedReaderTitlePlaceholder": {
        "message": "e.g. My Feed Reader",
        "description": "Placeholder displayed in the text input field for the feed reader title."
    },
    "feedReaderUrlTemplateLabel": {
        "message": "URL Template",
        "description": "Label of the text input field for the feed reader URL template."
    },
    "feedReaderUrlTemplatePlaceholder": {
        "message": "e.g. https://feedreader.example.org/?subscribe=%s",
        "description": "Placeholder displayed in the text input field for the feed reader URL template."
    },
    "feedReaderUrlTemplateCaption": {
        "message": "URL for subscribing to feeds with a placeholder %s which will be substituted with the feed URL.",
        "description": "Caption for the the text input field for the feed reader URL template."
    },
    "invalidURLError": {
        "message": "Please enter a valid URL.",
        "description": "Error message if the subscription URL template is invalid."
    },
    "invalidProtocolError": {
        "message": "Please enter a URL which uses either the HTTP or HTTPS protocol.",
        "description": "Error message if the protocol of the subscription URL template is neither HTTP nor HTTPS."
    },
    "missingPlaceholderError": {
        "message": "Please enter a subscription URL which contains a placeholder \"%s\" for the feed URL.",
        "description": "Error message if the placholder is missing from the subscription URL template."
    },
    "feedPreviewTitle": {
        "message": "Feed Preview",
        "description": "Title of the feed preview options."
    },
    "feedPreviewExpandItemLabel": {
        "message": "Expand feed entries by default",
        "description": "Label of the checkbox for enabling feed entry expansion by default."
    }
}