Mercurial > addons > firefox-addons > set-aside
view _locales/en/messages.json @ 4:8f8a0b35515b
Added tag version-1 for changeset 48b036902118
author | Guido Berhoerster <guido+set-aside@berhoerster.name> |
---|---|
date | Thu, 22 Nov 2018 15:52:42 +0100 |
parents | d13d59494613 |
children |
line wrap: on
line source
{ "extensionName": { "message": "Set Aside", "description": "Name of the extension." }, "extensionDescription": { "message": "Set open tabs aside in a collection and restore them later.", "description": "Description of the extension." }, "defaultBrowserActionTitle": { "message": "Set these Tabs aside", "description": "Title of the browser action button." }, "defaultSidebarTitle": { "message": "Tabs You've Set Aside", "description": "Title of the sidebar action." }, "showTabsMenuItem": { "message": "Show Tabs You've Set Aside", "description": "Title of the menu item for opening the sidebar action for managing tabs which were set aside." }, "emptySidebarMessage": { "message": "Nothing here yet", "description": "Message shown in the sidebar if there are no tab collections yet." }, "collectionTitle": { "message": "$NUMBER$ Tab(s)", "description": "Title of the collection containing the number of tabs, the number placholder may refer to one or more tabs.", "placeholders": { "number": { "content": "$1", "example": "42" } } }, "restoreTabsButtonTitle": { "message": "Restore Tabs", "description": "Title of the button for restoring a tab collection." }, "removeTabsButtonTitle": { "message": "Remove Tabs", "description": "Title of the button for removing a tab collection." }, "removeTabTitle": { "message": "Remove Tab", "description": "Title of the button for removing a tab from a collection." }, "incognitoModeMessage": { "message": "Private Browsing", "description": "Message shown in the sidebar when in incognito mode." } }