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.

114 lines
3.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-08-18 14:53+0000\n"
  10. "PO-Revision-Date: 2020-08-18 14:53+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. #: code:addons/survey_input_template_custom/models/survey_survey.py:9
  19. #, python-format
  20. msgid "/* Background (start and thank you) */\n"
  21. "/* .jumbotron {\n"
  22. " background-color: #e9ecef;\n"
  23. "} */\n"
  24. "\n"
  25. "/* Titles (survey and pages) */\n"
  26. "/* h1 {} */\n"
  27. "/* Descriptions (survey and pages) */\n"
  28. "/* p {} */\n"
  29. "\n"
  30. "/* Questions (title) */\n"
  31. "/* h2 {} */\n"
  32. "/* Responses labels */\n"
  33. "/* label {} */\n"
  34. "\n"
  35. "/* Buttons (start, navigate and submit) */\n"
  36. "/* .btn-primary {\n"
  37. " color: #FFFFFF;\n"
  38. " background-color: #00A09D;\n"
  39. " border-color: #00A09D;\n"
  40. "} */\n"
  41. "/* .btn-primary:hover {\n"
  42. " color: #FFFFFF;\n"
  43. " background-color: #007a77;\n"
  44. " border-color: #006d6b;\n"
  45. "} */"
  46. msgstr ""
  47. #. module: survey_input_template_custom
  48. #: model_terms:ir.ui.view,arch_db:survey_input_template_custom.survey_survey_form
  49. msgid "<i class=\"fa fa-exclamation-triangle text-warning\"/>\n"
  50. " This SCSS stylesheet will be injected in the layout of user response to a survey. Be sure of what you do when you decide to modify this field."
  51. msgstr ""
  52. #. module: survey_input_template_custom
  53. #: model_terms:ir.ui.view,arch_db:survey_input_template_custom.survey_survey_form
  54. msgid "Page title"
  55. msgstr ""
  56. #. module: survey_input_template_custom
  57. #: model:ir.model.fields,field_description:survey_input_template_custom.field_survey_survey__scss_style
  58. #: model_terms:ir.ui.view,arch_db:survey_input_template_custom.survey_survey_form
  59. msgid "SCSS style"
  60. msgstr ""
  61. #. module: survey_input_template_custom
  62. #: model_terms:ir.ui.view,arch_db:survey_input_template_custom.survey_init
  63. msgid "Start Survey"
  64. msgstr ""
  65. #. module: survey_input_template_custom
  66. #: model:ir.model.fields,field_description:survey_input_template_custom.field_survey_survey__start_btn_label
  67. msgid "Start button label"
  68. msgstr ""
  69. #. module: survey_input_template_custom
  70. #: model:ir.model.fields,field_description:survey_input_template_custom.field_survey_survey__submit_btn_label
  71. msgid "Submit button label"
  72. msgstr ""
  73. #. module: survey_input_template_custom
  74. #: model_terms:ir.ui.view,arch_db:survey_input_template_custom.page
  75. msgid "Submit survey"
  76. msgstr ""
  77. #. module: survey_input_template_custom
  78. #: model:ir.model,name:survey_input_template_custom.model_survey_survey
  79. msgid "Survey"
  80. msgstr ""
  81. #. module: survey_input_template_custom
  82. #: model:ir.model.fields,field_description:survey_input_template_custom.field_survey_survey__thank_you_title
  83. msgid "Thank you page title"
  84. msgstr ""
  85. #. module: survey_input_template_custom
  86. #: model_terms:ir.ui.view,arch_db:survey_input_template_custom.sfinished
  87. msgid "Thank you!"
  88. msgstr ""
  89. #. module: survey_input_template_custom
  90. #: model:ir.model.fields,help:survey_input_template_custom.field_survey_survey__start_btn_label
  91. msgid "This label will be used in the survey start button. If empty, the label will be \"Start survey\"."
  92. msgstr ""
  93. #. module: survey_input_template_custom
  94. #: model:ir.model.fields,help:survey_input_template_custom.field_survey_survey__submit_btn_label
  95. msgid "This label will be used in the survey submit button. If empty, the label will be \"Submit survey\"."
  96. msgstr ""
  97. #. module: survey_input_template_custom
  98. #: model:ir.model.fields,help:survey_input_template_custom.field_survey_survey__thank_you_title
  99. msgid "This title will be used in the survey \"Thank you\" page. If empty, the label will be \"Thank you !\"."
  100. msgstr ""