# Translation of Odoo Server. # This file contains the translation of the following modules: # * calendar # # Translators: # Martin Trigaux, 2016 msgid "" msgstr "" "Project-Id-Version: Odoo 9.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-08-18 14:08+0000\n" "PO-Revision-Date: 2016-06-13 12:01+0000\n" "Last-Translator: Martin Trigaux\n" "Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/" "language/fr_BE/)\n" "Language: fr_BE\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" #. module: calendar #: model:mail.template,body_html:calendar.calendar_template_meeting_changedate msgid "" "\n" "% set colors = {'needsAction': 'grey', 'accepted': 'green', 'tentative': " "'#FFFF00', 'declined': 'red'}\n" "
\n" " \n" " \n" " \n" " \n" " \n" "
\n" " \"${user.company_id.name}\"\n" " \n" "

\n" " Accept\n" " Decline\n" " View\n" "

\n" "
\n" " \n" " \n" " \n" " \n" "
\n" "
\n" "
\n" "
\n" "
\n" "
\n" "
\n" " \n" " \n" " \n" " \n" "
\n" "

" "${object.event_id.name} date updated

\n" "

\n" " Dear ${object.cn},
\n" " The date of the meeting has been upated. The meeting " "${object.event_id.name} created by ${object.event_id.user_id.partner_id." "name} is now scheduled for ${object.event_id.get_display_time_tz(tz=object." "partner_id.tz)}.\n" "

\n" " \n" " \n" " \n" "
\n" "
\n" " ${object.event_id.get_interval(object.event_id." "start, 'dayname', tz=object.partner_id.tz if not object.event_id.allday else " "None)}\n" "
\n" "
\n" " ${object.event_id.get_interval(object.event_id." "start,'day', tz=object.partner_id.tz if not object.event_id.allday else " "None)}\n" "
\n" "
${object.event_id." "get_interval(object.event_id.start, 'month', tz=object.partner_id.tz if not " "object.event_id.allday else None)}
\n" "
" "${not object.event_id.allday and object.event_id.get_interval(object." "event_id.start, 'time', tz=object.partner_id.tz) or ''}
\n" "
\n" " \n" "

Details of the event

\n" "
    \n" " % if object.event_id.location:\n" "
  • Location: ${object.event_id.location}\n" " (View Map)\n" "
  • \n" " % endif\n" " % if object.event_id.description :\n" "
  • Description: ${object.event_id.description}\n" " % endif\n" " % if not object.event_id.allday and object.event_id." "duration\n" "
  • Duration: ${('%dH%02d' % (object.event_id." "duration,(object.event_id.duration*60)%60))}
  • \n" " % endif\n" "
  • Attendees\n" "
      \n" " % for attendee in object.event_id.attendee_ids:\n" "
    • \n" "
      \n" " % if attendee.cn != object.cn:\n" " ${attendee." "cn}\n" " % else:\n" " You\n" " % endif\n" "
    • \n" " % endfor\n" "
  • \n" "
\n" "
\n" "
\n" "
" msgstr "" #. module: calendar #: model:mail.template,body_html:calendar.calendar_template_meeting_invitation msgid "" "\n" "% set colors = {'needsAction': 'grey', 'accepted': 'green', 'tentative': " "'#FFFF00', 'declined': 'red'}\n" "
\n" " \n" " \n" " \n" " \n" " \n" "
\n" " \"${user.company_id.name}\"\n" " \n" "

\n" " Accept\n" " Decline\n" " View\n" "

\n" "
\n" " \n" " \n" " \n" " \n" "
\n" "
\n" "
\n" "
\n" "
\n" "
\n" "
\n" " \n" " \n" " \n" " \n" "
\n" "

Invitation " "to ${object.event_id.name}

\n" "

\n" " Dear ${object.cn},
\n" " ${object.event_id.user_id.partner_id.name} invited you " "for the ${object.event_id.name} meeting of ${object.event_id.user_id." "company_id.name}.

