-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessage.xml
58 lines (58 loc) · 3.57 KB
/
message.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data grouped="1">
<record model="ir.message" id="msg_no_session">
<field name="text">Session not found.</field>
</record>
<record model="ir.message" id="msg_account_not_found">
<field name="text">Account "%(account)s" not found in session from bank "%(bank)s" make sure the account number is correct.</field>
</record>
<record model="ir.message" id="msg_currency_not_match">
<field name="text">The bank statements currency and the journal currency dosen't match.</field>
</record>
<record model="ir.message" id="msg_error_get_statements">
<field name="text">Error getting statements: "%(error_code)s" "%(error_message)s"</field>
</record>
<record model="ir.message" id="msg_no_bank_account">
<field name="text">No bank account found in journal, if you want to synchronize statements, you need to set a bank account.</field>
</record>
<record model="ir.message" id="msg_no_country">
<field name="text">Country not found in bank party, please, make sure the bank party have at least one address with country.</field>
</record>
<record model="ir.message" id="msg_aspsp_not_found">
<field name="text">Bank "%(bank)s" from country "%(country_code)s" not found in Enable Banking compatible banks.\n%(message)s</field>
</record>
<record model="ir.message" id="msg_error_create_session">
<field name="text">Error creating the session: "%(error_code)s" "%(error_message)s"</field>
</record>
<record model="ir.message" id="msg_connection_test_ok">
<field name="text">Connection test successful.</field>
</record>
<record model="ir.message" id="msg_connection_test_error">
<field name="text">Error testing connection: %(error_message)s </field>
</record>
<record model="ir.message" id="msg_origin_pending_amount">
<field name="text">The origin could not be reconciled because the amount of the lines "%(line_amount)s" and the amount of the origin "%(origin_amount)s" differ.</field>
</record>
<record model="ir.message" id="msg_cancel_origin_line_with_move">
<field name="text">The lines of this origin has moves "%(moves)s" related to them. Cancel the origin will unlink that moves and will create a cancell move for each related move. Do you want to continue?</field>
</record>
<record model="ir.message" id="msg_suggested_line_related_to_statement_line">
<field name="text">There is some suggested line relate to the statement lines of the origins "%(origins_name)s". Befeore make a new search, remove the statement line.</field>
</record>
<record model="ir.message" id="msg_valid_days_out_of_range">
<field name="text">The Enable Banking Session Valid Days fields must be between 1 and 90 days.</field>
</record>
<record model="ir.message" id="msg_payments">
<field name="text">Payments</field>
</record>
<record model="ir.message" id="msg_similarity">
<field name="text">Similarity</field>
</record>
<record model="ir.message" id="msg_repeated_related_to_used">
<field name="text">The related "%(related_to)s" is usde in a line of the posted origin "%(origin)s."</field>
</record>
</data>
</tryton>