Mercurial > addons > firefox-addons > tab-mover
changeset 7:3f47876dab3b
Add German translation
author | Guido Berhoerster <guido+tab-mover@berhoerster.name> |
---|---|
date | Sun, 19 Feb 2017 11:10:01 +0100 |
parents | bbec0db12c6a |
children | a003955c8b23 |
files | _locales/de/messages.json |
diffstat | 1 files changed, 58 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_locales/de/messages.json Sun Feb 19 11:10:01 2017 +0100 @@ -0,0 +1,58 @@ +{ + "extensionName": { + "message": "Tab Mover", + "description": "Name of the extension." + }, + "extensionDescription": { + "message": "Verschiebt Tabs zwischen Fenstern über das Kontextmenü.", + "description": "Description of the extension." + }, + "moveToWindowMenu": { + "message": "Verschiebe in Fenster", + "description": "Label of the submenu for selecting a window to which the current tab should be moved to." + }, + "reopenInWindowMenu": { + "message": "Schließe und Öffne Erneut in Fenster", + "description": "Label of the submenu for selecting a window in which the current tab should be reopened in." + }, + "defaultWindowTitle": { + "message": "Fenster $id$", + "description": "Default title for windows.", + "placeholders": { + "id": { + "content": "$1", + "example": "0" + } + } + }, + "defaultIncognitoWindowTitle": { + "message": "Fenster $id$ (Privater Modus)", + "description": "Default title for windows in incognito-mode.", + "placeholders": { + "id": { + "content": "$1", + "example": "0" + } + } + }, + "windowTitle": { + "message": "$title$", + "description": "Title for windows.", + "placeholders": { + "title": { + "content": "$1", + "example": "Download Firefox — Free Web Browser — Mozilla" + } + } + }, + "incognitoWindowTitle": { + "message": "$title$ (Private Modus)", + "description": "Title for windows in incognito-mode.", + "placeholders": { + "title": { + "content": "$1", + "example": "Download Firefox — Free Web Browser — Mozilla" + } + } + } +}