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.

84 lines
2.5 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * sql_export_mail
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 12.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "Last-Translator: <>\n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: \n"
  14. "Plural-Forms: \n"
  15. #. module: sql_export_mail
  16. #: model:mail.template,body_html:sql_export_mail.sql_export_mailer
  17. msgid "\n"
  18. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  19. "\n"
  20. "<p>You will find the report ${object.name or ''} as an attachment of the mail.</p>\n"
  21. "\n"
  22. "</div>\n"
  23. " "
  24. msgstr ""
  25. #. module: sql_export_mail
  26. #: model:mail.template,subject:sql_export_mail.sql_export_mailer
  27. msgid "${object.name or ''}"
  28. msgstr ""
  29. #. module: sql_export_mail
  30. #: model:ir.model.fields,help:sql_export_mail.field_sql_export__mail_user_ids
  31. msgid "Add the users who want to receive the report by e-mail. You need to link the sql query with a cron to send mail automatically"
  32. msgstr ""
  33. #. module: sql_export_mail
  34. #: model_terms:ir.ui.view,arch_db:sql_export_mail.sql_export_mail_view_form
  35. msgid "Create Cron"
  36. msgstr ""
  37. #. module: sql_export_mail
  38. #: model:ir.model.fields,field_description:sql_export_mail.field_sql_export__cron_ids
  39. #: model_terms:ir.ui.view,arch_db:sql_export_mail.sql_export_mail_view_form
  40. msgid "Crons"
  41. msgstr ""
  42. #. module: sql_export_mail
  43. #: selection:sql.export,mail_condition:0
  44. msgid "File Not Empty"
  45. msgstr ""
  46. #. module: sql_export_mail
  47. #: code:addons/sql_export_mail/models/sql_export.py:124
  48. #, python-format
  49. msgid "It is not possible to execute and send a query automatically by mail if there are parameters to fill"
  50. msgstr ""
  51. #. module: sql_export_mail
  52. #: model:ir.model.fields,field_description:sql_export_mail.field_sql_export__mail_condition
  53. msgid "Mail Condition"
  54. msgstr ""
  55. #. module: sql_export_mail
  56. #: model:ir.model,name:sql_export_mail.model_sql_export
  57. msgid "SQL export"
  58. msgstr ""
  59. #. module: sql_export_mail
  60. #: code:addons/sql_export_mail/models/sql_export.py:134
  61. #, python-format
  62. msgid "The user does not have any e-mail address."
  63. msgstr ""
  64. #. module: sql_export_mail
  65. #: model:ir.model.fields,field_description:sql_export_mail.field_sql_export__mail_user_ids
  66. msgid "User to notify"
  67. msgstr ""
  68. #. module: sql_export_mail
  69. #: model_terms:ir.ui.view,arch_db:sql_export_mail.sql_export_mail_view_form
  70. msgid "Users Notified by e-mail"
  71. msgstr ""