1
1
# Translation of Odoo Server.
2
2
# This file contains the translation of the following modules:
3
- # * chained_swapper
3
+ # * chained_swapper
4
4
#
5
5
msgid ""
6
6
msgstr ""
7
- "Project-Id-Version : Odoo Server 12 .0\n "
7
+ "Project-Id-Version : Odoo Server 13 .0\n "
8
8
"Report-Msgid-Bugs-To : \n "
9
- "Last-Translator : <> \n "
9
+ "Last-Translator : \n "
10
10
"Language-Team : \n "
11
11
"MIME-Version : 1.0\n "
12
12
"Content-Type : text/plain; charset=UTF-8\n "
13
13
"Content-Transfer-Encoding : \n "
14
14
"Plural-Forms : \n "
15
15
16
16
#. 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
18
18
#, python-format
19
19
msgid "<b>Chained swap done</b>:"
20
20
msgstr ""
@@ -26,7 +26,9 @@ msgstr ""
26
26
27
27
#. module: chained_swapper
28
28
#: 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."
30
32
msgstr ""
31
33
32
34
#. module: chained_swapper
@@ -36,7 +38,9 @@ msgstr ""
36
38
37
39
#. module: chained_swapper
38
40
#: 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"
40
44
msgstr ""
41
45
42
46
#. module: chained_swapper
@@ -51,7 +55,10 @@ msgstr ""
51
55
52
56
#. module: chained_swapper
53
57
#: 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'))"
55
62
msgstr ""
56
63
57
64
#. module: chained_swapper
@@ -72,7 +79,7 @@ msgid "Chained Swapper Sub-field"
72
79
msgstr ""
73
80
74
81
#. module: chained_swapper
75
- #: code:addons/chained_swapper/models/chained_swapper.py:104
82
+ #: code:addons/chained_swapper/models/chained_swapper.py:0
76
83
#, python-format
77
84
msgid "Chained swap"
78
85
msgstr ""
@@ -154,13 +161,13 @@ msgid "ID"
154
161
msgstr ""
155
162
156
163
#. module: chained_swapper
157
- #: code:addons/chained_swapper/models/chained_swapper.py:151
164
+ #: code:addons/chained_swapper/models/chained_swapper.py:0
158
165
#, python-format
159
166
msgid "Incorrect sub-field expression:"
160
167
msgstr ""
161
168
162
169
#. module: chained_swapper
163
- #: code:addons/chained_swapper/models/chained_swapper.py:193
170
+ #: code:addons/chained_swapper/models/chained_swapper.py:0
164
171
#, python-format
165
172
msgid "Invalid constraint expression: "
166
173
msgstr ""
@@ -200,13 +207,15 @@ msgid "Model"
200
207
msgstr ""
201
208
202
209
#. 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
204
211
msgid "Model and Field must be unique!"
205
212
msgstr ""
206
213
207
214
#. module: chained_swapper
208
215
#: 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."
210
219
msgstr ""
211
220
212
221
#. module: chained_swapper
@@ -216,7 +225,7 @@ msgid "Name"
216
225
msgstr ""
217
226
218
227
#. 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
220
229
#, python-format
221
230
msgid "Not possible to swap the field due to the constraint"
222
231
msgstr ""
@@ -253,7 +262,7 @@ msgid "Sub-fields"
253
262
msgstr ""
254
263
255
264
#. module: chained_swapper
256
- #: code:addons/chained_swapper/models/chained_swapper.py:162
265
+ #: code:addons/chained_swapper/models/chained_swapper.py:0
257
266
#, python-format
258
267
msgid "The sub-field '%s' is not compatible with the main field."
259
268
msgstr ""
@@ -265,6 +274,7 @@ msgstr ""
265
274
266
275
#. module: chained_swapper
267
276
#: 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'."
269
280
msgstr ""
270
-
0 commit comments