40 lines
2 KiB
XML
40 lines
2 KiB
XML
<?xml version="1.0"?>
|
|
<!-- This file is part of the cashbook-module from m-ds for Tryton.
|
|
The COPYRIGHT file at the top level of this repository contains the
|
|
full copyright notices and license terms. -->
|
|
<tryton>
|
|
<data>
|
|
|
|
<record model="ir.message" id="msg_wiz_categories_found">
|
|
<field name="text">The following categories are now imported:\n%(categories)s</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_wiz_no_categories">
|
|
<field name="text">No categories were found in the file.</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_wiz_no_bank">
|
|
<field name="text">No transactions were found in the file.</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_wiz_parties_found">
|
|
<field name="text">The following %(numparties)s parties are now imported:</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_wiz_transactions_found">
|
|
<field name="text">The following transactionen are now imported:\nBalance: %(balance)s\nNumber of transactions: %(quantity)s</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_wiz_transactions_error">
|
|
<field name="text">When reading the QIF file, there were the following problems:</field>
|
|
</record>
|
|
<record model="ir.message" id="mds_import_category_notfound">
|
|
<field name="text">The category '%(catname)s' (Type: %(cattype)s) was not found.</field>
|
|
</record>
|
|
<record model="ir.message" id="mds_import_many_categories_found">
|
|
<field name="text">For the category '%(catname1)s' (type: '%(cattype)s') of the import, several categories were found in the system. Use: '%(catname2)s'</field>
|
|
</record>
|
|
<record model="ir.message" id="mds_import_checknumber">
|
|
<field name="text">Cheque No.</field>
|
|
</record>
|
|
<record model="ir.message" id="mds_import_address">
|
|
<field name="text">Address</field>
|
|
</record>
|
|
|
|
</data>
|
|
</tryton>
|