You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fr.js 9.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. OC.L10N.register(
  2. "dav",
  3. {
  4. "Calendar" : "Agenda",
  5. "Todos" : "Tâches",
  6. "Personal" : "Personnel",
  7. "{actor} created calendar {calendar}" : "{actor} a créé l'agenda {calendar}",
  8. "You created calendar {calendar}" : "Vous avez créé l'agenda {calendar}",
  9. "{actor} deleted calendar {calendar}" : "{actor} a supprimé l'agenda {calendar}",
  10. "You deleted calendar {calendar}" : "Vous avez supprimé l'agenda {calendar}",
  11. "{actor} updated calendar {calendar}" : "{actor} a mis à jour l'agenda {calendar}",
  12. "You updated calendar {calendar}" : "Vous avez mis à jour l'agenda {calendar}",
  13. "You shared calendar {calendar} as public link" : "Vous avez partagé l'agenda {calendar} avec un lien public ",
  14. "You removed public link for calendar {calendar}" : "Vous avez supprimé le lien public pour l'agenda {calendar}",
  15. "{actor} shared calendar {calendar} with you" : "{actor} a partagé l'agenda {calendar} avec vous",
  16. "You shared calendar {calendar} with {user}" : "Vous avez partagé l'agenda {calendar} avec {user}",
  17. "{actor} shared calendar {calendar} with {user}" : "{actor} a partagé l'agenda {calendar} avec {user}",
  18. "{actor} unshared calendar {calendar} from you" : "{actor} a cessé de partager l'agenda {calendar} avec vous",
  19. "You unshared calendar {calendar} from {user}" : "Vous avez cessé de partager l'agenda {calendar} avec {user}",
  20. "{actor} unshared calendar {calendar} from {user}" : "{actor} a cessé de partager l'agenda {calendar} avec {user}",
  21. "{actor} unshared calendar {calendar} from themselves" : "{actor} a cessé de partager l'agenda {calendar} avec lui-même",
  22. "You shared calendar {calendar} with group {group}" : "Vous avez partagé l'agenda {calendar} avec le groupe {group}",
  23. "{actor} shared calendar {calendar} with group {group}" : "{actor} a partagé l'agenda {calendar} avec le groupe {group}",
  24. "You unshared calendar {calendar} from group {group}" : "Vous avez cessé de partager l'agenda {calendar} avec le groupe {group}",
  25. "{actor} unshared calendar {calendar} from group {group}" : "{actor} a cessé de partager l'agenda {calendar} avec le groupe {group}",
  26. "{actor} created event {event} in calendar {calendar}" : "{actor} a créé l'évènement {event} dans l'agenda {calendar}",
  27. "You created event {event} in calendar {calendar}" : "Vous avez créé l'évènement {event} dans l'agenda {calendar}",
  28. "{actor} deleted event {event} from calendar {calendar}" : "{actor} a supprimé l'évènement {event} de l'agenda {calendar}",
  29. "You deleted event {event} from calendar {calendar}" : "Vous avez supprimé l'évènement {event} de l'agenda {calendar}",
  30. "{actor} updated event {event} in calendar {calendar}" : "{actor} a mis à jour l'évènement {event} dans l'agenda {calendar}",
  31. "You updated event {event} in calendar {calendar}" : "Vous avez mis à jour l'évènement {event} dans l'agenda {calendar}",
  32. "Busy" : "Occupé",
  33. "{actor} created todo {todo} in list {calendar}" : "{actor} a créé la tâche {todo} dans la liste {calendar}",
  34. "You created todo {todo} in list {calendar}" : "Vous avez créé la tâche {todo} dans la liste {calendar}",
  35. "{actor} deleted todo {todo} from list {calendar}" : "{actor} a supprimé la tâche {todo} de la liste {calendar}",
  36. "You deleted todo {todo} from list {calendar}" : "Vous avez supprimé la tâche {todo} de la liste {calendar}",
  37. "{actor} updated todo {todo} in list {calendar}" : "{actor} a mis à jour la tâche {todo} dans la liste {calendar}",
  38. "You updated todo {todo} in list {calendar}" : "Vous avez mis à jour la tâche {todo} dans la liste {calendar}",
  39. "{actor} solved todo {todo} in list {calendar}" : "{actor} a terminé la tâche {todo} de la liste {calendar}",
  40. "You solved todo {todo} in list {calendar}" : "Vous avez terminé la tâche {todo} de la liste {calendar}",
  41. "{actor} reopened todo {todo} in list {calendar}" : "{actor} a réouvert la tâche {todo} dans la liste {calendar}",
  42. "You reopened todo {todo} in list {calendar}" : "Vous avez réouvert la tâche {todo} dans la liste {calendar}",
  43. "Calendar and tasks" : "Agenda et tâches",
  44. "A <strong>calendar</strong> was modified" : "Un <strong>agenda</strong> a été modifié",
  45. "A calendar <strong>event</strong> was modified" : "Un <strong>événement</strong> de l'agenda a été modifié",
  46. "A calendar <strong>todo</strong> was modified" : "Une <strong>liste de tâches</strong> de l'agenda a été modifiée",
  47. "Death of %s" : "Mort de %s",
  48. "Contact birthdays" : "Anniversaires des contacts",
  49. "Calendar:" : "Agenda:",
  50. "Date:" : "Date:",
  51. "Where:" : "Où :",
  52. "Description:" : "Description :",
  53. "Untitled event" : "Événement sans titre",
  54. "_%n year_::_%n years_" : ["%n an","%n ans"],
  55. "_%n month_::_%n months_" : ["%n mois","%n mois"],
  56. "_%n day_::_%n days_" : ["%n jour","%n jours"],
  57. "_%n hour_::_%n hours_" : ["%n heure","%n heures"],
  58. "_%n minute_::_%n minutes_" : ["%n minute","%n minutes"],
  59. "%s (in %s)" : "%s(parmi %s)",
  60. "%s (%s ago)" : "%s (il y a %s)",
  61. "Calendar: %s" : "Agenda: %s",
  62. "Date: %s" : "Date: %s",
  63. "Description: %s" : "Description: %s",
  64. "Where: %s" : "Où : %s",
  65. "%1$s via %2$s" : "%1$s via %2$s",
  66. "Invitation canceled" : "Invitation annulée",
  67. "Invitation updated" : "Invitation mise à jour",
  68. "Invitation" : "Invitation",
  69. "Title:" : "Titre :",
  70. "Time:" : "Heure :",
  71. "Location:" : "Localisation :",
  72. "Link:" : "Lien :",
  73. "Organizer:" : "Organisateur :",
  74. "Attendees:" : "Participants :",
  75. "Accept" : "Accepter",
  76. "Decline" : "Refuser",
  77. "More options …" : "Plus d'options …",
  78. "More options at %s" : "Plus d'options à %s",
  79. "Contacts" : "Contacts",
  80. "System in maintenance mode." : "Système en mode maintenance.",
  81. "Upgrade needed" : "Mise à jour requise",
  82. "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Votre %s a besoin d'être configuré pour utiliser le HTTPS dans le but d'utiliser CalDAV et CardDAV avec iOS/macOS.",
  83. "Configures a CalDAV account" : "Configure un compte CalDAV",
  84. "Configures a CardDAV account" : "Configure un compte CardDAV",
  85. "Events" : "Évènements",
  86. "Tasks" : "Tâches",
  87. "Untitled task" : "Tâche sans titre",
  88. "Completed on %s" : "Terminé le %s",
  89. "Due on %s by %s" : "Echéance le %s pour %s",
  90. "Due on %s" : "Echéance le %s",
  91. "WebDAV" : "WebDAV",
  92. "WebDAV endpoint" : "Point d'accès WebDAV",
  93. "There was an error updating your attendance status." : "Une erreur s'est produite lors de la mise à jour de votre statut de présence.",
  94. "Please contact the organizer directly." : "Merci de contacter l'organisateur directement.",
  95. "Are you accepting the invitation?" : "Acceptez-vous l'invitation ?",
  96. "Tentative" : "Provisoire",
  97. "Save" : "Enregistrer",
  98. "Your attendance was updated successfully." : "Votre présence a été mise à jour avec succès.",
  99. "Calendar server" : "Serveur de calendrier",
  100. "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installer aussi {calendarappstoreopen}l'application Calendrier{linkclose}, ou {calendardocopen}connecter à votre PC & téléphone pour synchroniser ↗{linkclose}.",
  101. "Send invitations to attendees" : "Envoyer des invitations aux participants",
  102. "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Merci de vérifier d'avoir correctement configuré {emailopen}le serveur de courriel{linkclose}.",
  103. "Automatically generate a birthday calendar" : "Générer automatiquement un agenda d'anniversaire",
  104. "Birthday calendars will be generated by a background job." : "Les agendas d'anniversaire seront générés par une tâche de fond.",
  105. "Hence they will not be available immediately after enabling but will show up after some time." : "Par conséquent, ils ne seront pas disponibles immédiatement après l'activation mais apparaîtront après un certain temps.",
  106. "Send notifications for events" : "Envoyer une notification pour les évènements",
  107. "Notifications are sent via background jobs, so these must occur often enough." : "Les notifications sont envoyées par des tâches de fond qui doivent, par conséquent, être exécutées régulièrement.",
  108. "Enable notifications for events via push" : "Activer les notifications push pour les évènements",
  109. "Hello %s," : "Bonjour %s,",
  110. "The meeting »%1$s« with %2$s was canceled." : "La réunion «%1$s» avec %2$s a été annulée.",
  111. "The meeting »%1$s« with %2$s was updated." : "La réunion «%1$s» avec %2$s a été mise à jour.",
  112. "%1$s invited you to »%2$s«" : "%1$s vous a invité à «%2$s»",
  113. "When:" : "Quand :",
  114. "Technical details" : "Détails techniques",
  115. "Remote Address: %s" : "Adresse distante : %s",
  116. "Request ID: %s" : "ID de la requête : %s",
  117. "Notifications will be send through background jobs, so these need to happen often enough." : "Les notifications seront envoyées par des tâches de fond qui doivent, par conséquent, être exécutées régulièrement."
  118. },
  119. "nplurals=2; plural=(n > 1);");