File: message.xml

package info (click to toggle)
tryton-modules-party 7.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,560 kB
  • sloc: python: 2,702; xml: 1,408; makefile: 11; sh: 3
file content (55 lines) | stat: -rw-r--r-- 3,240 bytes parent folder | download | duplicates (2)
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
<?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_party_code_unique">
            <field name="text">The code on party must be unique.</field>
        </record>
        <record model="ir.message" id="msg_party_set_contact_mechanism">
            <field name="text">To change the "%(field)s" for party "%(party)s", you must edit their contact mechanisms.</field>
        </record>
        <record model="ir.message" id="msg_contact_mechanism_change_party">
            <field name="text">You cannot change the party of contact mechanism "%(contact)s".</field>
        </record>
        <record model="ir.message" id="msg_invalid_phone_number">
            <field name="text">The phone number "%(phone)s" for party "%(party)s" is not valid.</field>
        </record>
        <record model="ir.message" id="msg_email_invalid">
            <field name="text">The email address "%(email)s" for party "%(party)s" is not valid.</field>
        </record>
        <record model="ir.message" id="msg_invalid_code">
            <field name="text">The %(type)s "%(code)s" for party "%(party)s" is not valid.</field>
        </record>
        <record model="ir.message" id="msg_party_identifier_duplicate">
            <field name="text">The party "%(party)s" has the same %(type)s "%(code)s".</field>
        </record>
        <record model="ir.message" id="msg_vies_unavailable">
            <field name="text">The VIES service is unavailable, try again later.</field>
        </record>
        <record model="ir.message" id="msg_different_name">
            <field name="text">Parties have different names: "%(source_name)s" vs "%(destination_name)s".</field>
        </record>
        <record model="ir.message" id="msg_different_tax_identifier">
            <field name="text">Parties have different tax identifiers: "%(source_code)s" vs "%(destination_code)s".</field>
        </record>
        <record model="ir.message" id="msg_erase_active_party">
            <field name="text">Party "%(party)s" cannot be erased because they are still active.</field>
        </record>
        <record model="ir.message" id="msg_address_change_party">
            <field name="text">You cannot change the party of address "%(address)s".</field>
        </record>
        <record model="ir.message" id="msg_invalid_format">
            <field name="text">Invalid format "%(format)s" with exception "%(exception)s".</field>
        </record>
        <record model="ir.message" id="msg_category_name_unique">
            <field name="text">The name of party category must be unique by parent.</field>
        </record>
        <record model="ir.message" id="msg_address_subdivision_country_code_unique">
            <field name="text">The country code on subdivision type must be unique.</field>
        </record>
        <record model="ir.message" id="msg_identifier_type_remove">
            <field name="text">To remove the identifier type "%(type)s" from the configuration, you must change it on "%(identifier)s".</field>
        </record>
    </data>
</tryton>