view _locales/de/messages.json @ 23:4704e5216412

Create menus on-the-fly Refactor and eliminate the window tracking code by using the onShown/onHidden events available in Firefox 60 in order to create menu entries on-the-fly. Switch from the Firefox-specific contextMenu to the menu API.
author Guido Berhoerster <guido+tab-mover@berhoerster.name>
date Sun, 25 Nov 2018 13:27:47 +0100
parents 3f47876dab3b
children
line wrap: on
line source

{
    "extensionName": {
        "message": "Tab Mover",
        "description": "Name of the extension."
    },
    "extensionDescription": {
        "message": "Verschiebt Tabs zwischen Fenstern über das Kontextmenü.",
        "description": "Description of the extension."
    },
    "moveToWindowMenu": {
        "message": "Verschiebe in Fenster",
        "description": "Label of the submenu for selecting a window to which the current tab should be moved to."
    },
    "reopenInWindowMenu": {
        "message": "Schließe und Öffne Erneut in Fenster",
        "description": "Label of the submenu for selecting a window in which the current tab should be reopened in."
    },
    "defaultWindowTitle": {
        "message": "Fenster $id$",
        "description": "Default title for windows.",
        "placeholders": {
            "id": {
                "content": "$1",
                "example": "0"
            }
        }
    },
    "defaultIncognitoWindowTitle": {
        "message": "Fenster $id$ (Privater Modus)",
        "description": "Default title for windows in incognito-mode.",
        "placeholders": {
            "id": {
                "content": "$1",
                "example": "0"
            }
        }
    },
    "windowTitle": {
        "message": "$title$",
        "description": "Title for windows.",
        "placeholders": {
            "title": {
                "content": "$1",
                "example": "Download Firefox — Free Web Browser — Mozilla"
            }
        }
    },
    "incognitoWindowTitle": {
        "message": "$title$ (Private Modus)",
        "description": "Title for windows in incognito-mode.",
        "placeholders": {
            "title": {
                "content": "$1",
                "example": "Download Firefox — Free Web Browser — Mozilla"
            }
        }
    }
}