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.

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