Newer
Older
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * energy_communities
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-18 08:54+0000\n"
"PO-Revision-Date: 2023-08-18 08:54+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: energy_communities
#: model:mail.template,body_html:energy_communities.email_templ_lead_assigned_to_coordinator_id
msgid ""
"\n"
" \n"
" <div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
"\n"
" <p>Hello,</p>\n"
"\n"
" <p>There is a new Energy Community registration request.</p>\n"
"\n"
" <p>Go to Odoo to track this registration.</p>\n"
"\n"
" <p>Yours faithfully,</p>\n"
" <p>Somcomunitats.coop team </p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Resources and FAQs</a></p>\n"
"\n"
" </div>\n"
" \n"
" "
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,help:energy_communities.field_subscription_request__vat
msgid ""
"\n"
" The Tax Identification Number. Complete it if the contact is subjected to\n"
" government taxes. Used in some legal statements.\"\n"
" "
msgstr ""
#: model:mail.template,body_html:energy_communities.email_template_confirmation_voluntary_share
" <p>Dear ${object.firstname},</p>\n"
" We confirm that we have correctly received your request to make a voluntary contribution to the capital\n"
" social of <b>${object.company_id.name}</b>, with the following data:\n"
" <ul>\n"
" <li>Partner VAT: <b>${object.vat}</b></li>\n"
" <li>Partner name: <b>${object.firstname} ${object.lastname}</b></li>\n"
" <li>Charging account: <b>${object.iban}</b></li>\n"
" <li>Subscription amount: <b>${object.subscription_amount}€</b></li>\n"
" </ul>\n"
" In the next few days you will receive the bank charge in this account, please verify that all the data\n"
" provided is correct and you have the money you want to invest, to avoid any incident in the\n"
" draft of the receipt.\n"
" Once the validity of the payment has been verified, you will receive a new notification confirming the\n"
" contribution\n"
" made and detailing the particular conditions of your contribution.\n"
" </p>\n"
" <p>\n"
" Thank you for your involvement with the cooperative and inform you that for any doubt or clarification you can\n"
" consult\n"
" our website:\n"
" <a href=\"${object.company_id.website}\"> ${object.company_id.website}</a>\n"
" or send us an email to\n"
" <a href=\"${object.company_id.email}\">${object.company_id.email}</a>\n"
" </p>\n"
" <p>\n"
" Get the word out by explaining the project to family and friends. The more we are, the further we will go!\n"
" </p>\n"
" <p>\n"
" Thank you very much and good energy!\n"
" </p>\n"
" <p>\n"
" Sincerely,\n"
" </p>\n"
" <p>\n"
" ${object.company_id.name} team\n"
" </p>\n"
" <img src=\"/web/image/res.company/${object.company_id.id}/logo\" style=\"width: 150px;height: 80px;\"/>\n"
" "
msgstr ""
#: model:mail.template,body_html:energy_communities.email_template_conditions_voluntary_share
" <p>Dear ${object.name},</p>\n"
" Last week we charged your account corresponding to your voluntary contribution to the share capital of the\n"
" <b>${object.company_id.name}</b>.\n"
" We attach the contract with the conditions of your investment and we remind you that for any doubt or\n"
" clarification in relation to the contribution made you can send an email to\n"
" <a href=\"${object.company_id.email}\">${object.company_id.email}</a> or consult the website\n"
" <a href=\"${object.company_id.website}\"> ${object.company_id.website}</a>.\n"
" We take this opportunity to thank you, once again, for your involvement with the <b>${object.company_id.name}</b>\n"
" objective to promote those actions or projects that contribute to an energy, economic and social transition\n"
" in ${object.company_id.city}.\n"
" </p>\n"
" <p>\n"
" Get the word out by explaining the project to family and friends. The more we are, the further we will go!\n"
" </p>\n"
" <p>\n"
" Thank you very much and good energy!\n"
" </p>\n"
" <p>\n"
" Sincerely,\n"
" </p>\n"
" <p>\n"
" ${object.company_id.name} team\n"
" </p>\n"
" <img src=\"/web/image/res.company/${object.company_id.id}/logo\" style=\"width: 150px;height: 80px;\"/>\n"
" "
msgstr ""
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
#. module: energy_communities
#: model:mail.template,body_html:energy_communities.email_templ_lead_request_contact_confirm_id
msgid ""
"\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
"\n"
" <p>Hello,</p>\n"
"\n"
" <p>Thank you for contact.</p>\n"
"\n"
" <p>We have received your email and we have we have forwarded it to the Community so that they can contact you as soon as possible.</p>\n"
"\n"
" <p>Here is a copy of the data we received:</p>\n"
"\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
" <p> - Contact name: ${object.name}</p>\n"
" <p> - Email: ${object.email_from}</p>\n"
" <p> - Phone: ${object.phone}</p>\n"
" <p> - Message: ${object.description}</p>\n"
" <p></p>\n"
" % if object.tag_ids:\n"
" <p> - Interested in:</p>\n"
" % for tag in object.tag_ids:\n"
" <p> ${tag.name}</p>\n"
" % endfor\n"
" % endif\n"
" </div>\n"
" <br />\n"
" <p>We keep in touch for any questions.</p>\n"
" <p>Yours faithfully,</p>\n"
" <p>Somcomunitats.coop team </p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Resources and FAQs</a></p>\n"
"\n"
"</div>\n"
" "
msgstr ""
#. module: energy_communities
#: model:mail.template,body_html:energy_communities.email_templ_lead_ce_creation_receipt_confirm_id
msgid ""
"\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
"\n"
" <p>Hello,</p>\n"
"\n"
" <p>Thank you for filling out the form and requesting the membership of your Energy Community on the Somcomunitats.coop platform.</p>\n"
"\n"
" <p>In the coming weeks we will study the application and contact you to indicate the steps and the information necessary to complete the registration process for the Community and the people who are part of it.</p>\n"
"\n"
" <p>Here is a copy of the data we received:</p>\n"
"\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
" <p> - Community name: ${object.name}</p>\n"
" <p> - Description: ${object.description}</p>\n"
" <p> - Address: ${object.street}</p>\n"
" <p> - Zip code: ${object.zip}</p>\n"
" <p> - City: ${object.city}</p>\n"
" <p> - Email: ${object.email_from}</p>\n"
" <p> - Phone: ${object.phone}</p>\n"
" <p></p>\n"
" % if object.form_submission_metadata_ids:\n"
" % for meta in object.form_submission_metadata_ids:\n"
" % if meta.value:\n"
" % if meta.key == 'partner_qty_members':\n"
" <p> - Members: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_legal_state':\n"
" <p> - Activity state: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_foundation_date':\n"
" <p> - Foundation date: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_vat':\n"
" <p> - Activity state: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_comments':\n"
" <p> - Comments: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_firstname':\n"
" <p> - Contact firstname: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_lastname':\n"
" <p> - Contact lastname: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'contact2_firstname':\n"
" <p> - Contact 2 firstname: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'contact2_lastname':\n"
" <p> - Contact 2 lastname: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'contact2_email':\n"
" <p> - Contact 2 email: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'contact2_mobile':\n"
" <p> - Contact 2 phone: ${meta.value}</p>\n"
" % endif\n"
" % endif\n"
" % endfor\n"
" % endif\n"
" % if object.tag_ids:\n"
" <p> - Interested in:</p>\n"
" % for tag in object.tag_ids:\n"
" <p> ${tag.name}</p>\n"
" % endfor\n"
" % endif\n"
" </div>\n"
" <br />\n"
" <p>We keep in touch for any questions.</p>\n"
" <p>Yours faithfully,</p>\n"
" <p>Somcomunitats.coop team </p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Resources and FAQs</a></p>\n"
"\n"
"</div>\n"
" "
msgstr ""
#. module: energy_communities
#: model:mail.template,body_html:energy_communities.email_templ_lead_request_advise_future_ce_confirm_id
msgid ""
"\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
"\n"
" <p>Hello,</p>\n"
"\n"
" <p>Thank you for filling out the form.</p>\n"
"\n"
" <p>In case an Energy Community is activated in your neighborhood or municipality, they can consult the existing requests and contact you. Without any commitment on your part beyond having shown interest in promoting a movement of social transformation and an energy model.</p>\n"
"\n"
" <p>Here is a copy of the data we received:</p>\n"
"\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
" <p> - Contact name: ${object.name}</p>\n"
" <p> - Address: ${object.street}</p>\n"
" <p> - Zip code: ${object.zip}</p>\n"
" <p> - City: ${object.city}</p>\n"
" <p> - Email: ${object.email_from}</p>\n"
" <p> - Phone: ${object.phone}</p>\n"
" <p></p>\n"
" % if object.tag_ids:\n"
" <p> - Interested in:</p>\n"
" % for tag in object.tag_ids:\n"
" <p> ${tag.name}</p>\n"
" % endfor\n"
" % endif\n"
" </div>\n"
" <br />\n"
" <p>We keep in touch for any questions.</p>\n"
" <p>Yours faithfully,</p>\n"
" <p>Somcomunitats.coop team </p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Resources and FAQs</a></p>\n"
"\n"
"</div>\n"
" "
msgstr ""
#. module: energy_communities
#: model:mail.template,body_html:energy_communities.email_templ_lead_request_ce_news_confirm_id
msgid ""
"\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
"\n"
" <p>Hello,</p>\n"
"\n"
" <p>Thank you for filling out the form.</p>\n"
"\n"
" <p>You have been subscribed correctly to the Community Newsletter.</p>\n"
"\n"
" <p>Here is a copy of the data we received:</p>\n"
"\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
" <p> - Community name: ${object.company_id.name}</p>\n"
" <p> - Email: ${object.email_from}</p>\n"
" <p> - Language: ${object.company_id.default_lang_id.code or object.company_id.partner_id.lang}</p>\n"
" </div>\n"
" <br />\n"
" <p>Yours faithfully,</p>\n"
" <p>Somcomunitats.coop team </p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Resources and FAQs</a></p>\n"
"\n"
"</div>\n"
" "
msgstr ""
#. module: energy_communities
#: model:mail.template,body_html:energy_communities.email_templ_lead_request_platform_news_confirm_id
msgid ""
"\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
"\n"
" <p>Hello,</p>\n"
"\n"
" <p>Thank you for filling out the form.</p>\n"
"\n"
" <p>You have been subscribed correctly to the Platform Newsletter.</p>\n"
"\n"
" <p>We'll let you know if there's any news about the project.</p>\n"
"\n"
" <p>Here is a copy of the data we received:</p>\n"
"\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
" <p> - Email: ${object.email_from}</p>\n"
" <p> - Language: ${object.company_id.default_lang_id.code or object.company_id.partner_id.lang}</p>\n"
" </div>\n"
" <br />\n"
" <p>Yours faithfully,</p>\n"
" <p>Somcomunitats.coop team </p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Resources and FAQs</a></p>\n"
"\n"
"</div>\n"
" "
msgstr ""
#. module: energy_communities
#: model:mail.template,body_html:energy_communities.email_template_confirmation_company
msgid ""
"\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
"\n"
" <p>Hello,</p>\n"
" <p>Thank you for filling out the form and request to join the Community.</p>\n"
" <p>In the coming weeks we will contact you to indicate the next steps</p>\n"
" <p>Here is a copy of the data we received:</p>\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
" <p> - Request to join: ${object.company_id.name}</p>\n"
" <p> - Company Name: ${object.company_name}</p>\n"
" <p> - Company Email: ${object.company_email}</p>\n"
" <p> - VAT: ${object.vat}</p>\n"
" <p> - Address: ${object.address}</p>\n"
" <p> - Zip code: ${object.zip_code}</p>\n"
" <p> - City: ${object.city}</p>\n"
" <p> - Country: ${object.country_id.name}</p>\n"
" <p> - Firstname: ${object.firstname}</p>\n"
" <p> - Lastname: ${object.lastname}</p>\n"
" <p> - Function: ${object.contact_person_function}</p>\n"
" <p> - Email: ${object.email}</p>\n"
" <p> - Phone: ${(object.phone or '')}</p>\n"
" <p> - Gender: ${dict(object.fields_get(allfields=['gender'])['gender']['selection'])[object.gender]}</p>\n"
" <p> - Birthdate: ${object.birthdate}</p>\n"
" <p> - Language: ${dict(object.fields_get(allfields=['lang'])['lang']['selection'])[object.lang]}</p>\n"
" <p> - Initial share amount: ${object.subscription_amount}</p>\n"
" % if object.payment_mode_id.payment_method_id.code == 'sepa_direct_debit': \n"
" <p> - Bank account: ${object.iban}</p>\n"
" <p> - I authorize bank receipts to be sent to this account: ${object.mandate_approved and 'SI' or 'NO'}</p> \n"
" % endif\n"
" </div>\n"
" <br />\n"
" <p>We keep in touch for any questions.</p>\n"
" <p>Yours faithfully,</p>\n"
" <p>Somcomunitats.coop team </p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Resources and FAQs</a></p>\n"
"</div>\n"
" "
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,help:energy_communities.field_auth_oauth_provider__superuser_pwd
msgid "\"Superuser\" user password"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,help:energy_communities.field_auth_oauth_provider__superuser
msgid "A super power user that is able to CRUD users on KC."
msgstr ""
#. module: energy_communities
#: model:ir.model,name:energy_communities.model_account_chart_template
msgid "Account Chart Template"
msgstr ""
#. module: energy_communities
#: code:addons/energy_communities/controllers/website_subscription_voluntary_share.py:0
#: code:addons/energy_communities/controllers/website_subscription_voluntary_share.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/controllers/website_subscription_voluntary_share.py:0
#, python-format
msgid "Address not found"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_auth_oauth_provider__is_admin_provider
msgid "Admin provider"
msgstr ""
#. module: energy_communities
#: model:res.groups,name:energy_communities.group_admin
msgid "Administrator"
msgstr ""
#. module: energy_communities
#: model:crm.tag,name:energy_communities.ce_tag_aggregate_demand
msgid "Agregació i flexibilitat de la demanda"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_company__allow_new_members
msgid "Allow new members"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_landing_page__allow_new_members
msgid "Allows new members"
msgstr ""
#. module: energy_communities
#: code:addons/energy_communities/models/res_company.py:0
#: code:addons/energy_communities/models/res_company.py:0
#: code:addons/energy_communities/models/res_company.py:0
#: code:addons/energy_communities/models/res_company.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/models/res_company.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/models/res_company.py:0
#, python-format
msgid "An instance company already exists"
msgstr ""
#. module: energy_communities
#: code:addons/energy_communities/models/crm_lead.py:0
#: code:addons/energy_communities/models/crm_lead.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/models/crm_lead.py:0
#, python-format
msgid "Assign CRM to coordinator company"
msgstr ""
#: code:addons/energy_communities/services/ce_community_service.py:0
#: code:addons/energy_communities/services/ce_community_service.py:0
#: code:addons/energy_communities/services/ce_member_profile_service.py:0
#: code:addons/energy_communities/services/ce_member_profile_service.py:0
#: code:addons/energy_communities/services/ce_member_service.py:0
#: code:addons/energy_communities/services/ce_member_service.py:0
#: code:addons/energy_communities/services/ce_member_service.py:0
#: code:addons/energy_communities/services/ce_member_service.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/services/ce_community_service.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/services/ce_member_profile_service.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/services/ce_member_service.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/services/ce_member_service.py:0
#, python-format
msgid "Authorization token not found"
msgstr ""
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.iban_template_es_ccee
#: model_terms:ir.ui.view,arch_db:energy_communities.voluntary_shares_template
msgid "Bank Account Number"
msgstr ""
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.becomecompanycooperator
msgid "Become Company Cooperator of"
msgstr ""
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.becomecooperator_ccee
msgid "Become Cooperator of"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_landing_page__become_cooperator_process
msgid "Become cooperator process"
msgstr ""
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
#. module: energy_communities
#: model:ir.actions.server,name:energy_communities.action_build_community_company_from_lead
msgid "Build Community Company"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,help:energy_communities.field_crm_lead__ce_tag_ids
msgid "CE Classify and analyze categories"
msgstr ""
#. module: energy_communities
#: model:ir.actions.act_window,name:energy_communities.ce_crm_leads_ce_contact_action
msgid "CE Contact"
msgstr ""
#. module: energy_communities
#: model:ir.actions.act_window,name:energy_communities.ce_crm_leads_ce_info_action
msgid "CE Information"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_crm_lead__ce_tag_ids
msgid "CE Tags"
msgstr ""
#. module: energy_communities
#: model:utm.source,name:energy_communities.ce_source_creation_ce_proposal
msgid "CE creation"
msgstr ""
#. module: energy_communities
#: model:ir.actions.act_window,name:energy_communities.ce_crm_leads_new_ce_request_action
msgid "CE creation requests"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_account_multicompany_easy_creation_wiz__crm_lead_id
msgid "CRM Lead"
msgstr ""
#. module: energy_communities
#: model:ir.model,name:energy_communities.model_crm_tag
msgid "CRM Tag"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_account_multicompany_easy_creation_wiz__chart_template_id
msgid "Chart Template"
msgstr ""
#. module: energy_communities
#: code:addons/energy_communities/models/landing_page.py:0
#: code:addons/energy_communities/models/landing_page.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/models/landing_page.py:0
#: model:ir.model.fields.selection,name:energy_communities.selection__landing_page__community_type__citizen
#, python-format
msgid "Citizen"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_landing_page__city
msgid "City"
msgstr ""
#. module: energy_communities
#: code:addons/energy_communities/controllers/website_subscription_voluntary_share.py:0
#: code:addons/energy_communities/controllers/website_subscription_voluntary_share.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/controllers/website_subscription_voluntary_share.py:0
#, python-format
msgid "City not found"
msgstr ""
#. module: energy_communities
#: model_terms:ir.actions.act_window,help:energy_communities.ce_utm_sources_action
msgid "Click to define a new Source."
msgstr ""
#. module: energy_communities
#: model_terms:ir.actions.act_window,help:energy_communities.ce_crm_lead_tags_action
msgid "Click to define a new tag."
msgstr ""
#. module: energy_communities
#: code:addons/energy_communities/models/landing_page.py:0
#: code:addons/energy_communities/models/landing_page.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/models/landing_page.py:0
#: model:ir.model.fields.selection,name:energy_communities.selection__landing_page__community_status__closed
#, python-format
msgid "Closed"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_users_role__code
msgid "Code"
msgstr ""
#. module: energy_communities
#: code:addons/energy_communities/models/res_company.py:0
#: code:addons/energy_communities/models/res_company.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/models/res_company.py:0
#: model:ir.model.fields.selection,name:energy_communities.selection__res_company__hierarchy_level__community
#, python-format
msgid "Community"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_landing_page__community_active_services
msgid "Community active services"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,help:energy_communities.field_crm_lead__community_company_id
msgid "Community related to this Lead"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_landing_page__community_secondary_type
msgid "Community secondary type"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_landing_page__community_status
msgid "Community status"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_landing_page__community_type
msgid "Community type"
msgstr ""
#. module: energy_communities
#: model:ir.model,name:energy_communities.model_res_company
msgid "Companies"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_landing_page__company_id
#: model_terms:ir.ui.view,arch_db:energy_communities.voluntary_share
msgid "Company"
msgstr ""
#. module: energy_communities
#: model:crm.tag,name:energy_communities.ce_tag_collective_purchases
msgid "Compres col·lectives"
msgstr ""
#. module: energy_communities
#: model:mail.template,subject:energy_communities.email_template_conditions_voluntary_share
msgid ""
"Conditions Share Capital to ${object.company_id.name} Ref. ACSV${object.id}"
msgstr ""
#. module: energy_communities
#: model:ir.model,name:energy_communities.model_res_config_settings
msgid "Config Settings"
msgstr ""
#. module: energy_communities
#: model:ir.ui.menu,name:energy_communities.ce_config_menu
msgid "Configuration"
msgstr ""
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.voluntary_share
msgid "Confirm Email"
msgstr ""
#. module: energy_communities
#: code:addons/energy_communities/models/res_users.py:0
#: code:addons/energy_communities/models/res_users.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/models/res_users.py:0
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
#, python-format
msgid ""
"Conflict on user values. Please verify that all values supposed to be unique"
" are really unique. %(detail)s"
msgstr ""
#. module: energy_communities
#: model:ir.model,name:energy_communities.model_res_partner
msgid "Contact"
msgstr ""
#. module: energy_communities
#: model:utm.source,name:energy_communities.ce_source_existing_ce_contact
msgid "Contact a existing CE"
msgstr ""
#. module: energy_communities
#: model:mail.template,subject:energy_communities.email_template_confirmation_voluntary_share
msgid "Contribute to ${object.company_id.name} Ref. ACSV${object.id}"
msgstr ""
#. module: energy_communities
#: model:product.template,name:energy_communities.share_capital_product_template
msgid "Contribution to Share Capital"
msgstr ""
#. module: energy_communities
#: code:addons/energy_communities/models/operation_request.py:0
#: code:addons/energy_communities/models/operation_request.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/models/operation_request.py:0
#, python-format
msgid "Converting just part of the shares is not yet implemented"
msgstr ""
#. module: energy_communities
#: code:addons/energy_communities/models/landing_page.py:0
#: code:addons/energy_communities/models/landing_page.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/models/landing_page.py:0
#: model:ir.model.fields.selection,name:energy_communities.selection__landing_page__community_secondary_type__cooperative
#, python-format
msgid "Cooperative"
msgstr ""
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.wizard_multicompany_easy_creation_form_inherit
msgid "Cooperator"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_account_multicompany_easy_creation_wiz__property_cooperator_account
msgid "Cooperator Account"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_company__cooperator_journal
msgid "Cooperator Journal"
msgstr ""
#. module: energy_communities
#: code:addons/energy_communities/models/res_company.py:0
#: code:addons/energy_communities/models/res_company.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/models/res_company.py:0
#: model:ir.model.fields.selection,name:energy_communities.selection__res_company__hierarchy_level__coordinator
#, python-format
msgid "Coordinator"
msgstr ""
#. module: energy_communities
#: model:res.groups,name:energy_communities.role_coord_admin_res_groups
#: model:res.users.role,name:energy_communities.role_coord_admin
msgid "Coordinator Admin"
msgstr ""
#. module: energy_communities
#: model:res.groups,name:energy_communities.role_coord_worker_res_groups
#: model:res.users.role,name:energy_communities.role_coord_worker
msgid "Coordinator Worker"
msgstr ""
#. module: energy_communities
#: model:ir.actions.server,name:energy_communities.action_create_map_place_from_lead
msgid "Create Map Place"
msgstr ""
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.wizard_multicompany_easy_creation_form_inherit
msgid "Create from CRM Lead"
msgstr ""
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.view_company_form_ce_inherited
msgid "Create landing page"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_account_multicompany_easy_creation_wiz__create_user
msgid "Create user for cooperator"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_company__create_user_in_keycloak
msgid "Create user for keycloak"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_landing_page__create_uid
msgid "Created by"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_landing_page__create_date
msgid "Created on"
msgstr ""
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.view_users_form_form_inherit
msgid "DNI"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_account_chart_template__display_name
#: model:ir.model.fields,field_description:energy_communities.field_account_move__display_name
#: model:ir.model.fields,field_description:energy_communities.field_account_multicompany_easy_creation_wiz__display_name
#: model:ir.model.fields,field_description:energy_communities.field_auth_oauth_provider__display_name
#: model:ir.model.fields,field_description:energy_communities.field_crm_lead__display_name
#: model:ir.model.fields,field_description:energy_communities.field_crm_tag__display_name
#: model:ir.model.fields,field_description:energy_communities.field_landing_page__display_name
#: model:ir.model.fields,field_description:energy_communities.field_operation_request__display_name
#: model:ir.model.fields,field_description:energy_communities.field_product_template__display_name
#: model:ir.model.fields,field_description:energy_communities.field_res_company__display_name
#: model:ir.model.fields,field_description:energy_communities.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:energy_communities.field_res_partner__display_name
#: model:ir.model.fields,field_description:energy_communities.field_res_users__display_name
#: model:ir.model.fields,field_description:energy_communities.field_res_users_role__display_name
#: model:ir.model.fields,field_description:energy_communities.field_subscription_request__display_name
#: model:ir.model.fields,field_description:energy_communities.field_utm_source__display_name
msgid "Display Name"
msgstr ""
#. module: energy_communities
#: code:addons/energy_communities/models/landing_page.py:0
#: code:addons/energy_communities/models/landing_page.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/models/landing_page.py:0
#: model:ir.model.fields.selection,name:energy_communities.selection__landing_page__status__draft
#: model_terms:ir.ui.view,arch_db:energy_communities.landing_page_form_view
#, python-format
msgid "Draft"
msgstr ""
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
#. module: energy_communities
#: model:ir.ui.menu,name:energy_communities.ce_crm_leads_ce_contact_menu
msgid "EC Contact"
msgstr ""
#. module: energy_communities
#: model:ir.ui.menu,name:energy_communities.ce_crm_leads_new_ce_request_menu
msgid "EC Creation"
msgstr ""
#. module: energy_communities
#: model:ir.ui.menu,name:energy_communities.ce_crm_leads_ce_info_menu
msgid "EC Information"
msgstr ""
#. module: energy_communities
#: model:crm.tag,name:energy_communities.ce_tag_energy_efficiency
msgid "Eficiencia energètica"
msgstr ""
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.voluntary_share
msgid "Email"
msgstr ""
#. module: energy_communities
#: code:addons/energy_communities/controllers/website_subscription_main.py:0
#: code:addons/energy_communities/controllers/website_subscription_main.py:0
#: code:addons/energy_communities/controllers/website_subscription_voluntary_share.py:0
#: code:addons/energy_communities/controllers/website_subscription_voluntary_share.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/controllers/website_subscription_main.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/controllers/website_subscription_voluntary_share.py:0
#, python-format
msgid "Email and confirmation email addresses don't match."
msgstr ""
#. module: energy_communities
#: code:addons/energy_communities/controllers/website_subscription_voluntary_share.py:0
#: code:addons/energy_communities/controllers/website_subscription_voluntary_share.py:0
#: code:addons/setup/energy_communities/odoo/addons/energy_communities/controllers/website_subscription_voluntary_share.py:0
#, python-format
msgid "Email not found"
msgstr ""
#. module: energy_communities
#: model:crm.tag,name:energy_communities.ce_tag_thermal_energy
msgid "Energia tèrmica i climatització"
msgstr ""
#. module: energy_communities
#: model:ir.actions.act_window,name:energy_communities.ce_crm_lead_tags_action
msgid "Energy Actions"
msgstr ""
#. module: energy_communities
#: model:ir.module.category,name:energy_communities.energy_communities_category
#: model:ir.ui.menu,name:energy_communities.ce_root_menu
#: model_terms:ir.ui.view,arch_db:energy_communities.view_company_form_ce_inherited
#: model_terms:ir.ui.view,arch_db:energy_communities.wizard_multicompany_easy_creation_form_inherit
msgid "Energy Communities"
msgstr ""
#. module: energy_communities
#: model:res.groups,name:energy_communities.role_ce_admin_res_groups
#: model:res.users.role,name:energy_communities.role_ce_admin
msgid "Energy Community Administrator"
msgstr ""
#. module: energy_communities
#: model:res.groups,name:energy_communities.role_ce_manager_res_groups
#: model:res.users.role,name:energy_communities.role_ce_manager
msgid "Energy Community Manager"
msgstr ""
#. module: energy_communities
#: model:res.groups,name:energy_communities.role_ce_member_res_groups
#: model:res.users.role,name:energy_communities.role_ce_member
msgid "Energy Community Member"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_company__ce_tag_ids
msgid "Energy Community Services"
msgstr ""
#. module: energy_communities
#: model:ir.ui.menu,name:energy_communities.ce_config_energy_actions_menu
msgid "Energy actions in progress"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_landing_page__external_website_link
msgid "External website link"
msgstr ""
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.voluntary_share_text_template
msgid "FREQUENTLY ASKED QUESTIONS"
msgstr ""
#. module: energy_communities
#: model:crm.tag,name:energy_communities.ce_tag_citizen_education
msgid "Formació ciutadana"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_company__foundation_date
msgid "Foundation date"
msgstr ""
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.voluntary_share_text_template
msgid "GENERAL CONDITIONS"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_partner__gender
#: model:ir.model.fields,field_description:energy_communities.field_res_users__gender
#: model:ir.model.fields,field_description:energy_communities.field_subscription_request__gender
msgid "Gender"
msgstr ""
#. module: energy_communities
#: model:crm.tag,name:energy_communities.ce_tag_common_generation
msgid "Generació renovable comunitaria"
msgstr ""
#. module: energy_communities
#: model:ir.ui.menu,name:energy_communities.ce_menu_general_settings
msgid "General"
msgstr ""
#. module: energy_communities
#: model:ir.actions.act_window,name:energy_communities.ce_crm_leads_general_info_action
#: model:ir.ui.menu,name:energy_communities.ce_crm_leads_general_info_menu
msgid "General Information"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_landing_page__group_image_link
msgid "Group image link"
msgstr ""
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.voluntary_share_text_template
msgid "Hello,"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_company__hierarchy_level
msgid "Hierarchy level"
msgstr ""
#: model_terms:ir.ui.view,arch_db:energy_communities.iban_template_es_ccee
#: model_terms:ir.ui.view,arch_db:energy_communities.voluntary_shares_template
msgid "I accept that the entity issues direct debit receipts to this account."
msgstr ""
#. module: energy_communities
#: model:ir.model.fields.selection,name:energy_communities.selection__res_partner__gender__not_share
#: model:ir.model.fields.selection,name:energy_communities.selection__subscription_request__gender__not_share
msgid "I prefer to not share it"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_account_chart_template__id
#: model:ir.model.fields,field_description:energy_communities.field_account_move__id
#: model:ir.model.fields,field_description:energy_communities.field_account_multicompany_easy_creation_wiz__id
#: model:ir.model.fields,field_description:energy_communities.field_auth_oauth_provider__id
#: model:ir.model.fields,field_description:energy_communities.field_crm_lead__id
#: model:ir.model.fields,field_description:energy_communities.field_crm_tag__id
#: model:ir.model.fields,field_description:energy_communities.field_landing_page__id
#: model:ir.model.fields,field_description:energy_communities.field_operation_request__id
#: model:ir.model.fields,field_description:energy_communities.field_product_template__id
#: model:ir.model.fields,field_description:energy_communities.field_res_company__id
#: model:ir.model.fields,field_description:energy_communities.field_res_config_settings__id
#: model:ir.model.fields,field_description:energy_communities.field_res_partner__id
#: model:ir.model.fields,field_description:energy_communities.field_res_users__id
#: model:ir.model.fields,field_description:energy_communities.field_res_users_role__id
#: model:ir.model.fields,field_description:energy_communities.field_subscription_request__id
#: model:ir.model.fields,field_description:energy_communities.field_utm_source__id
msgid "ID"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_mailing_mailing__source_ext_id
#: model:ir.model.fields,field_description:energy_communities.field_utm_source__source_ext_id