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.

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