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.

89 lines
2.7 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/"
  15. "fr/)\n"
  16. "Language: fr\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  21. #. module: portal_welcome_email_template
  22. #: model:email.template,body_html:portal_welcome_email_template.portal_welcome_email
  23. msgid ""
  24. "\n"
  25. " \n"
  26. "<p>Dear ${object.name},&nbsp;</p>\n"
  27. "<p>You have been given access to ${object.company_id.name}'s "
  28. "${ctx['portal']}.</p>\n"
  29. "<p>Your login account data is:</p>\n"
  30. "<blockquote style=\"margin: 0 0 0 40px; border: none; padding: 0px;\">\n"
  31. " <div>\n"
  32. " Username: <strong>${ctx['login']}</strong>&nbsp;\n"
  33. " </div>\n"
  34. " <div>\n"
  35. " Portal: ${ctx['portal_url']}&nbsp;\n"
  36. " </div>\n"
  37. " <div>\n"
  38. " Database: ${ctx['db']}&nbsp;\n"
  39. " </div>\n"
  40. "</blockquote>\n"
  41. "<br/>\n"
  42. "You can set or change your password via the following url:<br/>\n"
  43. "${ctx['signup_url']}<br/>\n"
  44. "<p>${ctx['welcome_message']}</p>\n"
  45. "<pre>\n"
  46. "--\n"
  47. "Automatic Email.\n"
  48. "${object.company_id.name or ''}\n"
  49. "</pre>\n"
  50. " "
  51. msgstr ""
  52. "\n"
  53. " \n"
  54. "<p>Cher ${object.name},&nbsp;</p>\n"
  55. "<p>Nous venons de vous donner accès à ${object.company_id.name}'s "
  56. "${ctx['portal']}.</p>\n"
  57. "<p>Votre identifiant est:</p>\n"
  58. "<blockquote style=\"margin: 0 0 0 40px; border: none; padding: 0px;\">\n"
  59. " <div>\n"
  60. " Identifiant: <strong>${ctx['login']}</strong>&nbsp;\n"
  61. " </div>\n"
  62. " <div>\n"
  63. " Portail: ${ctx['portal_url']}&nbsp;\n"
  64. " </div>\n"
  65. " <div>\n"
  66. " Base de données: ${ctx['db']}&nbsp;\n"
  67. " </div>\n"
  68. "</blockquote>\n"
  69. "<br/>\n"
  70. "Vous pouvez mettre ou changer votre mot de passe à l'adresse suivante:<br/>\n"
  71. "${ctx['signup_url']}<br/>\n"
  72. "<p>${ctx['welcome_message']}</p>\n"
  73. "<pre>\n"
  74. "--\n"
  75. "Courriel automatique.\n"
  76. "${object.company_id.name or ''}\n"
  77. "</pre>\n"
  78. " "
  79. #. module: portal_welcome_email_template
  80. #: model:ir.model,name:portal_welcome_email_template.model_portal_wizard_user
  81. msgid "Portal User Config"
  82. msgstr "Configuration du portail utilisateur"
  83. #. module: portal_welcome_email_template
  84. #: model:email.template,subject:portal_welcome_email_template.portal_welcome_email
  85. msgid "Your account at ${object.company_id.name}"
  86. msgstr "Votre compte chez ${object.company_id.name}"