diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-23 03:04:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-23 03:04:48 +0000 |
commit | 945afd4432d25fb36de4cb98736fc2777c0a54a5 (patch) | |
tree | 373c437abfc554fe5e1a74162fe0610bbed6ec52 /apps/dav/l10n/fr.js | |
parent | 5b64b8119fc9c004887b514722bcecc2353564de (diff) | |
download | nextcloud-server-945afd4432d25fb36de4cb98736fc2777c0a54a5.tar.gz nextcloud-server-945afd4432d25fb36de4cb98736fc2777c0a54a5.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/fr.js')
-rw-r--r-- | apps/dav/l10n/fr.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/l10n/fr.js b/apps/dav/l10n/fr.js index 223c417d666..05bfd1b4581 100644 --- a/apps/dav/l10n/fr.js +++ b/apps/dav/l10n/fr.js @@ -180,8 +180,6 @@ OC.L10N.register( "Please contact the organizer directly." : "Merci de contacter l'organisateur directement.", "Are you accepting the invitation?" : "Acceptez-vous l'invitation ?", "Tentative" : "Provisoire", - "Number of guests" : "Nombre d'invités", - "Comment" : "Commentaire", "Your attendance was updated successfully." : "Votre présence a été mise à jour avec succès.", "Todos" : "Tâches", "{actor} created todo {todo} in list {calendar}" : "{actor} a créé la tâche {todo} dans la liste {calendar}", @@ -194,6 +192,8 @@ OC.L10N.register( "You solved todo {todo} in list {calendar}" : "Vous avez terminé la tâche {todo} de la liste {calendar}", "{actor} reopened todo {todo} in list {calendar}" : "{actor} a réouvert la tâche {todo} dans la liste {calendar}", "You reopened todo {todo} in list {calendar}" : "Vous avez réouvert la tâche {todo} dans la liste {calendar}", - "A calendar <strong>todo</strong> was modified" : "Une <strong>liste de tâches</strong> de l'agenda a été modifiée" + "A calendar <strong>todo</strong> was modified" : "Une <strong>liste de tâches</strong> de l'agenda a été modifiée", + "Number of guests" : "Nombre d'invités", + "Comment" : "Commentaire" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |