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.

86 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. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 8.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2016-02-09 08:29+0000\n"
  10. "PO-Revision-Date: 2016-02-09 09:30+0100\n"
  11. "Last-Translator: Sergio Teruel <sergio@incaser.es>\n"
  12. "Language-Team: \n"
  13. "Language: es_ES\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "X-Generator: Poedit 1.5.4\n"
  18. #. module: portal_welcome_email_template
  19. #: model:email.template,body_html:portal_welcome_email_template.portal_welcome_email
  20. msgid ""
  21. " \n"
  22. "<p>Dear ${object.name},&nbsp;</p>\n"
  23. "<p>You have been given access to ${object.company_id.name}'s "
  24. "${ctx['portal']}.</p>\n"
  25. "<p>Your login account data is:</p>\n"
  26. "<blockquote style=\"margin: 0 0 0 40px; border: none; padding: 0px;\">\n"
  27. " <div>\n"
  28. " Username: <strong>${ctx['login']}</strong>&nbsp;\n"
  29. " </div>\n"
  30. " <div>\n"
  31. " Portal: ${ctx['portal_url']}&nbsp;\n"
  32. " </div>\n"
  33. " <div>\n"
  34. " Database: ${ctx['db']}&nbsp;\n"
  35. " </div>\n"
  36. "</blockquote>\n"
  37. "<br/>\n"
  38. "You can set or change your password via the following url:<br/>\n"
  39. "${ctx['signup_url']}<br/>\n"
  40. "<p>${ctx['welcome_message']}</p>\n"
  41. "<pre>\n"
  42. "--\n"
  43. "Automatic Email.\n"
  44. "${object.company_id.name or ''}\n"
  45. "</pre>\n"
  46. " "
  47. msgstr ""
  48. " \n"
  49. " \n"
  50. "<p>Estimado ${object.name},&nbsp;</p>\n"
  51. "<p>Se le ha dado acceso al ${ctx['portal']} de ${object.company_id.name}.</"
  52. "p>\n"
  53. "<p>Las credenciales de su cuenta son:</p>\n"
  54. "<blockquote style=\"margin: 0 0 0 40px; border: none; padding: 0px;\">\n"
  55. " <div>\n"
  56. " Usuario: <strong>${ctx['login']}</strong>&nbsp;\n"
  57. " </div>\n"
  58. " <div>\n"
  59. " Portal: ${ctx['portal_url']}&nbsp;\n"
  60. " </div>\n"
  61. " <div>\n"
  62. " Base de datos: ${ctx['db']}&nbsp;\n"
  63. " </div>\n"
  64. "</blockquote>\n"
  65. "<br/>\n"
  66. "Usted puede establecer ocambiar su contraseña pinchando en el siguiente "
  67. "enlace:<br/>\n"
  68. "${ctx['signup_url']}<br/>\n"
  69. "<p>${ctx['welcome_message']}</p>\n"
  70. "<pre>\n"
  71. "--\n"
  72. "Email automático .\n"
  73. "${object.company_id.name or ''}\n"
  74. "</pre>\n"
  75. " "
  76. #. module: portal_welcome_email_template
  77. #: model:ir.model,name:portal_welcome_email_template.model_portal_wizard_user
  78. msgid "Portal User Config"
  79. msgstr "Configuración del portal de usuario"
  80. #. module: portal_welcome_email_template
  81. #: model:email.template,subject:portal_welcome_email_template.portal_welcome_email
  82. msgid "Your account at ${object.company_id.name}"
  83. msgstr "Su cuenta en ${object.company_id.name}"