comparison _locales/en/messages.json @ 0:480f8e4f4500

Initial revision
author Guido Berhoerster <guido+tab-mover@berhoerster.name>
date Sun, 19 Feb 2017 00:20:26 +0100
parents
children bbec0db12c6a
comparison
equal deleted inserted replaced
-1:000000000000 0:480f8e4f4500
1 {
2 "extensionName": {
3 "message": "Tab Mover",
4 "description": "Name of the extension."
5 },
6 "extensionDescription": {
7 "message": "Move tabs between windows via context menu.",
8 "description": "Description of the extension."
9 },
10 "moveToWindowMenu": {
11 "message": "Move to Window",
12 "description": "Label of the submenu for selecting a window to which the current tab should be moved to."
13 },
14 "reopenInWindowMenu": {
15 "message": "Reopen in Window",
16 "description": "Label of the submenu for selecting a window in which the current tab should be reopened in."
17 },
18 "defaultWindowTitle": {
19 "message": "Window $id$",
20 "description": "Default title for windows.",
21 "placeholders": {
22 "id": {
23 "content": "$1",
24 "example": "0"
25 }
26 }
27 },
28 "defaultIncognitoWindowTitle": {
29 "message": "Window $id$ (Private Browsing)",
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": "Download Firefox — Free Web Browser — Mozilla"
45 }
46 }
47 },
48 "incognitoWindowTitle": {
49 "message": "$title$ (Private Browsing)",
50 "description": "Title for windows in incognito-mode.",
51 "placeholders": {
52 "title": {
53 "content": "$1",
54 "example": "Download Firefox — Free Web Browser — Mozilla"
55 }
56 }
57 }
58 }