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.

199 lines
6.5 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  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\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2023-03-01 12:43+0000\n"
  10. "PO-Revision-Date: 2023-03-01 12:43+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 frame (start and thank you) */\n"
  21. "// .jumbotron {\n"
  22. "// padding: 2rem 1rem;\n"
  23. "// margin-bottom: 2rem;\n"
  24. "// background-color: #e9ecef;\n"
  25. "// border-radius: 0.3rem;\n"
  26. "// }\n"
  27. "// @media (min-width: 576px) {\n"
  28. "// .jumbotron {\n"
  29. "// padding: 4rem 2rem;\n"
  30. "// }\n"
  31. "// }\n"
  32. "\n"
  33. "/* Titles (survey and pages) */\n"
  34. "// h1 {\n"
  35. "// font-size: 2.1875rem;\n"
  36. "// font-family: inherit;\n"
  37. "// font-weight: 500;\n"
  38. "// line-height: 1.2;\n"
  39. "// color: inherit;\n"
  40. "// margin-top: 0;\n"
  41. "// margin-bottom: 0.5rem;\n"
  42. "// }\n"
  43. "/* Descriptions (survey and pages) */\n"
  44. "// p {\n"
  45. "// margin-top: 0;\n"
  46. "// margin-bottom: 1rem;\n"
  47. "// }\n"
  48. "\n"
  49. "/* Questions titles */\n"
  50. "// h2 {\n"
  51. "// font-size: 1.75rem;\n"
  52. "// font-family: inherit;\n"
  53. "// font-weight: 500;\n"
  54. "// line-height: 1.2;\n"
  55. "// color: inherit;\n"
  56. "// margin-top: 0;\n"
  57. "// margin-bottom: 0.5rem;\n"
  58. "// }\n"
  59. "/* Responses labels (MCQ) */\n"
  60. "// label {\n"
  61. "// margin-bottom: 0.5rem;\n"
  62. "// }\n"
  63. "\n"
  64. "/* Buttons (start, navigate and submit) */\n"
  65. "// .btn-primary {\n"
  66. "// color: #FFFFFF;\n"
  67. "// background-color: #00A09D;\n"
  68. "// border-color: #00A09D;\n"
  69. "// }\n"
  70. "// .btn-primary:hover {\n"
  71. "// color: #FFFFFF;\n"
  72. "// background-color: #007a77;\n"
  73. "// border-color: #006d6b;\n"
  74. "// }"
  75. msgstr "/* Arrière plan (accueil et remerciement) */\n"
  76. "// .jumbotron {\n"
  77. "// padding: 2rem 1rem;\n"
  78. "// margin-bottom: 2rem;\n"
  79. "// background-color: #e9ecef;\n"
  80. "// border-radius: 0.3rem;\n"
  81. "// }\n"
  82. "// @media (min-width: 576px) {\n"
  83. "// .jumbotron {\n"
  84. "// padding: 4rem 2rem;\n"
  85. "// }\n"
  86. "// }\n"
  87. "\n"
  88. "/* Titres (sondage et pages) */\n"
  89. "// h1 {\n"
  90. "// font-size: 2.1875rem;\n"
  91. "// font-family: inherit;\n"
  92. "// font-weight: 500;\n"
  93. "// line-height: 1.2;\n"
  94. "// color: inherit;\n"
  95. "// margin-top: 0;\n"
  96. "// margin-bottom: 0.5rem;\n"
  97. "// }\n"
  98. "/* Descriptions (sondage et pages) */\n"
  99. "// p {\n"
  100. "// margin-top: 0;\n"
  101. "// margin-bottom: 1rem;\n"
  102. "// }\n"
  103. "\n"
  104. "/* Titres des questions */\n"
  105. "// h2 {\n"
  106. "// font-size: 1.75rem;\n"
  107. "// font-family: inherit;\n"
  108. "// font-weight: 500;\n"
  109. "// line-height: 1.2;\n"
  110. "// color: inherit;\n"
  111. "// margin-top: 0;\n"
  112. "// margin-bottom: 0.5rem;\n"
  113. "// }\n"
  114. "/* Labels des réponses (QCM) */\n"
  115. "// label {\n"
  116. "// margin-bottom: 0.5rem;\n"
  117. "// }\n"
  118. "\n"
  119. "/* Boutons (Commencer, naviguer et soumettre) */\n"
  120. "// .btn-primary {\n"
  121. "// color: #FFFFFF;\n"
  122. "// background-color: #00A09D;\n"
  123. "// border-color: #00A09D;\n"
  124. "// }\n"
  125. "// .btn-primary:hover {\n"
  126. "// color: #FFFFFF;\n"
  127. "// background-color: #007a77;\n"
  128. "// border-color: #006d6b;\n"
  129. "// }"
  130. #. module: survey_input_template_custom
  131. #: model_terms:ir.ui.view,arch_db:survey_input_template_custom.survey_survey_form
  132. msgid "<i class=\"fa fa-exclamation-triangle text-warning\"/>\n"
  133. " 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."
  134. msgstr "<i class=\"fa fa-exclamation-triangle text-warning\"/>\n"
  135. " Cette feuille de style SCSS sera injectée dans la mise en forme des pages de réponse au sondage. Soyez sûr de ce que vous faites lorsque vous modifiez ce champ."
  136. #. module: survey_input_template_custom
  137. #: model_terms:ir.ui.view,arch_db:survey_input_template_custom.survey_survey_form
  138. msgid "Page title"
  139. msgstr "Titre de la page"
  140. #. module: survey_input_template_custom
  141. #: model:ir.model.fields,field_description:survey_input_template_custom.field_survey_survey__scss_style
  142. #: model_terms:ir.ui.view,arch_db:survey_input_template_custom.survey_survey_form
  143. msgid "SCSS style"
  144. msgstr "Style SCSS"
  145. #. module: survey_input_template_custom
  146. #: model_terms:ir.ui.view,arch_db:survey_input_template_custom.survey_init
  147. msgid "Start Survey"
  148. msgstr "Commencer le sondage"
  149. #. module: survey_input_template_custom
  150. #: model:ir.model.fields,field_description:survey_input_template_custom.field_survey_survey__start_btn_label
  151. msgid "Start button label"
  152. msgstr "Label du bouton \"Commencer\""
  153. #. module: survey_input_template_custom
  154. #: model:ir.model.fields,field_description:survey_input_template_custom.field_survey_survey__submit_btn_label
  155. msgid "Submit button label"
  156. msgstr "Label du bouton \"Soumettre\""
  157. #. module: survey_input_template_custom
  158. #: model_terms:ir.ui.view,arch_db:survey_input_template_custom.page
  159. msgid "Submit survey"
  160. msgstr "Soumettre le sondage"
  161. #. module: survey_input_template_custom
  162. #: model:ir.model,name:survey_input_template_custom.model_survey_survey
  163. msgid "Survey"
  164. msgstr "Sondage"
  165. #. module: survey_input_template_custom
  166. #: model:ir.model.fields,field_description:survey_input_template_custom.field_survey_survey__thank_you_title
  167. msgid "Thank you page title"
  168. msgstr "Titre de la page de fin"
  169. #. module: survey_input_template_custom
  170. #: model_terms:ir.ui.view,arch_db:survey_input_template_custom.sfinished
  171. msgid "Thank you!"
  172. msgstr "Merci !"
  173. #. module: survey_input_template_custom
  174. #: model:ir.model.fields,help:survey_input_template_custom.field_survey_survey__start_btn_label
  175. msgid "This label will be used in the survey start button. If empty, the label will be \"Start survey\"."
  176. msgstr "Ce label sera utilisé dans le bouton au début du sondage. Si ce champ est vide, le label sera \"Commencer le sondage\"."
  177. #. module: survey_input_template_custom
  178. #: model:ir.model.fields,help:survey_input_template_custom.field_survey_survey__submit_btn_label
  179. msgid "This label will be used in the survey submit button. If empty, the label will be \"Submit survey\"."
  180. msgstr "Ce label sera utilisé dans le bouton pour soumettre la réponse. Si ce champ est vide, le label sera \"Soumettre le sondage\"."
  181. #. module: survey_input_template_custom
  182. #: model:ir.model.fields,help:survey_input_template_custom.field_survey_survey__thank_you_title
  183. msgid "This title will be used in the survey \"Thank you\" page. If empty, the label will be \"Thank you !\"."
  184. 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 !\"."