diff --git a/cmis_report_write/i18n/fr.po b/cmis_report_write/i18n/fr.po new file mode 100644 index 00000000..d05ab0a5 --- /dev/null +++ b/cmis_report_write/i18n/fr.po @@ -0,0 +1,182 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * cmis_report_write +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: cmis_report_write +#: model:ir.model.fields,field_description:cmis_report_write.field_ir_actions_report__cmis_backend_id +msgid "Backend" +msgstr "" + +#. module: cmis_report_write +#: model:ir.model.fields,field_description:cmis_report_write.field_ir_actions_report__cmis_objectTypeId +msgid "CMIS content type" +msgstr "" + +#. module: cmis_report_write +#: model:ir.model.fields,field_description:cmis_report_write.field_ir_actions_report__cmis_properties +msgid "CMIS properties" +msgstr "" + +#. module: cmis_report_write +#: model:ir.model.fields,field_description:cmis_report_write.field_ir_actions_report__cmis_parent_type +msgid "Cmis Parent Type" +msgstr "" + +#. module: cmis_report_write +#: code:addons/cmis_report_write/models/ir_actions_report.py:0 +#: model:ir.model.fields.selection,name:cmis_report_write.selection__ir_actions_report__cmis_duplicate_handler__new_version +#, python-format +msgid "Create a new version" +msgstr "Créer une nouvelle version" + +#. module: cmis_report_write +#: model:ir.model.fields,field_description:cmis_report_write.field_ir_actions_report__display_name +msgid "Display Name" +msgstr "" + +#. module: cmis_report_write +#: code:addons/cmis_report_write/models/ir_actions_report.py:0 +#, python-format +msgid "Document \"%s\" already exists in CMIS" +msgstr "Le document \"%s\" existe déjà dans CMIS" + +#. module: cmis_report_write +#: code:addons/cmis_report_write/models/ir_actions_report.py:0 +#, python-format +msgid "Generated by Odoo" +msgstr "Généré par Odoo" + +#. module: cmis_report_write +#: model:ir.model.fields,field_description:cmis_report_write.field_ir_actions_report__id +msgid "ID" +msgstr "" + +#. module: cmis_report_write +#: model:ir.model.fields,help:cmis_report_write.field_ir_actions_report__cmis_folder_field_id +msgid "" +"If empty, deadline will be computed\n" +" from the task creation date" +msgstr "" + +#. module: cmis_report_write +#: model:ir.model.fields,field_description:cmis_report_write.field_ir_actions_report____last_update +msgid "Last Modified on" +msgstr "" +"Laissé vide, la deadline sera corrompue\n" +" par la date de création de la tâche" + + +#. module: cmis_report_write +#: model:ir.model.fields,help:cmis_report_write.field_ir_actions_report__cmis_objectTypeId +msgid "Only applied at creation" +msgstr "Appliqué seulement à la création" + +#. module: cmis_report_write +#: code:addons/cmis_report_write/models/ir_actions_report.py:0 +#: model:ir.model.fields.selection,name:cmis_report_write.selection__ir_actions_report__cmis_duplicate_handler__error +#, python-format +msgid "Raise exception" +msgstr "" + +#. module: cmis_report_write +#: code:addons/cmis_report_write/models/ir_actions_report.py:0 +#: model:ir.model.fields.selection,name:cmis_report_write.selection__ir_actions_report__cmis_duplicate_handler__increment +#, python-format +msgid "Rename as file(X).pdf" +msgstr "Renommer en file(X).pdf" + +#. module: cmis_report_write +#: model:ir.model,name:cmis_report_write.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: cmis_report_write +#: model:ir.model.fields,field_description:cmis_report_write.field_ir_actions_report__cmis_folder_field_id +msgid "Save generated report into" +msgstr "" + +#. module: cmis_report_write +#: model_terms:ir.ui.view,arch_db:cmis_report_write.act_report_xml_view +msgid "Save in CMIS" +msgstr "Sauver dans CMIS" + +#. module: cmis_report_write +#: model:ir.model.fields,field_description:cmis_report_write.field_ir_actions_report__cmis_filename +msgid "Save in CMIS Prefix" +msgstr "" + +#. module: cmis_report_write +#: code:addons/cmis_report_write/models/ir_actions_report.py:0 +#: model:ir.model.fields.selection,name:cmis_report_write.selection__ir_actions_report__cmis_parent_type__backend +#, python-format +msgid "Store as child of the directory defined on the backend" +msgstr "Stocker comme enfant du folder sur le modèle correspondant" + +#. module: cmis_report_write +#: code:addons/cmis_report_write/models/ir_actions_report.py:0 +#: model:ir.model.fields.selection,name:cmis_report_write.selection__ir_actions_report__cmis_parent_type__folder_field +#, python-format +msgid "Store as child of the folder on the related model" +msgstr "" + +#. module: cmis_report_write +#: model:ir.model.fields,field_description:cmis_report_write.field_ir_actions_report__cmis_duplicate_handler +msgid "Strategy in case of duplicate" +msgstr "" + +#. module: cmis_report_write +#: model:ir.model.fields,help:cmis_report_write.field_ir_actions_report__cmis_backend_id +msgid "The backend to use if no CmisFolder field is specified" +msgstr "" + +#. module: cmis_report_write +#: model:ir.model.fields,help:cmis_report_write.field_ir_actions_report__cmis_filename +msgid "" +"This is the filename of the attachment used to store the printing result. " +"Keep empty to not save the printed reports. You can use a python expression " +"with the object and time variables. If your name contains path separators " +"\"/\", the file will be stored into sthe specified subdirectory. (missing " +"pathelements are created if not found). The path is always interpreted as " +"subpath of of the initial_directory_write defined on the cmis.bakend if the " +"related object is not a cmis.folder, otherwise as a subpath of the cmis " +"folder linkedto the associated object of the report." +msgstr "" + +#. module: cmis_report_write +#: code:addons/cmis_report_write/models/ir_actions_report.py:0 +#: model:ir.model.fields.selection,name:cmis_report_write.selection__ir_actions_report__cmis_duplicate_handler__use_existing +#, python-format +msgid "Use existing" +msgstr "Utiliser l'existant" + +#. module: cmis_report_write +#: model:ir.model.fields,help:cmis_report_write.field_ir_actions_report__cmis_properties +msgid "" +"Use this field to put additiannal properties to apply to content created in CMIS. If used, the text will be interpreted as a python expression that must return a valid python dictionary that will be passed as parameter to the cmislib. The object and time are available as variable into the python context i.e.:\n" +"{'cmis:secondaryObjectTypeIds': ['P:cm:titled'], \n" +" 'cmis:title': object.name,\n" +" 'cm:description': object.notes}\n" +msgstr "" + +#. module: cmis_report_write +#: code:addons/cmis_report_write/models/ir_actions_report.py:0 +#, python-format +msgid "You must select the folder field to use to store your file in CMIS" +msgstr "" + +#. module: cmis_report_write +#: code:addons/cmis_report_write/models/ir_actions_report.py:0 +#, python-format +msgid "You must specify a backend to use to store your file in CMIS" +msgstr ""