diff --git a/l10n/fr.js b/l10n/fr.js index 88439ce30..d78463147 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -1,7 +1,7 @@ OC.L10N.register( "deck", { - "You have created a new board {board}" : "Vous avez créé un nouveau tableau {tableau}", + "You have created a new board {board}" : "Vous avez créé un nouveau tableau {board}", "{user} has created a new board {board}" : "{user} a créé un nouveau tableau {board}", "You have deleted the board {board}" : "Vous avez supprimé le tableau {board}", "{user} has deleted the board {board}" : "{user} a supprimé le tableau {board}", @@ -16,7 +16,7 @@ OC.L10N.register( "You have archived the board {board}" : "Vous avez archivé le tableau {board}", "{user} has archived the board {before}" : "{user} a archivé le tableau {before}", "You have unarchived the board {board}" : "Vous avez sorti des archives le tableau {board}", - "{user} has unarchived the board {before}" : "{user} a sorti des archives le tableau {board}", + "{user} has unarchived the board {before}" : "{user} a sorti des archives le tableau {before}", "You have created a new stack {stack} on board {board}" : "Vous avez créé une nouvelle pile {stack} sur le tableau {board}", "{user} has created a new stack {stack} on board {board}" : "{user} a créé une nouvelle pile {stack} sur le tableau {board}", "You have renamed stack {before} to {stack} on board {board}" : "Vous avez renommé la pile {before} en {stack} sur le tableau {board}", diff --git a/l10n/fr.json b/l10n/fr.json index b59cd7c04..6657c865c 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -1,5 +1,5 @@ { "translations": { - "You have created a new board {board}" : "Vous avez créé un nouveau tableau {tableau}", + "You have created a new board {board}" : "Vous avez créé un nouveau tableau {board}", "{user} has created a new board {board}" : "{user} a créé un nouveau tableau {board}", "You have deleted the board {board}" : "Vous avez supprimé le tableau {board}", "{user} has deleted the board {board}" : "{user} a supprimé le tableau {board}", @@ -14,7 +14,7 @@ "You have archived the board {board}" : "Vous avez archivé le tableau {board}", "{user} has archived the board {before}" : "{user} a archivé le tableau {before}", "You have unarchived the board {board}" : "Vous avez sorti des archives le tableau {board}", - "{user} has unarchived the board {before}" : "{user} a sorti des archives le tableau {board}", + "{user} has unarchived the board {before}" : "{user} a sorti des archives le tableau {before}", "You have created a new stack {stack} on board {board}" : "Vous avez créé une nouvelle pile {stack} sur le tableau {board}", "{user} has created a new stack {stack} on board {board}" : "{user} a créé une nouvelle pile {stack} sur le tableau {board}", "You have renamed stack {before} to {stack} on board {board}" : "Vous avez renommé la pile {before} en {stack} sur le tableau {board}",