Mercurial > addons > firefox-addons > tab-mover
changeset 27:a58b1c0373b5
Add French translations
author | муαноо <myahooman@gmail.com> |
---|---|
date | Wed, 23 Dec 2020 10:53:28 +0100 |
parents | f3033ed6e7b1 |
children | 8279a650da6b |
files | _locales/fr/messages.json |
diffstat | 1 files changed, 58 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_locales/fr/messages.json Wed Dec 23 10:53:28 2020 +0100 @@ -0,0 +1,58 @@ +{ + "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" + } + } + } +}