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.

217 lines
8.5 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * contract_payment_auto
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. # David BEAL, 2018
  8. # Fabien Bourgeois <fabien@yaltik.com>, 2018
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: Odoo Server 10.0\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2018-05-19 02:01+0000\n"
  14. "PO-Revision-Date: 2018-05-19 02:01+0000\n"
  15. "Last-Translator: Fabien Bourgeois <fabien@yaltik.com>, 2018\n"
  16. "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
  17. "Language: fr\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: \n"
  21. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  22. #. module: contract_payment_auto
  23. #: model:mail.template,body_html:contract_payment_auto.mail_template_auto_pay_fail
  24. #: model:mail.template,body_html:contract_payment_auto.mail_template_auto_pay_retry
  25. msgid ""
  26. "\n"
  27. "\n"
  28. "<p>\n"
  29. " Hello ${object.partner_id.name}\n"
  30. " % set access_action = object.get_access_action()\n"
  31. " % set access_url = access_action['type'] == 'ir.actions.act_url' and "
  32. "access_action['url'] or '/report/pdf/account.report_invoice/' + str(object."
  33. "id)\n"
  34. " % if object.partner_id.parent_id:\n"
  35. " (<i>${object.partner_id.parent_id.name}</i>)\n"
  36. " % endif\n"
  37. " ,\n"
  38. "</p>\n"
  39. "\n"
  40. "<p>\n"
  41. " The automatic payment for your invoice\n"
  42. " <a href=\"${access_url}\">\n"
  43. " <strong>\n"
  44. " ${object.number}\n"
  45. " </strong>\n"
  46. " % if object.origin:\n"
  47. " (with reference: ${object.origin} )\n"
  48. " % endif\n"
  49. " </a>\n"
  50. " failed.\n"
  51. "</p>\n"
  52. "\n"
  53. "<p>\n"
  54. " Please verify that your payment information is correct, and that funds "
  55. "are\n"
  56. " available in the account.\n"
  57. "</p>\n"
  58. "\n"
  59. "\n"
  60. " "
  61. msgstr ""
  62. #. module: contract_payment_auto
  63. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours
  64. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours
  65. msgid "Amount of hours that should lapse until a failed automatic is retried."
  66. msgstr ""
  67. #. module: contract_payment_auto
  68. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries
  69. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries
  70. msgid ""
  71. "Amount times to retry failed/declined automatic payment before giving up."
  72. msgstr ""
  73. #. module: contract_payment_auto
  74. #: model:ir.model,name:contract_payment_auto.model_account_analytic_account
  75. msgid "Analytic Account"
  76. msgstr "Compte analytique"
  77. #. module: contract_payment_auto
  78. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay
  79. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay
  80. msgid "Auto Pay?"
  81. msgstr ""
  82. #. module: contract_payment_auto
  83. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts
  84. msgid "Auto pay attempts"
  85. msgstr ""
  86. #. module: contract_payment_auto
  87. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed
  88. msgid "Auto pay failed"
  89. msgstr ""
  90. #. module: contract_payment_auto
  91. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries
  92. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries
  93. msgid "Auto pay retries"
  94. msgstr ""
  95. #. module: contract_payment_auto
  96. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours
  97. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours
  98. msgid "Auto pay retry hours"
  99. msgstr ""
  100. #. module: contract_payment_auto
  101. #: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail
  102. #: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry
  103. msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})"
  104. msgstr ""
  105. #. module: contract_payment_auto
  106. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay
  107. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay
  108. msgid ""
  109. "Check this to enable automatic payment for invoices that are created for "
  110. "this contract."
  111. msgstr ""
  112. #. module: contract_payment_auto
  113. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id
  114. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id
  115. msgid ""
  116. "During the automatic payment process, an invoice will be created and "
  117. "validated. If this template is selected, it will automatically be sent to "
  118. "the customer during this process using the defined template."
  119. msgstr ""
  120. #. module: contract_payment_auto
  121. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id
  122. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id
  123. msgid ""
  124. "If automatic payment fails for some reason, but will be re-attempted later, "
  125. "this message will be sent to the billed partner."
  126. msgstr ""
  127. #. module: contract_payment_auto
  128. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id
  129. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id
  130. msgid ""
  131. "If automatic payment fails for some reason, this message will be sent to the "
  132. "billed partner."
  133. msgstr ""
  134. #. module: contract_payment_auto
  135. #: model:ir.model,name:contract_payment_auto.model_account_invoice
  136. msgid "Invoice"
  137. msgstr "Facture"
  138. #. module: contract_payment_auto
  139. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id
  140. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id
  141. msgid "Invoice Message"
  142. msgstr ""
  143. #. module: contract_payment_auto
  144. #: code:addons/contract_payment_auto/models/account_analytic_account.py:172
  145. #, python-format
  146. msgid "Invoice sent"
  147. msgstr ""
  148. #. module: contract_payment_auto
  149. #: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail
  150. #: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry
  151. msgid ""
  152. "Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' "
  153. "and 'draft' or ''}"
  154. msgstr ""
  155. #. module: contract_payment_auto
  156. #: model:ir.model,name:contract_payment_auto.model_res_partner
  157. msgid "Partner"
  158. msgstr "Partenaire"
  159. #. module: contract_payment_auto
  160. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id
  161. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id
  162. msgid "Payment Failed Message"
  163. msgstr ""
  164. #. module: contract_payment_auto
  165. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id
  166. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id
  167. msgid "Payment Retry Message"
  168. msgstr ""
  169. #. module: contract_payment_auto
  170. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id
  171. #: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id
  172. #: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id
  173. msgid "Payment Token"
  174. msgstr ""
  175. #. module: contract_payment_auto
  176. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id
  177. msgid ""
  178. "This is the payment token that will be used to automatically reconcile debts "
  179. "against this account. If none is set, the bill to partner's default token "
  180. "will be used."
  181. msgstr ""
  182. #. module: contract_payment_auto
  183. #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id
  184. #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id
  185. msgid ""
  186. "This is the payment token that will be used to automatically reconcile debts "
  187. "for this partner, if there is not one already set on the analytic account."
  188. msgstr ""
  189. #. module: contract_payment_auto
  190. #: model:ir.model,name:contract_payment_auto.model_account_analytic_contract
  191. msgid "account.analytic.contract"
  192. msgstr "account.analytic.contract"