You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
2.6 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * portal_welcome_email_template
  4. #
  5. # Translators:
  6. # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: social (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-06-30 01:07+0000\n"
  12. "PO-Revision-Date: 2016-06-17 14:57+0000\n"
  13. "Last-Translator: Christophe CHAUVET <christophe.chauvet@gmail.com>\n"
  14. "Language-Team: French (http://www.transifex.com/oca/OCA-social-8-0/language/fr/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: fr\n"
  19. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  20. #. module: portal_welcome_email_template
  21. #: model:email.template,body_html:portal_welcome_email_template.portal_welcome_email
  22. msgid ""
  23. "\n"
  24. " \n"
  25. "<p>Dear ${object.name},&nbsp;</p>\n"
  26. "<p>You have been given access to ${object.company_id.name}'s ${ctx['portal']}.</p>\n"
  27. "<p>Your login account data is:</p>\n"
  28. "<blockquote style=\"margin: 0 0 0 40px; border: none; padding: 0px;\">\n"
  29. " <div>\n"
  30. " Username: <strong>${ctx['login']}</strong>&nbsp;\n"
  31. " </div>\n"
  32. " <div>\n"
  33. " Portal: ${ctx['portal_url']}&nbsp;\n"
  34. " </div>\n"
  35. " <div>\n"
  36. " Database: ${ctx['db']}&nbsp;\n"
  37. " </div>\n"
  38. "</blockquote>\n"
  39. "<br/>\n"
  40. "You can set or change your password via the following url:<br/>\n"
  41. "${ctx['signup_url']}<br/>\n"
  42. "<p>${ctx['welcome_message']}</p>\n"
  43. "<pre>\n"
  44. "--\n"
  45. "Automatic Email.\n"
  46. "${object.company_id.name or ''}\n"
  47. "</pre>\n"
  48. " "
  49. msgstr "\n \n<p>Cher ${object.name},&nbsp;</p>\n<p>Nous venons de vous donner accès à ${object.company_id.name}'s ${ctx['portal']}.</p>\n<p>Votre identifiant est:</p>\n<blockquote style=\"margin: 0 0 0 40px; border: none; padding: 0px;\">\n <div>\n Identifiant: <strong>${ctx['login']}</strong>&nbsp;\n </div>\n <div>\n Portail: ${ctx['portal_url']}&nbsp;\n </div>\n <div>\n Base de données: ${ctx['db']}&nbsp;\n </div>\n</blockquote>\n<br/>\nVous pouvez mettre ou changer votre mot de passe à l'adresse suivante:<br/>\n${ctx['signup_url']}<br/>\n<p>${ctx['welcome_message']}</p>\n<pre>\n--\nCourriel automatique.\n${object.company_id.name or ''}\n</pre>\n "
  50. #. module: portal_welcome_email_template
  51. #: model:ir.model,name:portal_welcome_email_template.model_portal_wizard_user
  52. msgid "Portal User Config"
  53. msgstr "Configuration du portail utilisateur"
  54. #. module: portal_welcome_email_template
  55. #: model:email.template,subject:portal_welcome_email_template.portal_welcome_email
  56. msgid "Your account at ${object.company_id.name}"
  57. msgstr "Votre compte chez ${object.company_id.name}"