diff --git a/l10n/fr.js b/l10n/fr.js index 7357e45e1..8c75b7721 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -124,6 +124,7 @@ OC.L10N.register( "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ce commentaire comporte plus de %s caractères.\nAjouté en pièce jointe à la carte intitulée %s.\nAccessible depuis l'URL: %s.", "Attachments" : "Pièces jointes", "File" : "Fichier", + "date" : "date", "Card not found" : "Carte introuvable", "Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte", "Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ", @@ -239,6 +240,7 @@ OC.L10N.register( "Modified" : "Modifiée", "Created" : "Créée", "The title cannot be empty." : "Le titre ne peut pas être vide.", + "Cannot close unsaved card!" : "Impossible de fermer une carte non enregistrée !", "Open in sidebar view" : "Ouvrir dans le panneau latéral", "Open in bigger view" : "Ouvrir dans la vue large", "Comments" : "Commentaires", @@ -253,6 +255,7 @@ OC.L10N.register( "Reply" : "Répondre", "Update" : "Mettre à jour", "Write a description …" : "Écrire une description…", + "Could not save description" : "Impossible d'enregistrer la description", "Description" : "Description", "(Unsaved)" : "(Non enregistré)", "(Saving…)" : "(Enregistrement ...)", diff --git a/l10n/fr.json b/l10n/fr.json index 1206288b7..05ef4986e 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -122,6 +122,7 @@ "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ce commentaire comporte plus de %s caractères.\nAjouté en pièce jointe à la carte intitulée %s.\nAccessible depuis l'URL: %s.", "Attachments" : "Pièces jointes", "File" : "Fichier", + "date" : "date", "Card not found" : "Carte introuvable", "Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte", "Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ", @@ -237,6 +238,7 @@ "Modified" : "Modifiée", "Created" : "Créée", "The title cannot be empty." : "Le titre ne peut pas être vide.", + "Cannot close unsaved card!" : "Impossible de fermer une carte non enregistrée !", "Open in sidebar view" : "Ouvrir dans le panneau latéral", "Open in bigger view" : "Ouvrir dans la vue large", "Comments" : "Commentaires", @@ -251,6 +253,7 @@ "Reply" : "Répondre", "Update" : "Mettre à jour", "Write a description …" : "Écrire une description…", + "Could not save description" : "Impossible d'enregistrer la description", "Description" : "Description", "(Unsaved)" : "(Non enregistré)", "(Saving…)" : "(Enregistrement ...)",