\n" " \n" " \n" " \n" "
\n" "
\n" " ${object.event_id.get_interval(object.event_id." "start, 'dayname', tz=object.partner_id.tz if not object.event_id.allday else " "None)}\n" "
\n" "
\n" " ${object.event_id.get_interval(object.event_id." "start,'day', tz=object.partner_id.tz if not object.event_id.allday else " "None)}\n" "
\n" "
${object.event_id." "get_interval(object.event_id.start, 'month', tz=object.partner_id.tz if not " "object.event_id.allday else None)}
\n" "
" "${not object.event_id.allday and object.event_id.get_interval(object." "event_id.start, 'time', tz=object.partner_id.tz) or ''}
\n" "
\n" " \n" "

Details of the event

\n" "
    \n" " % if object.event_id.location:\n" "
  • Location: ${object.event_id.location}\n" " (View Map)\n" "
  • \n" " % endif\n" " % if object.event_id.description :\n" "
  • Description: ${object.event_id.description}\n" " % endif\n" " % if not object.event_id.allday and object.event_id." "duration\n" "
  • Duration: ${('%dH%02d' % (object.event_id." "duration,(object.event_id.duration*60)%60))}
  • \n" " % endif\n" "
  • Attendees\n" "
      \n" " % for attendee in object.event_id.attendee_ids:\n" "
    • \n" "
      \n" " % if attendee.cn != object.cn:\n" " ${attendee." "cn}\n" " % else:\n" " You\n" " % endif\n" "
    • \n" " % endfor\n" "
  • \n" "
\n" "
\n" "
\n" "
" msgstr "" #. module: calendar #: model:mail.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" "% set colors = {'needsAction': 'grey', 'accepted': 'green', 'tentative': " "'#FFFF00', 'declined': 'red'}\n" "
\n" " \n" " \n" " \n" " \n" " \n" "
\n" " \"${user.company_id.name}\"\n" " \n" "

\n" " Accept\n" " Decline\n" " View\n" "

\n" "
\n" " \n" " \n" " \n" " \n" "
\n" "
\n" "
\n" "
\n" "
\n" "
\n" "
\n" " \n" " \n" " \n" " \n" "
\n" "

Reminder " "for ${object.event_id.name}

\n" "

\n" " Dear ${object.cn},
\n" " This is a reminder for the below event :\n" "

\n" " \n" " \n" " \n" "
\n" "
\n" " ${object.event_id.get_interval(object.event_id." "start, 'dayname', tz=object.partner_id.tz if not object.event_id.allday else " "None)}\n" "
\n" "
\n" " ${object.event_id.get_interval(object.event_id." "start,'day', tz=object.partner_id.tz if not object.event_id.allday else " "None)}\n" "
\n" "
${object.event_id." "get_interval(object.event_id.start, 'month', tz=object.partner_id.tz if not " "object.event_id.allday else None)}
\n" "
" "${not object.event_id.allday and object.event_id.get_interval(object." "event_id.start, 'time', tz=object.partner_id.tz) or ''}
\n" "
\n" " \n" "

Details of the event

\n" "
    \n" " % if object.event_id.location:\n" "
  • Location: ${object.event_id.location}\n" " (View Map)\n" "
  • \n" " % endif\n" " % if object.event_id.description :\n" "
  • Description: ${object.event_id.description}\n" " % endif\n" " % if not object.event_id.allday and object.event_id." "duration\n" "
  • Duration: ${('%dH%02d' % (object.event_id." "duration,(object.event_id.duration*60)%60))}
  • \n" " % endif\n" "
  • Attendees\n" "
      \n" " % for attendee in object.event_id.attendee_ids:\n" "
    • \n" "
      \n" " % if attendee.cn != object.cn:\n" " ${attendee." "cn}\n" " % else:\n" " You\n" " % endif\n" "
    • \n" " % endfor\n" "
  • \n" "
