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.

61 lines
1.9 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. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: social (8.0)\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2016-02-27 01:40+0000\n"
  11. "PO-Revision-Date: 2016-02-26 17:03+0000\n"
  12. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  13. "Language-Team: Spanish (http://www.transifex.com/oca/OCA-social-8-0/language/"
  14. "es/)\n"
  15. "Language: es\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \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 "
  27. "${ctx['portal']}.</p>\n"
  28. "<p>Your login account data is:</p>\n"
  29. "<blockquote style=\"margin: 0 0 0 40px; border: none; padding: 0px;\">\n"
  30. " <div>\n"
  31. " Username: <strong>${ctx['login']}</strong>&nbsp;\n"
  32. " </div>\n"
  33. " <div>\n"
  34. " Portal: ${ctx['portal_url']}&nbsp;\n"
  35. " </div>\n"
  36. " <div>\n"
  37. " Database: ${ctx['db']}&nbsp;\n"
  38. " </div>\n"
  39. "</blockquote>\n"
  40. "<br/>\n"
  41. "You can set or change your password via the following url:<br/>\n"
  42. "${ctx['signup_url']}<br/>\n"
  43. "<p>${ctx['welcome_message']}</p>\n"
  44. "<pre>\n"
  45. "--\n"
  46. "Automatic Email.\n"
  47. "${object.company_id.name or ''}\n"
  48. "</pre>\n"
  49. " "
  50. msgstr ""
  51. #. module: portal_welcome_email_template
  52. #: model:ir.model,name:portal_welcome_email_template.model_portal_wizard_user
  53. msgid "Portal User Config"
  54. msgstr "Configuración del portal de usuario"
  55. #. module: portal_welcome_email_template
  56. #: model:email.template,subject:portal_welcome_email_template.portal_welcome_email
  57. msgid "Your account at ${object.company_id.name}"
  58. msgstr "Su cuenta en ${object.company_id.name}"