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.

190 lines
8.0 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * contract_payment_auto
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 10.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: contract_payment_auto
  16. #: model:mail.template,body_html:contract_payment_auto.mail_template_auto_pay_fail
  17. #: model:mail.template,body_html:contract_payment_auto.mail_template_auto_pay_retry
  18. msgid "\n"
  19. "\n"
  20. "<p>\n"
  21. " Hello ${object.partner_id.name}\n"
  22. " % set access_action = object.get_access_action()\n"
  23. " % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n"
  24. " % if object.partner_id.parent_id:\n"
  25. " (<i>${object.partner_id.parent_id.name}</i>)\n"
  26. " % endif\n"
  27. " ,\n"
  28. "</p>\n"
  29. "\n"
  30. "<p>\n"
  31. " The automatic payment for your invoice\n"
  32. " <a href=\"${access_url}\">\n"
  33. " <strong>\n"
  34. " ${object.number}\n"
  35. " </strong>\n"
  36. " % if object.origin:\n"
  37. " (with reference: ${object.origin} )\n"
  38. " % endif\n"
  39. " </a>\n"
  40. " failed.\n"
  41. "</p>\n"
  42. "\n"
  43. "<p>\n"
  44. " Please verify that your payment information is correct, and that funds are\n"
  45. " available in the account.\n"
  46. "</p>\n"
  47. "\n"
  48. "\n"
  49. " "
  50. msgstr ""
  51. #. module: contract_payment_auto
  52. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours
  53. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours
  54. msgid "Amount of hours that should lapse until a failed automatic is retried."
  55. msgstr ""
  56. #. module: contract_payment_auto
  57. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries
  58. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries
  59. msgid "Amount times to retry failed/declined automatic payment before giving up."
  60. msgstr ""
  61. #. module: contract_payment_auto
  62. #: model:ir.model,name:contract_payment_auto.model_account_analytic_account
  63. msgid "Analytic Account"
  64. msgstr ""
  65. #. module: contract_payment_auto
  66. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay
  67. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay
  68. msgid "Auto Pay?"
  69. msgstr ""
  70. #. module: contract_payment_auto
  71. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts
  72. msgid "Auto pay attempts"
  73. msgstr ""
  74. #. module: contract_payment_auto
  75. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed
  76. msgid "Auto pay failed"
  77. msgstr ""
  78. #. module: contract_payment_auto
  79. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries
  80. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries
  81. msgid "Auto pay retries"
  82. msgstr ""
  83. #. module: contract_payment_auto
  84. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours
  85. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours
  86. msgid "Auto pay retry hours"
  87. msgstr ""
  88. #. module: contract_payment_auto
  89. #: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail
  90. #: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry
  91. msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})"
  92. msgstr ""
  93. #. module: contract_payment_auto
  94. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay
  95. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay
  96. msgid "Check this to enable automatic payment for invoices that are created for this contract."
  97. msgstr ""
  98. #. module: contract_payment_auto
  99. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id
  100. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id
  101. msgid "During the automatic payment process, an invoice will be created and validated. If this template is selected, it will automatically be sent to the customer during this process using the defined template."
  102. msgstr ""
  103. #. module: contract_payment_auto
  104. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id
  105. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id
  106. msgid "If automatic payment fails for some reason, but will be re-attempted later, this message will be sent to the billed partner."
  107. msgstr ""
  108. #. module: contract_payment_auto
  109. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id
  110. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id
  111. msgid "If automatic payment fails for some reason, this message will be sent to the billed partner."
  112. msgstr ""
  113. #. module: contract_payment_auto
  114. #: model:ir.model,name:contract_payment_auto.model_account_invoice
  115. msgid "Invoice"
  116. msgstr ""
  117. #. module: contract_payment_auto
  118. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id
  119. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id
  120. msgid "Invoice Message"
  121. msgstr ""
  122. #. module: contract_payment_auto
  123. #: code:addons/contract_payment_auto/models/account_analytic_account.py:172
  124. #, python-format
  125. msgid "Invoice sent"
  126. msgstr ""
  127. #. module: contract_payment_auto
  128. #: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail
  129. #: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry
  130. msgid "Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' and 'draft' or ''}"
  131. msgstr ""
  132. #. module: contract_payment_auto
  133. #: model:ir.model,name:contract_payment_auto.model_res_partner
  134. msgid "Partner"
  135. msgstr ""
  136. #. module: contract_payment_auto
  137. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id
  138. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id
  139. msgid "Payment Failed Message"
  140. msgstr ""
  141. #. module: contract_payment_auto
  142. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id
  143. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id
  144. msgid "Payment Retry Message"
  145. msgstr ""
  146. #. module: contract_payment_auto
  147. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id
  148. #: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id
  149. #: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id
  150. msgid "Payment Token"
  151. msgstr ""
  152. #. module: contract_payment_auto
  153. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id
  154. msgid "This is the payment token that will be used to automatically reconcile debts against this account. If none is set, the bill to partner's default token will be used."
  155. msgstr ""
  156. #. module: contract_payment_auto
  157. #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id
  158. #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id
  159. msgid "This is the payment token that will be used to automatically reconcile debts for this partner, if there is not one already set on the analytic account."
  160. msgstr ""
  161. #. module: contract_payment_auto
  162. #: model:ir.model,name:contract_payment_auto.model_account_analytic_contract
  163. msgid "account.analytic.contract"
  164. msgstr ""