fr.po 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * stock_no_negative
  4. #
  5. # Translators:
  6. # Hosni Hadj Taher <hajhasni@hotmail.com>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: stock-logistics-workflow (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-02-18 08:44+0000\n"
  12. "PO-Revision-Date: 2017-02-21 17:47+0000\n"
  13. "Last-Translator: Hosni Hadj Taher <hajhasni@hotmail.com>\n"
  14. "Language-Team: French (http://www.transifex.com/oca/OCA-stock-logistics-"
  15. "workflow-8-0/language/fr/)\n"
  16. "Language: fr\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: stock_no_negative
  22. #: code:addons/stock_no_negative/models/stock_move.py:162
  23. #, python-format
  24. msgid " with the lot/serial '%s' "
  25. msgstr "Avec le lot / série '%s'"
  26. #. module: stock_no_negative
  27. #: field:product.template,check_no_negative:0
  28. msgid "Check no negative"
  29. msgstr "Vérifier pas de négatif"
  30. #. module: stock_no_negative
  31. #: help:product.template,check_no_negative:0
  32. msgid ""
  33. "If this field is True can not move this product in negative quantity "
  34. "available in the internal location source"
  35. msgstr ""
  36. "Si ce champ est Vrai, il est impossible de déplacer ce produit en quantité "
  37. "négative disponible dans la source de localisation interne"
  38. #. module: stock_no_negative
  39. #: code:addons/stock_no_negative/models/stock_move.py:165
  40. #, python-format
  41. msgid ""
  42. "Product '%s' has active 'check no negative' \n"
  43. "but with this move you will have a quantity of '%s' \n"
  44. "%sin location \n"
  45. "'%s'"
  46. msgstr ""
  47. "Le produit '%s' a activé 'vérifier pas de négatif'\n"
  48. "mais avec ce mouvement vous aurez une quantité de '%s'\n"
  49. "%sin emplacement\n"
  50. "'%s'"
  51. #. module: stock_no_negative
  52. #: model:ir.model,name:stock_no_negative.model_product_template
  53. msgid "Product Template"
  54. msgstr "Modèle d'article"
  55. #. module: stock_no_negative
  56. #: model:ir.model,name:stock_no_negative.model_stock_move
  57. msgid "Stock Move"
  58. msgstr "Mouvement de stock"