view _locales/de/messages.json @ 3:f77dab12bb52

Add support for contextual identities Create new tab with the same contextual identity as the current tab and open the search results in newly created tab. Accessing the tab's cookieStoreId property requires the "cookies" permission.
author Guido Berhoerster <guido+cws@berhoerster.name>
date Thu, 31 Oct 2019 16:22:48 +0100
parents 2050741e9711
children
line wrap: on
line source

{
    "extensionName": {
        "message": "Kontext-Websuche",
        "description": "Name of the extension."
    },
    "extensionDescription": {
        "message": "Suche nach dem ausgewählten Text oder Linktext mit einer der konfigurierten Suchmaschinen des Browsers über das Kontextmenü.",
        "description": "Description of the extension."
    },
    "searchSelectionWithEngine": {
        "message": "Suche mit $ENGINENAME$ nach \u201e%s\u201c",
        "description": "Menu item for searching the selected text with one of the browser's search engines",
        "placeholders": {
            "engineName": {
                "content": "$1",
                "example": "DuckDuckGo"
            }
        }
    },
    "searchLinkWithEngine": {
        "message": "Suche mit $ENGINENAME$",
        "description": "Menu item for searching the selected text with one of the browser's search engines",
        "placeholders": {
            "engineName": {
                "content": "$1",
                "example": "DuckDuckGo"
            }
        }
    }
}