diff _locales/de/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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_locales/de/messages.json	Sat Nov 17 10:44:16 2018 +0100
@@ -0,0 +1,52 @@
+{
+    "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."
+    }
+}