fix: exception beim hochladen eines unbekannten bildtypes
This commit is contained in:
parent
2933a217e2
commit
a3a3d2002e
5 changed files with 19 additions and 2 deletions
|
@ -14,6 +14,10 @@ msgctxt "model:ir.message,text:msg_file_invalid_mime"
|
|||
msgid "The file type '%(fmime)s' of the record '%(recname)s' is not allowed. (allowed: PNG, JPG, PDF)"
|
||||
msgstr "Der Dateityp '%(fmime)s' des Datensatzes '%(recname)s' ist nicht zugelassen. (erlaubt: PNG, JPG, PDF)"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_file_unknown_type"
|
||||
msgid "cannot identify image file"
|
||||
msgstr "Bilddatei kann nicht identifiziert werden"
|
||||
|
||||
|
||||
#################
|
||||
# cashbook.line #
|
||||
|
|
|
@ -10,6 +10,10 @@ msgctxt "model:ir.message,text:msg_file_invalid_mime"
|
|||
msgid "The file type '%(fmime)s' of the record '%(recname)s' is not allowed. (allowed: PNG, JPG, PDF)"
|
||||
msgstr "The file type '%(fmime)s' of the record '%(recname)s' is not allowed. (allowed: PNG, JPG, PDF)"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_file_unknown_type"
|
||||
msgid "cannot identify image file"
|
||||
msgstr "cannot identify image file"
|
||||
|
||||
msgctxt "view:cashbook.line:"
|
||||
msgid "Image/PDF"
|
||||
msgstr "Image/PDF"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue