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.

120 lines
3.7 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 8.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2017-07-18 13:15+0000\n"
  10. "PO-Revision-Date: 2017-07-18 13:15+0000\n"
  11. "Last-Translator: <>\n"
  12. "Language-Team: \n"
  13. "Language: \n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: \n"
  17. "Plural-Forms: \n"
  18. #. module: sql_export_mail
  19. #: model:mail.template,body_html:sql_export_mail.sql_export_mailer
  20. #, fuzzy
  21. #| msgid ""
  22. #| "\n"
  23. #| "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
  24. #| "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "
  25. #| "\">\n"
  26. #| "\n"
  27. #| "<p>You will find the report ${object.name or ''} as an attachment of the "
  28. #| "mail.</p>\n"
  29. #| "\n"
  30. #| "</div>\n"
  31. #| " "
  32. msgid ""
  33. "\n"
  34. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
  35. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  36. "\n"
  37. "<p>You will find the report ${object.name or ''} as an attachment of the "
  38. "mail.</p>\n"
  39. "\n"
  40. "</div>\n"
  41. " "
  42. msgstr ""
  43. "\n"
  44. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
  45. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  46. "\n"
  47. "<p>Vous trouverez le rapport ${object.name or ''} en pièce jointe de ce mail."
  48. "</p>\n"
  49. "\n"
  50. "</div>\n"
  51. " "
  52. #. module: sql_export_mail
  53. #: model:mail.template,subject:sql_export_mail.sql_export_mailer
  54. msgid "${object.name or ''}"
  55. msgstr "${object.name or ''}"
  56. #. module: sql_export_mail
  57. #: model:ir.model.fields,help:sql_export_mail.field_sql_export__mail_user_ids
  58. msgid ""
  59. "Add the users who want to receive the report by e-mail. You need to link the "
  60. "sql query with a cron to send mail automatically"
  61. msgstr ""
  62. "Ajoutez les utilisateurs voulant recevoir le rapport par mail. Vous devez "
  63. "ensuite créer une tâche planifiée pour envoyer le mail automatiquement."
  64. #. module: sql_export_mail
  65. #: model_terms:ir.ui.view,arch_db:sql_export_mail.sql_export_mail_view_form
  66. msgid "Create Cron"
  67. msgstr "Créer une tâche planfiée"
  68. #. module: sql_export_mail
  69. #: model:ir.model.fields,field_description:sql_export_mail.field_sql_export__cron_ids
  70. #: model_terms:ir.ui.view,arch_db:sql_export_mail.sql_export_mail_view_form
  71. msgid "Crons"
  72. msgstr "Tâches planifiées"
  73. #. module: sql_export_mail
  74. #: selection:sql.export,mail_condition:0
  75. msgid "File Not Empty"
  76. msgstr "Fichier non vide."
  77. #. module: sql_export_mail
  78. #: code:addons/sql_export_mail/models/sql_export.py:124
  79. #, python-format
  80. msgid ""
  81. "It is not possible to execute and send a query automatically by mail if "
  82. "there are parameters to fill"
  83. msgstr ""
  84. "Il n'est pas possible d'exécuter en envoyer le résultat d'une requête par "
  85. "mail si celle-ci contient des paramètres."
  86. #. module: sql_export_mail
  87. #: model:ir.model.fields,field_description:sql_export_mail.field_sql_export__mail_condition
  88. #, fuzzy
  89. #| msgid "Mail condition"
  90. msgid "Mail Condition"
  91. msgstr "Condition d'envoi par mail"
  92. #. module: sql_export_mail
  93. #: model:ir.model,name:sql_export_mail.model_sql_export
  94. msgid "SQL export"
  95. msgstr "Export SQL"
  96. #. module: sql_export_mail
  97. #: code:addons/sql_export_mail/models/sql_export.py:134
  98. #, python-format
  99. msgid "The user does not have any e-mail address."
  100. msgstr "L'utilisateur selectionné n'a pas d'addresse mail."
  101. #. module: sql_export_mail
  102. #: model:ir.model.fields,field_description:sql_export_mail.field_sql_export__mail_user_ids
  103. msgid "User to notify"
  104. msgstr "Utilisateurs à notifier par mail"
  105. #. module: sql_export_mail
  106. #: model_terms:ir.ui.view,arch_db:sql_export_mail.sql_export_mail_view_form
  107. msgid "Users Notified by e-mail"
  108. msgstr "Utilisateurs notifiés par mail"