@@ -16,8 +16,8 @@ msgstr ""
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding : \n "
19
- "Plural-Forms : nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n "
20
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n "
19
+ "Plural-Forms : nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
20
+ "n %10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n "
21
21
22
22
#. module: server_action_mass_edit
23
23
#: model_terms:ir.ui.view,arch_db: server_action_mass_edit.view_server_action_form
@@ -98,6 +98,16 @@ msgstr "Prikaži naziv"
98
98
msgid "Don't touch"
99
99
msgstr ""
100
100
101
+ #. module: server_action_mass_edit
102
+ #. odoo-python
103
+ #: code:addons/server_action_mass_edit/wizard/mass_editing_wizard.py:0
104
+ #, python-format
105
+ msgid ""
106
+ "Failed to process the %(model_name)s \" %(name)s\" [id: %(id)s]:\n"
107
+ "\n"
108
+ "%(ue)s"
109
+ msgstr ""
110
+
101
111
#. module: server_action_mass_edit
102
112
#: model:ir.model.fields,field_description: server_action_mass_edit.field_ir_actions_server_mass_edit_line__field_id
103
113
msgid "Field"
@@ -139,6 +149,7 @@ msgid "Last Updated on"
139
149
msgstr "Zadnje ažurirano"
140
150
141
151
#. module: server_action_mass_edit
152
+ #: model:ir.actions.server,name: server_action_mass_edit.mass_editing_partner
142
153
#: model:ir.actions.server,name: server_action_mass_edit.mass_editing_partner_title
143
154
#: model:ir.actions.server,name: server_action_mass_edit.mass_editing_user
144
155
msgid "Mass Edit"
@@ -249,6 +260,16 @@ msgstr ""
249
260
msgid "The treatment will be processed on the %(amount)d selected record(s)."
250
261
msgstr ""
251
262
263
+ #. module: server_action_mass_edit
264
+ #: model:ir.model.fields,help: server_action_mass_edit.field_mass_editing_wizard__write_record_by_record
265
+ msgid ""
266
+ "This option will write the records one by one, instead of all at once.\n"
267
+ "This is useful when you are editing a lot of records and one of the records "
268
+ "raises an error. \n"
269
+ " With this option, the error message will be more specific to facillitate "
270
+ "the undertanding of the error."
271
+ msgstr ""
272
+
252
273
#. module: server_action_mass_edit
253
274
#: model:ir.model.fields,help: server_action_mass_edit.field_ir_actions_server__state
254
275
#: model:ir.model.fields,help: server_action_mass_edit.field_ir_cron__state
@@ -275,6 +296,11 @@ msgstr ""
275
296
msgid "Wizard for mass edition"
276
297
msgstr ""
277
298
299
+ #. module: server_action_mass_edit
300
+ #: model:ir.model.fields,field_description: server_action_mass_edit.field_mass_editing_wizard__write_record_by_record
301
+ msgid "Write Record By Record"
302
+ msgstr ""
303
+
278
304
#. module: server_action_mass_edit
279
305
#. odoo-python
280
306
#: code:addons/server_action_mass_edit/wizard/mass_editing_wizard.py:0
0 commit comments