diff --git a/l10n/fr.js b/l10n/fr.js index 2683d5ca9..c6e1592f1 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -317,6 +317,7 @@ OC.L10N.register( "Limit board creation to some groups" : "Limiter la création de tableaux à certains groupes", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Les utilisateurs qui ne font pas partie de ces groupes ne pourront pas créer leurs propres tableaux, mais pourront toujours travailler sur les tableaux qui ont été partagés avec eux.", "Cancel edit" : "Annuler les modifications", + "Save board" : "Sauvegarder le tableau", "Board details" : "Détails du tableau", "Edit board" : "Renommer le tableau", "Clone board" : "Dupliquer le tableau", diff --git a/l10n/fr.json b/l10n/fr.json index 30ff6855c..47318651e 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -315,6 +315,7 @@ "Limit board creation to some groups" : "Limiter la création de tableaux à certains groupes", "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Les utilisateurs qui ne font pas partie de ces groupes ne pourront pas créer leurs propres tableaux, mais pourront toujours travailler sur les tableaux qui ont été partagés avec eux.", "Cancel edit" : "Annuler les modifications", + "Save board" : "Sauvegarder le tableau", "Board details" : "Détails du tableau", "Edit board" : "Renommer le tableau", "Clone board" : "Dupliquer le tableau",