Skip to content

Commit 445ba12

Browse files
oca-travisschhatbar-initos
authored andcommitted
[UPD] Update chained_swapper.pot
1 parent 56aaa6a commit 445ba12

File tree

1 file changed

+26
-16
lines changed

1 file changed

+26
-16
lines changed

chained_swapper/i18n/chained_swapper.pot

+26-16
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Translation of Odoo Server.
22
# This file contains the translation of the following modules:
3-
# * chained_swapper
3+
# * chained_swapper
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server 12.0\n"
7+
"Project-Id-Version: Odoo Server 13.0\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"Last-Translator: <>\n"
9+
"Last-Translator: \n"
1010
"Language-Team: \n"
1111
"MIME-Version: 1.0\n"
1212
"Content-Type: text/plain; charset=UTF-8\n"
1313
"Content-Transfer-Encoding: \n"
1414
"Plural-Forms: \n"
1515

1616
#. module: chained_swapper
17-
#: code:addons/chained_swapper/wizard/chained_swapper_wizard.py:146
17+
#: code:addons/chained_swapper/wizard/chained_swapper_wizard.py:0
1818
#, python-format
1919
msgid "<b>Chained swap done</b>:"
2020
msgstr ""
@@ -26,7 +26,9 @@ msgstr ""
2626

2727
#. module: chained_swapper
2828
#: model:ir.model.fields,help:chained_swapper.field_chained_swapper__ref_ir_act_window_id
29-
msgid "Action to make this template available on records of the related document model."
29+
msgid ""
30+
"Action to make this template available on records of the related document "
31+
"model."
3032
msgstr ""
3133

3234
#. module: chained_swapper
@@ -36,7 +38,9 @@ msgstr ""
3638

3739
#. module: chained_swapper
3840
#: model_terms:ir.ui.view,arch_db:chained_swapper.chained_swapper_view_form
39-
msgid "Add a new contextual action of related documents to open a composition wizard"
41+
msgid ""
42+
"Add a new contextual action of related documents to open a composition "
43+
"wizard"
4044
msgstr ""
4145

4246
#. module: chained_swapper
@@ -51,7 +55,10 @@ msgstr ""
5155

5256
#. module: chained_swapper
5357
#: model:ir.model.fields,help:chained_swapper.field_chained_swapper_constraint__expression
54-
msgid "Boolean python expression. You can use the keyword 'records' as the records selected to execute the contextual action. Ex.: bool(records.mapped('parent_id'))"
58+
msgid ""
59+
"Boolean python expression. You can use the keyword 'records' as the records "
60+
"selected to execute the contextual action. Ex.: "
61+
"bool(records.mapped('parent_id'))"
5562
msgstr ""
5663

5764
#. module: chained_swapper
@@ -72,7 +79,7 @@ msgid "Chained Swapper Sub-field"
7279
msgstr ""
7380

7481
#. module: chained_swapper
75-
#: code:addons/chained_swapper/models/chained_swapper.py:104
82+
#: code:addons/chained_swapper/models/chained_swapper.py:0
7683
#, python-format
7784
msgid "Chained swap"
7885
msgstr ""
@@ -154,13 +161,13 @@ msgid "ID"
154161
msgstr ""
155162

156163
#. module: chained_swapper
157-
#: code:addons/chained_swapper/models/chained_swapper.py:151
164+
#: code:addons/chained_swapper/models/chained_swapper.py:0
158165
#, python-format
159166
msgid "Incorrect sub-field expression:"
160167
msgstr ""
161168

162169
#. module: chained_swapper
163-
#: code:addons/chained_swapper/models/chained_swapper.py:193
170+
#: code:addons/chained_swapper/models/chained_swapper.py:0
164171
#, python-format
165172
msgid "Invalid constraint expression: "
166173
msgstr ""
@@ -200,13 +207,15 @@ msgid "Model"
200207
msgstr ""
201208

202209
#. module: chained_swapper
203-
#: sql_constraint:chained.swapper:0
210+
#: model:ir.model.constraint,message:chained_swapper.constraint_chained_swapper_model_id_field_id_unique
204211
msgid "Model and Field must be unique!"
205212
msgstr ""
206213

207214
#. module: chained_swapper
208215
#: model:ir.model.fields,help:chained_swapper.field_chained_swapper__model_id
209-
msgid "Model is used for Selecting Field. This is editable until Contextual Action is not created."
216+
msgid ""
217+
"Model is used for Selecting Field. This is editable until Contextual Action "
218+
"is not created."
210219
msgstr ""
211220

212221
#. module: chained_swapper
@@ -216,7 +225,7 @@ msgid "Name"
216225
msgstr ""
217226

218227
#. module: chained_swapper
219-
#: code:addons/chained_swapper/wizard/chained_swapper_wizard.py:32
228+
#: code:addons/chained_swapper/wizard/chained_swapper_wizard.py:0
220229
#, python-format
221230
msgid "Not possible to swap the field due to the constraint"
222231
msgstr ""
@@ -253,7 +262,7 @@ msgid "Sub-fields"
253262
msgstr ""
254263

255264
#. module: chained_swapper
256-
#: code:addons/chained_swapper/models/chained_swapper.py:162
265+
#: code:addons/chained_swapper/models/chained_swapper.py:0
257266
#, python-format
258267
msgid "The sub-field '%s' is not compatible with the main field."
259268
msgstr ""
@@ -265,6 +274,7 @@ msgstr ""
265274

266275
#. module: chained_swapper
267276
#: model:ir.model.fields,help:chained_swapper.field_chained_swapper_sub_field__sub_field_chain
268-
msgid "You can specify here a field of related fields as dotted names. Ex.: 'child_ids.lang'."
277+
msgid ""
278+
"You can specify here a field of related fields as dotted names. Ex.: "
279+
"'child_ids.lang'."
269280
msgstr ""
270-

0 commit comments

Comments
 (0)