Mercurial > addons > firefox-addons > feed-preview
view _locales/nl/messages.json @ 54:ede87e1004f9
Fix issues with feed detection
Query the feed probe content script for available feeds from the background
script instead of making the content script message the background script.
This solves a race condition between the message from the content script
sending any feeds associated with the current document and the tab's status
"complete" event signaling that a new document has been loaded and hiding
the page action. Sometimes that event would be triggered after the message
from the content script and thus hide the page action again. In addition,
navigating back to a previously visited page might not cause a reload which
means that the content script would not send a message if there were feeds
associated with the current document.
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Thu, 26 Sep 2019 23:11:18 +0200 |
parents | da5299097a48 |
children |
line wrap: on
line source
{ "extensionName": { "message": "Feed Preview", "description": "Name of the extension." }, "extensionDescription": { "message": "Geeft beschikbare RSS- en Atom-feeds aan en toont voorbeeldweergaven.", "description": "Description of the extension." }, "feedReaderSelectionLabel": { "message": "Abonneren op deze feed via", "description": "Label for the feed reader menu." }, "subscribeButtonLabel": { "message": "Nu abonneren", "description": "Label for the subscibe button." }, "defaultFeedTitle": { "message": "Feed zonder naam", "description": "Default title for feeds." }, "noEntriesHint": { "message": "Deze feed heeft geen vermeldingen.", "description": "Hint to display if there are no entries." }, "defaultFeedEntryTitle": { "message": "Vermelding zonder naam", "description": "Default title for feed entries." }, "defaultFileName": { "message": "naamloos-bestand", "description": "Default filename for media files." }, "defaultFileType": { "message": "onbekend type", "description": "Default media file type." }, "filesTitle": { "message": "Mediabestanden:", "description": "Title of the list of media files." }, "feedReadersTitle": { "message": "Feedlezers", "description": "Title of the feed reader options." }, "feedReaderMoveUpButton": { "message": "Omhoog verplaatsen", "description": "Label of the button for deleting a feed reader up." }, "feedReaderMoveDownButton": { "message": "Omlaag verplaatsen", "description": "Label of the button for moving a feed reader down." }, "feedReaderRemoveButton": { "message": "Verwijderen", "description": "Label of the button for deleting a feed reader." }, "feedReaderAddButton": { "message": "Toevoegen", "description": "Label of the button for adding a feed reader." }, "feedReaderTitleLabel": { "message": "Titel", "description": "Label of the text input field for the feed reader title." }, "feedReaderTitlePlaceholder": { "message": "bv. Mijn feedlezer", "description": "Placeholder displayed in the text input field for the feed reader title." }, "feedReaderUrlTemplateLabel": { "message": "URL-sjabloon", "description": "Label of the text input field for the feed reader URL template." }, "feedReaderUrlTemplatePlaceholder": { "message": "bv. https://feedreader.example.org/?subscribe=%s", "description": "Placeholder displayed in the text input field for the feed reader URL template." }, "feedReaderUrlTemplateCaption": { "message": "URL voor het abonneren op feeds met een tijdelijke aanduiding %s, die door de feed-URL wordt vervangen.", "description": "Caption for the the text input field for the feed reader URL template." }, "invalidURLError": { "message": "Voer een geldige URL in.", "description": "Error message if the subscription URL template is invalid." }, "invalidProtocolError": { "message": "Voer een URL in die het HTTP- of HTTPS-protocol gebruikt.", "description": "Error message if the protocol of the subscription URL template is neither HTTP nor HTTPS." }, "missingPlaceholderError": { "message": "Voer een abonnements-URL in die een tijdelijke aanduiding ā%sā voor de feed-URL bevat.", "description": "Error message if the placholder is missing from the subscription URL template." }, "feedPreviewTitle": { "message": "Feedvoorbeeld", "description": "Title of the feed preview options." }, "feedPreviewExpandItemLabel": { "message": "Feedvermeldingen standaard uitvouwen", "description": "Label of the checkbox for enabling feed entry expansion by default." } }