\n" "
\n" "
\n" "
" msgstr "" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/js/base_calendar.js:35 #, python-format msgid " [Me]" msgstr "[Moi]" #. module: calendar #: model:mail.template,subject:calendar.calendar_template_meeting_reminder msgid "${object.event_id.name} - Reminder" msgstr "" #. module: calendar #: model:mail.template,subject:calendar.calendar_template_meeting_invitation msgid "${object.event_id.name} invitation" msgstr "" #. module: calendar #: model:mail.template,subject:calendar.calendar_template_meeting_changedate msgid "${object.event_id.name}: Date updated" msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:776 #, python-format msgid "" "%s at %s To\n" " %s at %s (%s)" msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:774 #, python-format msgid "%s at (%s To %s) (%s)" msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:263 #, python-format msgid "%s has accepted invitation" msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:278 #, python-format msgid "%s has declined invitation" msgstr "" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form_popup msgid " hours" msgstr "" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Accept" msgstr "Accepter" #. module: calendar #: selection:calendar.attendee,state:0 #: selection:calendar.event,attendee_status:0 msgid "Accepted" msgstr "Accepté" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_active msgid "Active" msgstr "Actif" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/js/base_calendar.js:132 #, python-format msgid "Add Favorite Calendar" msgstr "Ajouter le calendrier favori" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_allday msgid "All Day" msgstr "Toute la journée" #. module: calendar #: code:addons/calendar/calendar.py:771 #, python-format msgid "AllDay , %s" msgstr "" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_alarm_duration msgid "Amount" msgstr "Montant" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_is_attendee msgid "Attendee" msgstr "Participant" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_attendee_status msgid "Attendee Status" msgstr "Statut du participant" #. module: calendar #: model:ir.model,name:calendar.model_calendar_attendee msgid "Attendee information" msgstr "Informations du participant" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_attendee_ids #: model:ir.model.fields,field_description:calendar.field_calendar_event_partner_ids #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form_popup msgid "Attendees" msgstr "Participants" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_search msgid "Availability" msgstr "Disponibilité" #. module: calendar #: code:addons/calendar/calendar.py:1714 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format msgid "Busy" msgstr "Occupé" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_byday msgid "By day" msgstr "Par jour" #. module: calendar #: model:ir.ui.menu,name:calendar.mail_menu_calendar #: model:ir.ui.menu,name:calendar.menu_calendar_configuration msgid "Calendar" msgstr "Calendrier" #. module: calendar #: model:ir.actions.act_window,name:calendar.action_calendar_alarm #: model:ir.ui.menu,name:calendar.menu_calendar_alarm #: model:ir.ui.view,arch_db:calendar.calendar_alarm_view_form #: model:ir.ui.view,arch_db:calendar.view_calendar_alarm_tree msgid "Calendar Alarm" msgstr "" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:43 #, python-format msgid "Calendar Invitation" msgstr "" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Click here to update only this instance and not all recurrences." msgstr "" "Cliquez ici pour mettre à jour seulement cette instance et pas toutes les " "récurrences" #. module: calendar #: model:ir.actions.act_window,help:calendar.action_calendar_event msgid "Click to schedule a new meeting." msgstr "" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_color_partner_id msgid "Color index of creator" msgstr "" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_attendee_cn msgid "Common name" msgstr "Nom commun" #. module: calendar #: selection:calendar.event,state:0 msgid "Confirmed" msgstr "Confirmé" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_attendee_partner_id msgid "Contact" msgstr "Contact" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_alarm_create_uid #: model:ir.model.fields,field_description:calendar.field_calendar_attendee_create_uid #: model:ir.model.fields,field_description:calendar.field_calendar_contacts_create_uid #: model:ir.model.fields,field_description:calendar.field_calendar_event_create_uid #: model:ir.model.fields,field_description:calendar.field_calendar_event_type_create_uid msgid "Created by" msgstr "Créé par" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_alarm_create_date #: model:ir.model.fields,field_description:calendar.field_calendar_attendee_create_date #: model:ir.model.fields,field_description:calendar.field_calendar_contacts_create_date #: model:ir.model.fields,field_description:calendar.field_calendar_event_create_date #: model:ir.model.fields,field_description:calendar.field_calendar_event_type_create_date msgid "Created on" msgstr "Créé le" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_display_start msgid "Date" msgstr "Date" #. module: calendar #: selection:calendar.event,month_by:0 #: model:ir.model.fields,field_description:calendar.field_calendar_event_day msgid "Date of month" msgstr "Date du mois" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Day of Month" msgstr "Jour du mois" #. module: calendar #: selection:calendar.event,month_by:0 msgid "Day of month" msgstr "Jour du mois" #. module: calendar #: selection:calendar.alarm,interval:0 selection:calendar.event,rrule_type:0 msgid "Day(s)" msgstr "Jour(s)" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Decline" msgstr "Décliner" #. module: calendar #: selection:calendar.attendee,state:0 #: selection:calendar.event,attendee_status:0 msgid "Declined" msgstr "Décliné" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_description msgid "Description" msgstr "Description" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:18 #, python-format msgid "Details" msgstr "Détails" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_alarm_display_name #: model:ir.model.fields,field_description:calendar.field_calendar_alarm_manager_display_name #: model:ir.model.fields,field_description:calendar.field_calendar_attendee_display_name #: model:ir.model.fields,field_description:calendar.field_calendar_contacts_display_name #: model:ir.model.fields,field_description:calendar.field_calendar_event_display_name #: model:ir.model.fields,field_description:calendar.field_calendar_event_type_display_name msgid "Display Name" msgstr "" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/js/base_calendar.js:168 #, python-format msgid "Do you really want to delete this filter from favorite?" msgstr "Souhaitez-vous réellement supprimer ce filtre de vos favoris ? " #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_duration #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Duration" msgstr "Durée" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_alarm_duration_minutes #: model:ir.model.fields,help:calendar.field_calendar_alarm_duration_minutes msgid "Duration in minutes" msgstr "" #. module: calendar #: selection:calendar.alarm,type:0 #: model:ir.model.fields,field_description:calendar.field_calendar_attendee_email msgid "Email" msgstr "Email" #. module: calendar #: code:addons/calendar/calendar.py:1365 #, python-format msgid "Email addresses not found" msgstr "Adresse email non trouvée" #. module: calendar #: model:ir.model,name:calendar.model_mail_compose_message msgid "Email composition wizard" msgstr "" #. module: calendar #: model:ir.model,name:calendar.model_survey_mail_compose_message msgid "Email composition wizard for Survey" msgstr "" #. module: calendar #: model:ir.model.fields,help:calendar.field_calendar_attendee_email msgid "Email of Invited Person" msgstr "Adresse email de la personne invitée" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_contacts_partner_id msgid "Employee" msgstr "Employé" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_stop_date #: model:ir.ui.view,arch_db:calendar.view_calendar_event_tree msgid "End Date" msgstr "Date de fin" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_stop_datetime msgid "End Datetime" msgstr "Date de fin" #. module: calendar #: selection:calendar.event,end_type:0 msgid "End date" msgstr "Date de fin" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Ending at" msgstr "Fini le" #. module: calendar #: constraint:calendar.event:0 msgid "Error ! End date cannot be set before start date." msgstr "" "Erreur ! La date de fin ne peut pas être fixée avant la date de départ." #. module: calendar #: model:ir.model,name:calendar.model_calendar_event msgid "Event" msgstr "Evènement" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_display_time msgid "Event Time" msgstr "Heure de l'évènement" #. module: calendar #: model:ir.model,name:calendar.model_calendar_alarm msgid "Event alarm" msgstr "Rappel de l'évènement" #. module: calendar #: code:addons/calendar/calendar.py:1239 #, python-format msgid "Event recurrence interval cannot be negative." msgstr "" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/js/base_calendar.js:45 #, python-format msgid "Everybody's calendars" msgstr "Calendriers de tout le monde" #. module: calendar #: selection:calendar.event,class:0 msgid "Everyone" msgstr "" #. module: calendar #: selection:calendar.event,byday:0 msgid "Fifth" msgstr "Cinquième" #. module: calendar #: selection:calendar.event,byday:0 msgid "First" msgstr "Premier" #. module: calendar #: code:addons/calendar/calendar.py:143 #, python-format msgid "First you have to specify the date of the invitation." msgstr "Vous devez tout d'abord spécifier la date de l'invitation." #. module: calendar #: selection:calendar.event,byday:0 msgid "Fourth" msgstr "Quatrième" #. module: calendar #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 msgid "Free" msgstr "Libre" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_attendee_availability msgid "Free/Busy" msgstr "Libre/occupé" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_fr msgid "Fri" msgstr "Ven" #. module: calendar #: selection:calendar.event,week_list:0 msgid "Friday" msgstr "Vendredi" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_search msgid "Group By" msgstr "Grouper par" #. module: calendar #: code:addons/calendar/calendar.py:1656 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" "Grouper par date n'est pas supporté, utilisez la vue calendrier plutôt. " #. module: calendar #: model:ir.model,name:calendar.model_ir_http msgid "HTTP routing" msgstr "Routage HTTP" #. module: calendar #: selection:calendar.alarm,interval:0 msgid "Hour(s)" msgstr "" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_alarm_id #: model:ir.model.fields,field_description:calendar.field_calendar_alarm_manager_id #: model:ir.model.fields,field_description:calendar.field_calendar_attendee_id #: model:ir.model.fields,field_description:calendar.field_calendar_contacts_id #: model:ir.model.fields,field_description:calendar.field_calendar_event_id #: model:ir.model.fields,field_description:calendar.field_calendar_event_type_id msgid "ID" msgstr "ID" #. module: calendar #: model:ir.model.fields,help:calendar.field_calendar_event_active msgid "" "If the active field is set to false, it will allow you to hide the event " "alarm information without removing it." msgstr "" #. module: calendar #: model:mail.message.subtype,name:calendar.subtype_invitation msgid "Invitation" msgstr "Invitation" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_attendee_access_token msgid "Invitation Token" msgstr "Symbole de l'invitation" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Invitation details" msgstr "Détails de l'invitation" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Invitations" msgstr "Invitations" #. module: calendar #: model:ir.model,name:calendar.model_mail_wizard_invite msgid "Invite wizard" msgstr "Assistant d'invitation" #. module: calendar #: selection:calendar.event,byday:0 msgid "Last" msgstr "Dernier" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_alarm___last_update #: model:ir.model.fields,field_description:calendar.field_calendar_alarm_manager___last_update #: model:ir.model.fields,field_description:calendar.field_calendar_attendee___last_update #: model:ir.model.fields,field_description:calendar.field_calendar_contacts___last_update #: model:ir.model.fields,field_description:calendar.field_calendar_event___last_update #: model:ir.model.fields,field_description:calendar.field_calendar_event_type___last_update msgid "Last Modified on" msgstr "Dernière modification le" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_alarm_write_uid #: model:ir.model.fields,field_description:calendar.field_calendar_attendee_write_uid #: model:ir.model.fields,field_description:calendar.field_calendar_contacts_write_uid #: model:ir.model.fields,field_description:calendar.field_calendar_event_type_write_uid #: model:ir.model.fields,field_description:calendar.field_calendar_event_write_uid msgid "Last Updated by" msgstr "Derniere fois mis à jour par" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_alarm_write_date #: model:ir.model.fields,field_description:calendar.field_calendar_attendee_write_date #: model:ir.model.fields,field_description:calendar.field_calendar_contacts_write_date #: model:ir.model.fields,field_description:calendar.field_calendar_event_type_write_date #: model:ir.model.fields,field_description:calendar.field_calendar_event_write_date msgid "Last Updated on" msgstr "Dernière mis à jour le" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_res_partner_calendar_last_notif_ack msgid "Last notification marked as read from base Calendar" msgstr "Dernière modification marquée comme lue dans le calendrier" #. module: calendar #: model:ir.model.fields,help:calendar.field_calendar_event_rrule_type msgid "Let the event automatically repeat at that interval" msgstr "" "Laisser l'évènement se répéter automatiquement à chaque occurence de cet " "intervalle" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_location msgid "Location" msgstr "Endroit" #. module: calendar #: model:ir.model.fields,help:calendar.field_calendar_event_location msgid "Location of Event" msgstr "Endroit de l'événement" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_contacts_user_id msgid "Me" msgstr "Moi" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_search msgid "Meeting" msgstr "Rendez-vous" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Meeting Details" msgstr "Détails du rendez-vous" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_name msgid "Meeting Subject" msgstr "Sujet du rendez-vous" #. module: calendar #: model:ir.model,name:calendar.model_calendar_event_type msgid "Meeting Type" msgstr "Type de rendez-vous" #. module: calendar #: model:ir.actions.act_window,name:calendar.action_calendar_event_type #: model:ir.ui.menu,name:calendar.menu_calendar_event_type #: model:ir.ui.view,arch_db:calendar.view_calendar_event_type_tree msgid "Meeting Types" msgstr "Types de rendez-vous" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_attendee_event_id msgid "Meeting linked" msgstr "Rendez-vous liés" #. module: calendar #: model:ir.actions.act_window,name:calendar.action_calendar_event #: model:ir.actions.act_window,name:calendar.action_calendar_event_notify #: model:ir.ui.view,arch_db:calendar.view_calendar_event_calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form_popup #: model:ir.ui.view,arch_db:calendar.view_calendar_event_tree msgid "Meetings" msgstr "Rendez-vous" #. module: calendar #: model:ir.model,name:calendar.model_mail_message msgid "Message" msgstr "Message" #. module: calendar #: selection:calendar.alarm,interval:0 msgid "Minute(s)" msgstr "" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Misc" msgstr "Divers" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_mo msgid "Mon" msgstr "Lun" #. module: calendar #: selection:calendar.event,week_list:0 msgid "Monday" msgstr "Lundi" #. module: calendar #: selection:calendar.event,rrule_type:0 msgid "Month(s)" msgstr "Mois" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_search msgid "My Events" msgstr "Mes événements" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_search msgid "My Meetings" msgstr "Mes rendez-vous" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_alarm_name #: model:ir.model.fields,field_description:calendar.field_calendar_event_type_name msgid "Name" msgstr "Nom" #. module: calendar #: selection:calendar.attendee,state:0 #: selection:calendar.event,attendee_status:0 msgid "Needs Action" msgstr "Nécessité d'agir" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:36 #, python-format msgid "No I'm not going." msgstr "" #. module: calendar #: selection:calendar.alarm,type:0 msgid "Notification" msgstr "Notification" #. module: calendar #: selection:calendar.event,end_type:0 msgid "Number of repetitions" msgstr "Nombre d'occurrences" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:17 #, python-format msgid "OK" msgstr "Ok" #. module: calendar #: selection:calendar.event,class:0 msgid "Only internal users" msgstr "" #. module: calendar #: selection:calendar.event,class:0 msgid "Only me" msgstr "" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_month_by msgid "Option" msgstr "Option" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Options" msgstr "Options" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Owner" msgstr "Propriétaire" #. module: calendar #: model:ir.model,name:calendar.model_res_partner msgid "Partner" msgstr "Partenaire" #. module: calendar #: code:addons/calendar/calendar.py:1252 #, python-format msgid "Please select a proper day of the month." msgstr "" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_class #: model:ir.ui.view,arch_db:calendar.view_calendar_event_search msgid "Privacy" msgstr "Confidentialité" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_end_type msgid "Recurrence Termination" msgstr "Fin de la récurrence" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_rrule_type msgid "Recurrency" msgstr "Récurrence" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_recurrency msgid "Recurrent" msgstr "Récurrent" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_recurrent_id msgid "Recurrent ID" msgstr "ID de la récurrence" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_recurrent_id_date msgid "Recurrent ID date" msgstr "Date de l'ID de la récurrence" #. module: calendar #: model:ir.model.fields,help:calendar.field_calendar_event_recurrency msgid "Recurrent Meeting" msgstr "Rendez-vous récurrent" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_rrule msgid "Recurrent Rule" msgstr "Règles de récurrence" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_alarm_ids msgid "Reminders" msgstr "Rappels" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:26 #, python-format msgid "Remove this favorite from the list" msgstr "Enlever ce favori de la liste" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_count msgid "Repeat" msgstr "Répéter" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_interval msgid "Repeat Every" msgstr "Répéter chaque" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_final_date msgid "Repeat Until" msgstr "Répéter jusqu'au" #. module: calendar #: model:ir.model.fields,help:calendar.field_calendar_event_interval msgid "Repeat every (Days/Week/Month/Year)" msgstr "Répéter chaque (Jour/Semaine/Mois/Année)" #. module: calendar #: model:ir.model.fields,help:calendar.field_calendar_event_count msgid "Repeat x times" msgstr "Répéter x fois" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_user_id #: model:ir.ui.view,arch_db:calendar.view_calendar_event_search msgid "Responsible" msgstr "Responsable" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_sa msgid "Sat" msgstr "Sam" #. module: calendar #: selection:calendar.event,week_list:0 msgid "Saturday" msgstr "Samedi" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_search msgid "Search Meetings" msgstr "Rechercher des rendez-vous" #. module: calendar #: selection:calendar.event,byday:0 msgid "Second" msgstr "Deuxième" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Select attendees..." msgstr "" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Send mail" msgstr "Envoyer un email" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_show_as msgid "Show Time as" msgstr "Afficher le temps comme" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:19 #, python-format msgid "Snooze" msgstr "Répéter" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_start msgid "Start" msgstr "" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_start_date #: model:ir.ui.view,arch_db:calendar.view_calendar_event_tree msgid "Start Date" msgstr "Date de début" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_start_datetime msgid "Start DateTime" msgstr "Date de début" #. module: calendar #: model:ir.model.fields,help:calendar.field_calendar_event_start msgid "Start date of an event, without time for full days events" msgstr "" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form_popup msgid "Starting at" msgstr "Débute le" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_attendee_state #: model:ir.model.fields,field_description:calendar.field_calendar_event_state msgid "Status" msgstr "Statut" #. module: calendar #: model:ir.model.fields,help:calendar.field_calendar_attendee_state msgid "Status of the attendee's participation" msgstr "Statut de la participation du participant" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_stop msgid "Stop" msgstr "" #. module: calendar #: model:ir.model.fields,help:calendar.field_calendar_event_stop msgid "Stop date of an event, without time for full days events" msgstr "" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_tree msgid "Subject" msgstr "Sujet" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_su msgid "Sun" msgstr "Dim" #. module: calendar #: selection:calendar.event,week_list:0 msgid "Sunday" msgstr "Dimanche" #. module: calendar #: sql_constraint:calendar.event.type:0 msgid "Tag name already exists !" msgstr "" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_categ_ids msgid "Tags" msgstr "Tags" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "The" msgstr "Le" #. module: calendar #: model:ir.actions.act_window,help:calendar.action_calendar_event msgid "" "The calendar is shared between employees and fully integrated with\n" " other applications such as the employee holidays or the " "business\n" " opportunities." msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:1361 #, python-format msgid "The following contacts have no email address :" msgstr "Les contacts suivants n'ont pas d'adresse email :" #. module: calendar #: selection:calendar.event,byday:0 msgid "Third" msgstr "Troisième" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "This event is linked to a recurrence...
" msgstr "" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_th msgid "Thu" msgstr "Jeu" #. module: calendar #: selection:calendar.event,week_list:0 msgid "Thursday" msgstr "Jeudi" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_tu msgid "Tue" msgstr "Mar" #. module: calendar #: selection:calendar.event,week_list:0 msgid "Tuesday" msgstr "Mardi" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_alarm_type msgid "Type" msgstr "Type" #. module: calendar #: selection:calendar.attendee,state:0 #: selection:calendar.event,attendee_status:0 #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Uncertain" msgstr "Incertain" #. module: calendar #: selection:calendar.event,state:0 msgid "Unconfirmed" msgstr "Non confirmé" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_alarm_interval msgid "Unit" msgstr "Unité" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_search msgid "Unread Messages" msgstr "Messages non lus" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Until" msgstr "Jusqu'au" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "Update only this instance" msgstr "Mettre à jour cette instance seulement" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_we msgid "Wed" msgstr "Mer" #. module: calendar #: selection:calendar.event,week_list:0 msgid "Wednesday" msgstr "Mercredi" #. module: calendar #: selection:calendar.event,rrule_type:0 msgid "Week(s)" msgstr "Semaine(s)" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_event_week_list msgid "Weekday" msgstr "Jour de la semaine" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:48 #, python-format msgid "When" msgstr "" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:52 #, python-format msgid "Where" msgstr "" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:56 #, python-format msgid "Who" msgstr "" #. module: calendar #: selection:calendar.event,rrule_type:0 msgid "Year(s)" msgstr "Année(s)" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:35 #, python-format msgid "Yes I'm going." msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:106 #, python-format msgid "You cannot duplicate a calendar attendee." msgstr "Vous ne pouvez pas dupliquer un participant du calendrier" #. module: calendar #: model:ir.model.fields,field_description:calendar.field_calendar_contacts_active msgid "active" msgstr "Actif" #. module: calendar #: model:ir.model,name:calendar.model_calendar_alarm_manager msgid "calendar.alarm_manager" msgstr "" #. module: calendar #: model:ir.model,name:calendar.model_calendar_contacts msgid "calendar.contacts" msgstr "" #. module: calendar #: model:ir.ui.view,arch_db:calendar.view_calendar_event_form msgid "e.g. Business Lunch" msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:1237 #, python-format msgid "interval cannot be negative." msgstr "L'intervalle ne peut pas être négatif." #. module: calendar #: model:ir.model,name:calendar.model_ir_attachment msgid "ir.attachment" msgstr "" #. module: calendar #: model:ir.model,name:calendar.model_ir_values msgid "ir.values" msgstr "" #~ msgid "An invitation email has been sent to attendee %s" #~ msgstr "Un email d'invitation a été envoyé au participant %s" #~ msgid "An invitation email has been sent to attendee(s)" #~ msgstr "Un email d'invitation a été envoyé au(x) participant(s)" #~ msgid "Date of the last message posted on the record." #~ msgstr "Date du dernier message posté sur l'enregistrement." #~ msgid "Followers" #~ msgstr "Abonnés" #~ msgid "If checked new messages require your attention." #~ msgstr "Si coché, les nouveaux messages requierent votre attention. " #~ msgid "Last Message Date" #~ msgstr "Date du dernier message" #~ msgid "Messages" #~ msgstr "Messages" #~ msgid "" #~ "Warning, a mandatory field has been modified since the creation of this " #~ "event" #~ msgstr "" #~ "Attention, un champ obligatoire a été modifié depuis la création de cet " #~ "événement"