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.

66 lines
2.3 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. "PO-Revision-Date: 2020-09-01 13:00+0000\n"
  10. "Last-Translator: brendapaniagua <brenda.paniagua@qubiq.es>\n"
  11. "Language-Team: none\n"
  12. "Language: ca\n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: \n"
  16. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  17. "X-Generator: Weblate 3.10\n"
  18. #. module: pos_invoicing
  19. #: model:ir.model.fields,help:pos_invoicing.field_account_invoice__pos_pending_payment
  20. msgid "Indicates an invoice for which there are pending payments in the Point of Sale. \n"
  21. "The invoice will be marked as paid when the session will be closed."
  22. msgstr ""
  23. "Indica una factura per a la qual hi ha pagaments pendents al punt de venda.\n"
  24. "La factura es marcarà com a pagada quan es tancarà la sessió."
  25. #. module: pos_invoicing
  26. #: model:ir.model,name:pos_invoicing.model_account_invoice
  27. msgid "Invoice"
  28. msgstr "Factura"
  29. #. module: pos_invoicing
  30. #: model:ir.model,name:pos_invoicing.model_account_payment
  31. msgid "Payments"
  32. msgstr "Pagaments"
  33. #. module: pos_invoicing
  34. #: model:ir.model.fields,field_description:pos_invoicing.field_account_invoice__pos_pending_payment
  35. msgid "PoS - Pending Payment"
  36. msgstr "PoS: pagament pendent"
  37. #. module: pos_invoicing
  38. #: model:ir.model,name:pos_invoicing.model_pos_order
  39. msgid "Point of Sale Orders"
  40. msgstr "Comandes de punt de venda"
  41. #. module: pos_invoicing
  42. #: model:ir.model,name:pos_invoicing.model_pos_session
  43. msgid "Point of Sale Session"
  44. msgstr "Sessió del punt de venda"
  45. #. module: pos_invoicing
  46. #: code:addons/pos_invoicing/models/account_invoice.py:38
  47. #, python-format
  48. msgid "You can not realize this action on the invoice(s) %s because there are pending payments in the Point of Sale."
  49. msgstr ""
  50. "No podeu realitzar aquesta acció a les factures (%s) perquè hi ha pagaments "
  51. "pendents al punt de venda."
  52. #. module: pos_invoicing
  53. #: code:addons/pos_invoicing/models/account_payment.py:17
  54. #, python-format
  55. msgid "You can not realize this action on the payments(s) %s because there are pending payments in the Point of Sale."
  56. msgstr ""
  57. "No podeu realitzar aquesta acció als pagaments %s perquè hi ha pagaments "
  58. "pendents al punt de venda."