# Translation of Odoo Server. # This file contains the translation of the following modules: # * hr_holidays_gantt # # Translators: # Wil Odoo, 2023 # Jolien De Paepe, 2023 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 17.0+e\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-26 22:21+0000\n" "PO-Revision-Date: 2023-10-26 23:10+0000\n" "Last-Translator: Jolien De Paepe, 2023\n" "Language-Team: French (https://app.transifex.com/odoo/teams/41243/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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. module: hr_holidays_gantt #. odoo-python #: code:addons/hr_holidays_gantt/models/hr_leave.py:0 #, python-format msgid "%(name)s is on time off %(leaves)s. \n" msgstr "%(name)s est en congé %(leaves)s. \n" #. module: hr_holidays_gantt #. odoo-python #: code:addons/hr_holidays_gantt/models/hr_leave.py:0 #, python-format msgid "%(name)s requested time off %(leaves)s. \n" msgstr "%(name)s a demandé des congés %(leaves)s. \n" #. module: hr_holidays_gantt #: model_terms:ir.ui.view,arch_db:hr_holidays_gantt.hr_leave_report_calendar_view_gantt msgid "" msgstr "" #. module: hr_holidays_gantt #: model_terms:ir.ui.view,arch_db:hr_holidays_gantt.hr_leave_allocation_gantt_view #: model_terms:ir.ui.view,arch_db:hr_holidays_gantt.hr_leave_gantt_view msgid "Days" msgstr "Jours" #. module: hr_holidays_gantt #: model:ir.model,name:hr_holidays_gantt.model_hr_leave #: model_terms:ir.ui.view,arch_db:hr_holidays_gantt.hr_leave_report_calendar_view_gantt msgid "Time Off" msgstr "Congés" #. module: hr_holidays_gantt #: model:ir.model,name:hr_holidays_gantt.model_hr_leave_report_calendar msgid "Time Off Calendar" msgstr "Calendrier des congés" #. module: hr_holidays_gantt #. odoo-python #: code:addons/hr_holidays_gantt/models/hr_leave.py:0 #, python-format msgid "from %(start_date)s at %(start_time)s to %(end_date)s at %(end_time)s" msgstr "du %(start_date)s à %(start_time)s au %(end_date)s à %(end_time)s" #. module: hr_holidays_gantt #. odoo-python #: code:addons/hr_holidays_gantt/models/hr_leave.py:0 #, python-format msgid "from %(start_date)s to %(end_date)s" msgstr "du %(start_date)s au %(end_date)s"