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.

66 lines
2.8 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * survey_input_template_custom
  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-25 23:45+0000\n"
  10. "PO-Revision-Date: 2020-03-25 23:45+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_input_template_custom
  18. #: model_terms:ir.ui.view,arch_db:survey_input_template_custom.survey_init
  19. msgid "Start Survey"
  20. msgstr "Commencer le sondage"
  21. #. module: survey_input_template_custom
  22. #: model:ir.model.fields,field_description:survey_input_template_custom.field_survey_survey__start_btn_label
  23. msgid "Start button label"
  24. msgstr "Bouton \"Commencer\""
  25. #. module: survey_input_template_custom
  26. #: model:ir.model.fields,field_description:survey_input_template_custom.field_survey_survey__submit_btn_label
  27. msgid "Submit button label"
  28. msgstr "Bouton \"Soumettre\""
  29. #. module: survey_input_template_custom
  30. #: model_terms:ir.ui.view,arch_db:survey_input_template_custom.page
  31. msgid "Submit survey"
  32. msgstr "Soumettre le sondage"
  33. #. module: survey_input_template_custom
  34. #: model:ir.model,name:survey_input_template_custom.model_survey_survey
  35. msgid "Survey"
  36. msgstr "Sondage"
  37. #. module: survey_input_template_custom
  38. #: model:ir.model.fields,field_description:survey_input_template_custom.field_survey_survey__thank_you_title
  39. msgid "Thank you page title"
  40. msgstr "Titre de la page de fin"
  41. #. module: survey_input_template_custom
  42. #: model_terms:ir.ui.view,arch_db:survey_input_template_custom.sfinished
  43. msgid "Thank you!"
  44. msgstr "Merci !"
  45. #. module: survey_input_template_custom
  46. #: model:ir.model.fields,help:survey_input_template_custom.field_survey_survey__start_btn_label
  47. msgid "This label will be used in the survey start button. If empty, the label will be \"Start survey\"."
  48. msgstr "Ce label sera utilisé dans le bouton au début du sondage. Si ce champ est vide, le label sera \"Commencer le sondage\"."
  49. #. module: survey_input_template_custom
  50. #: model:ir.model.fields,help:survey_input_template_custom.field_survey_survey__submit_btn_label
  51. msgid "This label will be used in the survey submit button. If empty, the label will be \"Submit survey\"."
  52. msgstr "Ce label sera utilisé dans le bouton pour soumettre la réponse. Si ce champ est vide, le label sera \"Soumettre le sondage\"."
  53. #. module: survey_input_template_custom
  54. #: model:ir.model.fields,help:survey_input_template_custom.field_survey_survey__thank_you_title
  55. msgid "This title will be used in the survey \"Thank you\" page. If empty, the label will be \"Thank you !\"."
  56. msgstr "Ce titre sera utilisé dans la page de fin de la réponse d'un sondé. Si ce champ est vide, le titre sera \"Merci !\"."