addons/firefox-addons/tab-mover
changeset 7:3f47876dab3b
Add German translation
author | Guido Berhoerster <guido+tab-mover@berhoerster.name> |
---|---|
date | Sun Feb 19 11:10:01 2017 +0100 (2017-02-19) |
parents | bbec0db12c6a |
children | a003955c8b23 |
files | _locales/de/messages.json |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/_locales/de/messages.json Sun Feb 19 11:10:01 2017 +0100 1.3 @@ -0,0 +1,58 @@ 1.4 +{ 1.5 + "extensionName": { 1.6 + "message": "Tab Mover", 1.7 + "description": "Name of the extension." 1.8 + }, 1.9 + "extensionDescription": { 1.10 + "message": "Verschiebt Tabs zwischen Fenstern über das Kontextmenü.", 1.11 + "description": "Description of the extension." 1.12 + }, 1.13 + "moveToWindowMenu": { 1.14 + "message": "Verschiebe in Fenster", 1.15 + "description": "Label of the submenu for selecting a window to which the current tab should be moved to." 1.16 + }, 1.17 + "reopenInWindowMenu": { 1.18 + "message": "Schließe und Öffne Erneut in Fenster", 1.19 + "description": "Label of the submenu for selecting a window in which the current tab should be reopened in." 1.20 + }, 1.21 + "defaultWindowTitle": { 1.22 + "message": "Fenster $id$", 1.23 + "description": "Default title for windows.", 1.24 + "placeholders": { 1.25 + "id": { 1.26 + "content": "$1", 1.27 + "example": "0" 1.28 + } 1.29 + } 1.30 + }, 1.31 + "defaultIncognitoWindowTitle": { 1.32 + "message": "Fenster $id$ (Privater Modus)", 1.33 + "description": "Default title for windows in incognito-mode.", 1.34 + "placeholders": { 1.35 + "id": { 1.36 + "content": "$1", 1.37 + "example": "0" 1.38 + } 1.39 + } 1.40 + }, 1.41 + "windowTitle": { 1.42 + "message": "$title$", 1.43 + "description": "Title for windows.", 1.44 + "placeholders": { 1.45 + "title": { 1.46 + "content": "$1", 1.47 + "example": "Download Firefox — Free Web Browser — Mozilla" 1.48 + } 1.49 + } 1.50 + }, 1.51 + "incognitoWindowTitle": { 1.52 + "message": "$title$ (Private Modus)", 1.53 + "description": "Title for windows in incognito-mode.", 1.54 + "placeholders": { 1.55 + "title": { 1.56 + "content": "$1", 1.57 + "example": "Download Firefox — Free Web Browser — Mozilla" 1.58 + } 1.59 + } 1.60 + } 1.61 +}