diff --git a/l10n/fr.js b/l10n/fr.js index febc53588..8749ead90 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -209,6 +209,8 @@ OC.L10N.register( "Contact not found" : "Contact introuvable", "Group {group} not found" : "Groupe {group} introuvable", "Close" : "Fermer", + "No data for this contact" : "Aucune donnée sur ce contact", + "No data for this contact on their profile" : "Aucune donnée de ce contact sur son profil", "Import" : "Importer", "Are you sure you want to import this contact file?" : "Êtes-vous sûr de vouloir importer ce fichier de contact ?", "Could not copy" : "Impossible de copier", diff --git a/l10n/fr.json b/l10n/fr.json index a8e87449e..cfce0a088 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -207,6 +207,8 @@ "Contact not found" : "Contact introuvable", "Group {group} not found" : "Groupe {group} introuvable", "Close" : "Fermer", + "No data for this contact" : "Aucune donnée sur ce contact", + "No data for this contact on their profile" : "Aucune donnée de ce contact sur son profil", "Import" : "Importer", "Are you sure you want to import this contact file?" : "Êtes-vous sûr de vouloir importer ce fichier de contact ?", "Could not copy" : "Impossible de copier",