Skip to content

Commit 3ca762a

Browse files
author
oca-ci
committed
[UPD] Update donation_direct_debit.pot
1 parent fbe95cf commit 3ca762a

File tree

1 file changed

+46
-11
lines changed

1 file changed

+46
-11
lines changed

donation_direct_debit/i18n/donation_direct_debit.pot

+46-11
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,8 @@ msgstr ""
1717
#: code:addons/donation_direct_debit/models/donation.py:0
1818
#, python-format
1919
msgid ""
20-
"A new draft direct debit order <a href=# data-oe-model=account.payment.order"
21-
" data-oe-id=%d>%s</a> has been automatically created"
22-
msgstr ""
23-
24-
#. module: donation_direct_debit
25-
#: code:addons/donation_direct_debit/models/donation.py:0
26-
#, python-format
27-
msgid ""
28-
"A new payment line has been automatically added to the existing draft direct"
29-
" debit order <a href=# data-oe-model=account.payment.order data-oe-"
30-
"id=%d>%s</a>."
20+
"A new payment line %s has been automatically added to the draft direct debit"
21+
" order <a href=# data-oe-model=account.payment.order data-oe-id=%d>%s</a>."
3122
msgstr ""
3223

3324
#. module: donation_direct_debit
@@ -38,6 +29,7 @@ msgid ""
3829
msgstr ""
3930

4031
#. module: donation_direct_debit
32+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__display_name
4133
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation__display_name
4234
msgid "Display Name"
4335
msgstr ""
@@ -48,11 +40,23 @@ msgid "Donation"
4840
msgstr ""
4941

5042
#. module: donation_direct_debit
43+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__donation_debit_order_account_id
44+
msgid "Donation by Debit Order Account"
45+
msgstr ""
46+
47+
#. module: donation_direct_debit
48+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__id
5149
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation__id
5250
msgid "ID"
5351
msgstr ""
5452

5553
#. module: donation_direct_debit
54+
#: model:ir.model,name:donation_direct_debit.model_account_journal
55+
msgid "Journal"
56+
msgstr ""
57+
58+
#. module: donation_direct_debit
59+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal____last_update
5660
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation____last_update
5761
msgid "Last Modified on"
5862
msgstr ""
@@ -67,6 +71,37 @@ msgstr ""
6771
msgid "Mandate Required"
6872
msgstr ""
6973

74+
#. module: donation_direct_debit
75+
#: code:addons/donation_direct_debit/models/donation.py:0
76+
#, python-format
77+
msgid "Missing Donation by Debit Order Account on journal '%s'."
78+
msgstr ""
79+
80+
#. module: donation_direct_debit
81+
#: code:addons/donation_direct_debit/models/account_journal.py:0
82+
#, python-format
83+
msgid ""
84+
"The Donation by Debit Order Account of journal '%(journal)s' must be a "
85+
"receivable account, but the account '%(account)s' is configured with type "
86+
"'%(account_type)s'."
87+
msgstr ""
88+
89+
#. module: donation_direct_debit
90+
#: code:addons/donation_direct_debit/models/account_journal.py:0
91+
#, python-format
92+
msgid ""
93+
"The Donation by Debit Order Account of journal '%(journal)s' must be "
94+
"reconciliable, but the account '%(account)s' is not reconciliable."
95+
msgstr ""
96+
97+
#. module: donation_direct_debit
98+
#: model:ir.model.fields,help:donation_direct_debit.field_account_journal__donation_debit_order_account_id
99+
msgid ""
100+
"Transfer account for donations by debit order. Leave empty if you don't "
101+
"handle donations by debit order on this bank account.This account must be a "
102+
"receivable account, otherwise the debit order will not work."
103+
msgstr ""
104+
70105
#. module: donation_direct_debit
71106
#: code:addons/donation_direct_debit/models/donation.py:0
72107
#, python-format

0 commit comments

Comments
 (0)