Add a firefox add-on

This commit is contained in:
Eike Kettner
2019-09-21 01:40:46 +02:00
parent 30b5c9d7f8
commit 3eb9916f1a
12 changed files with 328 additions and 0 deletions

View 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."
}
}

View File

@ -0,0 +1,25 @@
{
"extensionName": {
"message": "Docspell Upload Helper",
"description": "Name of the extension"
},
"extensionDescription": {
"message": "Copies files from the browser to Docspell.",
"description": "Description of the extension."
},
"notificationTitle": {
"message": "Docspell Response",
"description": "Title of the click notification."
},
"notificationSuccess": {
"message": "The file has been uploaded to Docspell.",
"description": "Tells the user about the success of the upload."
},
"notificationFailure": {
"message": "The file could not be uploaded to Docspell. Maybe it's not a PDF file?",
"description": "Tells the user about the failure of the upload."
}
}