diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-08-23 02:19:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-08-23 02:19:30 +0000 |
commit | 12fd9103604ca1f828d0968dc9567bd902fc4ca4 (patch) | |
tree | b9412e192d3d06f5f15368ccab07104351628201 /apps/dav | |
parent | d2bd413440c4f28986af0b46c080f08935309375 (diff) | |
download | nextcloud-server-12fd9103604ca1f828d0968dc9567bd902fc4ca4.tar.gz nextcloud-server-12fd9103604ca1f828d0968dc9567bd902fc4ca4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/l10n/fr.js | 3 | ||||
-rw-r--r-- | apps/dav/l10n/fr.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/dav/l10n/fr.js b/apps/dav/l10n/fr.js index c8c33e23a40..fe7049eb4b2 100644 --- a/apps/dav/l10n/fr.js +++ b/apps/dav/l10n/fr.js @@ -54,6 +54,7 @@ OC.L10N.register( "_%n day_::_%n days_" : ["%n jour","%n jours"], "_%n hour_::_%n hours_" : ["%n heure","%n heures"], "_%n minute_::_%n minutes_" : ["%n minute","%n minutes"], + "%s (in %s)" : "%s(parmi %s)", "%s (%s ago)" : "%s (il y a %s)", "Calendar: %s" : "Agenda: %s", "Date: %s" : "Date: %s", @@ -94,6 +95,8 @@ OC.L10N.register( "Automatically generate a birthday calendar" : "Générer automatiquement un agenda d'anniversaire", "Birthday calendars will be generated by a background job." : "Les agendas d'anniversaire seront générés par une tâche de fond.", "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.", + "Send notifications for events" : "Envoyer une notification pour les évènements", + "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.", "%s via %s" : "%s via %s", "The meeting »%s« with %s was canceled." : "La réunion «%s» avec %s a été annulée.", "The meeting »%s« with %s was updated." : "La réunion «%s» avec %s a été mise à jour.", diff --git a/apps/dav/l10n/fr.json b/apps/dav/l10n/fr.json index 943440565a5..a0923f87b42 100644 --- a/apps/dav/l10n/fr.json +++ b/apps/dav/l10n/fr.json @@ -52,6 +52,7 @@ "_%n day_::_%n days_" : ["%n jour","%n jours"], "_%n hour_::_%n hours_" : ["%n heure","%n heures"], "_%n minute_::_%n minutes_" : ["%n minute","%n minutes"], + "%s (in %s)" : "%s(parmi %s)", "%s (%s ago)" : "%s (il y a %s)", "Calendar: %s" : "Agenda: %s", "Date: %s" : "Date: %s", @@ -92,6 +93,8 @@ "Automatically generate a birthday calendar" : "Générer automatiquement un agenda d'anniversaire", "Birthday calendars will be generated by a background job." : "Les agendas d'anniversaire seront générés par une tâche de fond.", "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.", + "Send notifications for events" : "Envoyer une notification pour les évènements", + "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.", "%s via %s" : "%s via %s", "The meeting »%s« with %s was canceled." : "La réunion «%s» avec %s a été annulée.", "The meeting »%s« with %s was updated." : "La réunion «%s» avec %s a été mise à jour.", |