media ok + test
This commit is contained in:
parent
0100653643
commit
2933a217e2
13 changed files with 565 additions and 33 deletions
44
locale/de.po
Normal file
44
locale/de.po
Normal file
|
@ -0,0 +1,44 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
|
||||
##############
|
||||
# ir.message #
|
||||
##############
|
||||
msgctxt "model:ir.message,text:msg_file_too_big"
|
||||
msgid "The file size of the record '%(recname)s' exceeded the maximum value of 5MB."
|
||||
msgstr "Die Dateigröße des Datensatzes '%(recname)s' überschreitete den maximalen Wert von 5MB."
|
||||
|
||||
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)"
|
||||
|
||||
|
||||
#################
|
||||
# cashbook.line #
|
||||
#################
|
||||
msgctxt "view:cashbook.line:"
|
||||
msgid "Image/PDF"
|
||||
msgstr "Bild/PDF"
|
||||
|
||||
msgctxt "field:cashbook.line,media:"
|
||||
msgid "Image of PDF"
|
||||
msgstr "Bild oder PDF"
|
||||
|
||||
msgctxt "field:cashbook.line,media_name:"
|
||||
msgid "File name"
|
||||
msgstr "Dateiname"
|
||||
|
||||
msgctxt "field:cashbook.line,media_id:"
|
||||
msgid "File ID"
|
||||
msgstr "Datei-ID"
|
||||
|
||||
msgctxt "field:cashbook.line,media_mime:"
|
||||
msgid "MIME"
|
||||
msgstr "MIME"
|
||||
|
||||
msgctxt "field:cashbook.line,media_size:"
|
||||
msgid "File size"
|
||||
msgstr "Dateigröße"
|
||||
|
36
locale/en.po
Normal file
36
locale/en.po
Normal file
|
@ -0,0 +1,36 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_file_too_big"
|
||||
msgid "The file size of the record '%(recname)s' exceeded the maximum value of 5MB."
|
||||
msgstr "The file size of the record '%(recname)s' exceeded the maximum value of 5MB."
|
||||
|
||||
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 "view:cashbook.line:"
|
||||
msgid "Image/PDF"
|
||||
msgstr "Image/PDF"
|
||||
|
||||
msgctxt "field:cashbook.line,media:"
|
||||
msgid "Image of PDF"
|
||||
msgstr "Image of PDF"
|
||||
|
||||
msgctxt "field:cashbook.line,media_name:"
|
||||
msgid "File name"
|
||||
msgstr "File name"
|
||||
|
||||
msgctxt "field:cashbook.line,media_id:"
|
||||
msgid "File ID"
|
||||
msgstr "File ID"
|
||||
|
||||
msgctxt "field:cashbook.line,media_mime:"
|
||||
msgid "MIME"
|
||||
msgstr "MIME"
|
||||
|
||||
msgctxt "field:cashbook.line,media_size:"
|
||||
msgid "File size"
|
||||
msgstr "File size"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue