Odoo modules related to surveys
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.

52 lines
1.6 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * survey_select_input
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 12.0+e\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2020-03-23 10:26+0000\n"
  10. "PO-Revision-Date: 2020-03-23 10:26+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: survey_select_input
  18. #: code:addons/survey_select_input/models/survey_survey.py:26
  19. #, python-format
  20. msgid " from all ones"
  21. msgstr " de tous les sondés"
  22. #. module: survey_select_input
  23. #: code:addons/survey_select_input/models/survey_survey.py:24
  24. #, python-format
  25. msgid " selected"
  26. msgstr " retenues"
  27. #. module: survey_select_input
  28. #: model:ir.model.fields,field_description:survey_select_input.field_survey_survey__tot_selected_survey
  29. msgid "Number of selected surveys"
  30. msgstr "Nombre de réponses retenues"
  31. #. module: survey_select_input
  32. #: model:ir.model.fields,field_description:survey_select_input.field_survey_user_input__selected
  33. #: model_terms:ir.ui.view,arch_db:survey_select_input.survey_survey_form
  34. #: model_terms:ir.ui.view,arch_db:survey_select_input.survey_user_input_search
  35. #: model_terms:ir.ui.view,arch_db:survey_select_input.view_survey_user_input_kanban
  36. msgid "Selected"
  37. msgstr "Retenue"
  38. #. module: survey_select_input
  39. #: model:ir.model,name:survey_select_input.model_survey_survey
  40. msgid "Survey"
  41. msgstr "Sondage"
  42. #. module: survey_select_input
  43. #: model:ir.model,name:survey_select_input.model_survey_user_input
  44. msgid "Survey User Input"
  45. msgstr "Saisie utilisateur du sondage"