1
0
mirror of https://github.com/MatMoul/quickdial-webext.git synced 2024-12-23 15:36:12 +00:00

add german translation

This commit is contained in:
mrprobot 2017-10-25 13:04:20 +02:00 committed by GitHub
parent 4a510a1a86
commit ddd57dd446

View File

@ -1,6 +1,6 @@
{ {
"extensionDescription": { "extensionDescription": {
"message": "Quick Dial, eine Startseite inspiriert von Fast Dial.", "message": "Quick Dial, eine Schnellwahl-Seite inspiriert von Fast Dial.",
"description": "Description of the extension." "description": "Description of the extension."
}, },
@ -20,7 +20,7 @@
}, },
"AddBookmarkPrompt": { "AddBookmarkPrompt": {
"message": "Neue Lesezeichen URL eingeben :", "message": "Neue Lesezeichen URL eingeben:",
"description": "Text of the add bookmark prompt." "description": "Text of the add bookmark prompt."
}, },
@ -30,7 +30,7 @@
}, },
"AddFolderPrompt": { "AddFolderPrompt": {
"message": "Neuen Ordner Namen eingeben :", "message": "Neuen Ordner Namen eingeben:",
"description": "Text of the add folder prompt." "description": "Text of the add folder prompt."
}, },
@ -60,7 +60,7 @@
}, },
"deleteItemConfimation": { "deleteItemConfimation": {
"message": "Löschen $1 ?", "message": "Löschen $1?",
"description": "Text of delete confirmation." "description": "Text of delete confirmation."
}, },