import der transaktionen begonnen
This commit is contained in:
parent
b50927753b
commit
0287452fe8
11 changed files with 637 additions and 15 deletions
52
locale/de.po
52
locale/de.po
|
@ -10,6 +10,38 @@ msgctxt "model:ir.message,text:msg_wiz_categories_found"
|
|||
msgid "The following categories are now imported:\n%(categories)s"
|
||||
msgstr "Die folgenden Kategorien werden nun importiert:\n%(categories)s"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_wiz_transactions_found"
|
||||
msgid "The following transactionen are now imported:\nBalance: %(balance)s\nNumber of transactions: %(quantity)s"
|
||||
msgstr "Die folgenden Transaktionen werden nun importiert:\nSaldo: %(balance)s\nAnzahl Transactionen: %(quantity)s"
|
||||
|
||||
msgctxt "model:ir.message,name:msg_wiz_no_categories"
|
||||
msgid "No categories were found in the file."
|
||||
msgstr "In der Datei wurden keine Kategorien gefunden."
|
||||
|
||||
msgctxt "model:ir.message,name:msg_wiz_no_bank"
|
||||
msgid "No transactions were found in the file."
|
||||
msgstr "In der Datei wurden keine Transaktionen gefunden."
|
||||
|
||||
msgctxt "model:ir.message,name:mds_import_category_notfound"
|
||||
msgid "The category '%(catname)s' (Type: %(cattype)s) was not found."
|
||||
msgstr "Die Kategorie '%(catname)s' (Typ: %(cattype)s) wurde nicht gefunden."
|
||||
|
||||
msgctxt "model:ir.message,name: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 "Für die Kategorie '%(catname1)s' (Typ: '%(cattype)s') des Imports wurden mehrere Kategorien im System gefunden. Verwende: '%(catname2)s'"
|
||||
|
||||
msgctxt "model:ir.message,name:mds_import_checknumber"
|
||||
msgid "Cheque No."
|
||||
msgstr "Scheck-Nr:"
|
||||
|
||||
msgctxt "model:ir.message,name:mds_import_address"
|
||||
msgid "Address"
|
||||
msgstr "Adresse"
|
||||
|
||||
msgctxt "model:ir.message,name:msg_wiz_transactions_error"
|
||||
msgid "When reading the QIF file, there were the following problems:"
|
||||
msgstr "Beim Einlesen der QIF-Datei gab es folgende Probleme:"
|
||||
|
||||
|
||||
#############
|
||||
# ir.action #
|
||||
|
@ -22,10 +54,6 @@ msgctxt "model:ir.action,name:qif_category_report"
|
|||
msgid "Export QIF-File"
|
||||
msgstr "QIF-Datei exportieren"
|
||||
|
||||
msgctxt "model:ir.action,name:msg_wiz_no_categories"
|
||||
msgid "No categories were found in the file."
|
||||
msgstr "In der Datei wurden keine Kategorien gefunden."
|
||||
|
||||
|
||||
#####################################
|
||||
# cashbook_dataexchange.qif_imp_wiz #
|
||||
|
@ -47,8 +75,8 @@ msgid "Cancel"
|
|||
msgstr "Abbruch"
|
||||
|
||||
msgctxt "wizard_button:cashbook_dataexchange.qif_imp_wiz,showinfo,importf:"
|
||||
msgid "Import Categories"
|
||||
msgstr "Kategorien importieren"
|
||||
msgid "Import Data"
|
||||
msgstr "Daten Kategorien"
|
||||
|
||||
|
||||
###########################################
|
||||
|
@ -62,6 +90,10 @@ msgctxt "field:cashbook_dataexchange.qif_imp_wiz.start,company:"
|
|||
msgid "Company"
|
||||
msgstr "Unternehmen"
|
||||
|
||||
msgctxt "field:cashbook_dataexchange.qif_imp_wiz.start,book:"
|
||||
msgid "Cashbook"
|
||||
msgstr "Kassenbuch"
|
||||
|
||||
msgctxt "field:cashbook_dataexchange.qif_imp_wiz.start,file_:"
|
||||
msgid "QIF-File"
|
||||
msgstr "QIF-Datei"
|
||||
|
@ -82,10 +114,14 @@ msgctxt "view:cashbook_dataexchange.qif_imp_wiz.info:"
|
|||
msgid "Information"
|
||||
msgstr "Information"
|
||||
|
||||
msgctxt "field:cashbook_dataexchange.qif_imp_wiz.start,company:"
|
||||
msgctxt "field:cashbook_dataexchange.qif_imp_wiz.info,book:"
|
||||
msgid "Cashbook"
|
||||
msgstr "Kassenbuch"
|
||||
|
||||
msgctxt "field:cashbook_dataexchange.qif_imp_wiz.info,company:"
|
||||
msgid "Company"
|
||||
msgstr "Unternehmen"
|
||||
|
||||
msgctxt "field:cashbook_dataexchange.qif_imp_wiz.start,info:"
|
||||
msgctxt "field:cashbook_dataexchange.qif_imp_wiz.info,info:"
|
||||
msgid "Information"
|
||||
msgstr "Information"
|
||||
|
|
72
locale/en.po
72
locale/en.po
|
@ -2,10 +2,50 @@
|
|||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_wiz_categories_found"
|
||||
msgid "The following categories are now imported:\n%(categories)s"
|
||||
msgstr "The following categories are now imported:\n%(categories)s"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_wiz_transactions_found"
|
||||
msgid "The following transactionen are now imported:\nBalance: %(balance)s\nNumber of transactions: %(quantity)s"
|
||||
msgstr "The following transactionen are now imported:\nBalance: %(balance)s\nNumber of transactions: %(quantity)s"
|
||||
|
||||
msgctxt "model:ir.message,name:msg_wiz_no_categories"
|
||||
msgid "No categories were found in the file."
|
||||
msgstr "No categories were found in the file."
|
||||
|
||||
msgctxt "model:ir.message,name:msg_wiz_no_bank"
|
||||
msgid "No transactions were found in the file."
|
||||
msgstr "No transactions were found in the file."
|
||||
|
||||
msgctxt "model:ir.message,name: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."
|
||||
|
||||
msgctxt "model:ir.message,name: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'"
|
||||
|
||||
msgctxt "model:ir.message,name:mds_import_checknumber"
|
||||
msgid "Cheque No."
|
||||
msgstr "Cheque No."
|
||||
|
||||
msgctxt "model:ir.message,name:mds_import_address"
|
||||
msgid "Address"
|
||||
msgstr "Address"
|
||||
|
||||
msgctxt "model:ir.message,name:msg_wiz_transactions_error"
|
||||
msgid "When reading the QIF file, there were the following problems:"
|
||||
msgstr "When reading the QIF file, there were the following problems:"
|
||||
|
||||
msgctxt "model:ir.action,name:act_import_qif_wizard"
|
||||
msgid "Import QIF-File"
|
||||
msgstr "Import QIF-File"
|
||||
|
||||
msgctxt "model:ir.action,name:qif_category_report"
|
||||
msgid "Export QIF-File"
|
||||
msgstr "Export QIF-File"
|
||||
|
||||
msgctxt "model:cashbook_dataexchange.qif_imp_wiz,name:"
|
||||
msgid "Import QIF-File"
|
||||
msgstr "Import QIF-File"
|
||||
|
@ -18,6 +58,14 @@ msgctxt "wizard_button:cashbook_dataexchange.qif_imp_wiz,start,readf:"
|
|||
msgid "Read File"
|
||||
msgstr "Read File"
|
||||
|
||||
msgctxt "wizard_button:cashbook_dataexchange.qif_imp_wiz,showinfo,end:"
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
msgctxt "wizard_button:cashbook_dataexchange.qif_imp_wiz,showinfo,importf:"
|
||||
msgid "Import Data"
|
||||
msgstr "Import Data"
|
||||
|
||||
msgctxt "model:cashbook_dataexchange.qif_imp_wiz.start,name:"
|
||||
msgid "Import QIF-File"
|
||||
msgstr "Import QIF-File"
|
||||
|
@ -26,7 +74,31 @@ msgctxt "field:cashbook_dataexchange.qif_imp_wiz.start,company:"
|
|||
msgid "Company"
|
||||
msgstr "Company"
|
||||
|
||||
msgctxt "field:cashbook_dataexchange.qif_imp_wiz.start,book:"
|
||||
msgid "Cashbook"
|
||||
msgstr "Cashbook"
|
||||
|
||||
msgctxt "field:cashbook_dataexchange.qif_imp_wiz.start,file_:"
|
||||
msgid "QIF-File"
|
||||
msgstr "QIF-File"
|
||||
|
||||
msgctxt "help:cashbook_dataexchange.qif_imp_wiz.start,file_:"
|
||||
msgid "Quicken Interchange Format"
|
||||
msgstr "Quicken Interchange Format"
|
||||
|
||||
msgctxt "model:cashbook_dataexchange.qif_imp_wiz.info,name:"
|
||||
msgid "Import QIF-File"
|
||||
msgstr "Import QIF-File"
|
||||
|
||||
msgctxt "view:cashbook_dataexchange.qif_imp_wiz.info:"
|
||||
msgid "Information"
|
||||
msgstr "Information"
|
||||
|
||||
msgctxt "field:cashbook_dataexchange.qif_imp_wiz.info,book:"
|
||||
msgid "Cashbook"
|
||||
msgstr "Cashbook"
|
||||
|
||||
msgctxt "field:cashbook_dataexchange.qif_imp_wiz.info,company:"
|
||||
msgid "Company"
|
||||
msgstr "Company"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue