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.

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