Mercurial > addons > firefox-addons > set-aside
view _locales/de/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": "Speichert offene Tabs in einer Sammlung für später.", "description": "Description of the extension." }, "defaultBrowserActionTitle": { "message": "Speichere diese Tabs für später", "description": "Title of the browser action button." }, "defaultSidebarTitle": { "message": "Für später gespeicherte Tabs", "description": "Title of the sidebar action." }, "showTabsMenuItem": { "message": "Für später gespeicherte Tabs zeigen", "description": "Title of the menu item for opening the sidebar action for managing tabs which were set aside." }, "emptySidebarMessage": { "message": "Noch nichts", "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": "Tabs Wiederherstellen", "description": "Title of the button for restoring a tab collection." }, "removeTabsButtonTitle": { "message": "Tabs Entfernen", "description": "Title of the button for removing a tab collection." }, "removeTabTitle": { "message": "Tab Entfernen", "description": "Title of the button for removing a tab from a collection." }, "incognitoModeMessage": { "message": "Privates Surfen", "description": "Message shown in the sidebar when in incognito mode." } }