diff options
Diffstat (limited to 'apps/dav/l10n/fr.json')
-rw-r--r-- | apps/dav/l10n/fr.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/l10n/fr.json b/apps/dav/l10n/fr.json index fe8a315ae93..f07134e100f 100644 --- a/apps/dav/l10n/fr.json +++ b/apps/dav/l10n/fr.json @@ -123,6 +123,8 @@ "Encryption not ready: %1$s" : "Encryption pas prête : %1$s", "Failed to open file: %1$s" : "Échec à l'ouverture du fichier : %1$s", "Failed to unlink: %1$s" : "Échec à la suppression :%1$s", + "Invalid chunk name" : "Nom de morceau invalide", + "Could not rename part file assembled from chunks" : "Impossible de renommer le fichier partiel à partir des morceaux", "Failed to write file contents: %1$s" : "Échec à l'écriture du contenu du fichier : %1$s", "File not found: %1$s" : "Fichier non trouvé : %1$s", "System is in maintenance mode." : "Le système est en mode maintenance.", @@ -191,8 +193,6 @@ "A calendar <strong>todo</strong> was modified" : "Une <strong>liste de tâches</strong> de l'agenda a été modifiée", "Invitation canceled" : "Invitation annulée", "Invitation updated" : "Invitation mise à jour", - "Invitation" : "Invitation", - "Invalid chunk name" : "Nom de morceau invalide", - "Could not rename part file assembled from chunks" : "Impossible de renommer le fichier partiel à partir des morceaux" + "Invitation" : "Invitation" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |