27
|
1 {
|
|
2 "extensionName": {
|
|
3 "message": "Tab Mover",
|
|
4 "description": "Name of the extension."
|
|
5 },
|
|
6 "extensionDescription": {
|
|
7 "message": "Permet de déplacer des onglets d'une fenêtre à l'autre grâce au menu contextuel.",
|
|
8 "description": "Description of the extension."
|
|
9 },
|
|
10 "moveToWindowMenu": {
|
|
11 "message": "Déplacer vers une fenêtre",
|
|
12 "description": "Label of the submenu for selecting a window to which the current tab should be moved to."
|
|
13 },
|
|
14 "reopenInWindowMenu": {
|
|
15 "message": "Fermer puis rouvrir dans une fenêtre",
|
|
16 "description": "Label of the submenu for selecting a window in which the current tab should be reopened in."
|
|
17 },
|
|
18 "defaultWindowTitle": {
|
|
19 "message": "Fenêtre $id$",
|
|
20 "description": "Default title for windows.",
|
|
21 "placeholders": {
|
|
22 "id": {
|
|
23 "content": "$1",
|
|
24 "example": "0"
|
|
25 }
|
|
26 }
|
|
27 },
|
|
28 "defaultIncognitoWindowTitle": {
|
|
29 "message": "Fenêtre $id$ (navigation privée)",
|
|
30 "description": "Default title for windows in incognito-mode.",
|
|
31 "placeholders": {
|
|
32 "id": {
|
|
33 "content": "$1",
|
|
34 "example": "0"
|
|
35 }
|
|
36 }
|
|
37 },
|
|
38 "windowTitle": {
|
|
39 "message": "$title$",
|
|
40 "description": "Title for windows.",
|
|
41 "placeholders": {
|
|
42 "title": {
|
|
43 "content": "$1",
|
|
44 "example": "Téléchargez Firefox — navigateur libre et gratuit — Mozilla"
|
|
45 }
|
|
46 }
|
|
47 },
|
|
48 "incognitoWindowTitle": {
|
|
49 "message": "$title$ (navigation privée)",
|
|
50 "description": "Title for windows in incognito-mode.",
|
|
51 "placeholders": {
|
|
52 "title": {
|
|
53 "content": "$1",
|
|
54 "example": "Téléchargez Firefox — navigateur libre et gratuit — Mozilla"
|
|
55 }
|
|
56 }
|
|
57 }
|
|
58 }
|