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.

59 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/es/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: \n"
  17. "Language: es\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. #. module: portal_welcome_email_template
  20. #: model:email.template,body_html:portal_welcome_email_template.portal_welcome_email
  21. msgid ""
  22. "\n"
  23. " \n"
  24. "<p>Dear ${object.name},&nbsp;</p>\n"
  25. "<p>You have been given access to ${object.company_id.name}'s ${ctx['portal']}.</p>\n"
  26. "<p>Your login account data is:</p>\n"
  27. "<blockquote style=\"margin: 0 0 0 40px; border: none; padding: 0px;\">\n"
  28. " <div>\n"
  29. " Username: <strong>${ctx['login']}</strong>&nbsp;\n"
  30. " </div>\n"
  31. " <div>\n"
  32. " Portal: ${ctx['portal_url']}&nbsp;\n"
  33. " </div>\n"
  34. " <div>\n"
  35. " Database: ${ctx['db']}&nbsp;\n"
  36. " </div>\n"
  37. "</blockquote>\n"
  38. "<br/>\n"
  39. "You can set or change your password via the following url:<br/>\n"
  40. "${ctx['signup_url']}<br/>\n"
  41. "<p>${ctx['welcome_message']}</p>\n"
  42. "<pre>\n"
  43. "--\n"
  44. "Automatic Email.\n"
  45. "${object.company_id.name or ''}\n"
  46. "</pre>\n"
  47. " "
  48. msgstr ""
  49. #. module: portal_welcome_email_template
  50. #: model:ir.model,name:portal_welcome_email_template.model_portal_wizard_user
  51. msgid "Portal User Config"
  52. msgstr "Configuración del portal de usuario"
  53. #. module: portal_welcome_email_template
  54. #: model:email.template,subject:portal_welcome_email_template.portal_welcome_email
  55. msgid "Your account at ${object.company_id.name}"
  56. msgstr "Su cuenta en ${object.company_id.name}"