import: für umbuchungen optimiert + test
This commit is contained in:
parent
9e6cfb210f
commit
2db020f5d8
9 changed files with 277 additions and 114 deletions
20
locale/en.po
20
locale/en.po
|
@ -23,8 +23,8 @@ msgid "No transactions were found in the file."
|
|||
msgstr "No transactions were found in the file."
|
||||
|
||||
msgctxt "model:ir.message,text:mds_import_category_notfound"
|
||||
msgid "The category '%(catname)s' (Type: %(cattype)s) was not found."
|
||||
msgstr "The category '%(catname)s' (Type: %(cattype)s) was not found."
|
||||
msgid "The category '%(catname)s' was not found."
|
||||
msgstr "The category '%(catname)s' was not found."
|
||||
|
||||
msgctxt "model:ir.message,text:mds_import_party_notfound"
|
||||
msgid "The party '%(pname)s' was not found."
|
||||
|
@ -35,8 +35,12 @@ msgid "For the party '%(pname)s' of the import, several parties were found in th
|
|||
msgstr "For the party '%(pname)s' of the import, several parties were found in the system. Use: '%(pname2)s'"
|
||||
|
||||
msgctxt "model:ir.message,text:mds_import_many_categories_found"
|
||||
msgid "For the category '%(catname1)s' (type: '%(cattype)s') of the import, several categories were found in the system. Use: '%(catname2)s'"
|
||||
msgstr "For the category '%(catname1)s' (type: '%(cattype)s') of the import, several categories were found in the system. Use: '%(catname2)s'"
|
||||
msgid "For the category '%(catname1)s' of the import, several categories were found in the system. Use: '%(catname2)s'"
|
||||
msgstr "For the category '%(catname1)s' of the import, several categories were found in the system. Use: '%(catname2)s'"
|
||||
|
||||
msgctxt "model:ir.message,text:mds_import_many_books_found"
|
||||
msgid "For the cashbook '%(bookname1)s' of the import, several cashbooks were found in the system. Use: '%(bookname2)s'"
|
||||
msgstr "For the cashbook '%(bookname1)s' of the import, several cashbooks were found in the system. Use: '%(bookname2)s'"
|
||||
|
||||
msgctxt "model:ir.message,text:mds_import_checknumber"
|
||||
msgid "Cheque No."
|
||||
|
@ -54,6 +58,14 @@ msgctxt "model:ir.message,text:mds_import_no_category"
|
|||
msgid "No category has been assigned for transaction '%(trdata)s'."
|
||||
msgstr "No category has been assigned for transaction '%(trdata)s'."
|
||||
|
||||
msgctxt "model:ir.message,text:mds_import_no_account"
|
||||
msgid "No cashbook has been assigned for transaction '%(trdata)s'."
|
||||
msgstr "No cashbook has been assigned for transaction '%(trdata)s'."
|
||||
|
||||
msgctxt "model:ir.message,text:mds_import_book_notfound"
|
||||
msgid "The cashbook '%(bookname)s' was not found."
|
||||
msgstr "The cashbook '%(bookname)s' was not found."
|
||||
|
||||
msgctxt "model:ir.action,name:act_import_qif_wizard"
|
||||
msgid "Import QIF-File"
|
||||
msgstr "Import QIF-File"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue