mirror of
https://gitlab.com/flectra-community/account-closing.git
synced 2024-11-22 13:42:06 +00:00
880 lines
36 KiB
Plaintext
880 lines
36 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * account_cutoff_base
|
|
#
|
|
# Translators:
|
|
# OCA Transbot <transbot@odoo-community.org>, 2018
|
|
# Quentin THEURET <odoo@kerpeo.com>, 2018
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 11.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2018-01-27 03:39+0000\n"
|
|
"PO-Revision-Date: 2023-06-29 17:10+0000\n"
|
|
"Last-Translator: Alexis de Lattre <alexis@via.ecp.fr>\n"
|
|
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
|
"Language: fr\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
"X-Generator: Weblate 4.17\n"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_form
|
|
msgid "<span class=\"o_stat_text\">Lines Fullscreen</span>"
|
|
msgstr "<span class=\"o_stat_text\">Lignes en plein écran</span>"
|
|
|
|
#. module: account_cutoff_base
|
|
#. odoo-python
|
|
#: code:addons/account_cutoff_base/models/account_cutoff.py:0
|
|
#: model:ir.model.constraint,message:account_cutoff_base.constraint_account_cutoff_date_type_company_uniq
|
|
#, python-format
|
|
msgid "A cutoff of the same type already exists with this cut-off date !"
|
|
msgstr "Une provision du même type existe déjà avec cette date de provision !"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__account_id
|
|
msgid "Account"
|
|
msgstr "Compte"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model,name:account_cutoff_base.model_account_cutoff
|
|
msgid "Account Cut-off"
|
|
msgstr "Provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model,name:account_cutoff_base.model_account_cutoff_line
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__parent_id
|
|
msgid "Account Cut-off Line"
|
|
msgstr "Ligne de provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model,name:account_cutoff_base.model_account_cutoff_mapping
|
|
msgid "Account Cut-off Mapping"
|
|
msgstr "Correspondance des comptes de provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model,name:account_cutoff_base.model_account_cutoff_tax_line
|
|
msgid "Account Cut-off Tax Line"
|
|
msgstr "Ligne de taxe de provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_company__accrual_taxes
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_config_settings__accrual_taxes
|
|
msgid "Accrual On Taxes"
|
|
msgstr "Taxes sur les produits à recevoir et charges à payer"
|
|
|
|
#. module: account_cutoff_base
|
|
#. odoo-python
|
|
#: code:addons/account_cutoff_base/models/account_cutoff.py:0
|
|
#: model:ir.actions.act_window,name:account_cutoff_base.account_expense_accrual_action
|
|
#: model:ir.model.fields.selection,name:account_cutoff_base.selection__account_cutoff_mapping__cutoff_type__accrued_expense
|
|
#: model:ir.ui.menu,name:account_cutoff_base.account_expense_accrual_menu
|
|
#, python-format
|
|
msgid "Accrued Expense"
|
|
msgstr "Charges à payer"
|
|
|
|
#. module: account_cutoff_base
|
|
#. odoo-python
|
|
#: code:addons/account_cutoff_base/models/account_cutoff.py:0
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_tax__account_accrued_expense_id
|
|
#, python-format
|
|
msgid "Accrued Expense Tax Account"
|
|
msgstr "Compte de taxe pour les charges à payer"
|
|
|
|
#. module: account_cutoff_base
|
|
#. odoo-python
|
|
#: code:addons/account_cutoff_base/models/account_cutoff.py:0
|
|
#: model:ir.actions.act_window,name:account_cutoff_base.account_revenue_accrual_action
|
|
#: model:ir.model.fields.selection,name:account_cutoff_base.selection__account_cutoff_mapping__cutoff_type__accrued_revenue
|
|
#: model:ir.ui.menu,name:account_cutoff_base.account_revenue_accrual_menu
|
|
#, python-format
|
|
msgid "Accrued Revenue"
|
|
msgstr "Produits à recevoir"
|
|
|
|
#. module: account_cutoff_base
|
|
#. odoo-python
|
|
#: code:addons/account_cutoff_base/models/account_cutoff.py:0
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_tax__account_accrued_revenue_id
|
|
#, python-format
|
|
msgid "Accrued Revenue Tax Account"
|
|
msgstr "Compte de taxe pour les produits à recevoir"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__message_needaction
|
|
msgid "Action Needed"
|
|
msgstr "Action requise"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__activity_ids
|
|
msgid "Activities"
|
|
msgstr "Activités"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__activity_exception_decoration
|
|
msgid "Activity Exception Decoration"
|
|
msgstr "Style d'affichage de l'activité-alerte"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__activity_state
|
|
msgid "Activity State"
|
|
msgstr "État de l'activité"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__activity_type_icon
|
|
msgid "Activity Type Icon"
|
|
msgstr "Îcone du type d'activité"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields.selection,name:account_cutoff_base.selection__account_cutoff_mapping__cutoff_type__all
|
|
msgid "All Cut-off Types"
|
|
msgstr "Tous les types d'arrêtés"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__amount
|
|
msgid "Amount"
|
|
msgstr "Montant"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,help:account_cutoff_base.field_account_cutoff_line__amount
|
|
msgid "Amount that is used as base to compute the Cut-off Amount."
|
|
msgstr ""
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__analytic_distribution
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__analytic_distribution
|
|
msgid "Analytic Distribution"
|
|
msgstr ""
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__analytic_distribution_search
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__analytic_distribution_search
|
|
msgid "Analytic Distribution Search"
|
|
msgstr "Recherche de distribution analytique"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__analytic_precision
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__analytic_precision
|
|
msgid "Analytic Precision"
|
|
msgstr "Précision analytique"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_form
|
|
msgid "Are you sure you want to go back to draft state?"
|
|
msgstr "Êtes-vous sûr de vouloir retourner à l'état de brouillon ?"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__message_attachment_count
|
|
msgid "Attachment Count"
|
|
msgstr "Nombre de pièces jointes"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_form
|
|
msgid "Back to Draft"
|
|
msgstr "Remettre en brouillon"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__base
|
|
msgid "Base"
|
|
msgstr "Base"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model_terms:ir.actions.act_window,help:account_cutoff_base.account_cutoff_mapping_action
|
|
msgid "Click to start a new cutoff account mapping."
|
|
msgstr ""
|
|
"Cliquez pour commencer une nouvelle correspondance pour les comptes de "
|
|
"provision."
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model,name:account_cutoff_base.model_res_company
|
|
msgid "Companies"
|
|
msgstr "Sociétés"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__company_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__company_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_mapping__company_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__company_id
|
|
msgid "Company"
|
|
msgstr "Société"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__company_currency_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__company_currency_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__company_currency_id
|
|
msgid "Company Currency"
|
|
msgstr "Devise de la société"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model,name:account_cutoff_base.model_res_config_settings
|
|
msgid "Config Settings"
|
|
msgstr "Configuration"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_form
|
|
msgid "Create Journal Entry"
|
|
msgstr "Créer la pièce comptable"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__create_uid
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__create_uid
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_mapping__create_uid
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__create_uid
|
|
msgid "Created by"
|
|
msgstr "Créé par"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__create_date
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__create_date
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_mapping__create_date
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__create_date
|
|
msgid "Created on"
|
|
msgstr "Créé le"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__currency_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__currency_id
|
|
msgid "Currency"
|
|
msgstr "Devise"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__parent_id
|
|
msgid "Cut-off"
|
|
msgstr "Provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__cutoff_account_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__cutoff_account_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_mapping__cutoff_account_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__cutoff_account_id
|
|
msgid "Cut-off Account"
|
|
msgstr "Compte de provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__cutoff_account_code
|
|
msgid "Cut-off Account Code"
|
|
msgstr "Code du compte de provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__cutoff_journal_id
|
|
msgid "Cut-off Account Journal"
|
|
msgstr "Journal de provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.actions.act_window,name:account_cutoff_base.account_cutoff_mapping_action
|
|
#: model:ir.ui.menu,name:account_cutoff_base.account_cutoff_mapping_menu
|
|
msgid "Cut-off Account Mapping"
|
|
msgstr "Correspondance des comptes de provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__cutoff_amount
|
|
msgid "Cut-off Amount"
|
|
msgstr "Montant de la provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,help:account_cutoff_base.field_account_cutoff_line__cutoff_amount
|
|
msgid "Cut-off Amount without taxes in the Company Currency."
|
|
msgstr "Montant de provision hors taxes dans la devise de la société."
|
|
|
|
#. module: account_cutoff_base
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_line_form
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_tax_line_form
|
|
msgid "Cut-off Computation"
|
|
msgstr "Calcul de la provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__cutoff_date
|
|
msgid "Cut-off Date"
|
|
msgstr "Date de la provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__move_id
|
|
msgid "Cut-off Journal Entry"
|
|
msgstr "Pièce comptable de la provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__line_ids
|
|
msgid "Cut-off Lines"
|
|
msgstr "Lignes de provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__cutoff_amount
|
|
msgid "Cut-off Tax Amount"
|
|
msgstr "Montant de provision sur la taxe"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__tax_line_ids
|
|
msgid "Cut-off Tax Lines"
|
|
msgstr "Lignes de provision de taxes"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_line_form
|
|
msgid "Cut-off Taxes Lines"
|
|
msgstr "Lignes de provision de taxes"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_mapping__cutoff_type
|
|
msgid "Cut-off Type"
|
|
msgstr "Type de provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#. odoo-python
|
|
#: code:addons/account_cutoff_base/models/account_cutoff.py:0
|
|
#, python-format
|
|
msgid "Cut-off lines re-generated"
|
|
msgstr "Les lignes de provisions regénérées"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.ui.menu,name:account_cutoff_base.cutoff_menu
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.res_config_settings_view_form
|
|
msgid "Cut-offs"
|
|
msgstr "Provisions"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_line_tree
|
|
msgid "Cutoff Account"
|
|
msgstr "Compte de provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_filter
|
|
msgid "Cutoff Date"
|
|
msgstr "Date de la provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.actions.act_window,name:account_cutoff_base.account_cutoff_line_action
|
|
msgid "Cutoff Lines"
|
|
msgstr "Lignes de provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#. odoo-python
|
|
#: code:addons/account_cutoff_base/models/account_cutoff.py:0
|
|
#, python-format
|
|
msgid "Cutoff date is not set."
|
|
msgstr "La date de provision n'est pas définie."
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_company__default_accrued_expense_account_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_config_settings__dft_accrued_expense_account_id
|
|
msgid "Default Account for Accrued Expenses"
|
|
msgstr "Compte par défaut pour les charges à payer"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_company__default_accrued_revenue_account_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_config_settings__dft_accrued_revenue_account_id
|
|
msgid "Default Account for Accrued Revenues"
|
|
msgstr "Compte par défaut pour les produits à recevoir"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_company__default_prepaid_expense_account_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_config_settings__dft_prepaid_expense_account_id
|
|
msgid "Default Account for Prepaid Expense"
|
|
msgstr "Compte par défaut pour les charges constatées d'avance"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_company__default_prepaid_revenue_account_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_config_settings__dft_prepaid_revenue_account_id
|
|
msgid "Default Account for Prepaid Revenue"
|
|
msgstr "Compte par défaut pour les produits constatés d'avance"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_company__default_cutoff_journal_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_config_settings__dft_cutoff_journal_id
|
|
msgid "Default Cut-off Journal"
|
|
msgstr "Journal de provision par défaut"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_company__default_accrued_expense_tax_account_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_config_settings__dft_accrued_expense_tax_account_id
|
|
msgid "Default Tax Account for Accrued Expense"
|
|
msgstr ""
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_company__default_accrued_revenue_tax_account_id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_config_settings__dft_accrued_revenue_tax_account_id
|
|
msgid "Default Tax Account for Accrued Revenue"
|
|
msgstr ""
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__name
|
|
msgid "Description"
|
|
msgstr "Description"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__display_name
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__display_name
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_mapping__display_name
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__display_name
|
|
msgid "Display Name"
|
|
msgstr "Nom affiché"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields.selection,name:account_cutoff_base.selection__account_cutoff__state__done
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_filter
|
|
msgid "Done"
|
|
msgstr "Terminé"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields.selection,name:account_cutoff_base.selection__account_cutoff__state__draft
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_filter
|
|
msgid "Draft"
|
|
msgstr "Brouillon"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields.selection,name:account_cutoff_base.selection__account_cutoff__source_move_state__draft_posted
|
|
msgid "Draft and Posted Entries"
|
|
msgstr "Écritures brouillon et comptabilisées"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__message_follower_ids
|
|
msgid "Followers"
|
|
msgstr "Abonnés"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__message_partner_ids
|
|
msgid "Followers (Partners)"
|
|
msgstr "Abonnés (partenaires)"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,help:account_cutoff_base.field_account_cutoff__activity_type_icon
|
|
msgid "Font awesome icon e.g. fa-tasks"
|
|
msgstr "Îcone font-awesome, par exemple fa-task"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_filter
|
|
msgid "Group By"
|
|
msgstr "Grouper par"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__has_message
|
|
msgid "Has Message"
|
|
msgstr "A un message"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_mapping__id
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__id
|
|
msgid "ID"
|
|
msgstr "ID"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__activity_exception_icon
|
|
msgid "Icon"
|
|
msgstr "Îcone"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,help:account_cutoff_base.field_account_cutoff__activity_exception_icon
|
|
msgid "Icon to indicate an exception activity."
|
|
msgstr "Îcone pour indiquer une activité-alerte"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,help:account_cutoff_base.field_account_cutoff__message_needaction
|
|
msgid "If checked, new messages require your attention."
|
|
msgstr "Si activé, de nouveaux messages nécessitent votre attention."
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,help:account_cutoff_base.field_account_cutoff__message_has_error
|
|
msgid "If checked, some messages have a delivery error."
|
|
msgstr "Si activé, des messages ont une erreur d'envoi."
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__message_is_follower
|
|
msgid "Is Follower"
|
|
msgstr "Est abonné"
|
|
|
|
#. module: account_cutoff_base
|
|
#. odoo-python
|
|
#: code:addons/account_cutoff_base/models/account_cutoff.py:0
|
|
#, python-format
|
|
msgid "Journal entry generated"
|
|
msgstr "Pièce comptable générée"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__write_uid
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__write_uid
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_mapping__write_uid
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__write_uid
|
|
msgid "Last Updated by"
|
|
msgstr "Dernière mise à jour par"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__write_date
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__write_date
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_mapping__write_date
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__write_date
|
|
msgid "Last Updated on"
|
|
msgstr "Dernière mise à jour le"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_form
|
|
msgid "List view of lines"
|
|
msgstr "Vue liste des lignes"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__message_has_error
|
|
msgid "Message Delivery error"
|
|
msgstr "Erreur d'envoi du message"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__message_ids
|
|
msgid "Messages"
|
|
msgstr "Messages"
|
|
|
|
#. module: account_cutoff_base
|
|
#. odoo-python
|
|
#: code:addons/account_cutoff_base/models/account_cutoff.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"Missing '%(tax_account_field_label)s'. You must configure it on the tax "
|
|
"'%(tax_display_name)s' or on the accounting configuration page of the "
|
|
"company '%(company)s'."
|
|
msgstr ""
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__my_activity_date_deadline
|
|
msgid "My Activity Deadline"
|
|
msgstr "Date butoir de l'activité"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__activity_date_deadline
|
|
msgid "Next Activity Deadline"
|
|
msgstr "Date butoir de l'activité suivante"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__activity_summary
|
|
msgid "Next Activity Summary"
|
|
msgstr "Résumé de l'activité suivante"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__activity_type_id
|
|
msgid "Next Activity Type"
|
|
msgstr "Type de l'activité suivante"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__notes
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_line_form
|
|
msgid "Notes"
|
|
msgstr "Notes"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__message_needaction_counter
|
|
msgid "Number of Actions"
|
|
msgstr "Nombre d'actions"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__message_has_error_counter
|
|
msgid "Number of errors"
|
|
msgstr "Nombre d'erreurs"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,help:account_cutoff_base.field_account_cutoff__message_needaction_counter
|
|
msgid "Number of messages requiring action"
|
|
msgstr ""
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,help:account_cutoff_base.field_account_cutoff__message_has_error_counter
|
|
msgid "Number of messages with delivery error"
|
|
msgstr "Nombre de messages en échec d'envoi"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__origin_move_id
|
|
msgid "Origin Journal Entry"
|
|
msgstr "Pièce comptable d'origine"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__origin_move_date
|
|
msgid "Origin Journal Entry Date"
|
|
msgstr "Date de la pièce comptable d'origine"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__origin_move_line_id
|
|
msgid "Origin Journal Item"
|
|
msgstr "Écriture comptable d'origine"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__partner_id
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_line_search
|
|
msgid "Partner"
|
|
msgstr "Partenaire"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__move_partner
|
|
msgid "Partner on Journal Items"
|
|
msgstr "Partenaire sur les écritures comptables"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_company__default_cutoff_move_partner
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_config_settings__dft_cutoff_move_partner
|
|
msgid "Partner on Journal Items by Default"
|
|
msgstr "Partenaire présent par défaut sur les écritures comptables"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_company__post_cutoff_move
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_res_config_settings__post_cutoff_move
|
|
msgid "Post Cut-off Journal Entry"
|
|
msgstr "Comptabiliser la pièce comptable de provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields.selection,name:account_cutoff_base.selection__account_cutoff__source_move_state__posted
|
|
msgid "Posted Entries"
|
|
msgstr "Écritures comptabilisées"
|
|
|
|
#. module: account_cutoff_base
|
|
#. odoo-python
|
|
#: code:addons/account_cutoff_base/models/account_cutoff.py:0
|
|
#: model:ir.actions.act_window,name:account_cutoff_base.account_cutoff_prepaid_expense_action
|
|
#: model:ir.model.fields.selection,name:account_cutoff_base.selection__account_cutoff_mapping__cutoff_type__prepaid_expense
|
|
#: model:ir.ui.menu,name:account_cutoff_base.account_cutoff_prepaid_expense_menu
|
|
#, python-format
|
|
msgid "Prepaid Expense"
|
|
msgstr "Charges constatées d'avance"
|
|
|
|
#. module: account_cutoff_base
|
|
#. odoo-python
|
|
#: code:addons/account_cutoff_base/models/account_cutoff.py:0
|
|
#: model:ir.actions.act_window,name:account_cutoff_base.account_cutoff_prepaid_revenue_action
|
|
#: model:ir.model.fields.selection,name:account_cutoff_base.selection__account_cutoff_mapping__cutoff_type__prepaid_revenue
|
|
#: model:ir.ui.menu,name:account_cutoff_base.account_cutoff_prepaid_revenue_menu
|
|
#, python-format
|
|
msgid "Prepaid Revenue"
|
|
msgstr "Produits constatés d'avance"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__price_origin
|
|
msgid "Price Origin"
|
|
msgstr "Prix d'origine"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,help:account_cutoff_base.field_account_cutoff_line__price_unit
|
|
msgid ""
|
|
"Price per unit (discount included) without taxes in the default unit of "
|
|
"measure of the product in the currency of the 'Currency' field."
|
|
msgstr ""
|
|
"Prix unitaire (remise incluse) hors taxes dans l'unité de mesure par défaut "
|
|
"de l'article dans la devise du champ 'Devise'."
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__quantity
|
|
msgid "Quantity"
|
|
msgstr "Quantité"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_form
|
|
msgid "Re-Generate Lines"
|
|
msgstr "Re-générer les lignes"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__move_ref
|
|
msgid "Reference of the Cut-off Journal Entry"
|
|
msgstr "Référence de la pièce comptable de provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_mapping__account_id
|
|
msgid "Regular Account"
|
|
msgstr "Compte ordinaire"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__activity_user_id
|
|
msgid "Responsible User"
|
|
msgstr "Utilisateur responsable"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__sequence
|
|
msgid "Sequence"
|
|
msgstr "Séquence"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_line_form
|
|
msgid "Source"
|
|
msgstr "Source"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__source_move_state
|
|
msgid "Source Entries"
|
|
msgstr "Écritures source"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__state
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_filter
|
|
msgid "State"
|
|
msgstr "État"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,help:account_cutoff_base.field_account_cutoff__state
|
|
msgid ""
|
|
"State of the cutoff. When the Journal Entry is created, the state is set to "
|
|
"'Done' and the fields become read-only."
|
|
msgstr ""
|
|
"État de la provision. Lorsque la pièce comptable est créée, l'état passe à "
|
|
"\"Terminé\" et les champs passent en lecture seule."
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,help:account_cutoff_base.field_account_cutoff__activity_state
|
|
msgid ""
|
|
"Status based on activities\n"
|
|
"Overdue: Due date is already passed\n"
|
|
"Today: Activity date is today\n"
|
|
"Planned: Future activities."
|
|
msgstr ""
|
|
"Statut basé sur les activités\n"
|
|
"En retard : La date d'échéance est déjà dépassée\n"
|
|
"Aujourd'hui : La date de l'activité est aujourd'hui\n"
|
|
"Planifié : Activités futures."
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model,name:account_cutoff_base.model_account_tax
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__tax_id
|
|
#: model_terms:ir.ui.view,arch_db:account_cutoff_base.account_cutoff_tax_line_form
|
|
msgid "Tax"
|
|
msgstr "Taxe"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_tax_line__amount
|
|
msgid "Tax Amount"
|
|
msgstr "Montant de taxe"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,help:account_cutoff_base.field_account_cutoff_tax_line__cutoff_amount
|
|
msgid "Tax Cut-off Amount in the company currency."
|
|
msgstr "Montant de la provision de taxe dans la devise de la société."
|
|
|
|
#. module: account_cutoff_base
|
|
#. odoo-python
|
|
#: code:addons/account_cutoff_base/models/account_cutoff.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"The Cut-off Journal Entry already exists. You should delete it before "
|
|
"running this function."
|
|
msgstr ""
|
|
"La pièce comptable de provision existe déjà. Vous devez la supprimer avant "
|
|
"d'exécuter cette fonction."
|
|
|
|
#. module: account_cutoff_base
|
|
#. odoo-python
|
|
#: code:addons/account_cutoff_base/models/account_cutoff.py:0
|
|
#, python-format
|
|
msgid "There are no lines on this Cut-off, so we can't create a Journal Entry."
|
|
msgstr ""
|
|
"Il n'y a pas de lignes sur cette provision, nous ne pouvons donc pas créer "
|
|
"d'écriture comptable."
|
|
|
|
#. module: account_cutoff_base
|
|
#: model_terms:ir.actions.act_window,help:account_cutoff_base.account_cutoff_mapping_action
|
|
msgid ""
|
|
"These account mappings allow you to have an cutoff account for expense/"
|
|
"revenue that is not the same as the original expense/revenue account, using "
|
|
"the same concept as the fiscal positions."
|
|
msgstr ""
|
|
"Ces correspondances de comptes permettent d'avoir un compte de provision "
|
|
"pour les charges/produits qui n'est pas le même que le compte de charges/"
|
|
"produits d'origine, en utilisant le même concept que les positions fiscales."
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__total_cutoff_amount
|
|
msgid "Total Cut-off Amount"
|
|
msgstr "Montant total de la provision"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__cutoff_type
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__cutoff_type
|
|
msgid "Type"
|
|
msgstr "Type"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,help:account_cutoff_base.field_account_cutoff__activity_exception_decoration
|
|
msgid "Type of the exception activity on record."
|
|
msgstr "Type de l'activité-alerte sur l'enregistrement."
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff_line__price_unit
|
|
msgid "Unit Price w/o Tax"
|
|
msgstr "Prix unitaire HT"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,field_description:account_cutoff_base.field_account_cutoff__website_message_ids
|
|
msgid "Website Messages"
|
|
msgstr "Messages du site Web"
|
|
|
|
#. module: account_cutoff_base
|
|
#: model:ir.model.fields,help:account_cutoff_base.field_account_cutoff__website_message_ids
|
|
msgid "Website communication history"
|
|
msgstr "Historique des échanges sur le site Web"
|
|
|
|
#. module: account_cutoff_base
|
|
#. odoo-python
|
|
#: code:addons/account_cutoff_base/models/account_cutoff.py:0
|
|
#, python-format
|
|
msgid "You cannot delete cutoff records that are in done state."
|
|
msgstr ""
|
|
"Il n'est pas possible de supprimer les provisions qui sont à l'état "
|
|
"'Terminé'."
|
|
|
|
#~ msgid "SMS Delivery error"
|
|
#~ msgstr "Erreur d'envoi du SMS"
|
|
|
|
#~ msgid "Analytic"
|
|
#~ msgstr "Analytique"
|
|
|
|
#~ msgid "Last Modified on"
|
|
#~ msgstr "Dernière modification le"
|
|
|
|
#~ msgid "Main Attachment"
|
|
#~ msgstr "Pièce jointe principale"
|
|
|
|
#~ msgid "Number of messages which requires an action"
|
|
#~ msgstr "Nombre de messages nécessitant une action"
|
|
|
|
#~ msgid "Missing '%(tax_account_field_label)s' on tax '%(tax_display_name)s'."
|
|
#~ msgstr ""
|
|
#~ "Manque '%(tax_account_field_label)s' sur la taxe '%(tax_display_name)s'."
|
|
|
|
#~ msgid "Amount Currency"
|
|
#~ msgstr "Devise du montant"
|
|
|
|
#~ msgid ""
|
|
#~ "Amount that is used as base to compute the Cut-off Amount. This Amount is "
|
|
#~ "in the 'Amount Currency', which may be different from the 'Company "
|
|
#~ "Currency'."
|
|
#~ msgstr ""
|
|
#~ "Le montant qui est utilisé comme base pour calculé le montant d'arrêté. "
|
|
#~ "Ce montant est dans la 'Devise du montant', qui peut être différente de "
|
|
#~ "la 'Devise de la société'."
|
|
|
|
#~ msgid "Base Amount in the currency of the PO."
|
|
#~ msgstr "Montant de base dans la devise de la commande d'achat."
|
|
|
|
#~ msgid "Currency of the 'Amount' field."
|
|
#~ msgstr "Devise du champ \"Montant\"."
|
|
|
|
#~ msgid "Partner on Move Line"
|
|
#~ msgstr "Partenaire sur la ligne comptable"
|
|
|
|
#~ msgid "Partner on Move Line by Default"
|
|
#~ msgstr "Partenaire sur la ligne de mouvement par défaut"
|
|
|
|
#~ msgid "Tax Amount in the currency of the PO."
|
|
#~ msgstr "Montant de taxe dans la devise de la commande."
|
|
|
|
#~ msgid "Analytic Account"
|
|
#~ msgstr "Compte analytique"
|
|
|
|
#~ msgid "Label of the Cut-off Journal Entry"
|
|
#~ msgstr "Libellé de la pièce d'arrêté"
|
|
|
|
#~ msgid "Search Cut-offs"
|
|
#~ msgstr "Rechercher des arrêtés"
|
|
|
|
#~ msgid ""
|
|
#~ "This label will be written in the 'Name' field of the Cut-off Account "
|
|
#~ "Move Lines and in the 'Reference' field of the Cut-off Account Move."
|
|
#~ msgstr ""
|
|
#~ "Ce libellé sera écrit dans le champ 'Nom' des lignes d'écriture du compte "
|
|
#~ "d'arrêté et dans le champ 'Référence' du mouvement du compte."
|
|
|
|
#~ msgid "Taxes"
|
|
#~ msgstr "Taxes"
|
|
|
|
#~ msgid "Analytic Account Code"
|
|
#~ msgstr "Code du compte analytique"
|