OCA Transbot updated translations from Transifex
parent
f27c7ab71e
commit
25026cab25
|
@ -0,0 +1,63 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_fillpdf
|
||||
#
|
||||
# Translators:
|
||||
# Nicolas JEUDY <njeudy@panda-chi.io>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-05 17:53+0000\n"
|
||||
"PO-Revision-Date: 2018-01-05 17:53+0000\n"
|
||||
"Last-Translator: Nicolas JEUDY <njeudy@panda-chi.io>, 2018\n"
|
||||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: report_fillpdf
|
||||
#: code:addons/report_fillpdf/models/ir_report.py:18
|
||||
#, python-format
|
||||
msgid "%s model was not found"
|
||||
msgstr "%s model n'a pas été trouvé"
|
||||
|
||||
#. module: report_fillpdf
|
||||
#: model:ir.model.fields,field_description:report_fillpdf.field_report_report_fillpdf_abstract_display_name
|
||||
#: model:ir.model.fields,field_description:report_fillpdf.field_report_report_fillpdf_partner_fillpdf_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom"
|
||||
|
||||
#. module: report_fillpdf
|
||||
#: model:ir.actions.report,name:report_fillpdf.partner_fillpdf
|
||||
msgid "Fill PDF"
|
||||
msgstr "Remplir le PDF"
|
||||
|
||||
#. module: report_fillpdf
|
||||
#: model:ir.model.fields,field_description:report_fillpdf.field_report_report_fillpdf_abstract_id
|
||||
#: model:ir.model.fields,field_description:report_fillpdf.field_report_report_fillpdf_partner_fillpdf_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: report_fillpdf
|
||||
#: model:ir.model.fields,field_description:report_fillpdf.field_report_report_fillpdf_abstract___last_update
|
||||
#: model:ir.model.fields,field_description:report_fillpdf.field_report_report_fillpdf_partner_fillpdf___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
|
||||
#. module: report_fillpdf
|
||||
#: model:ir.model,name:report_fillpdf.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr "ir.actions.report"
|
||||
|
||||
#. module: report_fillpdf
|
||||
#: model:ir.model,name:report_fillpdf.model_report_report_fillpdf_abstract
|
||||
msgid "report.report_fillpdf.abstract"
|
||||
msgstr "report.report_fillpdf.abstract"
|
||||
|
||||
#. module: report_fillpdf
|
||||
#: model:ir.model,name:report_fillpdf.model_report_report_fillpdf_partner_fillpdf
|
||||
msgid "report.report_fillpdf.partner_fillpdf"
|
||||
msgstr "report.report_fillpdf.partner_fillpdf"
|
|
@ -0,0 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_qweb_parameter
|
||||
#
|
||||
# Translators:
|
||||
# Nicolas JEUDY <njeudy@panda-chi.io>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-05 17:53+0000\n"
|
||||
"PO-Revision-Date: 2018-01-05 17:53+0000\n"
|
||||
"Last-Translator: Nicolas JEUDY <njeudy@panda-chi.io>, 2018\n"
|
||||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: report_qweb_parameter
|
||||
#: model:ir.actions.report,name:report_qweb_parameter.test_report_length_report_id
|
||||
msgid "Length Report"
|
||||
msgstr "Longueur du rapport "
|
||||
|
||||
#. module: report_qweb_parameter
|
||||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:16
|
||||
#, python-format
|
||||
msgid "Length cannot be less than %s"
|
||||
msgstr "La longueur du rapport ne peut pas être inférieure à %s"
|
||||
|
||||
#. module: report_qweb_parameter
|
||||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:19
|
||||
#, python-format
|
||||
msgid "Length cannot be more than %s"
|
||||
msgstr "La longueur du rapport ne peut pas être supérieure à %s"
|
||||
|
||||
#. module: report_qweb_parameter
|
||||
#: model:ir.model,name:report_qweb_parameter.model_ir_qweb
|
||||
msgid "ir.qweb"
|
||||
msgstr "ir.qweb"
|
|
@ -3,14 +3,14 @@
|
|||
# * report_xlsx
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Nicolas JEUDY <njeudy@panda-chi.io>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-05-31 03:52+0000\n"
|
||||
"PO-Revision-Date: 2017-05-31 03:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"POT-Creation-Date: 2018-01-05 17:53+0000\n"
|
||||
"PO-Revision-Date: 2018-01-05 17:53+0000\n"
|
||||
"Last-Translator: Nicolas JEUDY <njeudy@panda-chi.io>, 2018\n"
|
||||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,6 +19,45 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: report_xlsx
|
||||
#: model:ir.model,name:report_xlsx.model_ir_actions_report_xml
|
||||
msgid "ir.actions.report.xml"
|
||||
msgstr "ir.actions.report.xml"
|
||||
#: code:addons/report_xlsx/models/ir_report.py:18
|
||||
#, python-format
|
||||
msgid "%s model was not found"
|
||||
msgstr "model '%s' n'a pas été trouvé"
|
||||
|
||||
#. module: report_xlsx
|
||||
#: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_abstract_display_name
|
||||
#: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_partner_xlsx_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom"
|
||||
|
||||
#. module: report_xlsx
|
||||
#: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_abstract_id
|
||||
#: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_partner_xlsx_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: report_xlsx
|
||||
#: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_abstract___last_update
|
||||
#: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_partner_xlsx___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
|
||||
#. module: report_xlsx
|
||||
#: model:ir.actions.report,name:report_xlsx.partner_xlsx
|
||||
msgid "Print to XLSX"
|
||||
msgstr "Imprimer en XLSX"
|
||||
|
||||
#. module: report_xlsx
|
||||
#: model:ir.model,name:report_xlsx.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr "ir.actions.report"
|
||||
|
||||
#. module: report_xlsx
|
||||
#: model:ir.model,name:report_xlsx.model_report_report_xlsx_abstract
|
||||
msgid "report.report_xlsx.abstract"
|
||||
msgstr "report.report_xlsx.abstract"
|
||||
|
||||
#. module: report_xlsx
|
||||
#: model:ir.model,name:report_xlsx.model_report_report_xlsx_partner_xlsx
|
||||
msgid "report.report_xlsx.partner_xlsx"
|
||||
msgstr "report.report_xlsx.partner_xlsx"
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * report_xml
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Nicolas JEUDY <njeudy@panda-chi.io>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-13 02:43+0000\n"
|
||||
"PO-Revision-Date: 2017-07-13 02:43+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"POT-Creation-Date: 2018-01-05 17:53+0000\n"
|
||||
"PO-Revision-Date: 2018-01-05 17:53+0000\n"
|
||||
"Last-Translator: Nicolas JEUDY <njeudy@panda-chi.io>, 2018\n"
|
||||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -21,19 +21,14 @@ msgstr ""
|
|||
#. module: report_xml
|
||||
#: model:ir.ui.view,arch_db:report_xml.utf8_header
|
||||
msgid "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
|
||||
msgstr ""
|
||||
msgstr "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
|
||||
|
||||
#. module: report_xml
|
||||
#: model:ir.actions.report.xml,name:report_xml.demo_xml_report
|
||||
#: model:ir.actions.report,name:report_xml.demo_xml_report
|
||||
msgid "Demo xml report"
|
||||
msgstr ""
|
||||
msgstr "Rapport xml de démo"
|
||||
|
||||
#. module: report_xml
|
||||
#: model:ir.model,name:report_xml.model_report
|
||||
msgid "Report"
|
||||
msgstr "Rapport"
|
||||
|
||||
#. module: report_xml
|
||||
#: model:ir.model,name:report_xml.model_ir_actions_report_xml
|
||||
msgid "ir.actions.report.xml"
|
||||
msgstr "ir.actions.report.xml"
|
||||
#: model:ir.model,name:report_xml.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr "ir.actions.report"
|
||||
|
|
Loading…
Reference in New Issue