Mercurial > addons > firefox-addons > set-aside
comparison _locales/en/messages.json @ 0:d13d59494613
Initial revision
author | Guido Berhoerster <guido+set-aside@berhoerster.name> |
---|---|
date | Sat, 17 Nov 2018 10:44:16 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d13d59494613 |
---|---|
1 { | |
2 "extensionName": { | |
3 "message": "Set Aside", | |
4 "description": "Name of the extension." | |
5 }, | |
6 "extensionDescription": { | |
7 "message": "Set open tabs aside in a collection and restore them later.", | |
8 "description": "Description of the extension." | |
9 }, | |
10 "defaultBrowserActionTitle": { | |
11 "message": "Set these Tabs aside", | |
12 "description": "Title of the browser action button." | |
13 }, | |
14 "defaultSidebarTitle": { | |
15 "message": "Tabs You've Set Aside", | |
16 "description": "Title of the sidebar action." | |
17 }, | |
18 "showTabsMenuItem": { | |
19 "message": "Show Tabs You've Set Aside", | |
20 "description": "Title of the menu item for opening the sidebar action for managing tabs which were set aside." | |
21 }, | |
22 "emptySidebarMessage": { | |
23 "message": "Nothing here yet", | |
24 "description": "Message shown in the sidebar if there are no tab collections yet." | |
25 }, | |
26 "collectionTitle": { | |
27 "message": "$NUMBER$ Tab(s)", | |
28 "description": "Title of the collection containing the number of tabs, the number placholder may refer to one or more tabs.", | |
29 "placeholders": { | |
30 "number": { | |
31 "content": "$1", | |
32 "example": "42" | |
33 } | |
34 } | |
35 }, | |
36 "restoreTabsButtonTitle": { | |
37 "message": "Restore Tabs", | |
38 "description": "Title of the button for restoring a tab collection." | |
39 }, | |
40 "removeTabsButtonTitle": { | |
41 "message": "Remove Tabs", | |
42 "description": "Title of the button for removing a tab collection." | |
43 }, | |
44 "removeTabTitle": { | |
45 "message": "Remove Tab", | |
46 "description": "Title of the button for removing a tab from a collection." | |
47 }, | |
48 "incognitoModeMessage": { | |
49 "message": "Private Browsing", | |
50 "description": "Message shown in the sidebar when in incognito mode." | |
51 } | |
52 } |