70 lines
3.3 KiB
XML
70 lines
3.3 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_invalid_dtype">
|
|
<field name="text">Type of evaluation must be '%(typename)s'.</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_not_same_basetype">
|
|
<field name="text">Type of evaluation must be of the same base type like '%(typename)s'.</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_cashbooks">
|
|
<field name="text">Cashbooks [Amount]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_cashbooks_gldiff">
|
|
<field name="text">Cashbooks [Amount of Profit/Loss]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_cashbooks_glperc">
|
|
<field name="text">Cashbooks [Percent of Profit/Loss]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_cashbooks_glvalue">
|
|
<field name="text">Cashbooks [Current Value]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_cashbooks_glyield">
|
|
<field name="text">Cashbooks [Total Yield]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_types">
|
|
<field name="text">Types of Cashbooks [Amount]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_types_gldiff">
|
|
<field name="text">Types of Cashbooks [Amount of Profit/Loss]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_types_glvalue">
|
|
<field name="text">ypes of Cashbooks [Current Value]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_types_glperc">
|
|
<field name="text">Types of Cashbooks [Percent of Profit/Loss]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_types_glyield">
|
|
<field name="text">Types of Cashbooks [Total Yield]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_currencies">
|
|
<field name="text">Currencies</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_categories">
|
|
<field name="text">Categories [Amount]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_categories_gldiff">
|
|
<field name="text">Categories [Amount of Profit/Loss]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_categories_glvalue">
|
|
<field name="text">Categories [Current Value]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_categories_glperc">
|
|
<field name="text">Categories [Percent of Profit/Loss]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_dtype_categories_glyield">
|
|
<field name="text">Categories [Total Yield]</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_name_graph">
|
|
<field name="text">Graph: %(gname)s</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_no_pie_with_dtype2">
|
|
<field name="text">The pie display cannot be used by multiple data sources in the evaluation '%(evalname)s'.</field>
|
|
</record>
|
|
|
|
</data>
|
|
</tryton>
|