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.

56 lines
2.2 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * pos_invoicing
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 12.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2019-07-11 16:18+0000\n"
  10. "PO-Revision-Date: 2019-07-11 16:18+0000\n"
  11. "Last-Translator: <>\n"
  12. "Language-Team: \n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: \n"
  16. "Plural-Forms: \n"
  17. #. module: pos_invoicing
  18. #: model:ir.model.fields,help:pos_invoicing.field_account_invoice__pos_pending_payment
  19. msgid "Indicates an invoice for which there are pending payments in the Point of Sale. \n"
  20. "The invoice will be marked as paid when the session will be closed."
  21. msgstr "La case est cochée si il y a des paiements en cours dans le point de vente. \n"
  22. "La facture sera marquée comme payée quand la session sera fermée."
  23. #. module: pos_invoicing
  24. #: model:ir.model,name:pos_invoicing.model_account_invoice
  25. msgid "Invoice"
  26. msgstr "Facture"
  27. #. module: pos_invoicing
  28. #: model:ir.model,name:pos_invoicing.model_account_payment
  29. msgid "Payments"
  30. msgstr "Paiements"
  31. #. module: pos_invoicing
  32. #: model:ir.model.fields,field_description:pos_invoicing.field_account_invoice__pos_pending_payment
  33. msgid "PoS - Pending Payment"
  34. msgstr "PdV - Paiement en cours"
  35. #. module: pos_invoicing
  36. #: model:ir.model,name:pos_invoicing.model_pos_session
  37. msgid "Point of Sale Session"
  38. msgstr "Session du point de vente"
  39. #. module: pos_invoicing
  40. #: code:addons/pos_invoicing/models/account_invoice.py:36
  41. #: code:addons/pos_invoicing/models/account_invoice.py:38
  42. #, python-format
  43. msgid "You can not realize this action on the invoice(s) %s because there are pending payments in the Point of Sale."
  44. msgstr "Vous ne pouvez pas réaliser cette action sur la / les facture(s) %s car il y a des paiements en cours dans le point de vente."
  45. #. module: pos_invoicing
  46. #: code:addons/pos_invoicing/models/account_payment.py:17
  47. #, python-format
  48. msgid "You can not realize this action on the payments(s) %s because there are pending payments in the Point of Sale."
  49. msgstr "Vous ne pouvez pas réaliser cette action sur la / les paiement(s) %s car il y a des paiements en cours dans le point de vente."