view _locales/fr/messages.json @ 32:aaed574396b8

Move pinned tabs correctly Pinned tabs need to be handled separately, the must either be moved before or after other pinned tabs or to index 0. The built-in behavior of the "Move to New Window" action is to unpin tabs. Follow this behavior for consistency. Furthermore, active, pinned tabs are not marked as active. Handle this case as well.
author Guido Berhoerster <guido+tab-mover@berhoerster.name>
date Thu, 08 Apr 2021 11:22:24 +0200
parents a58b1c0373b5
children
line wrap: on
line source

{
    "extensionName": {
        "message": "Tab Mover",
        "description": "Name of the extension."
    },
    "extensionDescription": {
        "message": "Permet de déplacer des onglets d'une fenêtre à l'autre grâce au menu contextuel.",
        "description": "Description of the extension."
    },
    "moveToWindowMenu": {
        "message": "Déplacer vers une fenêtre",
        "description": "Label of the submenu for selecting a window to which the current tab should be moved to."
    },
    "reopenInWindowMenu": {
        "message": "Fermer puis rouvrir dans une fenêtre",
        "description": "Label of the submenu for selecting a window in which the current tab should be reopened in."
    },
    "defaultWindowTitle": {
        "message": "Fenêtre $id$",
        "description": "Default title for windows.",
        "placeholders": {
            "id": {
                "content": "$1",
                "example": "0"
            }
        }
    },
    "defaultIncognitoWindowTitle": {
        "message": "Fenêtre $id$ (navigation privée)",
        "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": "Téléchargez Firefox — navigateur libre et gratuit — Mozilla"
            }
        }
    },
    "incognitoWindowTitle": {
        "message": "$title$ (navigation privée)",
        "description": "Title for windows in incognito-mode.",
        "placeholders": {
            "title": {
                "content": "$1",
                "example": "Téléchargez Firefox — navigateur libre et gratuit — Mozilla"
            }
        }
    }
}