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.

154 lines
5.7 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * pos_customer_display
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 9.0c\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-12-13 19:57+0000\n"
  12. "PO-Revision-Date: 2016-12-13 19:57+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
  14. "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
  15. "Language: fr\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: pos_customer_display
  21. #: model:ir.model.fields,help:pos_customer_display.field_pos_config_customer_display_msg_next_l2
  22. msgid ""
  23. "Bottom line of the message on the customer display which is displayed after "
  24. "starting POS and also after validation of an order"
  25. msgstr ""
  26. "Ligne du bas du message de l'afficheur client qui est affiché après le "
  27. "démarrage de la caisse et également après validation d'une commande client"
  28. #. module: pos_customer_display
  29. #: model:ir.model.fields,help:pos_customer_display.field_pos_config_customer_display_msg_closed_l2
  30. msgid ""
  31. "Bottom line of the message on the customer display which is displayed when "
  32. "POS is closed"
  33. msgstr ""
  34. "Ligne du bas du message de l'afficheur client qui est affiché quand la "
  35. "caisse est fermée"
  36. #. module: pos_customer_display
  37. #. openerp-web
  38. #: code:addons/pos_customer_display/static/src/js/customer_display.js:61
  39. #, python-format
  40. msgid "Cancel Payment"
  41. msgstr "Paiement annulé"
  42. #. module: pos_customer_display
  43. #: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_iface_customer_display
  44. #: model:ir.ui.view,arch_db:pos_customer_display.view_pos_config_form2
  45. msgid "Customer Display"
  46. msgstr "Afficheur client"
  47. #. module: pos_customer_display
  48. #. openerp-web
  49. #: code:addons/pos_customer_display/static/src/js/customer_display.js:46
  50. #, python-format
  51. msgid "Delete Item"
  52. msgstr "Article supprimé"
  53. #. module: pos_customer_display
  54. #. openerp-web
  55. #: code:addons/pos_customer_display/static/src/xml/pos.xml:7
  56. #, python-format
  57. msgid "Display Total to Customer"
  58. msgstr "Afficher le total au client"
  59. #. module: pos_customer_display
  60. #: model:ir.model.fields,help:pos_customer_display.field_pos_config_iface_customer_display
  61. msgid "Display data on the customer display"
  62. msgstr "Utiliser l'afficheur client"
  63. #. module: pos_customer_display
  64. #: model:ir.model.fields,help:pos_customer_display.field_pos_config_customer_display_line_length
  65. msgid "Length of the LEDs lines of the customer display"
  66. msgstr "Longueur des lignes de l'afficheur client: nombre de caractères"
  67. #. module: pos_customer_display
  68. #: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_customer_display_line_length
  69. msgid "Line Length of the Customer Display"
  70. msgstr "Longueur de ligne de l'afficheur client"
  71. #. module: pos_customer_display
  72. #: code:addons/pos_customer_display/pos_customer_display.py:64
  73. #: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_customer_display_msg_next_l2
  74. #, python-format
  75. msgid "Next Customer (bottom line)"
  76. msgstr "Client suivant (ligne du bas)"
  77. #. module: pos_customer_display
  78. #: code:addons/pos_customer_display/pos_customer_display.py:62
  79. #: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_customer_display_msg_next_l1
  80. #, python-format
  81. msgid "Next Customer (top line)"
  82. msgstr "Client suivant (ligne du haut)"
  83. #. module: pos_customer_display
  84. #: code:addons/pos_customer_display/pos_customer_display.py:68
  85. #: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_customer_display_msg_closed_l2
  86. #, python-format
  87. msgid "POS Closed (bottom line)"
  88. msgstr "Caisse fermée (ligne du bas)"
  89. #. module: pos_customer_display
  90. #: code:addons/pos_customer_display/pos_customer_display.py:66
  91. #: model:ir.model.fields,field_description:pos_customer_display.field_pos_config_customer_display_msg_closed_l1
  92. #, python-format
  93. msgid "POS Closed (top line)"
  94. msgstr "Caisse fermée (ligne du haut)"
  95. #. module: pos_customer_display
  96. #. openerp-web
  97. #: code:addons/pos_customer_display/static/src/js/customer_display.js:53
  98. #, python-format
  99. msgid "TOTAL: "
  100. msgstr "TOTAL : "
  101. #. module: pos_customer_display
  102. #: code:addons/pos_customer_display/pos_customer_display.py:74
  103. #, python-format
  104. msgid ""
  105. "The message for customer display '%s' is too long: it has %d chars whereas "
  106. "the maximum is %d chars."
  107. msgstr ""
  108. "Le message de l'afficheur client '%s' est trop long : il contient %d "
  109. "caractères alors que le maximum est de %d caractères."
  110. #. module: pos_customer_display
  111. #: model:ir.model.fields,help:pos_customer_display.field_pos_config_customer_display_msg_next_l1
  112. msgid ""
  113. "Top line of the message on the customer display which is displayed after "
  114. "starting POS and also after validation of an order"
  115. msgstr ""
  116. "Ligne du haut du message de l'afficheur client qui est affiché après le "
  117. "démarrage de la caisse et également après validation d'une commande client"
  118. #. module: pos_customer_display
  119. #: model:ir.model.fields,help:pos_customer_display.field_pos_config_customer_display_msg_closed_l1
  120. msgid ""
  121. "Top line of the message on the customer display which is displayed when POS "
  122. "is closed"
  123. msgstr ""
  124. "Ligne du haut du message de l'afficheur client qui est affiché quand la "
  125. "caisse est fermée"
  126. #. module: pos_customer_display
  127. #. openerp-web
  128. #: code:addons/pos_customer_display/static/src/js/customer_display.js:68
  129. #, python-format
  130. msgid "Your Change:"
  131. msgstr "Monnaie à rendre :"
  132. #. module: pos_customer_display
  133. #: model:ir.model,name:pos_customer_display.model_pos_config
  134. msgid "pos.config"
  135. msgstr "pos.config"