44#
55msgid ""
66msgstr ""
7- "Project-Id-Version : Odoo Server 16 .0\n "
7+ "Project-Id-Version : Odoo Server 18 .0\n "
88"Report-Msgid-Bugs-To : \n "
99"Last-Translator : \n "
1010"Language-Team : \n "
@@ -37,7 +37,7 @@ msgstr ""
3737#: model:mail.template,body_html: auth_partner.email_reset_password
3838msgid ""
3939"<div>\n"
40- " Hi <t t-out=\" object.partner_id.name or ''\" ></t >\n"
40+ " Hi <t t-out=\" object.partner_id.name or ''\" / >\n"
4141" Click on the following link to reset your password\n"
4242" <a t-attf-href=\" https://example.org/password/reset?token={{ object.env.context['token']}}\" target=\" _blank\" style=\" color:#FFFFFF; text-decoration:none;\" >Reset Password</a>\n"
4343" </div>\n"
@@ -48,7 +48,7 @@ msgstr ""
4848#: model:mail.template,body_html: auth_partner.email_validate_email
4949msgid ""
5050"<div>\n"
51- " Hi <t t-out=\" object.partner_id.name or ''\" ></t >\n"
51+ " Hi <t t-out=\" object.partner_id.name or ''\" / >\n"
5252" Welcome to the site, please click on the following link to verify your email\n"
5353" <a t-attf-href=\" https://example.org/email/validate?token={{ object.env.context['token']}}\" target=\" _blank\" style=\" color:#FFFFFF; text-decoration:none;\" >Validate Email</a>\n"
5454" </div>\n"
@@ -59,14 +59,20 @@ msgstr ""
5959#: model:mail.template,body_html: auth_partner.email_set_password
6060msgid ""
6161"<div>\n"
62- " Hi <t t-out=\" object.partner_id.name or ''\" ></t >\n"
62+ " Hi <t t-out=\" object.partner_id.name or ''\" / >\n"
6363" Welcome, your account have been created\n"
6464" Click on the following link to set your password\n"
6565" <a t-attf-href=\" https://example.org/password/reset?token={{ object.env.context['token']}}\" target=\" _blank\" style=\" color:#FFFFFF; text-decoration:none;\" >Set Password</a>\n"
6666" </div>\n"
6767" "
6868msgstr ""
6969
70+ #. module: auth_partner
71+ #: model_terms:ir.ui.view,arch_db: auth_partner.auth_directory_view_form
72+ #: model_terms:ir.ui.view,arch_db: auth_partner.view_partner_form
73+ msgid "<span class=\" o_stat_text\" >Accounts</span>"
74+ msgstr ""
75+
7076#. module: auth_partner
7177#: model:res.groups,name: auth_partner.group_auth_partner_api
7278msgid "API Partner Auth Access"
@@ -77,12 +83,6 @@ msgstr ""
7783msgid "API Partner Auth Manager"
7884msgstr ""
7985
80- #. module: auth_partner
81- #: model_terms:ir.ui.view,arch_db: auth_partner.auth_directory_view_form
82- #: model_terms:ir.ui.view,arch_db: auth_partner.view_partner_form
83- msgid "Account"
84- msgstr ""
85-
8686#. module: auth_partner
8787#: model_terms:ir.ui.view,arch_db: auth_partner.wizard_auth_partner_reset_password_view_form
8888msgid ""
@@ -230,7 +230,6 @@ msgstr ""
230230#. module: auth_partner
231231#. odoo-python
232232#: code:addons/auth_partner/models/auth_partner.py:0
233- #, python-format
234233msgid ""
235234"Email address not validated. Validate your email address by clicking on the "
236235"link in the email sent to you or request a new password. "
@@ -293,23 +292,18 @@ msgstr ""
293292#. module: auth_partner
294293#. odoo-python
295294#: code:addons/auth_partner/models/auth_partner.py:0
296- #, python-format
297295msgid "Invalid Login or Password"
298296msgstr ""
299297
300298#. module: auth_partner
301299#. odoo-python
302300#: code:addons/auth_partner/models/auth_directory.py:0
303- #: code:addons/auth_partner/models/auth_directory.py:0
304- #: code:addons/auth_partner/models/auth_directory.py:0
305- #, python-format
306301msgid "Invalid Token"
307302msgstr ""
308303
309304#. module: auth_partner
310305#. odoo-python
311306#: code:addons/auth_partner/models/auth_directory.py:0
312- #, python-format
313307msgid "Invalid token"
314308msgstr ""
315309
@@ -319,14 +313,6 @@ msgstr ""
319313msgid "Label"
320314msgstr ""
321315
322- #. module: auth_partner
323- #: model:ir.model.fields,field_description: auth_partner.field_auth_directory____last_update
324- #: model:ir.model.fields,field_description: auth_partner.field_auth_partner____last_update
325- #: model:ir.model.fields,field_description: auth_partner.field_wizard_auth_partner_force_set_password____last_update
326- #: model:ir.model.fields,field_description: auth_partner.field_wizard_auth_partner_reset_password____last_update
327- msgid "Last Modified on"
328- msgstr ""
329-
330316#. module: auth_partner
331317#: model:ir.model.fields,field_description: auth_partner.field_auth_directory__write_uid
332318#: model:ir.model.fields,field_description: auth_partner.field_auth_partner__write_uid
@@ -395,16 +381,14 @@ msgstr ""
395381
396382#. module: auth_partner
397383#. odoo-python
398- #: code:addons/auth_partner/wizards/wizard_auth_partner_force_set_password.py:0
399- #, python-format
400- msgid "No id in context"
384+ #: code:addons/auth_partner/models/auth_directory.py:0
385+ msgid "No email template defined for %(template)s in %(directory)s"
401386msgstr ""
402387
403388#. module: auth_partner
404389#. odoo-python
405- #: code:addons/auth_partner/models/auth_directory.py:0
406- #, python-format
407- msgid "No email template defined for %(template)s in %(directory)s"
390+ #: code:addons/auth_partner/wizards/wizard_auth_partner_force_set_password.py:0
391+ msgid "No id in context"
408392msgstr ""
409393
410394#. module: auth_partner
@@ -443,7 +427,6 @@ msgstr ""
443427#. module: auth_partner
444428#. odoo-python
445429#: code:addons/auth_partner/wizards/wizard_auth_partner_force_set_password.py:0
446- #, python-format
447430msgid "Password and Confirm Password must be the same"
448431msgstr ""
449432
@@ -463,15 +446,10 @@ msgid "Secret Key"
463446msgstr ""
464447
465448#. module: auth_partner
466- #: model:ir.model.fields,field_description: auth_partner.field_auth_directory__secret_key_env_default
449+ #: model:ir.model.fields,field_description: auth_partner.field_auth_directory__x_secret_key_env_default
467450msgid "Secret Key Env Default"
468451msgstr ""
469452
470- #. module: auth_partner
471- #: model:ir.model.fields,field_description: auth_partner.field_auth_directory__secret_key_env_is_editable
472- msgid "Secret Key Env Is Editable"
473- msgstr ""
474-
475453#. module: auth_partner
476454#: model_terms:ir.ui.view,arch_db: auth_partner.auth_partner_view_form
477455msgid "Send Invite"
@@ -522,13 +500,6 @@ msgid ""
522500"email"
523501msgstr ""
524502
525- #. module: auth_partner
526- #. odoo-python
527- #: code:addons/auth_partner/wizards/wizard_auth_partner_force_set_password.py:0
528- #, python-format
529- msgid "This wizard can only be used on auth.partner"
530- msgstr ""
531-
532503#. module: auth_partner
533504#: model:ir.model.fields,field_description: auth_partner.field_auth_partner__user_can_impersonate
534505msgid "User Can Impersonate"
@@ -546,9 +517,13 @@ msgstr ""
546517msgid "Wizard Partner Auth Reset Password"
547518msgstr ""
548519
520+ #. module: auth_partner
521+ #: model:ir.model.fields,field_description: auth_partner.field_auth_directory__x_secret_key_env_is_editable
522+ msgid "X Secret Key Env Is Editable"
523+ msgstr ""
524+
549525#. module: auth_partner
550526#. odoo-python
551527#: code:addons/auth_partner/models/auth_partner.py:0
552- #, python-format
553528msgid "You are not allowed to impersonate this user"
554529msgstr ""
0 commit comments