OCA reporting engine fork for dev and update.
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.

329 lines
11 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_py3o
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. # Quentin THEURET <odoo@kerpeo.com>, 2018
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 10.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2018-12-04 16:55+0000\n"
  13. "PO-Revision-Date: 2018-07-18 08:55+0000\n"
  14. "Last-Translator: Christophe CHAUVET <christophe.chauvet@gmail.com>\n"
  15. "Language-Team: French (https://www.transifex.com/oca/teams/23907/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. "X-Generator: Weblate 3.0.1\n"
  22. #. module: report_py3o
  23. #: code:addons/report_py3o/models/ir_actions_report.py:46
  24. #, python-format
  25. msgid "(Native)"
  26. msgstr "(Natif)"
  27. #. module: report_py3o
  28. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid
  29. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid
  30. msgid "Created by"
  31. msgstr "Créé par"
  32. #. module: report_py3o
  33. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date
  34. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date
  35. msgid "Created on"
  36. msgstr "Date"
  37. #. module: report_py3o
  38. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name
  39. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name
  40. msgid "Display Name"
  41. msgstr "Nom à afficher"
  42. #. module: report_py3o
  43. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback
  44. msgid "Fallback"
  45. msgstr "Procédure de recours"
  46. #. module: report_py3o
  47. #: code:addons/report_py3o/models/ir_actions_report.py:35
  48. #, python-format
  49. msgid "Field 'Output Format' is required for Py3O report"
  50. msgstr "Le champ 'Format de sortie' est requis dans le rapport Py3O"
  51. #. module: report_py3o
  52. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  53. msgid "File Type"
  54. msgstr "Type de fichier"
  55. #. module: report_py3o
  56. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  57. msgid "Group By"
  58. msgstr "Grouper par"
  59. #. module: report_py3o
  60. #: selection:ir.actions.report,report_type:0
  61. msgid "HTML"
  62. msgstr ""
  63. #. module: report_py3o
  64. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id
  65. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id
  66. msgid "ID"
  67. msgstr "ID"
  68. #. module: report_py3o
  69. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback
  70. msgid ""
  71. "If the user does not provide a template this will be used it should be a "
  72. "relative path to root of YOUR module or an absolute path on your server."
  73. msgstr ""
  74. "Si l'utilisateur ne fournit pas de modèle, celui-ci sera utilisé. Il doit "
  75. "s'agir d'un chemin relatif à la racine de VOTRE module ou d'un chemin absolu "
  76. "sur votre serveur."
  77. #. module: report_py3o
  78. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one
  79. msgid ""
  80. "If you execute a report on several records, by default Odoo will generate a "
  81. "ZIP file that contains as many files as selected records. If you enable this "
  82. "option, Odoo will generate instead a single report for the selected records."
  83. msgstr ""
  84. "Si vous exécutez un rapport sur plusieurs enregistrements, Odoo générera par "
  85. "défaut un fichier ZIP contenant autant de fichiers que d'enregistrements "
  86. "sélectionnés. Si vous activez cette option, Odoo générera à la place un seul "
  87. "rapport pour les enregistrements sélectionnés."
  88. #. module: report_py3o
  89. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id
  90. #, fuzzy
  91. msgid "Ir Actions Report"
  92. msgstr "Ir actions report xml id"
  93. #. module: report_py3o
  94. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format
  95. msgid "Is Py3O Native Format"
  96. msgstr ""
  97. #. module: report_py3o
  98. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available
  99. msgid "Is Py3O Report Not Available"
  100. msgstr ""
  101. #. module: report_py3o
  102. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update
  103. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update
  104. msgid "Last Modified on"
  105. msgstr "Dernière modification le"
  106. #. module: report_py3o
  107. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid
  108. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid
  109. msgid "Last Updated by"
  110. msgstr "Dernière mise à jour par"
  111. #. module: report_py3o
  112. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date
  113. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date
  114. msgid "Last Updated on"
  115. msgstr "Dernière mise à jour le"
  116. #. module: report_py3o
  117. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data
  118. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view
  119. msgid "LibreOffice Template"
  120. msgstr "Modèle LibreOffice"
  121. #. module: report_py3o
  122. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype
  123. msgid "LibreOffice Template File Type"
  124. msgstr "Type de fichier modèle de LibreOffice"
  125. #. module: report_py3o
  126. #: code:addons/report_py3o/models/py3o_report.py:277
  127. #, python-format
  128. msgid "Libreoffice runtime not available. Please contact your administrator."
  129. msgstr ""
  130. #. module: report_py3o
  131. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module
  132. msgid "Module"
  133. msgstr "Module"
  134. #. module: report_py3o
  135. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available
  136. msgid "Msg Py3O Report Not Available"
  137. msgstr ""
  138. #. module: report_py3o
  139. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one
  140. msgid "Multiple Records in a Single Report"
  141. msgstr "Enregistrements multiples dans un seul rapport"
  142. #. module: report_py3o
  143. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name
  144. msgid "Name"
  145. msgstr "Nom"
  146. #. module: report_py3o
  147. #: code:addons/report_py3o/models/py3o_report.py:177
  148. #, python-format
  149. msgid "No template found. Aborting."
  150. msgstr "Pas de modèle trouvé. Annulation."
  151. #. module: report_py3o
  152. #: selection:py3o.template,filetype:0
  153. msgid "ODF Presentation"
  154. msgstr "Présentation ODF"
  155. #. module: report_py3o
  156. #: selection:py3o.template,filetype:0
  157. msgid "ODF Presentation (Flat)"
  158. msgstr "Présentation ODF (à plat)"
  159. #. module: report_py3o
  160. #: selection:py3o.template,filetype:0
  161. msgid "ODF Spreadsheet"
  162. msgstr "Tableur ODF"
  163. #. module: report_py3o
  164. #: selection:py3o.template,filetype:0
  165. msgid "ODF Spreadsheet (Flat)"
  166. msgstr "Tableur ODF (à plat)"
  167. #. module: report_py3o
  168. #: selection:py3o.template,filetype:0
  169. msgid "ODF Text Document"
  170. msgstr "Document texte ODF"
  171. #. module: report_py3o
  172. #: selection:py3o.template,filetype:0
  173. msgid "ODF Text Document (Flat)"
  174. msgstr "Document Texte ODF (à plat)"
  175. #. module: report_py3o
  176. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype
  177. msgid "Output Format"
  178. msgstr "Format de sortie"
  179. #. module: report_py3o
  180. #: selection:ir.actions.report,report_type:0
  181. msgid "PDF"
  182. msgstr ""
  183. #. module: report_py3o
  184. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path
  185. msgid "Path to the libreoffice runtime"
  186. msgstr ""
  187. #. module: report_py3o
  188. #: model:ir.ui.menu,name:report_py3o.py3o_config_menu
  189. msgid "Py3o"
  190. msgstr "Py3o"
  191. #. module: report_py3o
  192. #: model:ir.actions.report,name:report_py3o.res_users_report_py3o
  193. msgid "Py3o Demo Report"
  194. msgstr "Rapport de démo Py3o"
  195. #. module: report_py3o
  196. #: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view
  197. msgid "Py3o Reports"
  198. msgstr "Rapports Py3o"
  199. #. module: report_py3o
  200. #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action
  201. #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu
  202. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view
  203. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  204. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view
  205. msgid "Py3o Templates"
  206. msgstr "Py3o Templates"
  207. #. module: report_py3o
  208. #: model:ir.model,name:report_py3o.model_py3o_template
  209. #, fuzzy
  210. msgid "Py3o template"
  211. msgstr "Py3o Templates"
  212. #. module: report_py3o
  213. #: model:ir.model,name:report_py3o.model_ir_actions_report
  214. #, fuzzy
  215. msgid "Report Action"
  216. msgstr "Rapport"
  217. #. module: report_py3o
  218. #: model:ir.model,name:report_py3o.model_py3o_report
  219. msgid "Report Py30"
  220. msgstr "Rapport Py3O"
  221. #. module: report_py3o
  222. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type
  223. #, fuzzy
  224. msgid "Report Type"
  225. msgstr "Rapport Py3O"
  226. #. module: report_py3o
  227. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id
  228. msgid "Template"
  229. msgstr "Template"
  230. #. module: report_py3o
  231. #: selection:ir.actions.report,report_type:0
  232. msgid "Text"
  233. msgstr ""
  234. #. module: report_py3o
  235. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module
  236. msgid "The implementer module that provides this report"
  237. msgstr "The implementer module that provides this report"
  238. #. module: report_py3o
  239. #: code:addons/report_py3o/models/ir_actions_report.py:141
  240. #, python-format
  241. msgid ""
  242. "The libreoffice runtime is required to genereate the py3o report '%s' but is "
  243. "not found into the bin path. You must install the libreoffice runtime on the "
  244. "server. If the runtime is already installed and is not found by Odoo, you "
  245. "can provide the full path to the runtime by setting the key 'py3o."
  246. "conversion_command' into the configuration parameters."
  247. msgstr ""
  248. #. module: report_py3o
  249. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type
  250. msgid ""
  251. "The type of the report that will be rendered, each one having its own "
  252. "rendering method. HTML means the report will be opened directly in your "
  253. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  254. "downloaded by the user."
  255. msgstr ""
  256. #. module: report_py3o
  257. #: selection:ir.actions.report,report_type:0
  258. msgid "XLSX"
  259. msgstr ""
  260. #. module: report_py3o
  261. #: selection:ir.actions.report,report_type:0
  262. msgid "XML"
  263. msgstr ""
  264. #. module: report_py3o
  265. #: selection:ir.actions.report,report_type:0
  266. msgid "csv"
  267. msgstr ""
  268. #. module: report_py3o
  269. #: selection:ir.actions.report,report_type:0
  270. msgid "py3o"
  271. msgstr ""
  272. #~ msgid "ir.actions.report.xml"
  273. #~ msgstr "ir.actions.report.xml"
  274. #~ msgid "py3o.template"
  275. #~ msgstr "py3o.template"