Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fr.js « l10n - github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f304c53ab288f55bee32b789fdb91250fc176401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "event_update_notification",
    {
    "Calendar event update notifications" : "Notifications de mise à jour de l'agenda",
    "{actor} created {event} in {calendar}" : "{actor} a créé {event} dans {calendar}",
    "{actor} deleted {event} from {calendar}" : "{actor} a supprimé {event} de {calendar}",
    "{actor} updated {event} in {calendar}" : "{actor} a modifié {event} dans {calendar}",
    "Busy" : "Occupé",
    "Personal" : "Personnel",
    "Notifications for calendar event updates" : "Notifications lors des mises à jour d'évènements dans l'agenda",
    "Receive a notification when an event in a shared calendar was added, modified or deleted." : "Soyez notifiés lorsqu'un évènement est ajouté, modifié ou supprimé dans un agenda partagé."
},
"nplurals=2; plural=(n > 1);");