mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Add a firefox add-on
This commit is contained in:
25
tools/webextension/_locales/de/messages.json
Normal file
25
tools/webextension/_locales/de/messages.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"extensionName": {
|
||||
"message": "Docspell Upload Helper",
|
||||
"description": "Name of the extension"
|
||||
},
|
||||
|
||||
"extensionDescription": {
|
||||
"message": "Lädt Dateien vom Browser zu Docspell.",
|
||||
"description": "Description of the extension."
|
||||
},
|
||||
|
||||
"notificationTitle": {
|
||||
"message": "Docspell Antwort",
|
||||
"description": "Title of the click notification."
|
||||
},
|
||||
|
||||
"notificationSuccess": {
|
||||
"message": "Die Datei wurde zu Docspell kopiert.",
|
||||
"description": "Tells the user about the success of the upload."
|
||||
},
|
||||
"notificationFailure": {
|
||||
"message": "Die Datei konnte nicht zu Docspell kopiert werden. Ist es evtl. keine PDF Datei?",
|
||||
"description": "Tells the user about the failure of the upload."
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user